@charset "UTF-8";
:root,
[data-bs-theme=light] {
  --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-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0F0F0F;
  --bs-secondary: #E4002B;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-primary-rgb: 15, 15, 15;
  --bs-secondary-rgb: 228, 0, 43;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-primary-text-emphasis: #060606;
  --bs-secondary-text-emphasis: #5b0011;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfcfcf;
  --bs-secondary-bg-subtle: #faccd5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9f9f9f;
  --bs-secondary-border-subtle: #f499aa;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0F0F0F;
  --bs-link-color-rgb: 15, 15, 15;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0c0c0c;
  --bs-link-hover-color-rgb: 12, 12, 12;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(15, 15, 15, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6f6f6f;
  --bs-secondary-text-emphasis: #ef6680;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #030303;
  --bs-secondary-bg-subtle: #2e0009;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #090909;
  --bs-secondary-border-subtle: #89001a;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6f6f6f;
  --bs-link-hover-color: #8c8c8c;
  --bs-link-color-rgb: 111, 111, 111;
  --bs-link-hover-color-rgb: 140, 140, 140;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 40px 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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.1875em;
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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-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: 40px;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 20px;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-full,
.container-xxxl,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 0;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1700px;
  }
}
@media (min-width: 1920px) {
  .container-full, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1280px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1700px;
  --bs-breakpoint-full: 1920px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.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%;
}

.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: 10px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 10px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 20px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 20px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 40px;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 40px;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 60px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 60px;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 80px;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 80px;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 160px;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 160px;
}

@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%;
  }
  .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: 10px;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 10px;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 20px;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 20px;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 40px;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 40px;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 60px;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 60px;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 80px;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 80px;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 160px;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 160px;
  }
}
@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%;
  }
  .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: 10px;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 10px;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 20px;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 20px;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 40px;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 40px;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 60px;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 60px;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 80px;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 80px;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 160px;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 160px;
  }
}
@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%;
  }
  .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: 10px;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 10px;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 20px;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 20px;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 40px;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 40px;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 60px;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 60px;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 80px;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 80px;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 160px;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 160px;
  }
}
@media (min-width: 1280px) {
  .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%;
  }
  .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: 10px;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 40px;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 40px;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 60px;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 60px;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 80px;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 80px;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 160px;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 160px;
  }
}
@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-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: 10px;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 40px;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 40px;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 60px;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 60px;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 80px;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 80px;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 160px;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 160px;
  }
}
@media (min-width: 1700px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 10px;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 10px;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 20px;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 20px;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 40px;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 40px;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 60px;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 60px;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 80px;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 80px;
  }
  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 160px;
  }
  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 160px;
  }
}
@media (min-width: 1920px) {
  .col-full {
    flex: 1 0 0%;
  }
  .row-cols-full-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-full-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-full-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-full-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-full-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-full-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-full-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-full-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-full-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-full-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-full-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-full-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-full-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-full-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-full-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-full-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-full-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-full-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-full-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-full-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-full-0 {
    margin-left: 0;
  }
  .offset-full-1 {
    margin-left: 8.33333333%;
  }
  .offset-full-2 {
    margin-left: 16.66666667%;
  }
  .offset-full-3 {
    margin-left: 25%;
  }
  .offset-full-4 {
    margin-left: 33.33333333%;
  }
  .offset-full-5 {
    margin-left: 41.66666667%;
  }
  .offset-full-6 {
    margin-left: 50%;
  }
  .offset-full-7 {
    margin-left: 58.33333333%;
  }
  .offset-full-8 {
    margin-left: 66.66666667%;
  }
  .offset-full-9 {
    margin-left: 75%;
  }
  .offset-full-10 {
    margin-left: 83.33333333%;
  }
  .offset-full-11 {
    margin-left: 91.66666667%;
  }
  .g-full-0,
  .gx-full-0 {
    --bs-gutter-x: 0;
  }
  .g-full-0,
  .gy-full-0 {
    --bs-gutter-y: 0;
  }
  .g-full-1,
  .gx-full-1 {
    --bs-gutter-x: 10px;
  }
  .g-full-1,
  .gy-full-1 {
    --bs-gutter-y: 10px;
  }
  .g-full-2,
  .gx-full-2 {
    --bs-gutter-x: 20px;
  }
  .g-full-2,
  .gy-full-2 {
    --bs-gutter-y: 20px;
  }
  .g-full-3,
  .gx-full-3 {
    --bs-gutter-x: 40px;
  }
  .g-full-3,
  .gy-full-3 {
    --bs-gutter-y: 40px;
  }
  .g-full-4,
  .gx-full-4 {
    --bs-gutter-x: 60px;
  }
  .g-full-4,
  .gy-full-4 {
    --bs-gutter-y: 60px;
  }
  .g-full-5,
  .gx-full-5 {
    --bs-gutter-x: 80px;
  }
  .g-full-5,
  .gy-full-5 {
    --bs-gutter-y: 80px;
  }
  .g-full-6,
  .gx-full-6 {
    --bs-gutter-x: 160px;
  }
  .g-full-6,
  .gy-full-6 {
    --bs-gutter-y: 160px;
  }
}
.offcanvas, .offcanvas-full, .offcanvas-xxxl, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 500px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 40px;
  --bs-offcanvas-padding-y: 40px;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1279.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1279.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1279.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1280px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1699.98px) {
  .offcanvas-xxxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1699.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxxl {
    transition: none;
  }
}
@media (max-width: 1699.98px) {
  .offcanvas-xxxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxxl.showing, .offcanvas-xxxl.hiding, .offcanvas-xxxl.show {
    visibility: visible;
  }
}
@media (min-width: 1700px) {
  .offcanvas-xxxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1919.98px) {
  .offcanvas-full {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1919.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-full {
    transition: none;
  }
}
@media (max-width: 1919.98px) {
  .offcanvas-full.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-full.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-full.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-full.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-full.showing, .offcanvas-full.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-full.showing, .offcanvas-full.hiding, .offcanvas-full.show {
    visibility: visible;
  }
}
@media (min-width: 1920px) {
  .offcanvas-full {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-full .offcanvas-header {
    display: none;
  }
  .offcanvas-full .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 40px;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 40px;
  --bs-modal-header-padding-y: 40px;
  --bs-modal-header-padding: 40px 40px;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1279.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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1699.98px) {
  .modal-fullscreen-xxxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-header,
  .modal-fullscreen-xxxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxxl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1919.98px) {
  .modal-fullscreen-full-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-full-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-full-down .modal-header,
  .modal-fullscreen-full-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-full-down .modal-body {
    overflow-y: auto;
  }
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(15, 15, 15, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: 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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23060606'%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");
  --bs-accordion-btn-focus-border-color: #878787;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(15, 15, 15, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236f6f6f'%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");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236f6f6f'%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");
}

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  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: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(15, 15, 15, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0F0F0F;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 20px;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0F0F0F;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 40px;
  --bs-dropdown-item-padding-y: 10px;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 40px;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.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: 1280px) {
  .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;
  }
}
@media (min-width: 1700px) {
  .dropdown-menu-xxxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1920px) {
  .dropdown-menu-full-start {
    --bs-position: start;
  }
  .dropdown-menu-full-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-full-end {
    --bs-position: end;
  }
  .dropdown-menu-full-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0F0F0F;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-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;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-black {
  --bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity));
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

.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: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 40px !important;
}

.m-4 {
  margin: 60px !important;
}

.m-5 {
  margin: 120px !important;
}

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

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

.mx-1 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mx-2 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mx-3 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mx-4 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.mx-5 {
  margin-right: 120px !important;
  margin-left: 120px !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: 10px !important;
  margin-bottom: 10px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-4 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-5 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

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

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

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 40px !important;
}

.mt-4 {
  margin-top: 60px !important;
}

.mt-5 {
  margin-top: 120px !important;
}

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

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

.me-1 {
  margin-right: 10px !important;
}

.me-2 {
  margin-right: 20px !important;
}

.me-3 {
  margin-right: 40px !important;
}

.me-4 {
  margin-right: 60px !important;
}

.me-5 {
  margin-right: 120px !important;
}

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

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

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 40px !important;
}

.mb-4 {
  margin-bottom: 60px !important;
}

.mb-5 {
  margin-bottom: 120px !important;
}

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

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

.ms-1 {
  margin-left: 10px !important;
}

.ms-2 {
  margin-left: 20px !important;
}

.ms-3 {
  margin-left: 40px !important;
}

.ms-4 {
  margin-left: 60px !important;
}

.ms-5 {
  margin-left: 120px !important;
}

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

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

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 40px !important;
}

.p-4 {
  padding: 60px !important;
}

.p-5 {
  padding: 120px !important;
}

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

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

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

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

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

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

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

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-3 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-5 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

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

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 40px !important;
}

.pt-4 {
  padding-top: 60px !important;
}

.pt-5 {
  padding-top: 120px !important;
}

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

.pe-1 {
  padding-right: 10px !important;
}

.pe-2 {
  padding-right: 20px !important;
}

.pe-3 {
  padding-right: 40px !important;
}

.pe-4 {
  padding-right: 60px !important;
}

.pe-5 {
  padding-right: 120px !important;
}

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

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 40px !important;
}

.pb-4 {
  padding-bottom: 60px !important;
}

.pb-5 {
  padding-bottom: 120px !important;
}

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

.ps-1 {
  padding-left: 10px !important;
}

.ps-2 {
  padding-left: 20px !important;
}

.ps-3 {
  padding-left: 40px !important;
}

.ps-4 {
  padding-left: 60px !important;
}

.ps-5 {
  padding-left: 120px !important;
}

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

.gap-1 {
  gap: 10px !important;
}

.gap-2 {
  gap: 20px !important;
}

.gap-3 {
  gap: 40px !important;
}

.gap-4 {
  gap: 60px !important;
}

.gap-5 {
  gap: 120px !important;
}

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

.row-gap-1 {
  row-gap: 10px !important;
}

.row-gap-2 {
  row-gap: 20px !important;
}

.row-gap-3 {
  row-gap: 40px !important;
}

.row-gap-4 {
  row-gap: 60px !important;
}

.row-gap-5 {
  row-gap: 120px !important;
}

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

.column-gap-1 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important;
}

.column-gap-2 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.column-gap-3 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important;
}

.column-gap-4 {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important;
}

.column-gap-5 {
  -moz-column-gap: 120px !important;
       column-gap: 120px !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-lighter {
  font-weight: lighter !important;
}

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !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 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-black {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: 10px !important;
  }
  .m-sm-2 {
    margin: 20px !important;
  }
  .m-sm-3 {
    margin: 40px !important;
  }
  .m-sm-4 {
    margin: 60px !important;
  }
  .m-sm-5 {
    margin: 120px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-5 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 10px !important;
  }
  .mt-sm-2 {
    margin-top: 20px !important;
  }
  .mt-sm-3 {
    margin-top: 40px !important;
  }
  .mt-sm-4 {
    margin-top: 60px !important;
  }
  .mt-sm-5 {
    margin-top: 120px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 10px !important;
  }
  .me-sm-2 {
    margin-right: 20px !important;
  }
  .me-sm-3 {
    margin-right: 40px !important;
  }
  .me-sm-4 {
    margin-right: 60px !important;
  }
  .me-sm-5 {
    margin-right: 120px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 10px !important;
  }
  .mb-sm-2 {
    margin-bottom: 20px !important;
  }
  .mb-sm-3 {
    margin-bottom: 40px !important;
  }
  .mb-sm-4 {
    margin-bottom: 60px !important;
  }
  .mb-sm-5 {
    margin-bottom: 120px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 10px !important;
  }
  .ms-sm-2 {
    margin-left: 20px !important;
  }
  .ms-sm-3 {
    margin-left: 40px !important;
  }
  .ms-sm-4 {
    margin-left: 60px !important;
  }
  .ms-sm-5 {
    margin-left: 120px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 10px !important;
  }
  .p-sm-2 {
    padding: 20px !important;
  }
  .p-sm-3 {
    padding: 40px !important;
  }
  .p-sm-4 {
    padding: 60px !important;
  }
  .p-sm-5 {
    padding: 120px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 10px !important;
  }
  .pt-sm-2 {
    padding-top: 20px !important;
  }
  .pt-sm-3 {
    padding-top: 40px !important;
  }
  .pt-sm-4 {
    padding-top: 60px !important;
  }
  .pt-sm-5 {
    padding-top: 120px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 10px !important;
  }
  .pe-sm-2 {
    padding-right: 20px !important;
  }
  .pe-sm-3 {
    padding-right: 40px !important;
  }
  .pe-sm-4 {
    padding-right: 60px !important;
  }
  .pe-sm-5 {
    padding-right: 120px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 10px !important;
  }
  .pb-sm-2 {
    padding-bottom: 20px !important;
  }
  .pb-sm-3 {
    padding-bottom: 40px !important;
  }
  .pb-sm-4 {
    padding-bottom: 60px !important;
  }
  .pb-sm-5 {
    padding-bottom: 120px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 10px !important;
  }
  .ps-sm-2 {
    padding-left: 20px !important;
  }
  .ps-sm-3 {
    padding-left: 40px !important;
  }
  .ps-sm-4 {
    padding-left: 60px !important;
  }
  .ps-sm-5 {
    padding-left: 120px !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 10px !important;
  }
  .gap-sm-2 {
    gap: 20px !important;
  }
  .gap-sm-3 {
    gap: 40px !important;
  }
  .gap-sm-4 {
    gap: 60px !important;
  }
  .gap-sm-5 {
    gap: 120px !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 10px !important;
  }
  .row-gap-sm-2 {
    row-gap: 20px !important;
  }
  .row-gap-sm-3 {
    row-gap: 40px !important;
  }
  .row-gap-sm-4 {
    row-gap: 60px !important;
  }
  .row-gap-sm-5 {
    row-gap: 120px !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !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;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: 10px !important;
  }
  .m-md-2 {
    margin: 20px !important;
  }
  .m-md-3 {
    margin: 40px !important;
  }
  .m-md-4 {
    margin: 60px !important;
  }
  .m-md-5 {
    margin: 120px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-5 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 10px !important;
  }
  .mt-md-2 {
    margin-top: 20px !important;
  }
  .mt-md-3 {
    margin-top: 40px !important;
  }
  .mt-md-4 {
    margin-top: 60px !important;
  }
  .mt-md-5 {
    margin-top: 120px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 10px !important;
  }
  .me-md-2 {
    margin-right: 20px !important;
  }
  .me-md-3 {
    margin-right: 40px !important;
  }
  .me-md-4 {
    margin-right: 60px !important;
  }
  .me-md-5 {
    margin-right: 120px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 10px !important;
  }
  .mb-md-2 {
    margin-bottom: 20px !important;
  }
  .mb-md-3 {
    margin-bottom: 40px !important;
  }
  .mb-md-4 {
    margin-bottom: 60px !important;
  }
  .mb-md-5 {
    margin-bottom: 120px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 10px !important;
  }
  .ms-md-2 {
    margin-left: 20px !important;
  }
  .ms-md-3 {
    margin-left: 40px !important;
  }
  .ms-md-4 {
    margin-left: 60px !important;
  }
  .ms-md-5 {
    margin-left: 120px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 10px !important;
  }
  .p-md-2 {
    padding: 20px !important;
  }
  .p-md-3 {
    padding: 40px !important;
  }
  .p-md-4 {
    padding: 60px !important;
  }
  .p-md-5 {
    padding: 120px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 10px !important;
  }
  .pt-md-2 {
    padding-top: 20px !important;
  }
  .pt-md-3 {
    padding-top: 40px !important;
  }
  .pt-md-4 {
    padding-top: 60px !important;
  }
  .pt-md-5 {
    padding-top: 120px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 10px !important;
  }
  .pe-md-2 {
    padding-right: 20px !important;
  }
  .pe-md-3 {
    padding-right: 40px !important;
  }
  .pe-md-4 {
    padding-right: 60px !important;
  }
  .pe-md-5 {
    padding-right: 120px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 10px !important;
  }
  .pb-md-2 {
    padding-bottom: 20px !important;
  }
  .pb-md-3 {
    padding-bottom: 40px !important;
  }
  .pb-md-4 {
    padding-bottom: 60px !important;
  }
  .pb-md-5 {
    padding-bottom: 120px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 10px !important;
  }
  .ps-md-2 {
    padding-left: 20px !important;
  }
  .ps-md-3 {
    padding-left: 40px !important;
  }
  .ps-md-4 {
    padding-left: 60px !important;
  }
  .ps-md-5 {
    padding-left: 120px !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 10px !important;
  }
  .gap-md-2 {
    gap: 20px !important;
  }
  .gap-md-3 {
    gap: 40px !important;
  }
  .gap-md-4 {
    gap: 60px !important;
  }
  .gap-md-5 {
    gap: 120px !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 10px !important;
  }
  .row-gap-md-2 {
    row-gap: 20px !important;
  }
  .row-gap-md-3 {
    row-gap: 40px !important;
  }
  .row-gap-md-4 {
    row-gap: 60px !important;
  }
  .row-gap-md-5 {
    row-gap: 120px !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !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;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: 10px !important;
  }
  .m-lg-2 {
    margin: 20px !important;
  }
  .m-lg-3 {
    margin: 40px !important;
  }
  .m-lg-4 {
    margin: 60px !important;
  }
  .m-lg-5 {
    margin: 120px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-5 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 10px !important;
  }
  .mt-lg-2 {
    margin-top: 20px !important;
  }
  .mt-lg-3 {
    margin-top: 40px !important;
  }
  .mt-lg-4 {
    margin-top: 60px !important;
  }
  .mt-lg-5 {
    margin-top: 120px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 10px !important;
  }
  .me-lg-2 {
    margin-right: 20px !important;
  }
  .me-lg-3 {
    margin-right: 40px !important;
  }
  .me-lg-4 {
    margin-right: 60px !important;
  }
  .me-lg-5 {
    margin-right: 120px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 10px !important;
  }
  .mb-lg-2 {
    margin-bottom: 20px !important;
  }
  .mb-lg-3 {
    margin-bottom: 40px !important;
  }
  .mb-lg-4 {
    margin-bottom: 60px !important;
  }
  .mb-lg-5 {
    margin-bottom: 120px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 10px !important;
  }
  .ms-lg-2 {
    margin-left: 20px !important;
  }
  .ms-lg-3 {
    margin-left: 40px !important;
  }
  .ms-lg-4 {
    margin-left: 60px !important;
  }
  .ms-lg-5 {
    margin-left: 120px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 10px !important;
  }
  .p-lg-2 {
    padding: 20px !important;
  }
  .p-lg-3 {
    padding: 40px !important;
  }
  .p-lg-4 {
    padding: 60px !important;
  }
  .p-lg-5 {
    padding: 120px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 10px !important;
  }
  .pt-lg-2 {
    padding-top: 20px !important;
  }
  .pt-lg-3 {
    padding-top: 40px !important;
  }
  .pt-lg-4 {
    padding-top: 60px !important;
  }
  .pt-lg-5 {
    padding-top: 120px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 10px !important;
  }
  .pe-lg-2 {
    padding-right: 20px !important;
  }
  .pe-lg-3 {
    padding-right: 40px !important;
  }
  .pe-lg-4 {
    padding-right: 60px !important;
  }
  .pe-lg-5 {
    padding-right: 120px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 10px !important;
  }
  .pb-lg-2 {
    padding-bottom: 20px !important;
  }
  .pb-lg-3 {
    padding-bottom: 40px !important;
  }
  .pb-lg-4 {
    padding-bottom: 60px !important;
  }
  .pb-lg-5 {
    padding-bottom: 120px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 10px !important;
  }
  .ps-lg-2 {
    padding-left: 20px !important;
  }
  .ps-lg-3 {
    padding-left: 40px !important;
  }
  .ps-lg-4 {
    padding-left: 60px !important;
  }
  .ps-lg-5 {
    padding-left: 120px !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 10px !important;
  }
  .gap-lg-2 {
    gap: 20px !important;
  }
  .gap-lg-3 {
    gap: 40px !important;
  }
  .gap-lg-4 {
    gap: 60px !important;
  }
  .gap-lg-5 {
    gap: 120px !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 10px !important;
  }
  .row-gap-lg-2 {
    row-gap: 20px !important;
  }
  .row-gap-lg-3 {
    row-gap: 40px !important;
  }
  .row-gap-lg-4 {
    row-gap: 60px !important;
  }
  .row-gap-lg-5 {
    row-gap: 120px !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !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: 1280px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: 10px !important;
  }
  .m-xl-2 {
    margin: 20px !important;
  }
  .m-xl-3 {
    margin: 40px !important;
  }
  .m-xl-4 {
    margin: 60px !important;
  }
  .m-xl-5 {
    margin: 120px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-5 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 10px !important;
  }
  .mt-xl-2 {
    margin-top: 20px !important;
  }
  .mt-xl-3 {
    margin-top: 40px !important;
  }
  .mt-xl-4 {
    margin-top: 60px !important;
  }
  .mt-xl-5 {
    margin-top: 120px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 10px !important;
  }
  .me-xl-2 {
    margin-right: 20px !important;
  }
  .me-xl-3 {
    margin-right: 40px !important;
  }
  .me-xl-4 {
    margin-right: 60px !important;
  }
  .me-xl-5 {
    margin-right: 120px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 10px !important;
  }
  .mb-xl-2 {
    margin-bottom: 20px !important;
  }
  .mb-xl-3 {
    margin-bottom: 40px !important;
  }
  .mb-xl-4 {
    margin-bottom: 60px !important;
  }
  .mb-xl-5 {
    margin-bottom: 120px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 10px !important;
  }
  .ms-xl-2 {
    margin-left: 20px !important;
  }
  .ms-xl-3 {
    margin-left: 40px !important;
  }
  .ms-xl-4 {
    margin-left: 60px !important;
  }
  .ms-xl-5 {
    margin-left: 120px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 10px !important;
  }
  .p-xl-2 {
    padding: 20px !important;
  }
  .p-xl-3 {
    padding: 40px !important;
  }
  .p-xl-4 {
    padding: 60px !important;
  }
  .p-xl-5 {
    padding: 120px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 10px !important;
  }
  .pt-xl-2 {
    padding-top: 20px !important;
  }
  .pt-xl-3 {
    padding-top: 40px !important;
  }
  .pt-xl-4 {
    padding-top: 60px !important;
  }
  .pt-xl-5 {
    padding-top: 120px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 10px !important;
  }
  .pe-xl-2 {
    padding-right: 20px !important;
  }
  .pe-xl-3 {
    padding-right: 40px !important;
  }
  .pe-xl-4 {
    padding-right: 60px !important;
  }
  .pe-xl-5 {
    padding-right: 120px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 10px !important;
  }
  .pb-xl-2 {
    padding-bottom: 20px !important;
  }
  .pb-xl-3 {
    padding-bottom: 40px !important;
  }
  .pb-xl-4 {
    padding-bottom: 60px !important;
  }
  .pb-xl-5 {
    padding-bottom: 120px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 10px !important;
  }
  .ps-xl-2 {
    padding-left: 20px !important;
  }
  .ps-xl-3 {
    padding-left: 40px !important;
  }
  .ps-xl-4 {
    padding-left: 60px !important;
  }
  .ps-xl-5 {
    padding-left: 120px !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 10px !important;
  }
  .gap-xl-2 {
    gap: 20px !important;
  }
  .gap-xl-3 {
    gap: 40px !important;
  }
  .gap-xl-4 {
    gap: 60px !important;
  }
  .gap-xl-5 {
    gap: 120px !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 10px !important;
  }
  .row-gap-xl-2 {
    row-gap: 20px !important;
  }
  .row-gap-xl-3 {
    row-gap: 40px !important;
  }
  .row-gap-xl-4 {
    row-gap: 60px !important;
  }
  .row-gap-xl-5 {
    row-gap: 120px !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !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;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: 10px !important;
  }
  .m-xxl-2 {
    margin: 20px !important;
  }
  .m-xxl-3 {
    margin: 40px !important;
  }
  .m-xxl-4 {
    margin: 60px !important;
  }
  .m-xxl-5 {
    margin: 120px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xxl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxl-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxl-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxl-5 {
    margin-right: 120px !important;
    margin-left: 120px !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: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxl-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxl-5 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 10px !important;
  }
  .mt-xxl-2 {
    margin-top: 20px !important;
  }
  .mt-xxl-3 {
    margin-top: 40px !important;
  }
  .mt-xxl-4 {
    margin-top: 60px !important;
  }
  .mt-xxl-5 {
    margin-top: 120px !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 10px !important;
  }
  .me-xxl-2 {
    margin-right: 20px !important;
  }
  .me-xxl-3 {
    margin-right: 40px !important;
  }
  .me-xxl-4 {
    margin-right: 60px !important;
  }
  .me-xxl-5 {
    margin-right: 120px !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 10px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 20px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 40px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 60px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 120px !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 10px !important;
  }
  .ms-xxl-2 {
    margin-left: 20px !important;
  }
  .ms-xxl-3 {
    margin-left: 40px !important;
  }
  .ms-xxl-4 {
    margin-left: 60px !important;
  }
  .ms-xxl-5 {
    margin-left: 120px !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 10px !important;
  }
  .p-xxl-2 {
    padding: 20px !important;
  }
  .p-xxl-3 {
    padding: 40px !important;
  }
  .p-xxl-4 {
    padding: 60px !important;
  }
  .p-xxl-5 {
    padding: 120px !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xxl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxl-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxl-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxl-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxl-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxl-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 10px !important;
  }
  .pt-xxl-2 {
    padding-top: 20px !important;
  }
  .pt-xxl-3 {
    padding-top: 40px !important;
  }
  .pt-xxl-4 {
    padding-top: 60px !important;
  }
  .pt-xxl-5 {
    padding-top: 120px !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 10px !important;
  }
  .pe-xxl-2 {
    padding-right: 20px !important;
  }
  .pe-xxl-3 {
    padding-right: 40px !important;
  }
  .pe-xxl-4 {
    padding-right: 60px !important;
  }
  .pe-xxl-5 {
    padding-right: 120px !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 10px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 20px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 40px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 60px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 120px !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 10px !important;
  }
  .ps-xxl-2 {
    padding-left: 20px !important;
  }
  .ps-xxl-3 {
    padding-left: 40px !important;
  }
  .ps-xxl-4 {
    padding-left: 60px !important;
  }
  .ps-xxl-5 {
    padding-left: 120px !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 10px !important;
  }
  .gap-xxl-2 {
    gap: 20px !important;
  }
  .gap-xxl-3 {
    gap: 40px !important;
  }
  .gap-xxl-4 {
    gap: 60px !important;
  }
  .gap-xxl-5 {
    gap: 120px !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 10px !important;
  }
  .row-gap-xxl-2 {
    row-gap: 20px !important;
  }
  .row-gap-xxl-3 {
    row-gap: 40px !important;
  }
  .row-gap-xxl-4 {
    row-gap: 60px !important;
  }
  .row-gap-xxl-5 {
    row-gap: 120px !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !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: 1700px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 10px !important;
  }
  .m-xxxl-2 {
    margin: 20px !important;
  }
  .m-xxxl-3 {
    margin: 40px !important;
  }
  .m-xxxl-4 {
    margin: 60px !important;
  }
  .m-xxxl-5 {
    margin: 120px !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xxxl-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xxxl-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xxxl-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xxxl-5 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xxxl-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xxxl-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xxxl-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xxxl-5 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 10px !important;
  }
  .mt-xxxl-2 {
    margin-top: 20px !important;
  }
  .mt-xxxl-3 {
    margin-top: 40px !important;
  }
  .mt-xxxl-4 {
    margin-top: 60px !important;
  }
  .mt-xxxl-5 {
    margin-top: 120px !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 10px !important;
  }
  .me-xxxl-2 {
    margin-right: 20px !important;
  }
  .me-xxxl-3 {
    margin-right: 40px !important;
  }
  .me-xxxl-4 {
    margin-right: 60px !important;
  }
  .me-xxxl-5 {
    margin-right: 120px !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 10px !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 20px !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 40px !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 60px !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 120px !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 10px !important;
  }
  .ms-xxxl-2 {
    margin-left: 20px !important;
  }
  .ms-xxxl-3 {
    margin-left: 40px !important;
  }
  .ms-xxxl-4 {
    margin-left: 60px !important;
  }
  .ms-xxxl-5 {
    margin-left: 120px !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 10px !important;
  }
  .p-xxxl-2 {
    padding: 20px !important;
  }
  .p-xxxl-3 {
    padding: 40px !important;
  }
  .p-xxxl-4 {
    padding: 60px !important;
  }
  .p-xxxl-5 {
    padding: 120px !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xxxl-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xxxl-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xxxl-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xxxl-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xxxl-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xxxl-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xxxl-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xxxl-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 10px !important;
  }
  .pt-xxxl-2 {
    padding-top: 20px !important;
  }
  .pt-xxxl-3 {
    padding-top: 40px !important;
  }
  .pt-xxxl-4 {
    padding-top: 60px !important;
  }
  .pt-xxxl-5 {
    padding-top: 120px !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 10px !important;
  }
  .pe-xxxl-2 {
    padding-right: 20px !important;
  }
  .pe-xxxl-3 {
    padding-right: 40px !important;
  }
  .pe-xxxl-4 {
    padding-right: 60px !important;
  }
  .pe-xxxl-5 {
    padding-right: 120px !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 10px !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 20px !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 40px !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 60px !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 120px !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 10px !important;
  }
  .ps-xxxl-2 {
    padding-left: 20px !important;
  }
  .ps-xxxl-3 {
    padding-left: 40px !important;
  }
  .ps-xxxl-4 {
    padding-left: 60px !important;
  }
  .ps-xxxl-5 {
    padding-left: 120px !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 10px !important;
  }
  .gap-xxxl-2 {
    gap: 20px !important;
  }
  .gap-xxxl-3 {
    gap: 40px !important;
  }
  .gap-xxxl-4 {
    gap: 60px !important;
  }
  .gap-xxxl-5 {
    gap: 120px !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 10px !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 20px !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 40px !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 60px !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 120px !important;
  }
  .column-gap-xxxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-xxxl-2 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-xxxl-3 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-xxxl-4 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .column-gap-xxxl-5 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-full-start {
    float: left !important;
  }
  .float-full-end {
    float: right !important;
  }
  .float-full-none {
    float: none !important;
  }
  .object-fit-full-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-full-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-full-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-full-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-full-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-full-inline {
    display: inline !important;
  }
  .d-full-inline-block {
    display: inline-block !important;
  }
  .d-full-block {
    display: block !important;
  }
  .d-full-grid {
    display: grid !important;
  }
  .d-full-inline-grid {
    display: inline-grid !important;
  }
  .d-full-table {
    display: table !important;
  }
  .d-full-table-row {
    display: table-row !important;
  }
  .d-full-table-cell {
    display: table-cell !important;
  }
  .d-full-flex {
    display: flex !important;
  }
  .d-full-inline-flex {
    display: inline-flex !important;
  }
  .d-full-none {
    display: none !important;
  }
  .flex-full-fill {
    flex: 1 1 auto !important;
  }
  .flex-full-row {
    flex-direction: row !important;
  }
  .flex-full-column {
    flex-direction: column !important;
  }
  .flex-full-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-full-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-full-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-full-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-full-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-full-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-full-wrap {
    flex-wrap: wrap !important;
  }
  .flex-full-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-full-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-full-start {
    justify-content: flex-start !important;
  }
  .justify-content-full-end {
    justify-content: flex-end !important;
  }
  .justify-content-full-center {
    justify-content: center !important;
  }
  .justify-content-full-between {
    justify-content: space-between !important;
  }
  .justify-content-full-around {
    justify-content: space-around !important;
  }
  .justify-content-full-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-full-start {
    align-items: flex-start !important;
  }
  .align-items-full-end {
    align-items: flex-end !important;
  }
  .align-items-full-center {
    align-items: center !important;
  }
  .align-items-full-baseline {
    align-items: baseline !important;
  }
  .align-items-full-stretch {
    align-items: stretch !important;
  }
  .align-content-full-start {
    align-content: flex-start !important;
  }
  .align-content-full-end {
    align-content: flex-end !important;
  }
  .align-content-full-center {
    align-content: center !important;
  }
  .align-content-full-between {
    align-content: space-between !important;
  }
  .align-content-full-around {
    align-content: space-around !important;
  }
  .align-content-full-stretch {
    align-content: stretch !important;
  }
  .align-self-full-auto {
    align-self: auto !important;
  }
  .align-self-full-start {
    align-self: flex-start !important;
  }
  .align-self-full-end {
    align-self: flex-end !important;
  }
  .align-self-full-center {
    align-self: center !important;
  }
  .align-self-full-baseline {
    align-self: baseline !important;
  }
  .align-self-full-stretch {
    align-self: stretch !important;
  }
  .order-full-first {
    order: -1 !important;
  }
  .order-full-0 {
    order: 0 !important;
  }
  .order-full-1 {
    order: 1 !important;
  }
  .order-full-2 {
    order: 2 !important;
  }
  .order-full-3 {
    order: 3 !important;
  }
  .order-full-4 {
    order: 4 !important;
  }
  .order-full-5 {
    order: 5 !important;
  }
  .order-full-last {
    order: 6 !important;
  }
  .m-full-0 {
    margin: 0 !important;
  }
  .m-full-1 {
    margin: 10px !important;
  }
  .m-full-2 {
    margin: 20px !important;
  }
  .m-full-3 {
    margin: 40px !important;
  }
  .m-full-4 {
    margin: 60px !important;
  }
  .m-full-5 {
    margin: 120px !important;
  }
  .m-full-auto {
    margin: auto !important;
  }
  .mx-full-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-full-1 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-full-2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-full-3 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-full-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-full-5 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-full-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-full-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-full-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-full-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-full-3 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-full-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-full-5 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-full-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-full-0 {
    margin-top: 0 !important;
  }
  .mt-full-1 {
    margin-top: 10px !important;
  }
  .mt-full-2 {
    margin-top: 20px !important;
  }
  .mt-full-3 {
    margin-top: 40px !important;
  }
  .mt-full-4 {
    margin-top: 60px !important;
  }
  .mt-full-5 {
    margin-top: 120px !important;
  }
  .mt-full-auto {
    margin-top: auto !important;
  }
  .me-full-0 {
    margin-right: 0 !important;
  }
  .me-full-1 {
    margin-right: 10px !important;
  }
  .me-full-2 {
    margin-right: 20px !important;
  }
  .me-full-3 {
    margin-right: 40px !important;
  }
  .me-full-4 {
    margin-right: 60px !important;
  }
  .me-full-5 {
    margin-right: 120px !important;
  }
  .me-full-auto {
    margin-right: auto !important;
  }
  .mb-full-0 {
    margin-bottom: 0 !important;
  }
  .mb-full-1 {
    margin-bottom: 10px !important;
  }
  .mb-full-2 {
    margin-bottom: 20px !important;
  }
  .mb-full-3 {
    margin-bottom: 40px !important;
  }
  .mb-full-4 {
    margin-bottom: 60px !important;
  }
  .mb-full-5 {
    margin-bottom: 120px !important;
  }
  .mb-full-auto {
    margin-bottom: auto !important;
  }
  .ms-full-0 {
    margin-left: 0 !important;
  }
  .ms-full-1 {
    margin-left: 10px !important;
  }
  .ms-full-2 {
    margin-left: 20px !important;
  }
  .ms-full-3 {
    margin-left: 40px !important;
  }
  .ms-full-4 {
    margin-left: 60px !important;
  }
  .ms-full-5 {
    margin-left: 120px !important;
  }
  .ms-full-auto {
    margin-left: auto !important;
  }
  .p-full-0 {
    padding: 0 !important;
  }
  .p-full-1 {
    padding: 10px !important;
  }
  .p-full-2 {
    padding: 20px !important;
  }
  .p-full-3 {
    padding: 40px !important;
  }
  .p-full-4 {
    padding: 60px !important;
  }
  .p-full-5 {
    padding: 120px !important;
  }
  .px-full-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-full-1 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-full-2 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-full-3 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-full-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-full-5 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-full-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-full-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-full-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-full-3 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-full-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-full-5 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-full-0 {
    padding-top: 0 !important;
  }
  .pt-full-1 {
    padding-top: 10px !important;
  }
  .pt-full-2 {
    padding-top: 20px !important;
  }
  .pt-full-3 {
    padding-top: 40px !important;
  }
  .pt-full-4 {
    padding-top: 60px !important;
  }
  .pt-full-5 {
    padding-top: 120px !important;
  }
  .pe-full-0 {
    padding-right: 0 !important;
  }
  .pe-full-1 {
    padding-right: 10px !important;
  }
  .pe-full-2 {
    padding-right: 20px !important;
  }
  .pe-full-3 {
    padding-right: 40px !important;
  }
  .pe-full-4 {
    padding-right: 60px !important;
  }
  .pe-full-5 {
    padding-right: 120px !important;
  }
  .pb-full-0 {
    padding-bottom: 0 !important;
  }
  .pb-full-1 {
    padding-bottom: 10px !important;
  }
  .pb-full-2 {
    padding-bottom: 20px !important;
  }
  .pb-full-3 {
    padding-bottom: 40px !important;
  }
  .pb-full-4 {
    padding-bottom: 60px !important;
  }
  .pb-full-5 {
    padding-bottom: 120px !important;
  }
  .ps-full-0 {
    padding-left: 0 !important;
  }
  .ps-full-1 {
    padding-left: 10px !important;
  }
  .ps-full-2 {
    padding-left: 20px !important;
  }
  .ps-full-3 {
    padding-left: 40px !important;
  }
  .ps-full-4 {
    padding-left: 60px !important;
  }
  .ps-full-5 {
    padding-left: 120px !important;
  }
  .gap-full-0 {
    gap: 0 !important;
  }
  .gap-full-1 {
    gap: 10px !important;
  }
  .gap-full-2 {
    gap: 20px !important;
  }
  .gap-full-3 {
    gap: 40px !important;
  }
  .gap-full-4 {
    gap: 60px !important;
  }
  .gap-full-5 {
    gap: 120px !important;
  }
  .row-gap-full-0 {
    row-gap: 0 !important;
  }
  .row-gap-full-1 {
    row-gap: 10px !important;
  }
  .row-gap-full-2 {
    row-gap: 20px !important;
  }
  .row-gap-full-3 {
    row-gap: 40px !important;
  }
  .row-gap-full-4 {
    row-gap: 60px !important;
  }
  .row-gap-full-5 {
    row-gap: 120px !important;
  }
  .column-gap-full-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-full-1 {
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
  }
  .column-gap-full-2 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }
  .column-gap-full-3 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }
  .column-gap-full-4 {
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
  }
  .column-gap-full-5 {
    -moz-column-gap: 120px !important;
         column-gap: 120px !important;
  }
  .text-full-start {
    text-align: left !important;
  }
  .text-full-end {
    text-align: right !important;
  }
  .text-full-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-inline-grid {
    display: inline-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;
  }
}
body {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

h1, .h1 {
  font-family: "roboto", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 60px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
}
h1.product, .product.h1 {
  font-family: "roboto", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 51px;
}
h1 .h2, .h1 .h2 {
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "roboto", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 39px;
}
@media (max-width: 1279.98px) {
  h1 .h2, .h1 .h2 {
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 39px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-family: "roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 38px;
  }
  h1 h2, .h1 h2, h1 .h2, .h1 .h2 {
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
  }
}

section#blocks .block .headerContainer h2, section#blocks .block .headerContainer .h2 {
  line-height: 35px;
}
@media (max-width: 1279.98px) {
  section#blocks .block .headerContainer h2, section#blocks .block .headerContainer .h2 {
    line-height: 31px;
  }
}
@media (max-width: 767.98px) {
  section#blocks .block .headerContainer h2, section#blocks .block .headerContainer .h2 {
    line-height: 23px;
  }
}
@media (max-width: 575.98px) {
  section#blocks .block .headerContainer h2, section#blocks .block .headerContainer .h2 {
    line-height: 21px;
  }
}

h2, .h2 {
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "roboto", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}
h2 .h1, .h2 .h1 {
  margin-bottom: 0;
  font-family: "roboto", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 60px;
}
@media (max-width: 1279.98px) {
  h2, .h2 {
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
  }
  h2 .h1, .h2 .h1 {
    font-family: "roboto", sans-serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 38px;
  }
}
@media (max-width: 575.98px) {
  h2, .h2 {
    font-family: "roboto", sans-serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 27px;
  }
}

h3, .h3 {
  font-style: italic;
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
}
h3.h2, .h2.h3 {
  font-family: "roboto", sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 35px;
}
@media (max-width: 1279.98px) {
  h3.h2, .h2.h3 {
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
  }
  h3.h2, .h2.h3 {
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
  }
}

h4, .h4 {
  font-style: italic;
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  h4, .h4 {
    font-family: "roboto", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
  }
}

h5, .h5 {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  h5, .h5 {
    font-family: "roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}

.heading p {
  font-family: "roboto", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 54px;
}
@media (max-width: 767.98px) {
  .heading p {
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }
}

p.heading {
  font-family: "roboto", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 54px;
}
@media (max-width: 767.98px) {
  p.heading {
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }
}

.large p {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

span.largeText {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.intro p {
  font-family: "roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}

p.intro {
  font-family: "roboto", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 42px;
}
p.large {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  text-decoration: none;
}

.medium {
  font-weight: 500;
}

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

#page:not(header) section ul:not([class]) {
  margin-top: 1rem;
  padding-left: 20px;
}
#page:not(header) section ul:not([class]) li {
  margin-top: 6px;
  margin-bottom: 6px;
}

p a,
span.largeText a {
  text-decoration: underline;
}
p a:hover,
span.largeText a:hover {
  color: #E4002B;
}

.deliveryTab > div:not(.two_column_list) ul,
#deliveryPanels > div:not(.two_column_list) ul,
#blocks > div:not(.two_column_list) ul,
.mobileAccordion.delivery > div:not(.two_column_list) ul {
  padding-left: 0;
}
.deliveryTab > div:not(.two_column_list) ul li,
#deliveryPanels > div:not(.two_column_list) ul li,
#blocks > div:not(.two_column_list) ul li,
.mobileAccordion.delivery > div:not(.two_column_list) ul li {
  padding-left: 16px;
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
.deliveryTab > div:not(.two_column_list) ul li:before,
#deliveryPanels > div:not(.two_column_list) ul li:before,
#blocks > div:not(.two_column_list) ul li:before,
.mobileAccordion.delivery > div:not(.two_column_list) ul li:before {
  content: "• ";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  color: #E4002B;
}

header {
  z-index: 9998;
  background: rgb(52, 52, 52);
  background: linear-gradient(275deg, rgb(52, 52, 52) 0%, rgb(0, 0, 0) 100%);
}
@media (max-width: 991.98px) {
  header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  header + section, header + main {
    margin-top: 67px;
  }
}
@media (max-width: 575.98px) {
  header + section, header + main {
    margin-top: 136px;
  }
}
header #navigation {
  position: relative;
  z-index: 10;
}
header #navigation:after {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: -1px;
  left: 0;
  height: 5px;
  width: 100%;
  background: rgb(228, 0, 43);
  background: linear-gradient(90deg, rgba(228, 0, 43, 0) 0%, rgb(228, 0, 43) 45%, rgb(228, 0, 43) 100%);
}

.high_level_banner {
  overflow: hidden;
  background: linear-gradient(275deg, rgb(0, 0, 0) 0%, rgb(52, 52, 52) 100%);
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .high_level_banner {
    margin-top: 0px;
  }
}
.high_level_banner a {
  position: relative;
}
.high_level_banner a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #E4002B;
  top: calc(50% - 5.5px);
  right: -20px;
}
.high_level_banner .modalLink {
  color: #fff;
}
.high_level_banner .banner-text {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  .high_level_banner .banner-text {
    font-family: "roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
.high_level_banner .iconContainer svg {
  height: 25px;
  width: 25px;
}
.high_level_banner .banner-swiper {
  overflow: hidden;
}
.high_level_banner .banner-swiper .swiper-wrapper {
  height: 26px;
  padding: 16px 0;
}
@media (max-width: 575.98px) {
  .high_level_banner .btn {
    font-family: "roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

.highLevelModal h3, .highLevelModal .h3 {
  font-style: italic;
  text-transform: uppercase;
  font-family: "roboto", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 39px;
  padding-top: 30px;
}
@media (max-width: 767.98px) {
  .highLevelModal h3, .highLevelModal .h3 {
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
  }
}
.highLevelModal .modal-content {
  border-radius: 0;
}
.highLevelModal .modal-header {
  border-bottom: 0;
  padding: 20px;
  align-items: start;
}
.highLevelModal .modal-body {
  padding: 20px;
  padding-top: 0px;
}
.highLevelModal fieldset {
  background: none !important;
  padding: 0 !important;
}
.highLevelModal fieldset .frm_checkbox {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.highLevelModal fieldset input {
  background: #f2f2f2 !important;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.highLevelModal fieldset button {
  background: none;
  border: solid #E4002B 1px;
  position: relative;
  padding: 10px 35px 10px 14px;
  margin-top: 10px;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.highLevelModal fieldset button:hover:after {
  border-color: transparent transparent transparent #0F0F0F;
}
.highLevelModal fieldset button:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 9px;
  border-color: transparent transparent transparent #E4002B;
  top: calc(50% - 5.5px);
  right: 10px;
}

.accountButton,
.searchButton {
  background: none;
  border: none;
}

.cartButton {
  background: none;
  border: none;
  font-size: 16px;
  padding-right: 0;
}
.cartButton svg {
  margin-right: 10px;
}
.cartButton .basket-item-count {
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 100%;
  background: #E4002B;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 16px;
}

.offcanvas-end {
  right: calc((100% - 1920px) / 2) !important;
  left: auto !important;
}
@media (max-width: 1919.98px) {
  .offcanvas-end {
    right: 0 !important;
  }
}

.canvasCover {
  position: fixed;
  right: 0;
  top: 0;
  width: calc((100% - 1920px) / 2) !important;
  background: #4D4B4B;
  z-index: 1050;
  height: 100%;
}

.leftCover {
  position: fixed;
  left: 0;
  top: 0;
  width: calc((100% - 1920px) / 2) !important;
  background: #4D4B4B;
  z-index: 1050;
  height: 100%;
}

.hiddenSearchForm {
  width: 0px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .hiddenSearchForm {
    width: 100%;
    height: 0;
    position: absolute;
    top: 67px;
    left: 0;
    background: #2B2B2B;
    width: 100%;
    padding: 0px 20px;
  }
}
.hiddenSearchForm.open {
  width: 310px;
}
@media (max-width: 991.98px) {
  .hiddenSearchForm.open {
    height: 60px;
    padding: 10px 20px;
    width: 100%;
    z-index: 3;
  }
}
.hiddenSearchForm #search {
  width: 100%;
}
.hiddenSearchForm form.search-form {
  outline: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hiddenSearchForm form.search-form input {
  min-height: 40px;
  padding: 0 10px;
  position: relative;
  margin-right: 5px;
  width: calc(100% - 5px);
}
@media (max-width: 991.98px) {
  .hiddenSearchForm form.search-form input {
    width: calc(100vw - 150px);
  }
}
.hiddenSearchForm form.search-form input:focus, .hiddenSearchForm form.search-form input:focus-visible {
  box-shadow: none;
  outline: none;
}

header #logo {
  z-index: 2;
}
@media (max-width: 1279.98px) {
  header #logo {
    max-width: 320px;
  }
}
@media (max-width: 575.98px) {
  header #logo {
    max-width: auto;
  }
}
@media (max-width: 575.98px) {
  header #logo {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 17px 0;
  }
}
header #logo svg {
  max-width: 100%;
}
header .menuDesktop .checkoutNav {
  padding: 22px;
}
@media (max-width: 767.98px) {
  header .menuDesktop .checkoutNav {
    padding: 22px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  header .menuDesktop h4, header .menuDesktop .h4 {
    font-family: "roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
  }
}
header .menuDesktop .continueShopping {
  border: none;
  background: #2B2B2B;
  border-radius: 5px;
  padding: 11px 15px;
  border: solid #2B2B2B 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
header .menuDesktop .continueShopping:hover {
  font-weight: 500 !important;
}
header .menuDesktop .continueShopping:before {
  display: block;
  content: attr(title);
  font-weight: 500;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  header .menuDesktop .continueShopping {
    width: 100%;
    margin-bottom: 15px;
  }
}

.burgermenuContainer {
  position: relative;
  z-index: 5;
}
.burgermenuContainer .burger {
  width: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  right: 2rem;
  top: 2rem;
  z-index: 20;
}
.burgermenuContainer .burger span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  display: block;
  transform: translateY(-9px);
  transition: width 0.2s ease-in-out, background-color 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.burgermenuContainer .burger span::before, .burgermenuContainer .burger span::after {
  content: "";
  width: 100%;
  background-color: #fff;
  display: block;
  transition: all 0.5s ease-in-out, width 0.2s ease-in-out;
  border-radius: 0px;
  height: 3px;
}
.burgermenuContainer .burger span::before {
  transform: translateY(18px);
}
.burgermenuContainer .burger span::after {
  transform: translateY(9px);
  margin-top: -3px;
}
.burgermenuContainer .burger.active span {
  background-color: transparent;
  transform: translateY(1.5px);
}
.burgermenuContainer .burger.active span::before {
  transform: rotateZ(45deg) translateY(0);
  background: #fff;
}
.burgermenuContainer .burger.active span::after {
  transform: rotateZ(-45deg) translateY(0);
  background: #fff;
}

#menuPage,
.menuNavigation {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: flex-end;
  z-index: 9;
}
@media (max-width: 991.98px) {
  #menuPage,
  .menuNavigation {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 67px;
    align-items: flex-start;
    height: calc(100% - 67px);
    background: #2B2B2B;
    padding-top: 50px;
    overflow: scroll;
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  #menuPage,
  .menuNavigation {
    top: 67px;
    height: calc(100% - 67px);
  }
}
#menuPage .appendedMenu,
.menuNavigation .appendedMenu {
  display: flex;
}
@media (max-width: 991.98px) {
  #menuPage .appendedMenu,
  .menuNavigation .appendedMenu {
    display: none;
  }
}

.menu-primary-container {
  margin-top: 60px;
}
.menu-primary-container #menu-primary {
  margin-bottom: 0;
  display: inline-flex;
}
.menu-primary-container #menu-primary > .menu-item-has-children > a {
  position: relative;
}
.menu-primary-container #menu-primary > .menu-item-has-children > a:after {
  content: "";
}
@media (min-width: 992px) {
  .menu-primary-container #menu-primary > .menu-item-has-children:hover > a:after {
    position: absolute;
    left: calc(50% - 9px);
    bottom: 4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 9px;
    border-color: transparent transparent #E4002B transparent;
  }
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary {
    display: none;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
}
.menu-primary-container #menu-primary > li {
  list-style: none;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li {
    margin-right: 0;
  }
}
.menu-primary-container #menu-primary > li:last-of-type {
  margin-right: 0px;
}
.menu-primary-container #menu-primary > li:last-of-type:not(.megaMenu, .imageMenu) > ul.sub-menu {
  right: 0;
  left: unset;
}
.menu-primary-container #menu-primary > li > a {
  display: inline-block;
  padding: 30px 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li > a {
    display: block;
    padding: 10px 0;
  }
}
@media (min-width: 992px) {
  .menu-primary-container #menu-primary > li.megaMenu:hover > ul.sub-menu, .menu-primary-container #menu-primary > li.imageMenu:hover > ul.sub-menu {
    display: flex;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu:hover > ul.sub-menu, .menu-primary-container #menu-primary > li.imageMenu:hover > ul.sub-menu {
    display: block;
  }
}
.menu-primary-container #menu-primary > li:not(.megaMenu, .imageMenu) {
  position: relative;
}
@media (min-width: 992px) {
  .menu-primary-container #menu-primary > li:not(.megaMenu, .imageMenu):hover > ul.sub-menu {
    display: block;
  }
}
.menu-primary-container #menu-primary > li:not(.megaMenu, .imageMenu) > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: auto;
  background: #2B2B2B;
  top: 82px;
  padding: 35px;
  min-width: 230px;
  max-width: 230px;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li:not(.megaMenu, .imageMenu) > ul.sub-menu {
    position: relative;
    left: -30px;
    width: auto;
    background: unset;
    top: 0;
    padding: 25px 0 15px 0px;
    min-width: auto;
    max-width: unset;
    width: 100vw;
    background: #0F0F0F;
  }
}
.menu-primary-container #menu-primary > li:not(.megaMenu, .imageMenu) > ul.sub-menu li {
  margin-bottom: 20px;
}
.menu-primary-container #menu-primary > li:not(.megaMenu, .imageMenu) > ul.sub-menu li:last-of-type {
  margin-bottom: 0;
}
.menu-primary-container #menu-primary > li a {
  text-decoration: none;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}
.menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu {
  flex-wrap: wrap;
  width: calc(100% + 20px);
  left: -10px;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu {
    padding-left: 0;
    background-color: #0F0F0F;
    width: 100vw;
    margin-left: -18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu .imageMenuWrapper {
  width: calc(16.6666666667% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu .imageMenuWrapper {
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
.menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu .imageMenuWrapper .imageContainer img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu .imageMenuWrapper .imageContainer img {
    display: none;
  }
}
.menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu .imageMenuWrapper .imageTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  line-height: 22px;
  font-weight: 600;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu .imageMenuWrapper .imageTitle {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-family: "roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}
.menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu .imageMenuWrapper .imageOverlay {
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  height: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.imageMenu > ul.sub-menu .imageMenuWrapper .imageOverlay {
    display: none;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper {
  width: 25%;
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper .heading:hover + .sub-menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper .heading + .sub-menu {
    display: none;
    margin-top: 10px;
    border-bottom: solid 1px #2B2B2B;
    border-top: solid 1px #2B2B2B;
  }
}
@media (min-width: 992px) and (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-2 .heading:hover + .sub-menu, .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-3 .heading:hover + .sub-menu, .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-4 .heading:hover + .sub-menu {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-2 .heading + .sub-menu, .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-3 .heading + .sub-menu, .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-4 .heading + .sub-menu {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper {
    width: 100%;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-2 {
  width: 50%;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-2 {
    width: 100%;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-2 .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-2 .sub-menu {
    display: block;
    margin-top: 10px;
    border-bottom: solid 1px #2B2B2B;
    border-top: solid 1px #2B2B2B;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-2 .sub-menu li {
  width: 50%;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-2 .sub-menu li {
    width: 100%;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-3 {
  width: 75%;
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-3 .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-3 .sub-menu {
    display: block;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-3 .sub-menu li {
  width: 33.3333333333%;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-3 .sub-menu li {
    width: 100%;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-4 {
  width: 100%;
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-4 .sub-menu {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-4 .sub-menu {
    display: block;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-4 .sub-menu li {
  width: 25%;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper.column-4 .sub-menu li {
    width: 100%;
  }
}
.menu-primary-container #menu-primary > li.megaMenu > ul.sub-menu .submenuWrapper .heading + .menu-item {
  margin-top: 0px;
}
.menu-primary-container #menu-primary > li > ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  background: #2B2B2B;
  top: 142px;
  padding: 35px 80px;
}
@media (max-width: 1279.98px) {
  .menu-primary-container #menu-primary > li > ul.sub-menu {
    padding: 35px 20px;
  }
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li > ul.sub-menu {
    position: relative;
    top: 0;
    background: #0F0F0F;
    padding-top: 15px;
    padding-bottom: 20px;
    left: -28px;
    width: 100vw;
    margin-top: 10px;
  }
  .menu-primary-container #menu-primary > li > ul.sub-menu:after {
    content: "";
    position: absolute;
    top: -10px;
    left: calc(50% - 11px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 10px 11px;
    border-color: transparent transparent #0F0F0F transparent;
  }
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li > ul.sub-menu .heading h3, .menu-primary-container #menu-primary > li > ul.sub-menu .heading .h3 {
    margin-bottom: 0;
  }
}
.menu-primary-container #menu-primary > li > ul.sub-menu .heading h3 a, .menu-primary-container #menu-primary > li > ul.sub-menu .heading .h3 a {
  font-style: italic;
  font-family: "roboto", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .menu-primary-container #menu-primary > li > ul.sub-menu .heading h3 a, .menu-primary-container #menu-primary > li > ul.sub-menu .heading .h3 a {
    font-family: "roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
  }
}
.menu-primary-container #menu-primary > li > ul.sub-menu .sub-menu li {
  padding: 10px 0;
}
.menu-primary-container #menu-primary .sub-menu {
  list-style: none;
  padding-left: 0;
}

body.ios-noscroll {
  position: fixed;
  left: 0;
  right: 0;
}

body.non-ios-noscroll {
  overflow: hidden;
  position: relative;
}

#menu-top {
  margin-bottom: 0px;
  display: inline-flex;
  list-style: none;
  z-index: 2;
  position: relative;
}
#menu-top li {
  margin-right: 45px;
}
#menu-top li:last-of-type {
  margin-right: 0;
}
#menu-top a {
  color: #fff;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .menus {
    width: 100%;
  }
}
.menus .menuMobileContainer {
  width: 100%;
}
.menus .menuDesktop {
  position: absolute;
  right: 80px;
  top: 0;
  right: 80px;
}
.menus .menuDesktop:before {
  content: "";
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
  position: absolute;
  top: -10px;
  right: -210px;
  min-width: 650px;
  width: 960px;
  height: 60px;
}
@media (max-width: 1920px) {
  .menus .menuDesktop:before {
    right: calc((100vw - 1500px) / 2 * -1);
  }
}
@media (max-width: 1640px) {
  .menus .menuDesktop:before {
    right: -80px;
  }
}
@media (max-width: 1279.98px) {
  .menus .menuDesktop:before {
    right: -20px;
  }
}
@media (max-width: 1919.98px) {
  .menus .menuDesktop:before {
    width: 50vw;
  }
}
@media (max-width: 991.98px) {
  .menus .menuDesktop:before {
    top: 0;
    height: 68px;
  }
}
@media (max-width: 1279.98px) {
  .menus .menuDesktop {
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .menus .menuDesktop {
    position: unset;
    right: unset;
    top: unset;
  }
}

#footer {
  position: relative;
  color: #fff;
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgb(52, 52, 52) 0%, rgb(0, 0, 0) 100%);
  padding: 60px 0;
}
@media (max-width: 991.98px) {
  #footer svg {
    width: 100%;
  }
}
#footer:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background: rgb(228, 0, 43);
  background: linear-gradient(270deg, rgba(228, 0, 43, 0) 0%, rgb(228, 0, 43) 45%, rgb(228, 0, 43) 100%);
}
#footer .follow {
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 13px;
}
@media (max-width: 991.98px) {
  #footer .follow {
    margin-top: 30px;
    text-align: center;
  }
}
#footer .socialMedia a {
  margin-right: 30px;
}
#footer .socialMedia a:last-of-type {
  margin-right: 0;
}
#footer .socialMedia a:hover svg path {
  fill: #E4002B;
}
@media (max-width: 991.98px) {
  #footer .menus {
    margin-top: 30px;
  }
}
#footer .menus .menu {
  min-width: 285px;
}
@media (max-width: 767.98px) {
  #footer .menus .menu {
    min-width: 50%;
  }
}
#footer .menus .menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
#footer .menus .menu ul li {
  margin-bottom: 20px;
}
#footer .menus .menu ul li:last-of-type {
  margin-bottom: 0;
}
#footer .menus .menu ul li a {
  color: #fff;
}
#footer .logos {
  width: calc(100% - 300px);
}
@media (max-width: 991.98px) {
  #footer .logos {
    width: 100%;
  }
}
#footer .logos .logoIcon {
  margin-right: 30px;
  margin-top: 10px;
}
#footer .logos .logoIcon:last-of-type {
  margin-right: 0;
}
#footer .logos .logoIcon a {
  width: 120px;
  display: block;
}
#footer .logos .logoIcon img {
  width: 100%;
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .trade {
  width: 300px;
}
@media (max-width: 991.98px) {
  #footer .trade {
    width: 100%;
  }
}
#footer .trade .tradeLink {
  display: block;
  padding-right: 22px;
  position: relative;
}
#footer .trade .tradeLink:hover:after {
  border-color: transparent transparent transparent #fff;
}
#footer .trade .tradeLink:after {
  position: absolute;
  content: "";
  right: 0px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
#footer .trade > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  #footer .trade > div {
    display: block;
  }
}
#footer .cards {
  margin-top: 70px;
}
#footer .cards img {
  max-width: 300px;
  height: auto;
}
#footer .footerText {
  margin-top: 30px;
  text-align: center;
}
#footer .footerText a {
  color: #fff;
}
#footer .footerText .redSeperator {
  color: #E4002B;
}

#archive .pagination, #searchResult .pagination {
  text-align: left;
  padding-left: 0;
  position: relative;
  padding-top: 60px;
  max-width: 1500px;
  margin: 0 auto;
}
#archive .pagination:after, #searchResult .pagination:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 30px;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgb(228, 0, 43);
  background: linear-gradient(270deg, rgba(228, 0, 43, 0) 0%, rgb(228, 0, 43) 45%, rgb(228, 0, 43) 100%);
}
#archive .pagination .nav-links, #searchResult .pagination .nav-links {
  display: inline-flex;
  margin-left: -5px;
}
#archive .pagination .nav-links span, #archive .pagination .nav-links a, #searchResult .pagination .nav-links span, #searchResult .pagination .nav-links a {
  position: relative;
  width: 40px;
  height: 40px;
  background: #E4002B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  border-radius: 0px;
  margin-left: 5px;
  margin-right: 5px;
}
#archive .pagination .nav-links span.current, #archive .pagination .nav-links a.current, #searchResult .pagination .nav-links span.current, #searchResult .pagination .nav-links a.current {
  color: #fff;
}
#archive .pagination .nav-links .next:after, #searchResult .pagination .nav-links .next:after {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 6.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #0F0F0F;
}
#archive .pagination .nav-links .prev:after, #searchResult .pagination .nav-links .prev:after {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 6.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 11px 6.5px 0;
  border-color: transparent #0F0F0F transparent transparent;
}
#archive .pagination .nav-links a, #searchResult .pagination .nav-links a {
  background: #fff;
}

section.contact_info:not(.subscribe, .block-subscribe, #blocks) .frm_forms form fieldset {
  padding: 0px 0px;
  background: #f2f2f2;
  max-width: 1200px;
}

section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_error, section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_error_style {
  color: #E4002B;
  width: 100%;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form fieldset {
  padding: 60px 95px;
  background: #f2f2f2;
  max-width: 1200px;
  padding: 40px 20px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_primary_label {
  margin-top: 8px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form h2.formHeading, section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .formHeading.h2 {
  font-family: "roboto", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 54px;
  font-style: normal;
  text-transform: none;
  margin-bottom: 50px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .form-field label.frm_primary_label {
  display: block;
  float: none;
  width: auto;
  margin-top: 15px;
  margin-bottom: 8px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_multi_fields_container,
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_builder .frm_form_fields input[type=tel] .frm_form_builder .frm_form_fields input[type=range],
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_builder .frm_form_fields input[type=text] {
  width: 100%;
  height: auto;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field select {
  width: 100%;
  height: auto;
  border: none;
  min-height: 45px;
  background: #fff;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field.vertical_radio {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  flex-wrap: wrap;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field.vertical_radio .frm_primary_label {
  margin-bottom: 5px;
  margin-left: 5px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field.vertical_radio label {
  margin-top: 15px;
  margin-bottom: 8px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form h3, section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .h3 {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  font-style: normal;
  text-transform: capitalize;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_field.hr {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #D5D5D5 solid;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form #new_fields input[type=text],
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form #new_fields input[type=number],
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_field_box .frm_form_fields > textarea,
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field > textarea,
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field > input[type=email],
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field > input[type=url],
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field > input[type=number],
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field > input[type=tel],
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field > input[type=text],
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_form_fields .frm_form_field > input[type=range] {
  width: 100%;
  border: none;
  min-height: 45px;
  background: #fff;
  padding: 0 10px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_repeat_buttons {
  grid-column: span 12/span 12;
  text-align: right;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_repeat_buttons.frm_form_field label.frm_primary_label {
  display: none;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_repeat_buttons a {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
section:not(.subscribe, .block-subscribe, #blocks) .frm_forms form .frm_repeat_buttons a i.frm_icon_font {
  color: #E4002B;
}

section .conatctInfo a, section .conatctInfo p {
  margin-top: 4px;
}
section.contact_info {
  margin-top: 60px;
  padding-bottom: 60px;
}
section.contact_info .socialMediaDark a {
  margin-right: 30px;
}
section.contact_info .socialMediaDark a:last-of-type {
  margin-right: 0;
}
section.contact_info .socialMediaDark a svg path {
  fill: #0F0F0F;
}
section.contact_info .socialMediaDark a:hover svg path {
  fill: #E4002B;
}

#dealers-archive {
  background-color: #f2f2f2;
}
#dealers-archive section.specifications .blockColor {
  padding-bottom: 60px;
}
#dealers-archive .mapContainer {
  position: relative;
}
#dealers-archive .mapContainer form {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #D5D5D5;
  padding: 25px;
}
#dealers-archive .mapContainer form input[type=text] {
  min-height: 45px;
  padding: 10px;
  border: 0px;
  min-width: 260px;
}
#dealers-archive .mapContainer form button {
  border: 0;
  width: 45px;
  height: 45px;
  background-color: #E4002B;
}
#dealers-archive .mapContainer #map, #dealers-archive .mapContainer #map2 {
  height: 825px;
}
@media (max-width: 767.98px) {
  #dealers-archive .mapContainer #map, #dealers-archive .mapContainer #map2 {
    height: 500px;
  }
}
#dealers-archive .mapContainer #map .gm-style .gm-style-iw-tc::after, #dealers-archive .mapContainer #map2 .gm-style .gm-style-iw-tc::after {
  background: #0F0F0F;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c {
  padding: 0;
  color: #fff;
  overflow: visible !important;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c .gm-style-iw-d, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c button[title=Close], #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c button[title=Close] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22 style=%22width: 100px; height: 100px;%22%3E%3Cpath d=%22M25,25 L75,75 M25,75 L75,25%22 stroke=%22white%22 stroke-width=%2210%22/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-size: 70% !important;
  background-repeat: no-repeat !important;
  background-color: #E4002B;
  top: 5px !important;
  right: 5px !important;
  opacity: 1;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c button[title=Close] span, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c button[title=Close] span {
  opacity: 0;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c button[title=Close] img, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c button[title=Close] img {
  display: none !important;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c .infobox, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c .infobox {
  padding: 20px 55px 20px 25px;
  color: #fff;
  background: #0F0F0F;
  border-radius: 0;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c .infobox a, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c .infobox a {
  display: block;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c .infobox a.website, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c .infobox a.website {
  position: relative;
  display: inline-block;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c .infobox a.website:after, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c .infobox a.website:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #E4002B;
}
#dealers-archive .mapContainer #map .gm-style-iw.gm-style-iw-c .infobox::after, #dealers-archive .mapContainer #map2 .gm-style-iw.gm-style-iw-c .infobox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
  border-top: 15px solid #0F0F0F;
  z-index: 1;
}
#dealers-archive .locations {
  padding-top: 40px;
  padding-bottom: 30px;
}
#dealers-archive .locations .address {
  text-transform: capitalize;
}
#dealers-archive .locations .website {
  position: relative;
}
#dealers-archive .locations .website:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #E4002B;
}
#dealers-archive .locations .resultContainer {
  border-bottom: solid 1px #D5D5D5;
  width: calc(25% - 34px);
  margin-right: 17px;
  margin-left: 17px;
  margin-top: 51px;
  padding-bottom: 20px;
  position: relative;
}
#dealers-archive .locations .resultContainer:nth-of-type(1), #dealers-archive .locations .resultContainer:nth-of-type(2), #dealers-archive .locations .resultContainer:nth-of-type(3), #dealers-archive .locations .resultContainer:nth-of-type(4) {
  margin-top: 0;
}
#dealers-archive .locations .resultContainer:nth-child(4n+1) {
  margin-left: 0;
  margin-right: 34px;
}
#dealers-archive .locations .resultContainer:nth-child(4n+4) {
  margin-left: 34px;
  margin-right: 0;
}
@media (max-width: 1279.98px) {
  #dealers-archive .locations .resultContainer {
    width: calc(33.3333333333% - 34px);
  }
  #dealers-archive .locations .resultContainer:nth-of-type(4) {
    margin-top: 51px;
  }
  #dealers-archive .locations .resultContainer:nth-child(4n+1) {
    margin-left: 17px;
    margin-right: 17px;
  }
  #dealers-archive .locations .resultContainer:nth-child(4n+4) {
    margin-left: 17px;
    margin-right: 17px;
  }
  #dealers-archive .locations .resultContainer:nth-child(3n+1) {
    margin-left: 0;
    margin-right: 34px;
  }
  #dealers-archive .locations .resultContainer:nth-child(3n+3) {
    margin-left: 34px;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  #dealers-archive .locations .resultContainer {
    width: calc(50% - 34px);
  }
  #dealers-archive .locations .resultContainer:nth-of-type(3) {
    margin-top: 51px;
  }
  #dealers-archive .locations .resultContainer:nth-child(3n+1) {
    margin-left: 17px;
    margin-right: 17px;
  }
  #dealers-archive .locations .resultContainer:nth-child(3n+3) {
    margin-left: 17px;
    margin-right: 17px;
  }
  #dealers-archive .locations .resultContainer:nth-child(odd) {
    margin-right: 25.5px;
    margin-left: 0;
  }
  #dealers-archive .locations .resultContainer:nth-child(even) {
    margin-left: 25.5px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  #dealers-archive .locations .resultContainer {
    width: 100%;
  }
  #dealers-archive .locations .resultContainer:nth-of-type(2) {
    margin-top: 51px;
  }
  #dealers-archive .locations .resultContainer:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
  #dealers-archive .locations .resultContainer:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
#dealers-archive .results {
  padding-top: 60px;
  padding-bottom: 30px;
}
#dealers-archive .results .address {
  text-transform: capitalize;
}
#dealers-archive .results .website {
  position: relative;
}
#dealers-archive .results .website:after {
  content: "";
  position: absolute;
  right: -14px;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 8px;
  border-color: transparent transparent transparent #E4002B;
}
#dealers-archive .results .resultContainer {
  border-bottom: solid 1px #D5D5D5;
  width: calc(33.3333333333% - 34px);
  margin-right: 17px;
  margin-left: 17px;
  margin-top: 51px;
  padding-bottom: 20px;
  position: relative;
}
@media (max-width: 991.98px) {
  #dealers-archive .results .resultContainer {
    width: calc(50% - 34px);
  }
}
@media (max-width: 767.98px) {
  #dealers-archive .results .resultContainer {
    width: 100%;
  }
}
#dealers-archive .results .resultContainer:nth-of-type(1), #dealers-archive .results .resultContainer:nth-of-type(2), #dealers-archive .results .resultContainer:nth-of-type(3) {
  margin-top: 0;
}
#dealers-archive .results .resultContainer:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 34px;
}
#dealers-archive .results .resultContainer:nth-child(3n+3) {
  margin-left: 34px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  #dealers-archive .results .resultContainer:nth-of-type(3) {
    margin-top: 51px;
  }
  #dealers-archive .results .resultContainer:nth-child(3n+1) {
    margin-left: 17px;
    margin-right: 17px;
  }
  #dealers-archive .results .resultContainer:nth-child(3n+3) {
    margin-left: 17px;
    margin-right: 17px;
  }
  #dealers-archive .results .resultContainer:nth-child(odd) {
    margin-right: 25.5px;
    margin-left: 0;
  }
  #dealers-archive .results .resultContainer:nth-child(even) {
    margin-left: 25.5px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  #dealers-archive .results .resultContainer:nth-of-type(2) {
    margin-top: 51px;
  }
  #dealers-archive .results .resultContainer:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
  #dealers-archive .results .resultContainer:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}

.productCard {
  text-decoration: none;
  color: #000;
  text-align: center;
}
.productCard:hover {
  text-decoration: none;
  color: inherit;
}
.productCard del {
  display: inline-block;
}
.productCard del bdi {
  color: #D83D3D;
}
.productCard ins {
  display: inline-block;
  padding-top: 0;
}
.productCard .imageContainer img {
  width: 100%;
}

.categoryCard {
  text-decoration: none;
  color: #000;
  text-align: center;
  background: #fff;
  padding: 0 15px 15px 15px;
  height: 100%;
  position: relative;
}
.categoryCard .title, .categoryCard .des {
  text-align: left;
}
.categoryCard .link {
  height: 40px;
  width: 100%;
}
.categoryCard .link > span {
  font-weight: 500;
  position: absolute;
  bottom: 5px;
  right: 15px;
  padding: 10px 30px 10px 10px;
}
.categoryCard .link > span:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
.categoryCard:hover {
  text-decoration: none;
  color: inherit;
}
.categoryCard:hover .link > span:after {
  border-color: transparent transparent transparent #000;
}
.categoryCard .imageContainer img {
  width: calc(100% + 30px);
  margin-left: -15px;
}

.archiveCategoryContainer {
  width: 33.3333333333%;
  padding-right: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1279.98px) {
  .archiveCategoryContainer {
    padding-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .archiveCategoryContainer {
    width: 50%;
    padding-right: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .archiveCategoryContainer {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.woocommerce-result-count {
  display: none;
}

.saleBanner {
  bottom: 1px;
}
.saleBanner p.sale {
  display: inline;
  margin-left: 10px;
  background: #D83D3D;
  color: #fff;
  box-shadow: 10px 0 0 #D83D3D, -10px 0 0 #D83D3D;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-font-smoothing: antialiased;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}

.woocommerce-pagination {
  text-align: left;
  padding-left: 350px;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .woocommerce-pagination {
    padding-left: 0px;
  }
}
.woocommerce-pagination:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 350px;
  height: 2px;
  width: calc(100% - 350px);
  background: rgb(228, 0, 43);
  background: linear-gradient(270deg, rgba(228, 0, 43, 0) 0%, rgb(228, 0, 43) 45%, rgb(228, 0, 43) 100%);
}
@media (max-width: 991.98px) {
  .woocommerce-pagination:after {
    left: 0;
  }
}
.woocommerce-pagination .page-numbers {
  display: inline-flex;
  padding-left: 0;
}
.woocommerce-pagination .page-numbers li {
  list-style: none;
  display: inherit;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce-pagination .page-numbers li:first-of-type {
  padding-left: 0;
}
.woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
  position: relative;
  width: 40px;
  height: 40px;
  background: #E4002B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  border-radius: 0px;
}
.woocommerce-pagination .page-numbers li span.current, .woocommerce-pagination .page-numbers li a.current {
  color: #fff;
}
.woocommerce-pagination .page-numbers li .next:after {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 6.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #0F0F0F;
}
.woocommerce-pagination .page-numbers li .prev:after {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 6.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 11px 6.5px 0;
  border-color: transparent #0F0F0F transparent transparent;
}
.woocommerce-pagination .page-numbers li a {
  background: #fff;
}

.filterDropdown {
  cursor: pointer;
}
.filterDropdown p {
  position: relative;
  font-weight: 600;
  display: inline-block;
  padding-right: 10px;
}
.filterDropdown p:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5.5px 0 5.5px;
  border-color: #E4002B transparent transparent transparent;
  top: calc(50% - 4.5px);
  right: -10px;
  transition: 0.2s ease-in-out;
}
.filterDropdown.open p:after {
  transform: rotate(180deg);
  transform-origin: center;
}

.woocommerceFilterSidebar {
  min-width: 350px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .woocommerceFilterSidebar {
    padding-right: 0;
    min-width: 100%;
    margin-bottom: 40px;
    display: none;
  }
}
.woocommerceFilterSidebar .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
  background: #fff;
  border: solid #fff 5px;
  border-radius: 0;
}
.woocommerceFilterSidebar .wcpf-field-item.wcpf-box-style.wcpf-box-hide .wcpf-heading-label .box-toggle:before {
  transform: rotate(180deg);
}
.woocommerceFilterSidebar .wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle:before {
  content: "";
  position: absolute;
  right: 0;
  transition: 0.2s;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.25px 8px 5.25px;
  border-color: transparent transparent #E4002B transparent;
}
.woocommerceFilterSidebar .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked > .wcpf-checkbox-item-inner > .wcpf-checkbox-label .wcpf-input-container::after {
  content: "";
  position: absolute;
  background: #E4002B;
  top: -2px;
  left: -2px;
  height: 10px;
  width: 10px;
  transform: rotate(0deg);
  border: none;
  border-width: 0 0 0 0;
  box-sizing: content-box;
}
.woocommerceFilterSidebar .wcpf-layout-item.wcpf-box-style .wcpf-heading-label, .woocommerceFilterSidebar .wcpf-field-item.wcpf-box-style .wcpf-heading-label {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  border-bottom: solid 2px #fff;
}

@media (max-width: 1279.98px) {
  .modal.lightbox .modal-dialog {
    max-width: calc(100% - 120px);
  }
}

section.specifications .infoTab p + h4, section.specifications .infoTab p + .h4 {
  margin-top: 40px;
}
section .productDetails {
  padding-left: 0px;
  width: 100%;
  min-width: 600px;
}
section .productDetails #anchorLink:hover {
  cursor: pointer;
}
section .productDetails .bundle_wrap .bundle_availability {
  margin-bottom: 35px;
}
@media (max-width: 1279.98px) {
  section .productDetails {
    min-width: auto;
  }
}
section .productDetails .short {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
section .productDetails .keyFeaturesContainer {
  border-bottom: solid #fff 2px;
}
section .productDetails .keyFeaturesContainer .keyFeatures {
  max-width: 570px;
}
section .productDetails .keyFeaturesContainer .keyFeatures > div {
  width: 50%;
}
section .productDetails .keyFeaturesContainer .keyFeatures > div svg {
  width: 40px;
  height: 40px;
}
section .productDetails .specList {
  background: #e6e6e6;
  padding: 18px;
  margin-top: 30px;
  position: relative;
}
section .productDetails .specList:after {
  content: "";
  position: absolute;
  top: -15px;
  right: 150px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11px 15px 11px;
  border-color: transparent transparent #e6e6e6 transparent;
}
section .productDetails .specList .bottomListUl {
  list-style: none;
  margin-top: 20px;
  padding-left: 0;
  display: inline-flex;
  flex-wrap: wrap;
}
section .productDetails .specList .bottomListUl li {
  display: inline-block;
}
section .productDetails .specList .bottomListUl .slash {
  margin: 0 7px;
}
@media (max-width: 575.98px) {
  section .productDetails .specList .bottomListUl {
    display: block;
  }
  section .productDetails .specList .bottomListUl li {
    width: 100%;
  }
}
section .productDetails .specList .specListUl {
  padding-left: 0;
  -moz-columns: 2;
       columns: 2;
}
section .productDetails .specList .specListUl li {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
section .productDetails .specList .specListUl li:after {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}
section .productDetails .specList .specListUl li .valueContainer {
  max-width: 50%;
  text-align: right;
}
section .productDetails .specList .specListUl li .valueContainer span {
  text-align: right;
}
@media (max-width: 767.98px) {
  section .productDetails .specList .specListUl {
    -moz-columns: 1;
         columns: 1;
  }
  section .productDetails .specList .specListUl li {
    width: 100%;
    max-width: 100%;
  }
}
section .productDetails .stock p {
  margin-bottom: 0 !important;
}
section .productDetails .statusContainer div {
  margin-bottom: 5px;
}
section .productDetails .sku {
  color: #838ca3;
  font-weight: 400;
}
section#woo-product-related {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 767.98px) {
  section#woo-product-related {
    padding-left: 60px;
    padding-right: 60px;
  }
}
section#woo-product {
  padding-top: 0px !important;
}
section#woo-product .breadcrumb {
  padding-top: 40px;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
section#woo-product .breadcrumb span:not(.current) {
  margin: 0 5px;
}
section#woo-product .breadcrumb span.current {
  font-weight: 500;
}
section#woo-product .productContainer,
section#woo-product .noGallery {
  min-width: 430px;
  margin-right: 120px;
  max-width: 600px;
}
@media (max-width: 1490px) {
  section#woo-product .productContainer,
  section#woo-product .noGallery {
    margin-right: 90px;
  }
}
@media (max-width: 1279.98px) {
  section#woo-product .productContainer,
  section#woo-product .noGallery {
    margin-right: 60px;
  }
}
@media (max-width: 991.98px) {
  section#woo-product .productContainer,
  section#woo-product .noGallery {
    margin-right: 0px;
    min-width: auto;
    max-width: auto;
  }
}
@media (max-width: 1279.98px) {
  section#woo-product .productContainer,
  section#woo-product .noGallery {
    min-width: 415px;
    max-width: 415px;
  }
}
@media (max-width: 991.98px) {
  section#woo-product .productContainer,
  section#woo-product .noGallery {
    min-width: 100%;
    max-width: 100%;
    padding: 0 60px;
  }
}
@media (max-width: 575.98px) {
  section#woo-product .productContainer,
  section#woo-product .noGallery {
    padding: 0 0px;
  }
}
section#woo-product, section#woo-product-related {
  background-color: #f2f2f2;
  padding: 50px 0;
}
section#woo-product .related-swiper-pagination,
section#woo-product .related-swiper-button-next,
section#woo-product .related-swiper-button-prev, section#woo-product-related .related-swiper-pagination,
section#woo-product-related .related-swiper-button-next,
section#woo-product-related .related-swiper-button-prev {
  display: none;
}
section#woo-product a.added_to_cart.wc-forward, section#woo-product-related a.added_to_cart.wc-forward {
  display: none;
}
section#woo-product .ctaByns a, section#woo-product-related .ctaByns a {
  width: calc(40% - 10px);
  text-align: center;
}
@media (max-width: 991.98px) {
  section#woo-product .ctaByns a, section#woo-product-related .ctaByns a {
    width: 100%;
  }
}
section#woo-product .ctaByns a.checkout, section#woo-product-related .ctaByns a.checkout {
  margin-top: 0;
}
section#woo-product .ctaByns a.checkout:after, section#woo-product-related .ctaByns a.checkout:after {
  right: 12px;
  top: 10px;
}
section#woo-product .ctaByns button, section#woo-product-related .ctaByns button {
  width: calc(40% - 10px);
}
@media (max-width: 991.98px) {
  section#woo-product .ctaByns button, section#woo-product-related .ctaByns button {
    width: 100%;
  }
}
section#woo-product .ctaByns button.continue, section#woo-product-related .ctaByns button.continue {
  text-align: center;
  position: relative;
  padding: 10px 10px 10px 10px;
  border: 0;
  background: #2B2B2B;
  line-height: 30px;
  border-radius: 5px;
}
section#woo-product .imageContainer, section#woo-product-related .imageContainer {
  width: 100%;
  position: relative;
}
section#woo-product .imageContainer button, section#woo-product-related .imageContainer button {
  margin-right: 5px;
}
section#woo-product .imageContainer .divLink, section#woo-product-related .imageContainer .divLink {
  margin-left: 5px;
}
section#woo-product .imageContainer .options, section#woo-product-related .imageContainer .options {
  opacity: 0;
  width: 100%;
  height: 62px;
  background: #0F0F0F;
  left: 0;
  bottom: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.2s ease-in-out;
}
section#woo-product .imageContainer:hover .options, section#woo-product-related .imageContainer:hover .options {
  opacity: 1;
}
section#woo-product .imageContainer img, section#woo-product-related .imageContainer img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section#woo-product .swiper-slide, section#woo-product-related .swiper-slide {
  width: 100%;
  overflow: hidden;
}
section#woo-product .swiper-slide img, section#woo-product-related .swiper-slide img {
  width: 100%;
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}
section#woo-product .gallery-container, section#woo-product-related .gallery-container {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
section#woo-product .product-swiper-pagination, section#woo-product-related .product-swiper-pagination {
  display: none;
}
section#woo-product .product-swiper-button-prev, section#woo-product-related .product-swiper-button-prev {
  background: transparent;
  bottom: 85px;
  height: 30px;
  top: auto;
  right: unset;
  width: auto;
  left: -15px;
  z-index: 9;
}
section#woo-product .product-swiper-button-prev.swiper-button-disabled, section#woo-product-related .product-swiper-button-prev.swiper-button-disabled {
  display: none;
}
section#woo-product .product-swiper-button-prev:after, section#woo-product-related .product-swiper-button-prev:after {
  font-size: 16px;
  color: #2d3948;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  section#woo-product .product-swiper-button-prev, section#woo-product-related .product-swiper-button-prev {
    display: none;
  }
}
section#woo-product .product-swiper-button-next, section#woo-product-related .product-swiper-button-next {
  background: transparent;
  bottom: 85px;
  height: 30px;
  top: auto;
  left: unset;
  width: auto;
  right: -15px;
  z-index: 9;
}
section#woo-product .product-swiper-button-next.swiper-button-disabled, section#woo-product-related .product-swiper-button-next.swiper-button-disabled {
  display: none;
}
section#woo-product .product-swiper-button-next:after, section#woo-product-related .product-swiper-button-next:after {
  font-size: 16px;
  color: #2d3948;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  section#woo-product .product-swiper-button-next, section#woo-product-related .product-swiper-button-next {
    display: none;
  }
}
section#woo-product .gallery-main, section#woo-product-related .gallery-main {
  width: 600px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
section#woo-product .gallery-main.horizontal, section#woo-product-related .gallery-main.horizontal {
  width: 100%;
}
@media (max-width: 1399.98px) {
  section#woo-product .gallery-main, section#woo-product-related .gallery-main {
    width: 400px;
  }
}
@media (max-width: 1279.98px) {
  section#woo-product .gallery-main, section#woo-product-related .gallery-main {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  section#woo-product .gallery-main, section#woo-product-related .gallery-main {
    width: 100%;
  }
}
section#woo-product .gallery-main .swiper-wrapper, section#woo-product-related .gallery-main .swiper-wrapper {
  width: 100%;
  display: flex;
}
section#woo-product .gallery-main .swiper-wrapper .swiper-slide, section#woo-product-related .gallery-main .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}
section#woo-product .gallery-main .swiper-wrapper .swiper-slide img, section#woo-product-related .gallery-main .swiper-wrapper .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/1;
}
section#woo-product .gallery-thumbs, section#woo-product-related .gallery-thumbs {
  overflow: hidden;
  order: -1;
  width: 100px;
  position: relative;
  overflow: none;
  height: 600px;
}
section#woo-product .gallery-thumbs .swiper-wrapper, section#woo-product-related .gallery-thumbs .swiper-wrapper {
  width: 100%;
  display: flex;
}
section#woo-product .gallery-thumbs .swiper-wrapper .swiper-slide, section#woo-product-related .gallery-thumbs .swiper-wrapper .swiper-slide {
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 24px;
  width: calc(20% - 19.2px);
}
@media (max-width: 575.98px) {
  section#woo-product .gallery-thumbs .swiper-wrapper .swiper-slide, section#woo-product-related .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: calc((100vw - 40px) / 3 - 10px);
  }
}
section#woo-product .gallery-thumbs .swiper-wrapper .swiper-slide img, section#woo-product-related .gallery-thumbs .swiper-wrapper .swiper-slide img {
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  aspect-ratio: 1/1;
  width: 100%;
}
section#woo-product .gallery-thumbs.horizontal, section#woo-product-related .gallery-thumbs.horizontal {
  order: unset;
  width: 100%;
  height: auto;
}
section#woo-product .gallery-thumbs.horizontal .swiper-wrapper, section#woo-product-related .gallery-thumbs.horizontal .swiper-wrapper {
  height: auto;
}
@media (max-width: 1399.98px) {
  section#woo-product .gallery-thumbs, section#woo-product-related .gallery-thumbs {
    height: 400px;
  }
}
@media (max-width: 1279.98px) {
  section#woo-product .gallery-thumbs, section#woo-product-related .gallery-thumbs {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
}
section#woo-product .gallery-thumbs .swiper-wrapper, section#woo-product-related .gallery-thumbs .swiper-wrapper {
  height: 600px;
}
@media (max-width: 1399.98px) {
  section#woo-product .gallery-thumbs .swiper-wrapper, section#woo-product-related .gallery-thumbs .swiper-wrapper {
    height: 400px;
  }
}
@media (max-width: 1279.98px) {
  section#woo-product .gallery-thumbs .swiper-wrapper, section#woo-product-related .gallery-thumbs .swiper-wrapper {
    height: auto;
  }
}
section#woo-product .gallery-thumbs .swiper-slide.swiper-slide-thumb-active, section#woo-product-related .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border: solid 2px #E4002B;
}
section#woo-product .gallery-thumbs .swiper-slide img, section#woo-product-related .gallery-thumbs .swiper-slide img {
  transition: 0.3s;
}
section#woo-product .gallery-thumbs .swiper-slide-active, section#woo-product-related .gallery-thumbs .swiper-slide-active {
  opacity: 0.9;
}
section#woo-product .gallery-thumbs .swiper-slide-thumb-active, section#woo-product-related .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
section#woo-product .saleprice span, section#woo-product-related .saleprice span {
  text-decoration: line-through;
  color: #D83D3D;
}
section#woo-product p.sale, section#woo-product-related p.sale {
  display: inline;
  margin-left: 10px;
  background: #D83D3D;
  color: #fff;
  box-shadow: 10px 0 0 #D83D3D, -10px 0 0 #D83D3D;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-font-smoothing: antialiased;
  margin-right: 20px;
  font-weight: 500;
  font-size: 14px;
}
section#woo-product .price del, section#woo-product-related .price del {
  color: #D83D3D;
  display: none;
}
section#woo-product .price del bdi, section#woo-product-related .price del bdi {
  color: #D83D3D;
}
section#woo-product .price ins, section#woo-product-related .price ins {
  padding-top: 10px;
  display: block;
  text-decoration: none;
}
section#woo-product table, section#woo-product-related table {
  max-width: 600px;
  width: 100%;
}
section#woo-product table.variations .label, section#woo-product-related table.variations .label {
  display: block;
}
section#woo-product table.variations td, section#woo-product-related table.variations td {
  display: block;
}
section#woo-product .single_add_to_cart_button, section#woo-product-related .single_add_to_cart_button {
  position: relative;
  width: 320px;
  border: none;
  background: #0F0F0F;
  padding: 11px 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  min-width: 200px;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
section#woo-product .single_add_to_cart_button:hover:after, section#woo-product-related .single_add_to_cart_button:hover:after {
  border-color: transparent transparent transparent #E4002B;
}
section#woo-product .single_add_to_cart_button:after, section#woo-product-related .single_add_to_cart_button:after {
  content: "";
  width: 0;
  position: absolute;
  top: calc(50% - 6.5px);
  margin-left: 20px;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #fff;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form),
section#woo-product form.cart:not(.variations_form), section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form),
section#woo-product-related form.cart:not(.variations_form) {
  display: flex;
  justify-content: space-between;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form) .bundled_product_title,
section#woo-product form.cart:not(.variations_form) .bundled_product_title, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form) .bundled_product_title,
section#woo-product-related form.cart:not(.variations_form) .bundled_product_title {
  font-family: "roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 0;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form) .bundled_product_title .bundled_product_title_link,
section#woo-product form.cart:not(.variations_form) .bundled_product_title .bundled_product_title_link, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form) .bundled_product_title .bundled_product_title_link,
section#woo-product-related form.cart:not(.variations_form) .bundled_product_title .bundled_product_title_link {
  margin-left: 0.5em;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form) .bundled_product_title .bundled_product_title_link .bundled_product_permalink,
section#woo-product form.cart:not(.variations_form) .bundled_product_title .bundled_product_title_link .bundled_product_permalink, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form) .bundled_product_title .bundled_product_title_link .bundled_product_permalink,
section#woo-product-related form.cart:not(.variations_form) .bundled_product_title .bundled_product_title_link .bundled_product_permalink {
  position: relative;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form) .bundled_product_title .bundled_product_title_link .bundled_product_permalink:before,
section#woo-product form.cart:not(.variations_form) .bundled_product_title .bundled_product_title_link .bundled_product_permalink:before, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form) .bundled_product_title .bundled_product_title_link .bundled_product_permalink:before,
section#woo-product-related form.cart:not(.variations_form) .bundled_product_title .bundled_product_title_link .bundled_product_permalink:before {
  content: "\e804";
  font-family: "FontAwesomePB";
  position: absolute;
  font-size: 0.7em;
  top: 50%;
  transform: translateY(-46%);
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form,
section#woo-product form.cart:not(.variations_form).bundle_form, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form,
section#woo-product-related form.cart:not(.variations_form).bundle_form {
  display: block;
  margin-top: 50px;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .variations,
section#woo-product form.cart:not(.variations_form).bundle_form .variations, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .variations,
section#woo-product-related form.cart:not(.variations_form).bundle_form .variations {
  margin-bottom: 0;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .variations select,
section#woo-product form.cart:not(.variations_form).bundle_form .variations select, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .variations select,
section#woo-product-related form.cart:not(.variations_form).bundle_form .variations select {
  border: solid 1px grey;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundled_product,
section#woo-product form.cart:not(.variations_form).bundle_form .bundled_product, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundled_product,
section#woo-product-related form.cart:not(.variations_form).bundle_form .bundled_product {
  padding: 25px;
  background: #fff;
  position: relative;
  margin-bottom: 60px;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundled_product .bundled_product_title,
section#woo-product form.cart:not(.variations_form).bundle_form .bundled_product .bundled_product_title, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundled_product .bundled_product_title,
section#woo-product-related form.cart:not(.variations_form).bundle_form .bundled_product .bundled_product_title {
  display: none;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundled_product_images,
section#woo-product form.cart:not(.variations_form).bundle_form .bundled_product_images, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundled_product_images,
section#woo-product-related form.cart:not(.variations_form).bundle_form .bundled_product_images {
  width: 235px;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .details,
section#woo-product form.cart:not(.variations_form).bundle_form .details, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .details,
section#woo-product-related form.cart:not(.variations_form).bundle_form .details {
  width: calc(100% - 235px);
}
@media (max-width: 767.98px) {
  section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .details,
  section#woo-product form.cart:not(.variations_form).bundle_form .details, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .details,
  section#woo-product-related form.cart:not(.variations_form).bundle_form .details {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_price,
section#woo-product form.cart:not(.variations_form).bundle_form .bundle_price, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_price,
section#woo-product-related form.cart:not(.variations_form).bundle_form .bundle_price {
  display: flex;
  justify-content: flex-end;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_price .price,
section#woo-product form.cart:not(.variations_form).bundle_form .bundle_price .price, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_price .price,
section#woo-product-related form.cart:not(.variations_form).bundle_form .bundle_price .price {
  display: block;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_price .price del,
section#woo-product form.cart:not(.variations_form).bundle_form .bundle_price .price del, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_price .price del,
section#woo-product-related form.cart:not(.variations_form).bundle_form .bundle_price .price del {
  width: 100%;
  display: block;
  text-align: right;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_price .price ins,
section#woo-product form.cart:not(.variations_form).bundle_form .bundle_price .price ins, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_price .price ins,
section#woo-product-related form.cart:not(.variations_form).bundle_form .bundle_price .price ins {
  padding-top: 0;
  line-height: 45px;
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_button,
section#woo-product form.cart:not(.variations_form).bundle_form .bundle_button, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_button,
section#woo-product-related form.cart:not(.variations_form).bundle_form .bundle_button {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_button,
  section#woo-product form.cart:not(.variations_form).bundle_form .bundle_button, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form).bundle_form .bundle_button,
  section#woo-product-related form.cart:not(.variations_form).bundle_form .bundle_button {
    margin-top: 0;
    display: block;
  }
}
@media (max-width: 767.98px) {
  section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form),
  section#woo-product form.cart:not(.variations_form), section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form),
  section#woo-product-related form.cart:not(.variations_form) {
    display: block;
  }
}
@media (max-width: 767.98px) {
  section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form) button.buyNow,
  section#woo-product form.cart:not(.variations_form) button.buyNow, section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form) button.buyNow,
  section#woo-product-related form.cart:not(.variations_form) button.buyNow {
    width: 100%;
  }
}
section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form) button[type=submit],
section#woo-product form.cart:not(.variations_form) button[type=submit], section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form) button[type=submit],
section#woo-product-related form.cart:not(.variations_form) button[type=submit] {
  margin-right: 0px;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  section#woo-product .woocommerce-variation-add-to-cart:not(.variations_form) button[type=submit],
  section#woo-product form.cart:not(.variations_form) button[type=submit], section#woo-product-related .woocommerce-variation-add-to-cart:not(.variations_form) button[type=submit],
  section#woo-product-related form.cart:not(.variations_form) button[type=submit] {
    margin-right: 0px;
    margin-left: 0px;
    display: block;
    margin-top: 20px;
    width: 100%;
  }
}
section#woo-product .relatedCard, section#woo-product-related .relatedCard {
  text-decoration: none;
  color: #000;
  text-align: center;
}
section#woo-product .relatedCard del, section#woo-product-related .relatedCard del {
  display: inline-block;
}
section#woo-product .relatedCard ins, section#woo-product-related .relatedCard ins {
  display: inline-block;
  padding-top: 0;
}
section#woo-product #updateCartModal.modal .modal-content, section#woo-product-related #updateCartModal.modal .modal-content {
  border-radius: 0;
}
section#woo-product #updateCartModal.modal .modal-header, section#woo-product-related #updateCartModal.modal .modal-header {
  color: #fff;
  background-color: #0F0F0F;
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
section#woo-product #updateCartModal.modal .modal-header .closeModal, section#woo-product-related #updateCartModal.modal .modal-header .closeModal {
  background-color: unset;
  border: none;
  margin-top: -25px;
}
section#woo-product #updateCartModal.modal .modal-header h2, section#woo-product #updateCartModal.modal .modal-header .h2, section#woo-product-related #updateCartModal.modal .modal-header h2, section#woo-product-related #updateCartModal.modal .modal-header .h2 {
  line-height: 35px;
}
section#woo-product #updateCartModal.modal .modal-body, section#woo-product-related #updateCartModal.modal .modal-body {
  background: #f2f2f2;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
section#woo-product #updateCartModal.modal span.border, section#woo-product-related #updateCartModal.modal span.border {
  display: block;
  border-bottom: solid 4px #2B2B2B;
  margin-bottom: 25px;
  width: calc(100% - 50px);
  margin-left: 25px;
}
section#woo-product #updateCartModal.modal .lineSeperator, section#woo-product-related #updateCartModal.modal .lineSeperator {
  width: 100%;
  height: 2px;
  background-color: #D5D5D5;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem, section#woo-product-related #updateCartModal .upsellContainer .upsellItem {
  background-color: #fff;
  padding: 10px;
  width: calc(50% - 12.5px);
}
@media (max-width: 991.98px) {
  section#woo-product #updateCartModal .upsellContainer .upsellItem, section#woo-product-related #updateCartModal .upsellContainer .upsellItem {
    width: 100%;
  }
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .ajaxSubmission .buyNow, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .ajaxSubmission .buyNow {
  display: none;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .ajaxSubmission .single_add_to_cart_button, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .ajaxSubmission .single_add_to_cart_button {
  margin-left: 0;
  margin-right: 0;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .imageContainer, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .imageContainer {
  height: auto;
  min-width: 100%;
  width: 100px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .imageContainer img, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .imageContainer img {
  width: 100%;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .title, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .title {
  font-weight: 500;
  line-height: 20px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .quantity, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .quantity {
  display: none;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price {
  margin-top: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 0rem;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price .price, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price .price {
  margin-top: 0px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price ins, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price ins {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price del, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price del {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price bdi, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price bdi {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price .sale, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price .sale {
  margin-bottom: 0rem;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price .price, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price .price {
  display: flex;
  align-items: center;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price .price ins, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .price .price ins {
  padding-top: 0px;
  padding-left: 5px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails form, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails form {
  margin-top: 0px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails form .single_add_to_cart_button, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails form .single_add_to_cart_button {
  border: none;
  background: #2B2B2B;
  border-radius: 5px;
  padding: 7px 15px;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .addedtocart, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .addedtocart {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .addedtocart .addedSuccess, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .addedtocart .addedSuccess {
  padding-left: 25px;
}
section#woo-product #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .addedtocart .addedSuccess:before, section#woo-product-related #updateCartModal .upsellContainer .upsellItem .upsellItemDetails .addedtocart .addedSuccess:before {
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/tessellate_woocommerce/woocommerce/images/tick.svg");
}
section .stock.in-stock {
  display: none;
}
section .woocommerce-variation-price {
  display: none;
}

@media (max-width: 575.98px) {
  .offcanvas.offcanvas-end {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .offcanvas.offcanvas-end .offcanvas-body, .offcanvas.offcanvas-end .offcanvas-header {
    padding: 40px 30px;
  }
}

.wooMobileReveal {
  display: none;
}
@media (max-width: 575.98px) {
  .wooMobileReveal {
    display: block;
    margin: 10px auto;
  }
}

.offcanvas-header .btn-close:focus, .offcanvas-header .btn-close:focus-visible {
  outline: 0;
  box-shadow: none;
}
.offcanvas-header:after {
  content: "";
  height: 3px;
  width: calc(100% - 80px);
  background-color: #0F0F0F;
  position: absolute;
  bottom: 0;
  left: 40px;
}

.widget_shopping_cart_content .woocommerce-mini-cart {
  padding-left: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item, .widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item-details {
  width: 100%;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item {
  position: relative;
  margin-bottom: 40px;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item.processing {
  opacity: 0.5;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item:after {
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #0F0F0F;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type {
  margin-bottom: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item:last-of-type:after {
  height: 0px;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a {
  text-decoration: none;
  color: #000;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove {
  text-decoration: none;
  min-width: 80px;
  border-bottom: solid 1px #E4002B;
  align-items: center;
  display: flex;
}
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item a.remove span {
  font-size: 25px;
  margin-bottom: 3px;
  font-weight: 300;
  margin-left: 3px;
}
.widget_shopping_cart_content .woocommerce-mini-cart .productThumbContainer {
  max-width: 100px;
  min-width: 100px;
}
.widget_shopping_cart_content .woocommerce-mini-cart .productThumbContainer img {
  width: 100%;
  height: auto;
}
@media (max-width: 575.98px) {
  .widget_shopping_cart_content .woocommerce-mini-cart .productThumbContainer {
    display: none;
  }
}
.widget_shopping_cart_content .woocommerce-mini-cart .leftminiCart .top, .widget_shopping_cart_content .woocommerce-mini-cart .rightminiCart .top {
  min-height: 62px;
  font-weight: 600;
  font-size: 18px;
}
.widget_shopping_cart_content .woocommerce-mini-cart .leftminiCart .top a, .widget_shopping_cart_content .woocommerce-mini-cart .rightminiCart .top a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}
.widget_shopping_cart_content .woocommerce-mini-cart .leftminiCart .bottom, .widget_shopping_cart_content .woocommerce-mini-cart .rightminiCart .bottom {
  min-height: 38px;
  display: flex;
  align-items: flex-end;
}
.widget_shopping_cart_content .woocommerce-mini-cart .rightminiCart {
  text-align: right;
}
@media (max-width: 575.98px) {
  .widget_shopping_cart_content .woocommerce-mini-cart .rightminiCart .top {
    display: none;
  }
}
.widget_shopping_cart_content .woocommerce-mini-cart .rightminiCart .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart .qtyChangeContainer {
  color: #000;
  border: 0px;
  background: #2B2B2B;
}
.widget_shopping_cart_content .woocommerce-mini-cart .qtyChangeContainer .updateQty {
  height: 38px;
  width: 38px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.widget_shopping_cart_content .woocommerce-mini-cart .qtyChangeContainer .updateQty:hover {
  cursor: pointer;
}
.widget_shopping_cart_content .woocommerce-mini-cart .qtyChangeContainer .qtyField {
  height: 38px;
  padding: 0 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total {
  padding-top: 40px;
  font-size: 18px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total:not(strong, b) {
  font-weight: 600;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  font-weight: 600;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #2B2B2B;
  position: absolute;
  top: 0;
  left: 0px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    flex-direction: column-reverse;
  }
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .continueShopping {
  border: none;
  background: #2B2B2B;
  border-radius: 5px;
  padding: 11px 15px;
  border: solid #2B2B2B 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .continueShopping:hover {
  font-weight: 500 !important;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .continueShopping:before {
  display: block;
  content: attr(title);
  font-weight: 500;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  display: none;
  justify-content: flex-end;
  align-items: flex-end;
  color: #000;
  position: relative;
  text-decoration: none;
  padding-right: 30px;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    width: 110px;
  }
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout):before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  left: 0;
  background-color: #000;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons .wc-forward:not(.checkout):after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 16px;
  background-repeat: no-repeat;
  width: 11px;
  height: 10px;
  background-image: url("/wp-content/themes/tessellate_woocommerce/woocommerce/images/arrow.svg");
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

section#wc {
  background: #f2f2f2;
}

section#woo-product .woocommerce-variation-availability .stock {
  display: none;
}
section#woo-product .wcwl_elements {
  margin-bottom: 20px;
}
section#woo-product .wcwl_elements .wcwl_email {
  width: 100%;
  border: none;
  min-height: 45px;
  background: #fff;
  padding: 0 10px;
}
section#woo-product .wcwl_elements .wcwl_email :focus-visible {
  border: 0;
  outline: 0;
}
section#woo-product .wcwl_elements .woocommerce_waitlist {
  position: relative;
  border: none;
  background: #0F0F0F;
  padding: 11px 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 180;
  font-weight: 400;
  line-height: 26px;
  font-family: "roboto", sans-serif;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
}

.woocommerce-message {
  padding: 25px 0;
  border-bottom: solid 2px #0F0F0F;
}
.woocommerce-message .woocommerce-error {
  margin-bottom: 0;
  padding-left: 3rem;
  padding-top: 11px;
  position: relative;
}
.woocommerce-message.ajaxmessage, .woocommerce-message.successmessage {
  display: none;
}
.woocommerce-message .add_to_cart_message {
  padding: 0px 15px 0px 15px;
  position: relative;
  margin-bottom: 0;
}

.woocommerce-notice,
.woocommerce-message,
.woocommerce-info,
.wc-block-components-notice-banner,
.e {
  display: block;
  position: relative;
  margin: 20px 0 30px;
  border: solid 0px #000 !important;
  color: #0F0F0F;
  padding: 0px;
  padding-left: 35px;
  position: relative;
  padding: 16px !important;
  background: white !important;
  border-radius: 0 !important;
  font-size: 1em !important;
}
.woocommerce-notice.successmessage .successNotice,
.woocommerce-message.successmessage .successNotice,
.woocommerce-info.successmessage .successNotice,
.wc-block-components-notice-banner.successmessage .successNotice,
.e.successmessage .successNotice {
  padding-top: 2px;
  position: relative;
  padding-left: 40px;
  line-height: 30px;
  height: 30px;
}
.woocommerce-notice.successmessage .successNotice:after,
.woocommerce-message.successmessage .successNotice:after,
.woocommerce-info.successmessage .successNotice:after,
.wc-block-components-notice-banner.successmessage .successNotice:after,
.e.successmessage .successNotice:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/tessellate_woocommerce/woocommerce/images/largetick.svg");
}
.woocommerce-notice.choose-your-gift-notice,
.woocommerce-message.choose-your-gift-notice,
.woocommerce-info.choose-your-gift-notice,
.wc-block-components-notice-banner.choose-your-gift-notice,
.e.choose-your-gift-notice {
  display: flex;
  justify-content: space-between;
}
.woocommerce-notice .add_to_cart_message,
.woocommerce-message .add_to_cart_message,
.woocommerce-info .add_to_cart_message,
.wc-block-components-notice-banner .add_to_cart_message,
.e .add_to_cart_message {
  margin-bottom: 0;
}
.woocommerce-notice ul.msg,
.woocommerce-message ul.msg,
.woocommerce-info ul.msg,
.wc-block-components-notice-banner ul.msg,
.e ul.msg {
  list-style: none;
  margin: 0;
}
.woocommerce-notice.woocommerce-error,
.woocommerce-message.woocommerce-error,
.woocommerce-info.woocommerce-error,
.wc-block-components-notice-banner.woocommerce-error,
.e.woocommerce-error {
  border: solid 0px red;
}
.woocommerce-notice.woocommerce-error ul:after,
.woocommerce-message.woocommerce-error ul:after,
.woocommerce-info.woocommerce-error ul:after,
.wc-block-components-notice-banner.woocommerce-error ul:after,
.e.woocommerce-error ul:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/tessellate_woocommerce/woocommerce/images/cross.svg");
}
.woocommerce-notice.woocommerce-error li,
.woocommerce-message.woocommerce-error li,
.woocommerce-info.woocommerce-error li,
.wc-block-components-notice-banner.woocommerce-error li,
.e.woocommerce-error li {
  list-style: none;
}
.woocommerce-notice.woocommerce-error a,
.woocommerce-message.woocommerce-error a,
.woocommerce-info.woocommerce-error a,
.wc-block-components-notice-banner.woocommerce-error a,
.e.woocommerce-error a {
  top: 20px;
}

@media (max-width: 767.98px) {
  section#woo-product .mobileMargin {
    margin: 0 auto;
  }
}
section#woo-product .contentOffset {
  padding-left: 50px;
}
@media (max-width: 767.98px) {
  section#woo-product .contentOffset {
    padding-left: 0px;
  }
}
section#woo-product .minus,
section#woo-product .plus {
  width: 52px;
  height: 52px;
  border-radius: 0px;
  background: #fff;
  border: 0px;
}
section#woo-product .minus:hover,
section#woo-product .plus:hover {
  cursor: pointer;
}
section#woo-product .minus {
  border-radius: 0;
  border-right: 1px solid #f2f2f2;
  margin-right: 5px;
}
section#woo-product .plus {
  border-radius: 0;
  border-left: 1px solid #f2f2f2;
}
section#woo-product .oneItem .minus,
section#woo-product .oneItem .plus,
section#woo-product .oneItem .qty2 {
  display: none !important;
}
section#woo-product .oneItem form.cart button[type=submit] {
  left: 0px;
  right: auto;
}
section#woo-product .stock {
  display: block;
}
section#woo-product .banner {
  background: #fff;
  padding: 15px;
  width: 100%;
  text-align: center;
}
section#woo-product .price {
  font-family: "roboto", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 38px;
}
section#woo-product .price ins {
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}
section#woo-product .price del {
  font-family: "roboto", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}
section#woo-product .priceSummaryBundle.price del {
  display: block;
}
section#woo-product form.cart {
  position: relative;
  margin-top: 30px;
}
section#woo-product form.cart .variations {
  margin-bottom: 50px;
  min-width: 200px;
  width: 100%;
}
section#woo-product form.cart .variations tbody tr {
  margin-bottom: 20px;
}
section#woo-product form.cart .variations .label {
  display: block;
  margin-top: 15px;
  text-align: left;
}
section#woo-product form.cart .variations .label label {
  text-transform: uppercase;
  font-weight: 400;
}
section#woo-product form.cart .variations .swatch-control .swatch-wrapper {
  padding: 0;
  margin-right: 10px;
  border-radius: 100%;
  border-width: 0;
  position: relative;
  width: 38px;
  height: 38px;
  background-color: #f2f2f2;
  padding-left: 2px;
  padding-top: 2px;
}
section#woo-product form.cart .variations .swatch-control .swatch-wrapper.selected:after {
  content: "";
  width: 38px;
  height: 38px;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  background: #fff;
  border: solid #626262 1px;
}
section#woo-product form.cart .variations .swatch-control .swatch-wrapper a {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-top: 1px;
  margin-left: 1px;
}
section#woo-product form.cart .variations select {
  max-width: 435px;
  width: 100%;
  min-height: 45px;
  padding: 10px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 12px;
}
section#woo-product form.cart .variations select:focus, section#woo-product form.cart .variations select:active, section#woo-product form.cart .variations select:focus-within {
  border: none;
  outline: none;
}
@media (max-width: 575.98px) {
  section#woo-product form.cart .variations select {
    min-width: auto;
  }
}
section#woo-product form.cart .qty2 {
  display: block;
  margin-bottom: 15px;
  text-transform: uppercase;
}
section#woo-product form.cart .reset_variations {
  text-decoration: none;
  display: block !important;
  margin-left: 30px;
  margin-top: 25px;
  position: relative;
}
section#woo-product form.cart .reset_variations:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -2px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/tessellate_woocommerce/woocommerce/images/reseticon.svg");
}
section#woo-product form.cart .reset_bundled_variations_fixed .reset_variations {
  display: none !important;
}
section#woo-product form.cart .quantity {
  float: none;
  margin: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  section#woo-product form.cart .quantity {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
section#woo-product form.cart .quantity input {
  box-sizing: border-box;
  height: 52px;
  width: 52px;
  border-radius: 0px;
  border: solid 0px #000;
  margin-left: -5px;
  margin-right: -5px;
  text-align: center;
  font-size: 18px;
}
section#woo-product form.cart .quantity input:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
section#woo-product form.cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
section#woo-product form.cart .quantity input::-webkit-outer-spin-button,
section#woo-product form.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section .productSlideshow {
  position: relative;
}
section .productSlideshow .youtubeBtnContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0px;
  top: 0;
}
section .productSlideshow .youtubeBtnContainer .playBtn {
  z-index: 2;
  margin-top: 6px;
  border-radius: 50%;
}
section .productSlideshow .youtubeBtnContainer .playBtn:hover {
  cursor: pointer;
}
section .productSlideshow .youtubeBtnContainer .playVideo {
  z-index: 2;
  background: white;
  border: 0px;
  box-shadow: none;
  padding: 0 40px 0 10px;
  height: 45px;
}
section .productSlideshow .youtubeBtnContainer .playVideo:hover {
  cursor: pointer;
}
section .productSlideshow .youtubeBtnContainer svg {
  margin-left: -20px;
  z-index: 2;
}
section .productSlideshow .directions:hover {
  cursor: pointer;
}
section .productSlideshow .directions.swiper-button-disabled {
  opacity: 0.4;
}
section .productSlideshow .directions svg #ellipse {
  stroke: #000;
}
section .productSlideshow .directions svg #arrow {
  stroke: #000;
}
section .productSlideshow .product-swiper-button-prev {
  position: absolute;
  left: 0;
  top: calc(100% - 125px);
  transform: rotate(180deg);
}
section .productSlideshow .product-swiper-button-prev.three {
  display: none;
}
@media (max-width: 767.98px) {
  section .productSlideshow .product-swiper-button-prev.three {
    display: block;
  }
}
section .productSlideshow .product-swiper-button-prev.two {
  display: none;
}
@media (max-width: 575.98px) {
  section .productSlideshow .product-swiper-button-prev.two {
    display: block;
  }
}
section .productSlideshow .product-swiper-button-next {
  position: absolute;
  right: 0;
  top: calc(100% - 125px);
}
section .productSlideshow .product-swiper-button-next.three {
  display: none;
}
@media (max-width: 767.98px) {
  section .productSlideshow .product-swiper-button-next.three {
    display: block;
  }
}
section .productSlideshow .product-swiper-button-next.two {
  display: none;
}
@media (max-width: 575.98px) {
  section .productSlideshow .product-swiper-button-next.two {
    display: block;
  }
}
section .productSlideshow .productSwiper {
  width: calc(100% - 100px);
  margin-top: 30px;
}
section .productSlideshow .productSwiper.three {
  width: 100%;
}
@media (max-width: 767.98px) {
  section .productSlideshow .productSwiper.three {
    width: calc(100% - 100px);
  }
}
section .productSlideshow .productSwiper.two {
  width: 100%;
}
@media (max-width: 575.98px) {
  section .productSlideshow .productSwiper.two {
    width: calc(100% - 100px);
  }
}
@media (max-width: 991.98px) {
  section .productSlideshow .productSwiper {
    margin-bottom: 30px;
  }
}
section .productSlideshow .productSwiper:hover {
  cursor: pointer;
}
section .productSlideshow .productSwiper .swiper-slide {
  opacity: 0.4;
  height: 225px;
}
section .productSlideshow .productSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

#wc-choose-your-gift {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  position: relative;
  padding-top: 60px;
  padding-left: 0;
}
@media (max-width: 767.98px) {
  #wc-choose-your-gift {
    padding-top: 50px;
  }
}
#wc-choose-your-gift h2, #wc-choose-your-gift .h2 {
  position: absolute;
  top: 0;
  left: 0;
}
#wc-choose-your-gift .archiveProductContainer {
  width: 25%;
  min-width: 290px;
  margin-right: 30px;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
#wc-choose-your-gift .archiveProductContainer:nth-child(4n+1) {
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
#wc-choose-your-gift .archiveProductContainer:nth-child(3n+3), #wc-choose-your-gift .archiveProductContainer:nth-child(3n+2) {
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 575.98px) {
  #wc-choose-your-gift .archiveProductContainer {
    margin-right: 0;
    min-width: none;
    max-width: 400px;
    width: 100%;
  }
}

.woocommerce .woocommerce-notices-wrapper ul.woocommerce-error, .woocommerce .woocommerce-NoticeGroup ul.woocommerce-error {
  padding: 35px;
  background: #fff;
  margin-top: 35px;
  margin-bottom: 0;
  list-style: none;
}
.woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li, .woocommerce .woocommerce-NoticeGroup ul.woocommerce-error li {
  margin-bottom: 10px;
  color: #E4002B;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
}
.woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li:last-of-type, .woocommerce .woocommerce-NoticeGroup ul.woocommerce-error li:last-of-type {
  margin-bottom: 0;
}
.woocommerce .woocommerce-notices-wrapper ul.woocommerce-error li:after, .woocommerce .woocommerce-NoticeGroup ul.woocommerce-error li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/tessellate_woocommerce/woocommerce/images/cross.svg");
}
.woocommerce .woocommerce-cart-form {
  margin-bottom: 120px;
  margin-top: 100px;
}
.woocommerce .woocommerce-cart-form .cartSummary #shipping_method li input {
  margin-right: 5px;
}
.woocommerce .woocommerce-cart-form .product_table {
  width: calc(100% - 500px);
}
@media (max-width: 991.98px) {
  .woocommerce .woocommerce-cart-form .product_table {
    width: 100%;
    margin-bottom: 40px;
  }
}
.woocommerce .woocommerce-cart-form .product_table .woocommerce-cart-form__cart-item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid #0F0F0F 1px;
  border-top: solid #0F0F0F 1px;
}
.woocommerce .woocommerce-cart-form .product_table .woocommerce-cart-form__cart-item:first-of-type {
  border-top: solid #0F0F0F 2px;
}
.woocommerce .woocommerce-cart-form .product_table .woocommerce-cart-form__cart-item:last-of-type {
  border-bottom: solid #0F0F0F 2px;
}
.woocommerce .woocommerce-cart-form .product_table .detailsContainer {
  width: 100%;
}
.woocommerce .woocommerce-cart-form .product_table .detailsContainer dl.variation {
  margin-top: 20px;
}
.woocommerce .woocommerce-cart-form .product_table .product-thumbnail {
  margin-right: 18px;
  width: 100px;
  height: 100px;
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-cart-form .product_table .product-thumbnail {
    width: 100%;
    height: auto;
  }
}
.woocommerce .woocommerce-cart-form .product_table .product-thumbnail img {
  display: block;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-cart-form .product_table .product-thumbnail img {
    width: 100%;
    height: auto;
  }
}
.woocommerce .woocommerce-cart-form .cart_totals {
  border-radius: 10px;
}
.woocommerce .woocommerce-cart-form .cart_totals a.shipping-calculator-button {
  margin-top: 10px;
  text-align: center;
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #fff;
  border-radius: 0;
  position: relative;
  line-height: 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  background: #0F0F0F;
}
.woocommerce .woocommerce-cart-form .cart_totals .shipping-calculator-form button {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #000;
  position: relative;
  line-height: 15px;
  border: solid #E4002B 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  background: none;
}
.woocommerce .woocommerce-cart-form .cart_totals .shipping-calculator-form button:hover:after {
  border-color: transparent transparent transparent #000;
}
.woocommerce .woocommerce-cart-form .cart_totals .shipping-calculator-form button:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
.woocommerce .woocommerce-cart-form .wc-proceed-to-checkout a {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #fff;
  border-radius: 0;
  position: relative;
  line-height: 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  background: #0F0F0F;
  width: 100%;
  text-align: center;
}
.woocommerce .woocommerce-cart-form .wc-proceed-to-checkout a:after {
  content: "";
  position: absolute;
  right: 60px;
  top: 7px;
  width: 13px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/tessellate_woocommerce/woocommerce/images/lock.svg");
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-cart-form .wc-proceed-to-checkout a:after {
    right: 30px;
  }
}
.woocommerce .woocommerce-cart-form .woocommerce-shipping-destination {
  display: none;
}
.woocommerce .woocommerce-cart-form .product-name {
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .woocommerce .woocommerce-cart-form .product-name {
    padding-right: 0px;
  }
}
.woocommerce .woocommerce-cart-form .product-name a {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.woocommerce .woocommerce-cart-form .amount bdi {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.woocommerce .woocommerce-cart-form .product-remove a {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.woocommerce .woocommerce-cart-form .product-remove a span {
  margin-left: 5px;
  font-size: 25px;
  font-weight: 300;
  margin-top: -3px;
}
.woocommerce .woocommerce-cart-form .product-quantity .quantity {
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-cart-form .product-quantity button {
  background-color: #fff;
  border: 0px;
  height: 35px;
  width: 35px;
}
.woocommerce .woocommerce-cart-form .product-quantity button.cartplus {
  border-right: solid 1px #f2f2f2;
  margin-left: 1px;
}
.woocommerce .woocommerce-cart-form .product-quantity button.cartminus {
  border-left: solid 1px #f2f2f2;
  margin-right: 1px;
}
.woocommerce .woocommerce-cart-form .product-quantity input {
  width: 40px;
  height: 35px;
  border: none;
  -moz-appearance: textfield;
  text-align: center;
}
.woocommerce .woocommerce-cart-form .product-quantity input:focus {
  outline: 0;
  box-shadow: none;
}
.woocommerce .woocommerce-cart-form .product-quantity input::-webkit-outer-spin-button,
.woocommerce .woocommerce-cart-form .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-button {
  padding: 0;
  border-bottom: 0;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-button:focus {
  box-shadow: none;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 4.5px 0 4.5px;
  border-color: #E4002B transparent transparent transparent;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-body {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-body .coupon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-body .coupon button {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #000;
  position: relative;
  line-height: 15px;
  border: solid #E4002B 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  background: none;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-body .coupon button:hover:after {
  border-color: transparent transparent transparent #000;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-body .coupon button:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-body input {
  width: 100%;
  padding-left: 10px;
  border: none;
  background-color: #f2f2f2;
  height: 40px;
}
.woocommerce .woocommerce-cart-form #discountAccordion .accordion-body input:focus {
  box-shadow: none;
  outline: 0;
}
.woocommerce .woocommerce-cart-form .continueShopping {
  border: none;
  background: #2B2B2B;
  border-radius: 5px;
  padding: 11px 15px;
  border: solid #2B2B2B 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.woocommerce .woocommerce-cart-form .continueShopping:hover {
  font-weight: 500 !important;
}
.woocommerce .woocommerce-cart-form .continueShopping:before {
  display: block;
  content: attr(title);
  font-weight: 500;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.woocommerce .woocommerce-cart-form .cart_totals {
  background: #fff;
  padding: 20px;
  width: 100%;
  min-width: 360px;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-cart-form .cart_totals {
    min-width: 100%;
  }
}
.woocommerce .woocommerce-cart-form .cart_totals h2, .woocommerce .woocommerce-cart-form .cart_totals .h2 {
  display: none;
}
.woocommerce .woocommerce-cart-form .cart_totals .shop_table {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-cart-form .cart_totals .woocommerce-shipping-methods {
  margin-bottom: 0;
  padding-left: 0;
  text-align: right;
}
.woocommerce .woocommerce-cart-form .cart_totals .woocommerce-shipping-methods li {
  list-style: none;
}
.woocommerce .woocommerce-cart-form .cart_totals table {
  width: 100%;
}
.woocommerce .woocommerce-cart-form .cart_totals table label, .woocommerce .woocommerce-cart-form .cart_totals table td {
  font-weight: 400;
}
.woocommerce .woocommerce-cart-form .cart_totals table tr {
  width: 100%;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #f2f2f2;
  margin-top: 10px;
}
@media (max-width: 575.98px) {
  .woocommerce .woocommerce-cart-form .cart_totals table tr {
    flex-wrap: wrap;
  }
}

.woocommerce form.woocommerce-checkout {
  margin-bottom: 120px;
  margin-top: 50px;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details tr > *:last-child {
  text-align: right;
}
.woocommerce .woocommerce-customer-details .woocommerce-columns {
  max-width: 100%;
}
.woocommerce .woocommerce-customer-details .woocommerce-columns .col-1,
.woocommerce .woocommerce-customer-details .woocommerce-columns .col-2 {
  width: 50%;
}
.woocommerce .shipping_address {
  display: block !important;
  height: auto !important;
}
.woocommerce #customer_details h3#ship-to-different-address, .woocommerce #customer_details #ship-to-different-address.h3 {
  display: none;
}
.woocommerce #customer_details .woocommerce-billing-fields {
  display: none;
}
.woocommerce #customer_details #billing_email_field {
  display: none;
}
.woocommerce #customer_details #billing_phone_field {
  display: none;
}
.woocommerce #ppcp-messages {
  margin-bottom: 25px;
}
.woocommerce .wc-stripe-payment-request-wrapper {
  padding-top: 0;
}
.woocommerce .woocommerce-info {
  display: none;
}
.woocommerce .secureLogin .mobileLogin {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .woocommerce .secureLogin .secure {
    justify-content: right;
    margin-bottom: 20px;
  }
}
.woocommerce .secureLogin .secure svg {
  margin-left: 10px;
}
.woocommerce .secureLogin .accountLogin svg {
  margin-right: 10px;
}
.woocommerce .secureLogin .accountLogin a {
  color: #000;
  text-decoration: none;
}
.woocommerce .secureLogin .accountLogin a:hover {
  color: #000;
}
.woocommerce .content-left {
  padding-right: 50px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .woocommerce .content-left {
    padding-right: 0px;
  }
}
.woocommerce .content-right {
  padding-left: 50px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .woocommerce .content-right {
    padding-left: 0px;
  }
}
.woocommerce #customer_details,
.woocommerce .woocommerce-ResetPassword,
.woocommerce .woocommerce-columns--addresses,
.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-EditAccountForm,
.woocommerce .woocommerce-address-fields {
  margin: 0 0 20px;
}
.woocommerce #customer_details input[type=checkbox],
.woocommerce .woocommerce-ResetPassword input[type=checkbox],
.woocommerce .woocommerce-columns--addresses input[type=checkbox],
.woocommerce .woocommerce-form-coupon input[type=checkbox],
.woocommerce .woocommerce-form-login input[type=checkbox],
.woocommerce .woocommerce-EditAccountForm input[type=checkbox],
.woocommerce .woocommerce-address-fields input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 10px 0 5px;
}
.woocommerce #customer_details textarea:focus,
.woocommerce .woocommerce-ResetPassword textarea:focus,
.woocommerce .woocommerce-columns--addresses textarea:focus,
.woocommerce .woocommerce-form-coupon textarea:focus,
.woocommerce .woocommerce-form-login textarea:focus,
.woocommerce .woocommerce-EditAccountForm textarea:focus,
.woocommerce .woocommerce-address-fields textarea:focus {
  outline: none;
}
.woocommerce #customer_details h3, .woocommerce #customer_details .h3,
.woocommerce .woocommerce-ResetPassword h3,
.woocommerce .woocommerce-ResetPassword .h3,
.woocommerce .woocommerce-columns--addresses h3,
.woocommerce .woocommerce-columns--addresses .h3,
.woocommerce .woocommerce-form-coupon h3,
.woocommerce .woocommerce-form-coupon .h3,
.woocommerce .woocommerce-form-login h3,
.woocommerce .woocommerce-form-login .h3,
.woocommerce .woocommerce-EditAccountForm h3,
.woocommerce .woocommerce-EditAccountForm .h3,
.woocommerce .woocommerce-address-fields h3,
.woocommerce .woocommerce-address-fields .h3 {
  text-transform: capitalize;
}
.woocommerce #customer_details .woocommerce-billing-fields p#billing_first_name_field,
.woocommerce .woocommerce-ResetPassword .woocommerce-billing-fields p#billing_first_name_field,
.woocommerce .woocommerce-columns--addresses .woocommerce-billing-fields p#billing_first_name_field,
.woocommerce .woocommerce-form-coupon .woocommerce-billing-fields p#billing_first_name_field,
.woocommerce .woocommerce-form-login .woocommerce-billing-fields p#billing_first_name_field,
.woocommerce .woocommerce-EditAccountForm .woocommerce-billing-fields p#billing_first_name_field,
.woocommerce .woocommerce-address-fields .woocommerce-billing-fields p#billing_first_name_field {
  width: 50%;
  padding-right: 15px;
  display: inline-block;
}
.woocommerce #customer_details .woocommerce-billing-fields p#billing_last_name_field,
.woocommerce .woocommerce-ResetPassword .woocommerce-billing-fields p#billing_last_name_field,
.woocommerce .woocommerce-columns--addresses .woocommerce-billing-fields p#billing_last_name_field,
.woocommerce .woocommerce-form-coupon .woocommerce-billing-fields p#billing_last_name_field,
.woocommerce .woocommerce-form-login .woocommerce-billing-fields p#billing_last_name_field,
.woocommerce .woocommerce-EditAccountForm .woocommerce-billing-fields p#billing_last_name_field,
.woocommerce .woocommerce-address-fields .woocommerce-billing-fields p#billing_last_name_field {
  width: 50%;
  padding-left: 15px;
  display: inline-block;
}
.woocommerce #customer_details .shipping_address p#shipping_first_name_field,
.woocommerce .woocommerce-ResetPassword .shipping_address p#shipping_first_name_field,
.woocommerce .woocommerce-columns--addresses .shipping_address p#shipping_first_name_field,
.woocommerce .woocommerce-form-coupon .shipping_address p#shipping_first_name_field,
.woocommerce .woocommerce-form-login .shipping_address p#shipping_first_name_field,
.woocommerce .woocommerce-EditAccountForm .shipping_address p#shipping_first_name_field,
.woocommerce .woocommerce-address-fields .shipping_address p#shipping_first_name_field {
  width: 50%;
  padding-right: 15px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .woocommerce #customer_details .shipping_address p#shipping_first_name_field,
  .woocommerce .woocommerce-ResetPassword .shipping_address p#shipping_first_name_field,
  .woocommerce .woocommerce-columns--addresses .shipping_address p#shipping_first_name_field,
  .woocommerce .woocommerce-form-coupon .shipping_address p#shipping_first_name_field,
  .woocommerce .woocommerce-form-login .shipping_address p#shipping_first_name_field,
  .woocommerce .woocommerce-EditAccountForm .shipping_address p#shipping_first_name_field,
  .woocommerce .woocommerce-address-fields .shipping_address p#shipping_first_name_field {
    width: 100%;
    padding-right: 0px;
  }
}
.woocommerce #customer_details .shipping_address p#shipping_last_name_field,
.woocommerce .woocommerce-ResetPassword .shipping_address p#shipping_last_name_field,
.woocommerce .woocommerce-columns--addresses .shipping_address p#shipping_last_name_field,
.woocommerce .woocommerce-form-coupon .shipping_address p#shipping_last_name_field,
.woocommerce .woocommerce-form-login .shipping_address p#shipping_last_name_field,
.woocommerce .woocommerce-EditAccountForm .shipping_address p#shipping_last_name_field,
.woocommerce .woocommerce-address-fields .shipping_address p#shipping_last_name_field {
  width: 50%;
  padding-left: 15px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .woocommerce #customer_details .shipping_address p#shipping_last_name_field,
  .woocommerce .woocommerce-ResetPassword .shipping_address p#shipping_last_name_field,
  .woocommerce .woocommerce-columns--addresses .shipping_address p#shipping_last_name_field,
  .woocommerce .woocommerce-form-coupon .shipping_address p#shipping_last_name_field,
  .woocommerce .woocommerce-form-login .shipping_address p#shipping_last_name_field,
  .woocommerce .woocommerce-EditAccountForm .shipping_address p#shipping_last_name_field,
  .woocommerce .woocommerce-address-fields .shipping_address p#shipping_last_name_field {
    width: 100%;
    padding-left: 0px;
  }
}
.woocommerce #customer_details .col-1,
.woocommerce .woocommerce-ResetPassword .col-1,
.woocommerce .woocommerce-columns--addresses .col-1,
.woocommerce .woocommerce-form-coupon .col-1,
.woocommerce .woocommerce-form-login .col-1,
.woocommerce .woocommerce-EditAccountForm .col-1,
.woocommerce .woocommerce-address-fields .col-1 {
  margin: 0 0 30px;
}
.woocommerce #customer_details.woocommerce-EditAccountForm, .woocommerce #customer_details.woocommerce-address-fields,
.woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm,
.woocommerce .woocommerce-ResetPassword.woocommerce-address-fields,
.woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm,
.woocommerce .woocommerce-columns--addresses.woocommerce-address-fields,
.woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm,
.woocommerce .woocommerce-form-coupon.woocommerce-address-fields,
.woocommerce .woocommerce-form-login.woocommerce-EditAccountForm,
.woocommerce .woocommerce-form-login.woocommerce-address-fields,
.woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm,
.woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields,
.woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm,
.woocommerce .woocommerce-address-fields.woocommerce-address-fields {
  padding: 0;
  margin: 0;
}
.woocommerce #customer_details.woocommerce-ResetPassword,
.woocommerce .woocommerce-ResetPassword.woocommerce-ResetPassword,
.woocommerce .woocommerce-columns--addresses.woocommerce-ResetPassword,
.woocommerce .woocommerce-form-coupon.woocommerce-ResetPassword,
.woocommerce .woocommerce-form-login.woocommerce-ResetPassword,
.woocommerce .woocommerce-EditAccountForm.woocommerce-ResetPassword,
.woocommerce .woocommerce-address-fields.woocommerce-ResetPassword {
  margin: 0;
}
.woocommerce #customer_details h2, .woocommerce #customer_details .h2,
.woocommerce #customer_details h3,
.woocommerce #customer_details .h3,
.woocommerce #customer_details legend,
.woocommerce .woocommerce-ResetPassword h2,
.woocommerce .woocommerce-ResetPassword .h2,
.woocommerce .woocommerce-ResetPassword h3,
.woocommerce .woocommerce-ResetPassword .h3,
.woocommerce .woocommerce-ResetPassword legend,
.woocommerce .woocommerce-columns--addresses h2,
.woocommerce .woocommerce-columns--addresses .h2,
.woocommerce .woocommerce-columns--addresses h3,
.woocommerce .woocommerce-columns--addresses .h3,
.woocommerce .woocommerce-columns--addresses legend,
.woocommerce .woocommerce-form-coupon h2,
.woocommerce .woocommerce-form-coupon .h2,
.woocommerce .woocommerce-form-coupon h3,
.woocommerce .woocommerce-form-coupon .h3,
.woocommerce .woocommerce-form-coupon legend,
.woocommerce .woocommerce-form-login h2,
.woocommerce .woocommerce-form-login .h2,
.woocommerce .woocommerce-form-login h3,
.woocommerce .woocommerce-form-login .h3,
.woocommerce .woocommerce-form-login legend,
.woocommerce .woocommerce-EditAccountForm h2,
.woocommerce .woocommerce-EditAccountForm .h2,
.woocommerce .woocommerce-EditAccountForm h3,
.woocommerce .woocommerce-EditAccountForm .h3,
.woocommerce .woocommerce-EditAccountForm legend,
.woocommerce .woocommerce-address-fields h2,
.woocommerce .woocommerce-address-fields .h2,
.woocommerce .woocommerce-address-fields h3,
.woocommerce .woocommerce-address-fields .h3,
.woocommerce .woocommerce-address-fields legend {
  margin: 0 0 20px;
  display: block;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce #customer_details h3 label, .woocommerce #customer_details .h3 label,
.woocommerce .woocommerce-ResetPassword h3 label,
.woocommerce .woocommerce-ResetPassword .h3 label,
.woocommerce .woocommerce-columns--addresses h3 label,
.woocommerce .woocommerce-columns--addresses .h3 label,
.woocommerce .woocommerce-form-coupon h3 label,
.woocommerce .woocommerce-form-coupon .h3 label,
.woocommerce .woocommerce-form-login h3 label,
.woocommerce .woocommerce-form-login .h3 label,
.woocommerce .woocommerce-EditAccountForm h3 label,
.woocommerce .woocommerce-EditAccountForm .h3 label,
.woocommerce .woocommerce-address-fields h3 label,
.woocommerce .woocommerce-address-fields .h3 label {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce #customer_details em,
.woocommerce .woocommerce-ResetPassword em,
.woocommerce .woocommerce-columns--addresses em,
.woocommerce .woocommerce-form-coupon em,
.woocommerce .woocommerce-form-login em,
.woocommerce .woocommerce-EditAccountForm em,
.woocommerce .woocommerce-address-fields em {
  display: block;
  margin: 5px 0 0;
}
.woocommerce #customer_details label,
.woocommerce .woocommerce-ResetPassword label,
.woocommerce .woocommerce-columns--addresses label,
.woocommerce .woocommerce-form-coupon label,
.woocommerce .woocommerce-form-login label,
.woocommerce .woocommerce-EditAccountForm label,
.woocommerce .woocommerce-address-fields label {
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
}
.woocommerce #customer_details input[type=text],
.woocommerce #customer_details input[type=email],
.woocommerce #customer_details input[type=tel],
.woocommerce #customer_details input[type=password],
.woocommerce #customer_details select,
.woocommerce .woocommerce-ResetPassword input[type=text],
.woocommerce .woocommerce-ResetPassword input[type=email],
.woocommerce .woocommerce-ResetPassword input[type=tel],
.woocommerce .woocommerce-ResetPassword input[type=password],
.woocommerce .woocommerce-ResetPassword select,
.woocommerce .woocommerce-columns--addresses input[type=text],
.woocommerce .woocommerce-columns--addresses input[type=email],
.woocommerce .woocommerce-columns--addresses input[type=tel],
.woocommerce .woocommerce-columns--addresses input[type=password],
.woocommerce .woocommerce-columns--addresses select,
.woocommerce .woocommerce-form-coupon input[type=text],
.woocommerce .woocommerce-form-coupon input[type=email],
.woocommerce .woocommerce-form-coupon input[type=tel],
.woocommerce .woocommerce-form-coupon input[type=password],
.woocommerce .woocommerce-form-coupon select,
.woocommerce .woocommerce-form-login input[type=text],
.woocommerce .woocommerce-form-login input[type=email],
.woocommerce .woocommerce-form-login input[type=tel],
.woocommerce .woocommerce-form-login input[type=password],
.woocommerce .woocommerce-form-login select,
.woocommerce .woocommerce-EditAccountForm input[type=text],
.woocommerce .woocommerce-EditAccountForm input[type=email],
.woocommerce .woocommerce-EditAccountForm input[type=tel],
.woocommerce .woocommerce-EditAccountForm input[type=password],
.woocommerce .woocommerce-EditAccountForm select,
.woocommerce .woocommerce-address-fields input[type=text],
.woocommerce .woocommerce-address-fields input[type=email],
.woocommerce .woocommerce-address-fields input[type=tel],
.woocommerce .woocommerce-address-fields input[type=password],
.woocommerce .woocommerce-address-fields select {
  background: #fff;
  padding: 0 15px;
  line-height: 45px;
  width: 100%;
  border: 0px solid #000;
  box-sizing: border-box;
  font-size: 18px;
  min-height: 52px;
}
.woocommerce #customer_details input[type=text]:focus,
.woocommerce #customer_details input[type=email]:focus,
.woocommerce #customer_details input[type=tel]:focus,
.woocommerce #customer_details input[type=password]:focus,
.woocommerce #customer_details select:focus,
.woocommerce .woocommerce-ResetPassword input[type=text]:focus,
.woocommerce .woocommerce-ResetPassword input[type=email]:focus,
.woocommerce .woocommerce-ResetPassword input[type=tel]:focus,
.woocommerce .woocommerce-ResetPassword input[type=password]:focus,
.woocommerce .woocommerce-ResetPassword select:focus,
.woocommerce .woocommerce-columns--addresses input[type=text]:focus,
.woocommerce .woocommerce-columns--addresses input[type=email]:focus,
.woocommerce .woocommerce-columns--addresses input[type=tel]:focus,
.woocommerce .woocommerce-columns--addresses input[type=password]:focus,
.woocommerce .woocommerce-columns--addresses select:focus,
.woocommerce .woocommerce-form-coupon input[type=text]:focus,
.woocommerce .woocommerce-form-coupon input[type=email]:focus,
.woocommerce .woocommerce-form-coupon input[type=tel]:focus,
.woocommerce .woocommerce-form-coupon input[type=password]:focus,
.woocommerce .woocommerce-form-coupon select:focus,
.woocommerce .woocommerce-form-login input[type=text]:focus,
.woocommerce .woocommerce-form-login input[type=email]:focus,
.woocommerce .woocommerce-form-login input[type=tel]:focus,
.woocommerce .woocommerce-form-login input[type=password]:focus,
.woocommerce .woocommerce-form-login select:focus,
.woocommerce .woocommerce-EditAccountForm input[type=text]:focus,
.woocommerce .woocommerce-EditAccountForm input[type=email]:focus,
.woocommerce .woocommerce-EditAccountForm input[type=tel]:focus,
.woocommerce .woocommerce-EditAccountForm input[type=password]:focus,
.woocommerce .woocommerce-EditAccountForm select:focus,
.woocommerce .woocommerce-address-fields input[type=text]:focus,
.woocommerce .woocommerce-address-fields input[type=email]:focus,
.woocommerce .woocommerce-address-fields input[type=tel]:focus,
.woocommerce .woocommerce-address-fields input[type=password]:focus,
.woocommerce .woocommerce-address-fields select:focus {
  outline: none;
}
.woocommerce #customer_details #shipping_country_field span,
.woocommerce .woocommerce-ResetPassword #shipping_country_field span,
.woocommerce .woocommerce-columns--addresses #shipping_country_field span,
.woocommerce .woocommerce-form-coupon #shipping_country_field span,
.woocommerce .woocommerce-form-login #shipping_country_field span,
.woocommerce .woocommerce-EditAccountForm #shipping_country_field span,
.woocommerce .woocommerce-address-fields #shipping_country_field span {
  min-height: 52px;
}
.woocommerce #customer_details #shipping_country_field span#select2-shipping_country-container,
.woocommerce .woocommerce-ResetPassword #shipping_country_field span#select2-shipping_country-container,
.woocommerce .woocommerce-columns--addresses #shipping_country_field span#select2-shipping_country-container,
.woocommerce .woocommerce-form-coupon #shipping_country_field span#select2-shipping_country-container,
.woocommerce .woocommerce-form-login #shipping_country_field span#select2-shipping_country-container,
.woocommerce .woocommerce-EditAccountForm #shipping_country_field span#select2-shipping_country-container,
.woocommerce .woocommerce-address-fields #shipping_country_field span#select2-shipping_country-container {
  padding-top: 8.5px;
}
.woocommerce #customer_details textarea,
.woocommerce .woocommerce-ResetPassword textarea,
.woocommerce .woocommerce-columns--addresses textarea,
.woocommerce .woocommerce-form-coupon textarea,
.woocommerce .woocommerce-form-login textarea,
.woocommerce .woocommerce-EditAccountForm textarea,
.woocommerce .woocommerce-address-fields textarea {
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  border: 0px;
}
.woocommerce #customer_details p,
.woocommerce .woocommerce-ResetPassword p,
.woocommerce .woocommerce-columns--addresses p,
.woocommerce .woocommerce-form-coupon p,
.woocommerce .woocommerce-form-login p,
.woocommerce .woocommerce-EditAccountForm p,
.woocommerce .woocommerce-address-fields p {
  margin: 0 0 15px;
  width: 100%;
}
.woocommerce #order_review_heading {
  padding: 0 0 32px;
  margin: 0;
  text-transform: capitalize;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce #order_review {
  background: #fff;
  padding: 25px;
  background: #fff;
}
.woocommerce #order_review input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 15px;
  margin-left: 5px;
}
.woocommerce #order_review tfoot tr th {
  font-weight: 300;
}
.woocommerce #order_review h3, .woocommerce #order_review .h3 {
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce #order_review table {
  border-collapse: collapse;
}
.woocommerce #order_review table tr {
  border-bottom: solid #f2f2f2 3px;
}
.woocommerce #order_review table tr.coupon_checkout {
  border-bottom: 0px;
}
.woocommerce #order_review table tr.coupon_checkout .checkout_coupon {
  margin-top: 20px;
}
.woocommerce #order_review table tr.coupon_checkout .checkout_coupon .discountField {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce #order_review table tr.coupon_checkout .checkout_coupon .discountField input[type=text] {
  width: 100%;
  padding-left: 10px;
  border: none;
  background-color: #f2f2f2;
  height: 40px;
}
.woocommerce #order_review table tr.coupon_checkout .checkout_coupon .discountField input[type=text]:focus, .woocommerce #order_review table tr.coupon_checkout .checkout_coupon .discountField input[type=text]:focus-visible {
  box-shadow: none;
  outline: none;
}
.woocommerce #order_review table tr.coupon_checkout .checkout_coupon .discountField #checkout_apply_coupon {
  padding: 10px;
  max-height: 40px;
  color: #000;
  position: relative;
  line-height: 15px;
  border: solid #E4002B 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  background: none;
}
.woocommerce #order_review table tr th.product-name, .woocommerce #order_review table tr th.product-total,
.woocommerce #order_review table tr td.product-name,
.woocommerce #order_review table tr td.product-total {
  font-weight: 300;
}
.woocommerce #order_review table tr th.product-name .variation hr,
.woocommerce #order_review table tr td.product-name .variation hr {
  margin: 0 0;
}
.woocommerce #order_review table tr th.product-name, .woocommerce #order_review table tr th.product-total {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.woocommerce .woocommerce-checkout-review-order-table {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 20px;
}
.woocommerce .woocommerce-checkout-review-order-table tr {
  display: table-row;
}
.woocommerce .woocommerce-checkout-review-order-table tr th,
.woocommerce .woocommerce-checkout-review-order-table tr td {
  width: 25%;
  min-width: 100px;
  display: table-cell;
  border-bottom: 2px solid #fff;
  padding: 10px 0;
  text-align: left;
}
.woocommerce .woocommerce-checkout-review-order-table tr th:first-of-type,
.woocommerce .woocommerce-checkout-review-order-table tr td:first-of-type {
  width: 68%;
  min-width: unset;
}
.woocommerce .woocommerce-checkout-review-order-table tr th:last-child,
.woocommerce .woocommerce-checkout-review-order-table tr td:last-child {
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order-table tr th:first-child,
.woocommerce .woocommerce-checkout-review-order-table tr td:first-child {
  text-align: left;
}
.woocommerce .woocommerce-checkout-review-order-table tr th::before,
.woocommerce .woocommerce-checkout-review-order-table tr td::before {
  display: none;
}
.woocommerce .woocommerce-checkout-review-order-table tr th ul,
.woocommerce .woocommerce-checkout-review-order-table tr td ul {
  margin: 0;
}
.woocommerce .woocommerce-checkout-review-order-table tr th ul#shipping_method li input,
.woocommerce .woocommerce-checkout-review-order-table tr td ul#shipping_method li input {
  margin-right: 5px;
}
.woocommerce .woocommerce-checkout-review-order-table tr th ul li,
.woocommerce .woocommerce-checkout-review-order-table tr td ul li {
  margin: 5px 0;
  list-style: none;
}
.woocommerce .woocommerce-checkout-review-order-table tr th dl,
.woocommerce .woocommerce-checkout-review-order-table tr td dl {
  margin: 5px 0 0;
}
.woocommerce .woocommerce-checkout-review-order-table tr th dt,
.woocommerce .woocommerce-checkout-review-order-table tr td dt {
  display: none;
  font-weight: 400;
  margin: 0 5px 5px 0;
  float: left;
  clear: both;
}
.woocommerce .woocommerce-checkout-review-order-table tr th dd,
.woocommerce .woocommerce-checkout-review-order-table tr td dd {
  display: block;
  margin: 0 0 5px;
  float: left;
}
.woocommerce .woocommerce-checkout-review-order-table tr th dd p,
.woocommerce .woocommerce-checkout-review-order-table tr td dd p {
  display: inline;
}
.woocommerce #payment p,
.woocommerce #payment ul {
  margin: 0 0 15px;
  padding-left: 0px;
}
.woocommerce #payment p li,
.woocommerce #payment ul li {
  margin: 0 0 5px;
  list-style: none;
}
.woocommerce #payment h3, .woocommerce #payment .h3 {
  text-transform: capitalize;
}
.woocommerce #payment .payment_box {
  margin: 20px 0 0 0px;
  padding: 20px;
  background-color: transparent !important;
  border-radius: 10px;
  position: relative;
}
.woocommerce #payment .payment_box .wc-stripe-elements-field {
  padding: 12.5px;
  min-height: 52px;
}
.woocommerce #payment .payment_box:before {
  content: "";
  border: transparent !important;
}
.woocommerce #payment .payment_box p {
  margin: 0;
}
.woocommerce #payment .payment_box fieldset {
  border: none;
}
.woocommerce #payment .payment_box fieldset input {
  font-size: 18px;
}
.woocommerce #payment #sagepayform-card-icons img,
.woocommerce #payment #sagepaydirect-card-icons img,
.woocommerce #payment #opayopi-card-icons img {
  margin: 6px 10px 6px 0;
}
.woocommerce #payment button[type=submit] {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #fff;
  position: relative;
  line-height: 15px;
  border: solid #fff 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  background: #0F0F0F;
  text-transform: uppercase;
}
.woocommerce #payment button[type=submit]:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
.woocommerce .woocommerce-order-overview {
  margin: 0 0 20px;
}
.woocommerce .woocommerce-order-overview + p {
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .loginContainer .woocommerce-form-login {
    max-width: 800px;
  }
  .woocommerce .woocommerce-form-login.login,
  .woocommerce .woocommerce-form-register.login {
    margin-top: 40px;
  }
  .woocommerce #customer_details,
  .woocommerce .woocommerce-ResetPassword,
  .woocommerce .woocommerce-columns--addresses,
  .woocommerce .woocommerce-form-coupon,
  .woocommerce .woocommerce-form-login,
  .woocommerce .woocommerce-EditAccountForm,
  .woocommerce .woocommerce-address-fields {
    margin: 0 0 40px;
  }
  .woocommerce #customer_details.woocommerce-ResetPassword,
  .woocommerce .woocommerce-ResetPassword.woocommerce-ResetPassword,
  .woocommerce .woocommerce-columns--addresses.woocommerce-ResetPassword,
  .woocommerce .woocommerce-form-coupon.woocommerce-ResetPassword,
  .woocommerce .woocommerce-form-login.woocommerce-ResetPassword,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-ResetPassword,
  .woocommerce .woocommerce-address-fields.woocommerce-ResetPassword {
    margin: 0;
  }
  .woocommerce #customer_details.woocommerce-EditAccountForm, .woocommerce #customer_details.woocommerce-address-fields,
  .woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-ResetPassword.woocommerce-address-fields,
  .woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-columns--addresses.woocommerce-address-fields,
  .woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-form-coupon.woocommerce-address-fields,
  .woocommerce .woocommerce-form-login.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-form-login.woocommerce-address-fields,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields,
  .woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm,
  .woocommerce .woocommerce-address-fields.woocommerce-address-fields {
    padding: 0;
    margin: 0;
  }
  .woocommerce #customer_details.woocommerce-EditAccountForm button[type=submit], .woocommerce #customer_details.woocommerce-address-fields button[type=submit],
  .woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm button[type=submit],
  .woocommerce .woocommerce-ResetPassword.woocommerce-address-fields button[type=submit],
  .woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm button[type=submit],
  .woocommerce .woocommerce-columns--addresses.woocommerce-address-fields button[type=submit],
  .woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm button[type=submit],
  .woocommerce .woocommerce-form-coupon.woocommerce-address-fields button[type=submit],
  .woocommerce .woocommerce-form-login.woocommerce-EditAccountForm button[type=submit],
  .woocommerce .woocommerce-form-login.woocommerce-address-fields button[type=submit],
  .woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm button[type=submit],
  .woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields button[type=submit],
  .woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm button[type=submit],
  .woocommerce .woocommerce-address-fields.woocommerce-address-fields button[type=submit] {
    display: inline-block;
    margin-top: 20px;
    position: relative;
    width: auto;
    border: none;
    background: #0F0F0F;
    padding: 11px 45px 11px 15px;
    border: solid #0F0F0F 2px;
    text-decoration: none;
    font-family: "roboto", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
  }
  .woocommerce #customer_details.woocommerce-EditAccountForm button[type=submit]:hover:after, .woocommerce #customer_details.woocommerce-address-fields button[type=submit]:hover:after,
  .woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm button[type=submit]:hover:after,
  .woocommerce .woocommerce-ResetPassword.woocommerce-address-fields button[type=submit]:hover:after,
  .woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm button[type=submit]:hover:after,
  .woocommerce .woocommerce-columns--addresses.woocommerce-address-fields button[type=submit]:hover:after,
  .woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm button[type=submit]:hover:after,
  .woocommerce .woocommerce-form-coupon.woocommerce-address-fields button[type=submit]:hover:after,
  .woocommerce .woocommerce-form-login.woocommerce-EditAccountForm button[type=submit]:hover:after,
  .woocommerce .woocommerce-form-login.woocommerce-address-fields button[type=submit]:hover:after,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm button[type=submit]:hover:after,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields button[type=submit]:hover:after,
  .woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm button[type=submit]:hover:after,
  .woocommerce .woocommerce-address-fields.woocommerce-address-fields button[type=submit]:hover:after {
    border-color: transparent transparent transparent #E4002B;
  }
  .woocommerce #customer_details.woocommerce-EditAccountForm button[type=submit]:after, .woocommerce #customer_details.woocommerce-address-fields button[type=submit]:after,
  .woocommerce .woocommerce-ResetPassword.woocommerce-EditAccountForm button[type=submit]:after,
  .woocommerce .woocommerce-ResetPassword.woocommerce-address-fields button[type=submit]:after,
  .woocommerce .woocommerce-columns--addresses.woocommerce-EditAccountForm button[type=submit]:after,
  .woocommerce .woocommerce-columns--addresses.woocommerce-address-fields button[type=submit]:after,
  .woocommerce .woocommerce-form-coupon.woocommerce-EditAccountForm button[type=submit]:after,
  .woocommerce .woocommerce-form-coupon.woocommerce-address-fields button[type=submit]:after,
  .woocommerce .woocommerce-form-login.woocommerce-EditAccountForm button[type=submit]:after,
  .woocommerce .woocommerce-form-login.woocommerce-address-fields button[type=submit]:after,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-EditAccountForm button[type=submit]:after,
  .woocommerce .woocommerce-EditAccountForm.woocommerce-address-fields button[type=submit]:after,
  .woocommerce .woocommerce-address-fields.woocommerce-EditAccountForm button[type=submit]:after,
  .woocommerce .woocommerce-address-fields.woocommerce-address-fields button[type=submit]:after {
    content: "";
    width: 0;
    position: absolute;
    top: calc(50% - 6.5px);
    margin-left: 20px;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #fff;
  }
  .woocommerce #customer_details h3, .woocommerce #customer_details .h3,
  .woocommerce .woocommerce-ResetPassword h3,
  .woocommerce .woocommerce-ResetPassword .h3,
  .woocommerce .woocommerce-columns--addresses h3,
  .woocommerce .woocommerce-columns--addresses .h3,
  .woocommerce .woocommerce-form-coupon h3,
  .woocommerce .woocommerce-form-coupon .h3,
  .woocommerce .woocommerce-form-login h3,
  .woocommerce .woocommerce-form-login .h3,
  .woocommerce .woocommerce-EditAccountForm h3,
  .woocommerce .woocommerce-EditAccountForm .h3,
  .woocommerce .woocommerce-address-fields h3,
  .woocommerce .woocommerce-address-fields .h3 {
    font-family: "roboto", sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .woocommerce #customer_details h3 label, .woocommerce #customer_details .h3 label,
  .woocommerce .woocommerce-ResetPassword h3 label,
  .woocommerce .woocommerce-ResetPassword .h3 label,
  .woocommerce .woocommerce-columns--addresses h3 label,
  .woocommerce .woocommerce-columns--addresses .h3 label,
  .woocommerce .woocommerce-form-coupon h3 label,
  .woocommerce .woocommerce-form-coupon .h3 label,
  .woocommerce .woocommerce-form-login h3 label,
  .woocommerce .woocommerce-form-login .h3 label,
  .woocommerce .woocommerce-EditAccountForm h3 label,
  .woocommerce .woocommerce-EditAccountForm .h3 label,
  .woocommerce .woocommerce-address-fields h3 label,
  .woocommerce .woocommerce-address-fields .h3 label {
    font-size: 18px;
  }
  .woocommerce #customer_details label,
  .woocommerce .woocommerce-ResetPassword label,
  .woocommerce .woocommerce-columns--addresses label,
  .woocommerce .woocommerce-form-coupon label,
  .woocommerce .woocommerce-form-login label,
  .woocommerce .woocommerce-EditAccountForm label,
  .woocommerce .woocommerce-address-fields label {
    margin: 0 0 5px;
  }
  .woocommerce #customer_details p,
  .woocommerce .woocommerce-ResetPassword p,
  .woocommerce .woocommerce-columns--addresses p,
  .woocommerce .woocommerce-form-coupon p,
  .woocommerce .woocommerce-form-login p,
  .woocommerce .woocommerce-EditAccountForm p,
  .woocommerce .woocommerce-address-fields p {
    margin: 0 0 20px;
    width: 100%;
  }
  .woocommerce #order_review_heading {
    font-family: "roboto", sans-serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .woocommerce #order_review h3, .woocommerce #order_review .h3 {
    font-family: "roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .woocommerce #order_review .woocommerce-terms-and-conditions-wrapper a {
    color: #000;
  }
  .woocommerce #order_review .woocommerce-terms-and-conditions-wrapper a:hover {
    color: #000;
  }
  .woocommerce .woocommerce-checkout-review-order-table {
    margin: 0 0 40px;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr {
    display: table-row;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th,
  .woocommerce .woocommerce-checkout-review-order-table tr td {
    padding: 20px 0 10px 0;
  }
  .woocommerce .woocommerce-checkout-review-order-table tr th ul li,
  .woocommerce .woocommerce-checkout-review-order-table tr td ul li {
    margin: 10px 0;
  }
  .woocommerce #payment {
    margin: 0;
  }
  .woocommerce #payment #sagepayform-card-icons {
    margin-top: 10px;
  }
  .woocommerce #payment a {
    color: #000;
  }
  .woocommerce #payment a:hover {
    color: #000;
  }
  .woocommerce #payment p,
  .woocommerce #payment ul {
    margin: 0 0 20px;
  }
  .woocommerce #payment p li,
  .woocommerce #payment ul li {
    margin: 0 0 10px;
  }
  .woocommerce .woocommerce-order-overview {
    margin: 0 0 40px;
    padding: 30px;
    background: #fff;
  }
  .woocommerce .woocommerce-order-overview + p {
    margin: 0 0 40px;
    padding: 30px;
    background: #fff;
  }
}
.woocommerce-columns {
  display: flex;
  justify-content: space-between;
  max-width: 50%;
}
@media (max-width: 992px) {
  .woocommerce-columns {
    display: block;
    max-width: 100%;
  }
}

.loginContainer .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses a,
.loginContainer .woocommerce .woocommerce-MyAccount-navigation .woocommerce-Addresses a {
  float: left;
}
.loginContainer .woocommerce .woocommerce-MyAccount-content a,
.loginContainer .woocommerce .woocommerce-MyAccount-navigation a {
  text-decoration: none;
}
.loginContainer .woocommerce .woocommerce-MyAccount-content a.button,
.loginContainer .woocommerce .woocommerce-MyAccount-navigation a.button {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  width: auto;
  border: none;
  background: #0F0F0F;
  padding: 11px 45px 11px 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.loginContainer .woocommerce .woocommerce-MyAccount-content a.button:hover:after,
.loginContainer .woocommerce .woocommerce-MyAccount-navigation a.button:hover:after {
  border-color: transparent transparent transparent #E4002B;
}
.loginContainer .woocommerce .woocommerce-MyAccount-content a.button:after,
.loginContainer .woocommerce .woocommerce-MyAccount-navigation a.button:after {
  content: "";
  width: 0;
  position: absolute;
  top: calc(50% - 6.5px);
  margin-left: 20px;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #fff;
}

.woocommerce-MyAccount-content {
  padding-left: 150px;
}
.woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods {
  width: 100%;
}
.woocommerce-MyAccount-content .payment-method-actions {
  text-align: right;
}
@media (max-width: 991.98px) {
  .woocommerce-MyAccount-content {
    padding-left: 0px;
  }
}
.woocommerce-MyAccount-content button[type=submit] {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  width: auto;
  border: none;
  background: #0F0F0F;
  padding: 11px 45px 11px 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce-MyAccount-content button[type=submit]:hover:after {
  border-color: transparent transparent transparent #E4002B;
}
.woocommerce-MyAccount-content button[type=submit]:after {
  content: "";
  width: 0;
  position: absolute;
  top: calc(50% - 6.5px);
  margin-left: 20px;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #fff;
}

.woocommerce-MyAccount-navigation {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-MyAccount-navigation ul {
  height: auto;
  padding: 0;
  background: none;
}
.woocommerce-MyAccount-navigation ul li {
  border-top: none;
  border-bottom: 1px solid #000;
  padding: 10px 0 0;
}
.woocommerce-MyAccount-navigation ul li a {
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  position: relative;
  top: auto;
  left: auto;
  border-bottom: 1px solid #000;
  width: 100%;
  padding: 10px 0 0;
}
.woocommerce-MyAccount-navigation ul li.is-active::after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: none;
  border-left: 10px solid #000;
  top: 22px;
}

.woocommerce-form-login button {
  margin-top: 20px;
  position: relative;
  width: auto;
  border: none;
  background: #0F0F0F;
  padding: 11px 45px 11px 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce-form-login button:hover:after {
  border-color: transparent transparent transparent #E4002B;
}
.woocommerce-form-login button:after {
  content: "";
  width: 0;
  position: absolute;
  top: calc(50% - 6.5px);
  margin-left: 20px;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #fff;
}

.woocommerce-form-login-toggle {
  display: none;
}
.woocommerce-form-login-toggle .woocommerce-info {
  color: #000;
  padding: 0 0 0 35px;
  min-height: 0;
  background-color: transparent;
  background-position: top 4px left;
  background-repeat: no-repeat;
  justify-content: flex-start;
}
.woocommerce-form-login-toggle .woocommerce-info a {
  font-weight: 600;
}

.woocommerce-MyAccount-navigation {
  margin: 0 0 20px;
}
.woocommerce-MyAccount-navigation ul {
  position: relative;
  margin: 0 0 20px;
  padding: 50px 0 10px;
  height: 40px;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation ul.open {
  height: auto;
}
.woocommerce-MyAccount-navigation ul.open li.is-active::after {
  border-top-width: 0;
  border-bottom: 10px solid #000;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 0;
  line-height: 40px;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li.is-active::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #000;
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: calc(100% - 100px);
}
@media (max-width: 991.98px) {
  .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
  }
}

.woocommerce-MyAccount-content {
  margin: 0;
}
.woocommerce-MyAccount-content p {
  margin: 0 0 20px;
}
.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content .h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content .h3 {
  margin: 0 0 15px;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.woocommerce-MyAccount-content mark, .woocommerce-MyAccount-content .mark {
  background: none;
  color: #000;
}
.woocommerce-MyAccount-content .woocommerce-columns--addresses {
  padding: 0;
}
.woocommerce-MyAccount-content address {
  font-style: normal;
}

.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2 {
  margin: 0 0 20px;
  width: 50%;
}
.woocommerce-Addresses .woocommerce-Address-title {
  background: none;
}
.woocommerce-Addresses a.edit {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  width: auto;
  border: none;
  background: #0F0F0F;
  padding: 11px 45px 11px 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.woocommerce-Addresses a.edit:hover:after {
  border-color: transparent transparent transparent #E4002B;
}
.woocommerce-Addresses a.edit:after {
  content: "";
  width: 0;
  position: absolute;
  top: calc(50% - 6.5px);
  margin-left: 20px;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #fff;
}

.woocommerce-table--order-details {
  width: 100%;
  border-spacing: 0;
  margin: 0 0 20px;
}
.woocommerce-table--order-details tr {
  display: table-row;
}
.woocommerce-table--order-details tr th,
.woocommerce-table--order-details tr td {
  width: 50%;
  display: table-cell;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  text-align: left;
  vertical-align: top;
}
.woocommerce-table--order-details tr th:first-child,
.woocommerce-table--order-details tr td:first-child {
  text-align: left;
}
.woocommerce-table--order-details tr th::before,
.woocommerce-table--order-details tr td::before {
  display: none;
}
.woocommerce-table--order-details tr th ul,
.woocommerce-table--order-details tr td ul {
  margin: 0;
}
.woocommerce-table--order-details tr th ul li,
.woocommerce-table--order-details tr td ul li {
  margin: 5px 0;
}

.woocommerce-Button {
  margin-top: 20px;
  position: relative;
  width: auto;
  border: none;
  background: #0F0F0F;
  padding: 11px 45px 11px 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.woocommerce-Button:hover:after {
  border-color: transparent transparent transparent #E4002B;
}
.woocommerce-Button:after {
  content: "";
  width: 0;
  position: absolute;
  top: calc(50% - 6.5px);
  margin-left: 20px;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #fff;
}

.woocommerce-MyAccount-orders {
  width: 100%;
  border-spacing: 0;
}
.woocommerce-MyAccount-orders thead {
  display: none;
}
.woocommerce-MyAccount-orders tr {
  display: block;
  border-top: 1px solid #000;
  padding: 0 0 15px;
}
.woocommerce-MyAccount-orders th {
  display: none;
}
.woocommerce-MyAccount-orders td {
  display: block;
  text-align: left;
  padding: 0;
  line-height: 40px;
}
.woocommerce-MyAccount-orders td[data-title]::before {
  content: attr(data-title) ": ";
  font-weight: 700;
  display: inline-block;
  width: calc(50% - 0.3em);
  text-align: left;
  line-height: 40px;
}
.woocommerce-MyAccount-orders td[data-title=Actions]::before {
  display: none;
}
.woocommerce-MyAccount-orders td[data-title=Actions] a {
  margin-top: 0;
  text-align: left;
}

#customer_login .col-1,
#customer_login .col-2 {
  width: 100%;
}
#customer_login .col-1 {
  border-right: solid #fff 4px;
}
@media (max-width: 991.98px) {
  #customer_login .col-1 {
    border-right: none;
    margin-bottom: 60px;
  }
}
#customer_login h2, #customer_login .h2,
#customer_login h3,
#customer_login .h3,
#customer_login legend {
  margin: 0 0 20px;
  display: block;
  font-family: "roboto", sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 40px;
}
#customer_login em {
  display: block;
  margin: 5px 0 0;
}
#customer_login label {
  display: block;
  margin: 0 0 5px;
  font-weight: 400;
}
#customer_login input[type=text],
#customer_login input[type=email],
#customer_login input[type=tel],
#customer_login input[type=password],
#customer_login select {
  background: #fff;
  padding: 0 15px;
  line-height: 40px;
  width: 100%;
  border: 0px solid #000;
}
#customer_login textarea {
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  border: 0px;
}
#customer_login p {
  margin: 0 0 15px;
  width: 100%;
}
#customer_login .woocommerce-form-login__rememberme {
  margin: 0 0 15px;
}
#customer_login .button {
  padding: 10px 35px 10px 14px;
  max-height: 40px;
  color: #fff;
  position: relative;
  line-height: 15px;
  border: solid #fff 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  background: #0F0F0F;
  text-transform: uppercase;
}
#customer_login .button:hover:after {
  border-color: transparent transparent transparent #E4002B;
}
#customer_login .button:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
}

@media (min-width: 992px) {
  .woocommerce .woocommerce-MyAccount-navigation {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul {
    height: auto;
    padding: 0;
    background: none;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    border-top: none;
    border-bottom: 1px solid #000;
    padding: 10px 0 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li a {
    width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    position: relative;
    top: auto;
    left: auto;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 0 0;
  }
  .woocommerce .woocommerce-MyAccount-navigation ul li.is-active::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: none;
    border-left: 10px solid #000;
    top: 22px;
  }
  .woocommerce .woocommerce-MyAccount-content {
    display: inline-block;
    width: calc(75% - 50px - 0.3em);
    vertical-align: top;
    margin: 30px 0 30px 50px;
  }
  .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-paymentMethods {
    width: 100%;
  }
  .woocommerce .woocommerce-MyAccount-content h2, .woocommerce .woocommerce-MyAccount-content .h2,
  .woocommerce .woocommerce-MyAccount-content h3,
  .woocommerce .woocommerce-MyAccount-content .h3 {
    margin: 0 0 20px;
    font-family: "roboto", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .woocommerce .woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .woocommerce .woocommerce-Addresses .col-1,
  .woocommerce .woocommerce-Addresses .col-2 {
    width: 50%;
    padding: 0 15px;
  }
  .woocommerce .woocommerce-table--order-details {
    margin: 0 0 40px;
  }
  .woocommerce .woocommerce-table--order-details tr {
    display: table-row;
  }
  .woocommerce .woocommerce-table--order-details tr th,
  .woocommerce .woocommerce-table--order-details tr td {
    padding: 15px 0;
  }
  .woocommerce .woocommerce-table--order-details tr th ul li,
  .woocommerce .woocommerce-table--order-details tr td ul li {
    margin: 10px 0;
  }
  .woocommerce .woocommerce-MyAccount-orders thead {
    display: table-header-group;
  }
  .woocommerce .woocommerce-MyAccount-orders tr {
    display: table-row;
  }
  .woocommerce .woocommerce-MyAccount-orders th {
    display: table-cell;
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 10px 0;
  }
  .woocommerce .woocommerce-MyAccount-orders td {
    display: table-cell;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid #000;
  }
  .woocommerce .woocommerce-MyAccount-orders td.actions {
    border: none;
  }
  .woocommerce .woocommerce-MyAccount-orders td[data-title]::before {
    display: none;
  }
  .woocommerce .woocommerce-form-register {
    margin-top: 40px;
  }
  .woocommerce #customer_login {
    margin: 0 -15px 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce #customer_login div,
  .woocommerce #customer_login fieldset {
    width: 100%;
  }
  .woocommerce #customer_login .col-1,
  .woocommerce #customer_login .col-2 {
    width: 50%;
    margin: 0 0px;
    padding: 60px;
  }
  .woocommerce #customer_login h3, .woocommerce #customer_login .h3,
  .woocommerce #customer_login h2,
  .woocommerce #customer_login .h2,
  .woocommerce #customer_login legend {
    margin: 0 0 20px;
  }
  .woocommerce #customer_login label {
    margin: 0 0 5px;
  }
  .woocommerce #customer_login p {
    margin: 0 0 20px;
    width: 100%;
  }
}
section.productCategoryGrid p.sale {
  display: inline;
  margin-left: 10px;
  background: #D83D3D;
  color: #fff;
  box-shadow: 10px 0 0 #D83D3D, -10px 0 0 #D83D3D;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-font-smoothing: antialiased;
  margin-right: 20px;
  font-weight: 500;
  font-size: 20px;
}
section.productCategoryGrid .sorting {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  min-width: 100px;
  text-align: right;
}
section.productCategoryGrid .viewing {
  font-weight: 500;
}
section.productCategoryGrid .gridinfo {
  border-bottom: solid 0px #2B2B2B;
}
@media (max-width: 767.98px) {
  section.productCategoryGrid .gridinfo {
    border-bottom: 0px;
  }
}
section.productCategoryGrid .productListing {
  width: 100%;
}
section.productCategoryGrid .woocommerce-ordering select {
  min-width: 265px;
  min-height: 45px;
  padding: 10px;
  border: solid 0px black;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: 12px;
}
section.productCategoryGrid .woocommerce-ordering select:focus, section.productCategoryGrid .woocommerce-ordering select:active, section.productCategoryGrid .woocommerce-ordering select:focus-within {
  border: solid 1px black;
  outline: none;
}
@media (max-width: 575.98px) {
  section.productCategoryGrid .woocommerce-ordering select {
    min-width: auto;
    padding-right: 35px;
  }
}
section.productCategoryGrid .imgContainer {
  width: 100%;
  position: relative;
}
section.productCategoryGrid .imgContainer img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.productCategoryGrid .archiveProductContainer {
  width: 33.3333333333%;
  padding-right: 21px;
  margin-bottom: 21px;
}
section.productCategoryGrid .archiveProductContainer .price {
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
section.productCategoryGrid .archiveProductContainer .price ins {
  text-decoration: none;
}
section.productCategoryGrid .archiveProductContainer:nth-child(3n+3) {
  padding-right: 0;
  padding-left: 14px;
}
@media (max-width: 991.98px) {
  section.productCategoryGrid .archiveProductContainer:nth-child(3n+3) {
    padding-right: 0px;
    padding-left: 0px;
  }
}
section.productCategoryGrid .archiveProductContainer:nth-child(3n+2) {
  padding-right: 7px;
  padding-left: 7px;
}
@media (max-width: 991.98px) {
  section.productCategoryGrid .archiveProductContainer:nth-child(3n+2) {
    padding-right: 0px;
    padding-left: 0px;
  }
}
section.productCategoryGrid .archiveProductContainer:nth-child(3n+1) {
  padding-right: 14px;
}
@media (max-width: 991.98px) {
  section.productCategoryGrid .archiveProductContainer:nth-child(3n+1) {
    padding-right: 0px;
  }
}
@media (max-width: 991.98px) {
  section.productCategoryGrid .archiveProductContainer {
    width: 50%;
  }
  section.productCategoryGrid .archiveProductContainer:nth-child(2n+1) {
    padding-right: 14px;
  }
  section.productCategoryGrid .archiveProductContainer:nth-child(2n+2) {
    padding-left: 14px;
  }
}
@media (max-width: 767.98px) {
  section.productCategoryGrid .archiveProductContainer {
    width: 100%;
  }
  section.productCategoryGrid .archiveProductContainer:nth-child(2n+1) {
    padding-right: 0px;
  }
  section.productCategoryGrid .archiveProductContainer:nth-child(2n+2) {
    padding-left: 0px;
  }
}
section.productCategoryGrid .archiveProductContainer .productContainer {
  padding: 15px;
  background: #fff;
  text-align: center;
  height: 100%;
  padding-bottom: 50px;
  position: relative;
}
section.productCategoryGrid .archiveProductContainer .productContainer a {
  text-decoration: none;
}
section.productCategoryGrid .archiveProductContainer .productContainer .title {
  text-align: left;
}
section.productCategoryGrid .archiveProductContainer .productContainer .title p {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
section.productCategoryGrid .archiveProductContainer .productContainer .price, section.productCategoryGrid .archiveProductContainer .productContainer .price2 {
  text-align: left;
}
section.productCategoryGrid .archiveProductContainer .productContainer .price ins, section.productCategoryGrid .archiveProductContainer .productContainer .price2 ins {
  text-decoration: none;
}
section.productCategoryGrid .archiveProductContainer .productContainer .price del, section.productCategoryGrid .archiveProductContainer .productContainer .price2 del {
  color: #D83D3D;
}
section.productCategoryGrid .archiveProductContainer .productContainer .price2 {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
section.productCategoryGrid .archiveProductContainer .productContainer .price {
  margin-left: -15px;
  position: relative;
}
section.productCategoryGrid .archiveProductContainer .productContainer .price .sale {
  top: -30px;
  position: absolute;
  left: 0;
}
section.productCategoryGrid .archiveProductContainer .productContainer .imgContainer {
  text-align: center;
}
section.productCategoryGrid .archiveProductContainer .productContainer .imgContainer img {
  max-width: 350px;
}
section.productCategoryGrid .archiveProductContainer span.strikethrough {
  text-decoration: line-through;
}

.swatchList .swatchItem {
  margin-right: 5px;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  border: #d0d0d0 solid 1px;
  overflow: hidden;
  position: relative;
}
.swatchList .swatchItem:last-of-type {
  margin-right: 0;
}
.swatchList .swatchItem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#homepageBannerText .hometextbanner-swiper {
  max-width: 1500px;
  margin: 0 auto;
}
#homepageBannerText .hometextbanner-swiper .swiper-wrapper {
  height: 279px;
}
@media (max-width: 767.98px) {
  #homepageBannerText .hometextbanner-swiper .swiper-wrapper {
    height: 307px;
  }
}

#homepageBanner,
#homepageBannerText {
  position: relative;
  background: #0F0F0F;
}
#homepageBanner .homepageBanner-swiper-pagination,
#homepageBannerText .homepageBanner-swiper-pagination {
  position: absolute;
  left: 0px;
  bottom: 25px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding: 0 210px;
}
@media (max-width: 1920px) {
  #homepageBanner .homepageBanner-swiper-pagination,
  #homepageBannerText .homepageBanner-swiper-pagination {
    padding: 0 calc((100vw - 1500px) / 2);
  }
}
@media (max-width: 1640px) {
  #homepageBanner .homepageBanner-swiper-pagination,
  #homepageBannerText .homepageBanner-swiper-pagination {
    padding: 0 80px;
  }
}
@media (max-width: 1279.98px) {
  #homepageBanner .homepageBanner-swiper-pagination,
  #homepageBannerText .homepageBanner-swiper-pagination {
    padding: 0 20px;
  }
}
@media (max-width: 991.98px) {
  #homepageBanner .homepageBanner-swiper-pagination,
  #homepageBannerText .homepageBanner-swiper-pagination {
    display: none;
  }
}
#homepageBanner .homepageBanner-swiper-pagination .swiper-pagination-bullet,
#homepageBannerText .homepageBanner-swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0px;
  border: solid 1px #fff;
  position: relative;
  opacity: 1;
  background: none;
  margin: 0 12px;
}
#homepageBanner .homepageBanner-swiper-pagination .swiper-pagination-bullet:last-of-type,
#homepageBannerText .homepageBanner-swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
#homepageBanner .homepageBanner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
#homepageBannerText .homepageBanner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 10px;
  width: 10px;
  background: #E4002B;
}
#homepageBanner .contentContainer,
#homepageBannerText .contentContainer {
  padding: 25px 0px 50px 0px;
}
#homepageBanner .homebanner-swiper .swiper-wrapper,
#homepageBannerText .homebanner-swiper .swiper-wrapper {
  max-height: 768px;
  width: 100%;
  display: flex;
  overflow: hidden;
  aspect-ratio: 2.5/1;
}
#homepageBanner .homebanner-swiper .swiper-wrapper .swiper-slide,
#homepageBannerText .homebanner-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  #homepageBanner .homebanner-swiper .swiper-wrapper,
  #homepageBannerText .homebanner-swiper .swiper-wrapper {
    aspect-ratio: 1/1;
  }
}
#homepageBanner .homebanner-swiper .swiper-wrapper .swiper-slide .imageContainer,
#homepageBannerText .homebanner-swiper .swiper-wrapper .swiper-slide .imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40%; /* Set the aspect ratio for a 4:3 image */
  position: relative;
}
@media (max-width: 991.98px) {
  #homepageBanner .homebanner-swiper .swiper-wrapper .swiper-slide .imageContainer,
  #homepageBannerText .homebanner-swiper .swiper-wrapper .swiper-slide .imageContainer {
    padding-bottom: 50%; /* Set the aspect ratio for a 4:3 image */
  }
}
@media (max-width: 575.98px) {
  #homepageBanner .homebanner-swiper .swiper-wrapper .swiper-slide .imageContainer,
  #homepageBannerText .homebanner-swiper .swiper-wrapper .swiper-slide .imageContainer {
    padding-bottom: 100%; /* Set the aspect ratio for a 4:3 image */
  }
}
#homepageBanner .homebanner-swiper .swiper-wrapper .swiper-slide .imageContainer img,
#homepageBannerText .homebanner-swiper .swiper-wrapper .swiper-slide .imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
#homepageBanner .hometextbanner-swiper,
#homepageBannerText .hometextbanner-swiper {
  position: relative;
  overflow: hidden;
  margin-top: -112px;
}
#homepageBanner .hometextbanner-swiper .swiper-slide,
#homepageBannerText .hometextbanner-swiper .swiper-slide {
  overflow: hidden;
  position: relative;
}
#homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner {
  margin-top: 0;
  position: relative;
  height: 112px;
  width: 100%;
  overflow: hidden;
}
#homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h1, #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
#homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h2,
#homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h2,
#homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner svg,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h1,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h2,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h2,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner svg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner svg,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner svg {
    max-width: 80%;
  }
}
#homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h1, #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
#homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h2,
#homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h2,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h1,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h2,
#homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h2 {
  font-family: "roboto", sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 52px;
}
@media (max-width: 991.98px) {
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h1, #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h2,
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h2,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h1,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h2,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h2 {
    font-family: "roboto", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 39px;
  }
}
@media (max-width: 767.98px) {
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h1, #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h2,
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h2,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h1,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h2,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h2 {
    font-family: "roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 31px;
  }
}
@media (max-width: 575.98px) {
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h1, #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner h2,
  #homepageBanner .hometextbanner-swiper .swiper-slide .titleConatiner .h2,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h1,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h1,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner h2,
  #homepageBannerText .hometextbanner-swiper .swiper-slide .titleConatiner .h2 {
    font-family: "roboto", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
  }
}
#homepageBanner .overlay,
#homepageBannerText .overlay {
  height: 112px;
  width: 100%;
  position: absolute;
  top: -112px;
  z-index: 1;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  pointer-events: none;
}
#homepageBanner .overlay:after,
#homepageBannerText .overlay:after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 1920px;
  max-width: 1500px;
  left: 210px;
  background: rgb(228, 0, 43);
  background: linear-gradient(270deg, rgba(228, 0, 43, 0) 0%, rgb(228, 0, 43) 45%, rgb(228, 0, 43) 100%);
}
@media (max-width: 1920px) {
  #homepageBanner .overlay:after,
  #homepageBannerText .overlay:after {
    width: calc(100vw - 160px);
    left: calc((100vw - 1500px) / 2);
  }
}
@media (max-width: 1640px) {
  #homepageBanner .overlay:after,
  #homepageBannerText .overlay:after {
    left: 80px;
  }
}
@media (max-width: 1279.98px) {
  #homepageBanner .overlay:after,
  #homepageBannerText .overlay:after {
    left: 20px;
    width: calc(100% - 40px);
  }
}

#highLevelModal {
  text-align: left;
}

.highLevel {
  width: 70%;
  min-width: 915px;
  height: 57px;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(242, 242, 242, 0) 100%);
}
@media (max-width: 767.98px) {
  .highLevel {
    min-width: unset;
    width: 100%;
    height: auto;
    padding: 13px 0;
  }
}
@media (max-width: 575.98px) {
  .highLevel {
    font-family: "roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}
.highLevel > div {
  height: 100%;
}

#bannerText > .row {
  max-width: 1500px;
  margin: 0 auto;
}
#bannerText + .container-fluid > .row, #bannerText + .container-xs > .row, #bannerText + .container-sm > .row, #bannerText + .container-md > .row, #bannerText + .container-lg > .row, #bannerText + .container-xl > .row, #bannerText + .container-xxl > .row, #bannerText + .container-xxxl > .row, #bannerText + .container-full > .row {
  max-width: 1500px;
  margin: 0 auto;
}

#support-page #bannerText,
#product-archive #bannerText,
#cartPage #bannerText,
#archive #bannerText,
#blog #bannerText,
#faq-single #bannerText,
#noImage #bannerText,
#dealers-archive #bannerText,
#error-page #bannerText,
#search #bannerText {
  background: #0F0F0F;
}
#support-page #bannerText .breadcrumb,
#product-archive #bannerText .breadcrumb,
#cartPage #bannerText .breadcrumb,
#archive #bannerText .breadcrumb,
#blog #bannerText .breadcrumb,
#faq-single #bannerText .breadcrumb,
#noImage #bannerText .breadcrumb,
#dealers-archive #bannerText .breadcrumb,
#error-page #bannerText .breadcrumb,
#search #bannerText .breadcrumb {
  margin-top: 5px;
}
#support-page #bannerText .breadcrumb span,
#product-archive #bannerText .breadcrumb span,
#cartPage #bannerText .breadcrumb span,
#archive #bannerText .breadcrumb span,
#blog #bannerText .breadcrumb span,
#faq-single #bannerText .breadcrumb span,
#noImage #bannerText .breadcrumb span,
#dealers-archive #bannerText .breadcrumb span,
#error-page #bannerText .breadcrumb span,
#search #bannerText .breadcrumb span {
  margin: 0 5px;
}
#support-page #bannerText .breadcrumb a,
#product-archive #bannerText .breadcrumb a,
#cartPage #bannerText .breadcrumb a,
#archive #bannerText .breadcrumb a,
#blog #bannerText .breadcrumb a,
#faq-single #bannerText .breadcrumb a,
#noImage #bannerText .breadcrumb a,
#dealers-archive #bannerText .breadcrumb a,
#error-page #bannerText .breadcrumb a,
#search #bannerText .breadcrumb a {
  text-decoration: none;
  text-transform: capitalize;
}
#support-page #bannerText .headingContainer,
#product-archive #bannerText .headingContainer,
#cartPage #bannerText .headingContainer,
#archive #bannerText .headingContainer,
#blog #bannerText .headingContainer,
#faq-single #bannerText .headingContainer,
#noImage #bannerText .headingContainer,
#dealers-archive #bannerText .headingContainer,
#error-page #bannerText .headingContainer,
#search #bannerText .headingContainer {
  margin-top: 0px;
}
#support-page #bannerText .overlay,
#product-archive #bannerText .overlay,
#cartPage #bannerText .overlay,
#archive #bannerText .overlay,
#blog #bannerText .overlay,
#faq-single #bannerText .overlay,
#noImage #bannerText .overlay,
#dealers-archive #bannerText .overlay,
#error-page #bannerText .overlay,
#search #bannerText .overlay {
  top: 0px;
  background: none;
}

.tax-product_cat #page #product-archive #bannerText .headingContainer.alternative {
  height: auto;
  padding-top: 10px;
}
#blog #bannerText {
  padding-top: 30px;
  padding-bottom: 30px;
}
#blog #bannerText .headingContainer.alternative {
  height: auto;
  padding-top: 50px;
}
#blog #bannerText .headingContainer.alternative h1, #blog #bannerText .headingContainer.alternative .h1,
#blog #bannerText .headingContainer.alternative h2,
#blog #bannerText .headingContainer.alternative .h2,
#blog #bannerText .headingContainer.alternative svg {
  position: relative;
  bottom: 0;
  left: 0;
}
#blog #bannerText .headingContainer.alternative .breadcrumb .crumbs {
  top: -40px;
}
#blog #bannerText .headingContainer h1, #blog #bannerText .headingContainer .h1,
#blog #bannerText .headingContainer h2,
#blog #bannerText .headingContainer .h2,
#blog #bannerText .headingContainer svg {
  position: absolute;
  bottom: 15px;
  left: 0;
}
#blog #bannerText .headingContainer h1, #blog #bannerText .headingContainer .h1,
#blog #bannerText .headingContainer h2,
#blog #bannerText .headingContainer .h2 {
  line-height: 50px;
}

#banner .imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40%; /* Set the aspect ratio for a 4:3 image */
  position: relative;
}
#banner .imageContainer img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  #banner .imageContainer {
    padding-bottom: 50%; /* Set the aspect ratio for a 4:3 image */
  }
}
@media (max-width: 575.98px) {
  #banner .imageContainer {
    padding-bottom: 100%; /* Set the aspect ratio for a 4:3 image */
  }
}

#bannerText {
  position: relative;
}
#bannerText .breadcrumb .crumbs {
  position: absolute;
  left: 0;
  top: 10px;
}
#bannerText .breadcrumb .crumbs a,
#bannerText .breadcrumb .crumbs span {
  font-family: "roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#bannerText .headingContainer {
  margin-top: -112px;
  position: relative;
  height: 112px;
  width: 100%;
  z-index: 1;
}
#bannerText .headingContainer.alternative {
  height: auto;
  padding-top: 50px;
}
#bannerText .headingContainer.alternative h1, #bannerText .headingContainer.alternative .h1,
#bannerText .headingContainer.alternative h2,
#bannerText .headingContainer.alternative .h2,
#bannerText .headingContainer.alternative svg {
  position: relative;
  bottom: 0;
  left: 0;
}
#bannerText .headingContainer.alternative .breadcrumb .crumbs {
  top: -40px;
}
#bannerText .headingContainer h1, #bannerText .headingContainer .h1,
#bannerText .headingContainer h2,
#bannerText .headingContainer .h2,
#bannerText .headingContainer svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
#bannerText .headingContainer h1, #bannerText .headingContainer .h1,
#bannerText .headingContainer h2,
#bannerText .headingContainer .h2 {
  line-height: 51px;
}
@media (max-width: 767.98px) {
  #bannerText .headingContainer h1, #bannerText .headingContainer .h1,
  #bannerText .headingContainer h2,
  #bannerText .headingContainer .h2 {
    line-height: 27px;
  }
}
#bannerText .overlay {
  height: 112px;
  width: 100%;
  position: absolute;
  top: -112px;
  z-index: 1;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  pointer-events: none;
}

section.mobileAccordion {
  padding-bottom: 120px;
  background: #fff;
}
@media (max-width: 991.98px) {
  section.mobileAccordion {
    padding-bottom: 90px;
  }
}
@media (max-width: 767.98px) {
  section.mobileAccordion {
    padding-bottom: 60px;
  }
}
section.mobileAccordion .accordionContainer {
  background: var(--background);
}
section.mobileAccordion .accordionContainer .accordion-button, section.mobileAccordion .accordionContainer .accordion-body {
  background: var(--background);
  padding-left: 0;
  padding-right: 0;
}
section.mobileAccordion .accordionContainer .accordion-button {
  font-weight: 500;
  padding-top: 32px;
}
section.mobileAccordion .accordionContainer .accordion-button:not(.collapsed) {
  background: var(--background);
}
section.mobileAccordion .accordionContainer .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
section.mobileAccordion .accordionContainer .accordion-button:after {
  background-image: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #E4002B transparent transparent transparent;
}
section.mobileAccordion .specTab .label {
  font-weight: 500;
}
section.mobileAccordion .specTab .smallCol {
  width: 280px;
}
section.mobileAccordion .specTab .column2 {
  width: 100%;
}
section.mobileAccordion .specTab .column2 .list {
  -moz-columns: 1;
       columns: 1;
  margin-top: -15px;
  padding-left: 0;
}
section.mobileAccordion .specTab .column2 .list li {
  padding: 15px 0;
  border-bottom: solid 1px #D5D5D5;
}
section.mobileAccordion #faqAccordion {
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  section.mobileAccordion #faqAccordion {
    padding: 0;
  }
}

#error-page input.search-field {
  height: 36px;
  min-width: 300px;
  padding: 0 10px;
}
@media (max-width: 767.98px) {
  #error-page input.search-field {
    min-width: unset;
  }
}
#error-page .searchBtn.search-submit {
  padding: 10px 34px 10px 10px;
  min-width: 104px;
  max-height: 40px;
  min-height: 40px;
  color: #fff;
  position: relative;
  line-height: 15px;
  background: #000;
}
#error-page .searchBtn.search-submit:hover:after {
  border-color: transparent transparent transparent #fff;
}
#error-page .searchBtn.search-submit:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}

section.categoryProductList .archiveCategoryContainer .imageContainer img {
  width: calc(100% + 30px);
  margin-left: -15px;
}

#product-archive {
  background: #f2f2f2;
}
#product-archive .productCategoryGrid {
  padding-bottom: 80px;
}

#team-archive {
  padding-bottom: 65px;
  background: #f2f2f2;
}
#team-archive + section .block .blackbg {
  background: #f2f2f2;
  height: 95px;
  width: 100%;
}
#team-archive + section .block .blackbg + section.hasHeading h2, #team-archive + section .block .blackbg + section.hasHeading .h2 {
  color: #000 !important;
}
#team-archive + section .block .blackbg + section.hasHeading .blockColor {
  padding-top: 0px;
}
#team-archive .teamGrid .teamMember {
  width: calc(33.3333333333% - 34px);
  margin-right: 17px;
  margin-left: 17px;
  background: var(--card);
  margin-top: 51px;
  position: relative;
}
#team-archive .teamGrid .teamMember .hoverImage {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
#team-archive .teamGrid .teamMember:hover {
  cursor: pointer;
}
#team-archive .teamGrid .teamMember:hover .hoverImage {
  z-index: 1;
}
#team-archive .teamGrid .teamMember:focus .hoverImage, #team-archive .teamGrid .teamMember:active .hoverImage {
  z-index: 1;
}
@media (max-width: 991.98px) {
  #team-archive .teamGrid .teamMember {
    width: calc(50% - 34px);
  }
}
@media (max-width: 575.98px) {
  #team-archive .teamGrid .teamMember {
    width: 100%;
  }
}
#team-archive .teamGrid .teamMember:nth-of-type(1), #team-archive .teamGrid .teamMember:nth-of-type(2), #team-archive .teamGrid .teamMember:nth-of-type(3) {
  margin-top: 0;
}
#team-archive .teamGrid .teamMember:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 34px;
}
#team-archive .teamGrid .teamMember:nth-child(3n+3) {
  margin-left: 34px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  #team-archive .teamGrid .teamMember:nth-of-type(3) {
    margin-top: 51px;
  }
  #team-archive .teamGrid .teamMember:nth-child(3n+1) {
    margin-left: 17px;
    margin-right: 17px;
  }
  #team-archive .teamGrid .teamMember:nth-child(3n+3) {
    margin-left: 17px;
    margin-right: 17px;
  }
  #team-archive .teamGrid .teamMember:nth-child(odd) {
    margin-right: 25.5px;
    margin-left: 0;
  }
  #team-archive .teamGrid .teamMember:nth-child(even) {
    margin-left: 25.5px;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  #team-archive .teamGrid .teamMember:nth-of-type(2) {
    margin-top: 51px;
  }
  #team-archive .teamGrid .teamMember:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
  #team-archive .teamGrid .teamMember:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
#team-archive .teamGrid .teamMember .imageContainer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#team-archive .teamGrid .teamMember .imageContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#team-archive .teamGrid .teamMember .redH3 {
  z-index: 2;
  color: #E4002B;
  position: absolute;
  bottom: -2px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 31px;
}
#team-archive .modal {
  border-radius: 0;
}
#team-archive .modal .modal-content {
  border-radius: 0;
}
#team-archive .modal .modal-content .modal-header {
  border-radius: 0;
  background: #0F0F0F;
  padding: 30px 40px 0 30px;
}
#team-archive .modal .modal-content .modal-header a {
  margin-top: -25px;
  margin-right: -10px;
}
#team-archive .modal .modal-content .modal-header h3, #team-archive .modal .modal-content .modal-header .h3 {
  color: #fff;
}
#team-archive .modal .modal-content .modal-body .imgContainer {
  width: 260px;
  margin-right: 95px;
}
@media (max-width: 991.98px) {
  #team-archive .modal .modal-content .modal-body .imgContainer {
    width: 100%;
    margin-right: 0;
  }
}
#team-archive .modal .modal-content .modal-body .imgContainer img {
  width: 100%;
}

#support-page {
  background: #f2f2f2;
}
#support-page .searchForm form {
  margin-top: 20px;
}
#support-page .searchForm form > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#support-page .searchForm form #searchTerm {
  height: 52px;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  width: 450px;
}
#support-page .searchForm form #searchTerm:focus {
  outline: none;
}
#support-page .searchForm form #searchsubmit {
  background: #fff;
  border: none;
  height: 52px;
  width: 52px;
}
#support-page .accordionContainer {
  padding: 40px 70px;
  background: #fff;
}
#support-page .accordionContainer .accordion-button,
#support-page .accordionContainer .accordion-body {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
#support-page .accordionContainer .accordion-button {
  font-weight: 500;
  padding-top: 32px;
}
#support-page .accordionContainer .accordion-button:not(.collapsed) {
  background: #fff;
}
#support-page .accordionContainer .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
#support-page .accordionContainer .accordion-button:after {
  background-image: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #E4002B transparent transparent transparent;
}
#support-page .pagination {
  position: relative;
  padding-top: 20px;
  display: flex;
}
#support-page .pagination span,
#support-page .pagination .page-numbers {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#support-page .pagination span.current,
#support-page .pagination .page-numbers.current {
  font-weight: 600;
}
#support-page .pagination .next:after {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 6.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #E4002B;
}
#support-page .pagination .prev:after {
  content: "";
  position: absolute;
  top: calc(50% - 6.5px);
  left: calc(50% - 6.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 11px 6.5px 0;
  border-color: transparent #E4002B transparent transparent;
}
#support-page .pagination:after {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: rgb(228, 0, 43);
  background: linear-gradient(270deg, rgba(228, 0, 43, 0) 0%, rgb(228, 0, 43) 45%, rgb(228, 0, 43) 100%);
}

.single {
  background: #f2f2f2;
}
.single #blogBlock {
  padding-top: 75px;
  padding-bottom: 75px;
}
.single #blogBlock .sideCol {
  height: 100%;
  padding-right: 35px;
}
@media (max-width: 991.98px) {
  .single #blogBlock .sideCol {
    padding-right: 0;
    margin-bottom: 35px;
  }
}
.single .blogDate {
  color: #E4002B;
}
.single .blogCategory {
  text-transform: uppercase;
}
.single #postblocks {
  background: #fff;
}
.single #postblocks section.introduction p {
  font-size: 22px;
  line-height: 1.4em;
}
.single #postblocks section.image .imageContainer {
  max-width: 100%;
}
.single #postblocks section.image .imageContainer img {
  width: 100%;
  height: auto;
}
.single #postblocks section.text-and-image.videoVariant .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.single #postblocks section.text-and-image.videoVariant .embed-container iframe,
.single #postblocks section.text-and-image.videoVariant .embed-container object,
.single #postblocks section.text-and-image.videoVariant .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single #postblocks section.text-and-image .cols {
  width: 58.3333333333%;
}
@media (max-width: 991.98px) {
  .single #postblocks section.text-and-image .cols {
    width: 100%;
    margin-top: 30px;
  }
}
.single #postblocks section.text-and-image .cols .content {
  margin-right: 35px;
}
.single #postblocks section.text-and-image .cols2 {
  width: 41.6666666667%;
}
@media (max-width: 991.98px) {
  .single #postblocks section.text-and-image .cols2 {
    width: 100%;
  }
}
.single #postblocks section.text-and-image .cols2 .videoContainer {
  position: relative;
}
.single #postblocks section.text-and-image .cols2 .videoContainer .thumbnailOverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single #postblocks section.text-and-image .cols2 .videoContainer .thumbnailOverlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single #postblocks section.text-and-image .cols2 .imageContainer, .single #postblocks section.text-and-image .cols2 .imgcontainer {
  width: 100%;
  position: relative;
}
.single #postblocks section.text-and-image .cols2 .imageContainer img, .single #postblocks section.text-and-image .cols2 .imgcontainer img {
  width: 100%;
  height: auto;
}
.single #postblocks section.text-and-image .cols2 iframe {
  width: 100%;
}
@media (min-width: 992px) {
  .single #postblocks section.text-and-image .cols2 iframe {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.single #postblocks section .play {
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.single #postblocks section .play:hover {
  cursor: pointer;
}
.single #postblocks section.quote {
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
.single #postblocks section.quote:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background: #D5D5D5;
}
@media (max-width: 1279.98px) {
  .single #postblocks section.quote:after {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.single #postblocks section.quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background: #D5D5D5;
}
@media (max-width: 1279.98px) {
  .single #postblocks section.quote:before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.single #postblocks section.quote .quoteText {
  padding: 0 50px;
}
.single #postblocks section.quote .quoteText p {
  font-size: 22px;
  line-height: 1.4em;
  font-style: italic;
}
.single #postblocks section.quote .author {
  padding: 0 50px;
}
.single #postblocks section.quote .author p {
  text-transform: uppercase;
}
.single #postblocks section.quote .cols {
  width: 58.3333333333%;
}
@media (max-width: 991.98px) {
  .single #postblocks section.quote .cols {
    width: 100%;
    margin-top: 30px;
  }
}
.single #postblocks section.quote .cols2 {
  width: 41.6666666667%;
}
@media (max-width: 991.98px) {
  .single #postblocks section.quote .cols2 {
    width: 100%;
  }
}
.single #postblocks section.quote .cols2 .imageContainer {
  width: 100%;
}
.single #postblocks section.quote .cols2 .imageContainer img {
  width: 100%;
  height: auto;
}

#technology-archive {
  padding-bottom: 65px;
  background: #f2f2f2;
}
#technology-archive + section .block .blackbg {
  background: #f2f2f2;
  height: 95px;
  width: 100%;
}
#technology-archive + section .block .blackbg + section.hasHeading h2, #technology-archive + section .block .blackbg + section.hasHeading .h2 {
  color: #000 !important;
}

#single-technology-page {
  background: #f2f2f2;
}
#single-technology-page + section .block .blackbg {
  background: #f2f2f2;
  height: 95px;
  width: 100%;
}
#single-technology-page + section .block .blackbg + section.hasHeading h2, #single-technology-page + section .block .blackbg + section.hasHeading .h2 {
  color: #000 !important;
}

section.three_column_cards .cards .cardItem {
  width: calc(33.3333333333% - 14px);
  margin-right: 7px;
  margin-left: 7px;
  background: var(--card);
  margin-top: 21px;
  position: relative;
}
@media (max-width: 991.98px) {
  section.three_column_cards .cards .cardItem {
    width: calc(50% - 14px);
  }
}
@media (max-width: 575.98px) {
  section.three_column_cards .cards .cardItem {
    width: 100%;
  }
}
section.three_column_cards .cards .cardItem:nth-of-type(1), section.three_column_cards .cards .cardItem:nth-of-type(2), section.three_column_cards .cards .cardItem:nth-of-type(3) {
  margin-top: 0;
}
section.three_column_cards .cards .cardItem:nth-child(3n+1) {
  margin-left: 0;
  margin-right: 14px;
}
section.three_column_cards .cards .cardItem:nth-child(3n+3) {
  margin-left: 14px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  section.three_column_cards .cards .cardItem:nth-of-type(3) {
    margin-top: 21px;
  }
  section.three_column_cards .cards .cardItem:nth-child(3n+1) {
    margin-left: 7px;
    margin-right: 7px;
  }
  section.three_column_cards .cards .cardItem:nth-child(3n+3) {
    margin-left: 7px;
    margin-right: 7px;
  }
  section.three_column_cards .cards .cardItem:nth-child(odd) {
    margin-right: 10.5px;
    margin-left: 0;
  }
  section.three_column_cards .cards .cardItem:nth-child(even) {
    margin-left: 10.5px;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  section.three_column_cards .cards .cardItem:nth-of-type(2) {
    margin-top: 21px;
  }
  section.three_column_cards .cards .cardItem:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
  section.three_column_cards .cards .cardItem:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
}
section.three_column_cards .cards .cardItem .imgContainer {
  position: relative;
}
@media (max-width: 991.98px) {
  section.three_column_cards .cards .cardItem .imgContainer {
    min-height: unset;
  }
}
section.three_column_cards .cards .cardItem .imgContainer .title {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 2;
  width: 100%;
}
section.three_column_cards .cards .cardItem .imgContainer .title .overlay {
  height: calc(100% + 10px);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  color: #fff;
  pointer-events: none;
}
section.three_column_cards .cards .cardItem .imgContainer .title h3, section.three_column_cards .cards .cardItem .imgContainer .title .h3 {
  line-height: 27px;
  margin-left: 15px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767.98px) {
  section.three_column_cards .cards .cardItem .imgContainer .title h3, section.three_column_cards .cards .cardItem .imgContainer .title .h3 {
    font-family: "roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 19px;
  }
}
section.three_column_cards .cards .cardItem .imgContainer img {
  width: 100%;
  height: auto;
}
@media (max-width: 1279.98px) {
  section.three_column_cards .cards .cardItem .imgContainer img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 991.98px) {
  section.three_column_cards .cards .cardItem .imgContainer img {
    height: unset;
  }
}
section.three_column_cards .cards .cardItem .content {
  padding: 15px 15px 65px 15px;
}
section.three_column_cards .cards .cardItem .blogPostDate {
  display: inline-block;
  position: absolute;
  left: 15px;
  bottom: 20px;
  padding-right: 15px;
  color: #E4002B;
}
section.three_column_cards .cards .cardItem .link {
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 20px;
  padding-right: 15px;
}
section.three_column_cards .cards .cardItem .link:after {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: calc(50% - 6px);
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
section.three_column_cards .cards .cardItem:hover .link:after {
  border-color: transparent transparent transparent #0F0F0F;
}

@media (max-width: 1279.98px) {
  section.product_slider .productItemSlider-wrapper,
  section.product_slider .relatedSwiper {
    margin: 0 40px;
  }
}
section.product_slider .productItemSlider-wrapper .swiper-slide,
section.product_slider .relatedSwiper .swiper-slide {
  height: auto;
}
section.product_slider .next {
  width: 40px;
  height: 40px;
  background: #D5D5D5;
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
  z-index: 2;
}
section.product_slider .next:after {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  right: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 14px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 1279.98px) {
  section.product_slider .next {
    right: 0;
  }
}
section.product_slider .prev {
  width: 40px;
  height: 40px;
  background: #D5D5D5;
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
  z-index: 2;
}
section.product_slider .prev:after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 12.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 14px 12.5px 0;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 1279.98px) {
  section.product_slider .prev {
    left: 0;
  }
}
section.product_slider p.sale {
  display: inline;
  margin-left: 10px;
  background: #D83D3D;
  color: #fff;
  box-shadow: 10px 0 0 #D83D3D, -10px 0 0 #D83D3D;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-font-smoothing: antialiased;
  margin-right: 20px;
  font-weight: 500;
  font-size: 20px;
}
section.product_slider .imgContainer {
  width: 100%;
  position: relative;
}
section.product_slider .imgContainer img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.product_slider .productContent {
  padding: 0 15px 20px 15px;
}
section.product_slider .price {
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  margin-left: -15px;
}
section.product_slider .price .sale {
  position: absolute;
  top: -30px;
  left: 0;
}
section.product_slider .price ins {
  text-decoration: none;
}
section.product_slider .productContainer {
  background: #fff;
}
section.product_slider .productContainer a {
  text-decoration: none;
}
section.product_slider span.strikethrough {
  text-decoration: line-through;
  font-size: 14px;
  margin-right: 10px;
}
section.product_slider .title p {
  font-weight: 500;
}

section.subscribe {
  min-height: 400px;
}
@media (max-width: 1279.98px) {
  section.subscribe {
    min-height: 360px;
  }
}
section.subscribe .imgContainer {
  height: 100%;
  width: 100vw;
  max-width: 1920px;
  min-height: 400px;
  position: absolute;
  left: -210px;
  z-index: 0;
}
@media (max-width: 1920px) {
  section.subscribe .imgContainer {
    left: calc((100vw - 1500px) / 2 * -1);
  }
}
@media (max-width: 1620px) {
  section.subscribe .imgContainer {
    left: -80px;
  }
}
@media (max-width: 1279.98px) {
  section.subscribe .imgContainer {
    left: -20px;
    min-height: 360px;
  }
}
section.subscribe .imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.subscribe .overlay {
  width: 100vw;
  max-width: 1920px;
  height: 100%;
  min-height: 400px;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -210px;
}
@media (max-width: 1920px) {
  section.subscribe .overlay {
    left: calc((100vw - 1500px) / 2 * -1);
  }
}
@media (max-width: 1620px) {
  section.subscribe .overlay {
    left: -80px;
  }
}
@media (max-width: 1279.98px) {
  section.subscribe .overlay {
    left: -20px;
    min-height: 360px;
  }
}
section.subscribe .contentContainer {
  min-height: 400px;
}
@media (max-width: 1279.98px) {
  section.subscribe .contentContainer {
    min-height: 360px;
  }
}
section.subscribe .content {
  z-index: 1;
  position: relative;
  padding: 30px 0 180px 0;
}
section.subscribe form {
  position: relative;
}
section.subscribe form .frm_error_style {
  color: #E4002B;
  position: absolute;
  left: 0;
  bottom: -35px;
}
section.subscribe form .frm_error {
  color: #E4002B;
}
section.subscribe form input[type=email] {
  padding: 10px 15px;
  min-width: 250px;
  height: 40px;
  box-shadow: none;
  border: none;
  outline: none;
}
section.subscribe form .frm_checkbox {
  margin-top: 10px;
}
section.subscribe form .frm_checkbox input[type=checkbox] {
  margin-right: 5px;
}
section.subscribe form .frm_checkbox label {
  color: #fff;
}
section.subscribe form .frm_submit {
  position: absolute;
  top: 0;
  left: 250px;
}
section.subscribe form .frm_submit button {
  height: 40px;
  padding: 10px 40px 10px 15px;
  background: #E4002B;
  color: #fff;
  box-shadow: none;
  border: none;
  outline: none;
}
section.subscribe form .frm_submit button:hover:after {
  border-color: transparent transparent transparent #000;
}
section.subscribe form .frm_submit button:after {
  position: absolute;
  content: "";
  right: 15px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
}

section.instagram_feed .instagramHandle {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

section.text_and_image .imgcontainer {
  position: relative;
}
section.text_and_image .imgcontainer img {
  width: 100%;
  height: auto;
}
section.text_and_image .content {
  padding-left: 115px;
}
@media (max-width: 991.98px) {
  section.text_and_image .content {
    padding-left: 0;
  }
}
section.text_and_image .order-lg-1 .content {
  padding-right: 115px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  section.text_and_image .order-lg-1 .content {
    padding-right: 0;
  }
}
section.text_and_image .play {
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
section.text_and_image .play:hover {
  cursor: pointer;
}

.text_and_image .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.text_and_image .video-container iframe, .text_and_image .video-container object, .text_and_image .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text_and_image.modal .modal-content {
  border: none;
}
.text_and_image.modal .modal-body {
  padding: 0;
  border-radius: 0;
}
.text_and_image.modal .modal-body video {
  width: 100%;
  display: block;
}

section.video .thumbnailOverlay {
  position: relative;
  z-index: 10;
}
section.video .thumbnailOverlay img {
  width: 100%;
  height: auto;
}
section.video .content {
  padding-left: 115px;
}
@media (max-width: 991.98px) {
  section.video .content {
    padding-left: 0;
  }
}
section.video .play {
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
section.video .play:hover {
  cursor: pointer;
}

.video .videoContainer {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.video .videoContainer iframe, .video .videoContainer object, .video .videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.two_column_list ul {
  -moz-columns: 2;
       columns: 2;
  padding-left: 0;
  gap: 125px;
}
@media (max-width: 991.98px) {
  section.two_column_list ul {
    -moz-columns: 1;
         columns: 1;
    gap: 0;
  }
}
section.two_column_list ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start;
}
section.two_column_list ul li span {
  display: block;
}

section.three_column_text .column {
  width: calc(33.3333333333% - 35px);
}
@media (max-width: 991.98px) {
  section.three_column_text .column {
    width: 100%;
    margin-bottom: 20px;
  }
  section.three_column_text .column:last-of-type {
    margin-bottom: 0px;
  }
}
section.three_column_text .column strong, section.three_column_text .column b {
  font-size: 18px;
}
section.three_column_text .column .text {
  margin-top: 16px;
}

section.text_and_image_slider .textimageSlider-wrapper, section.text_and_image_slider .textcontentSlider-wrapper {
  overflow: hidden;
}
section.text_and_image_slider .textcontentSlider-wrapper {
  margin-left: 115px;
}
@media (max-width: 991.98px) {
  section.text_and_image_slider .textcontentSlider-wrapper {
    margin-left: 0px;
  }
}
section.text_and_image_slider .nextContent {
  position: absolute;
  right: 15px;
  margin-top: -17px;
}
section.text_and_image_slider .nextContent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #E4002B;
}
section.text_and_image_slider .prevContent {
  position: absolute;
  right: 75px;
  margin-top: -17px;
}
section.text_and_image_slider .prevContent:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #E4002B transparent transparent;
}
section.text_and_image_slider .textcontentSlider-pagination {
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  margin-left: 115px;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  section.text_and_image_slider .textcontentSlider-pagination {
    margin-left: 0;
  }
}
section.text_and_image_slider .textcontentSlider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0px;
  border: solid 1px #0F0F0F;
  position: relative;
  opacity: 1;
  background: none;
  margin: 0 6px;
}
section.text_and_image_slider .textcontentSlider-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
section.text_and_image_slider .textcontentSlider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  height: 10px;
  width: 10px;
  background: #E4002B;
}

section.one_or_two_column_text .column-left {
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  section.one_or_two_column_text .column-left {
    padding-right: 0px;
  }
}
section.one_or_two_column_text .column-right {
  padding-left: 50px;
}
@media (max-width: 991.98px) {
  section.one_or_two_column_text .column-right {
    padding-left: 0px;
  }
}

section.text_and_image_cta_block .imgcontainer {
  position: relative;
  height: 100%;
  max-height: 370px;
}
@media (max-width: 991.98px) {
  section.text_and_image_cta_block .imgcontainer {
    max-height: unset;
  }
}
section.text_and_image_cta_block .imgcontainer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 991.98px) {
  section.text_and_image_cta_block .imgcontainer img {
    -o-object-fit: unset;
       object-fit: unset;
    height: auto;
  }
}
section.text_and_image_cta_block .content {
  padding: 40px;
  height: 100%;
}
@media (max-width: 575.98px) {
  section.text_and_image_cta_block .content {
    padding: 20px;
  }
}
section.text_and_image_cta_block .box {
  background: var(--boxColor);
  max-height: 370px;
}
@media (max-width: 991.98px) {
  section.text_and_image_cta_block .box {
    max-height: unset;
  }
}
section.text_and_image_cta_block h2, section.text_and_image_cta_block .h2 {
  margin-top: 55px;
  margin-bottom: -3px;
}

section.reviews .reviewSlider-wrapper {
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  section.reviews .reviewSlider-wrapper {
    margin: 0 40px;
  }
}
section.reviews .next {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: calc(50% - 20px);
  right: -40px;
}
@media (max-width: 1279.98px) {
  section.reviews .next {
    right: 0;
  }
}
section.reviews .next:after {
  content: "";
  position: absolute;
  top: calc(50% - 12.5px);
  right: calc(50% - 7px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 14px;
  border-color: transparent transparent transparent #E4002B;
}
section.reviews .prev {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  top: calc(50% - 20px);
  left: -40px;
}
@media (max-width: 1279.98px) {
  section.reviews .prev {
    left: 0;
  }
}
section.reviews .prev:after {
  content: "";
  position: absolute;
  left: calc(50% - 7px);
  top: calc(50% - 12.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 14px 12.5px 0;
  border-color: transparent #E4002B transparent transparent;
}
section.reviews .headerContainer {
  background: var(--prevback);
}
section.reviews .blockColor {
  background: var(--background);
  padding-top: 30px;
  padding-bottom: 30px;
}
section.reviews .reviewer {
  text-transform: uppercase;
}
section.reviews .imageContainer {
  max-width: 250px;
}

section.faq .accordionContainer {
  padding: 20px 70px;
  max-width: 1000px;
  background: var(--background);
}
@media (max-width: 1399.98px) {
  section.faq .accordionContainer {
    padding: 10px 20px;
  }
}
section.faq .accordionContainer .accordion-button, section.faq .accordionContainer .accordion-body {
  background: var(--background);
  padding-left: 0;
  padding-right: 0;
}
section.faq .accordionContainer .accordion-button {
  font-weight: 500;
  padding-top: 32px;
}
section.faq .accordionContainer .accordion-button:not(.collapsed) {
  background: var(--background);
}
section.faq .accordionContainer .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
section.faq .accordionContainer .accordion-button:after {
  background-image: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #E4002B transparent transparent transparent;
}

section.specifications .headerContainer {
  background: var(--prevback);
}
section.specifications .headerContainer .heading {
  position: relative;
  height: 95px;
  width: 100%;
}
section.specifications .headerContainer .heading .nav-tabs {
  position: absolute;
  bottom: 0;
  border-width: 0;
}
section.specifications .headerContainer .heading .nav-tabs .nav-item:first-of-type .nav-link {
  padding-left: 0;
}
section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link {
  padding: 0 17px;
  border-width: 0;
}
@media (max-width: 1400px) {
  section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link {
    padding: 0 12px;
  }
}
@media (max-width: 1279.98px) {
  section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link {
    padding: 0 9px;
  }
}
section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link h2, section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link .h2 {
  color: #D5D5D5;
  font-family: "roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 34px;
}
@media (max-width: 1400px) {
  section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link h2, section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link .h2 {
    font-family: "roboto", sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 30px;
  }
}
@media (max-width: 1279.98px) {
  section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link h2, section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link .h2 {
    font-family: "roboto", sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 27px;
  }
}
section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link.active {
  background: unset;
  border-color: unset;
  border-width: 0;
}
section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link.active h2, section.specifications .headerContainer .heading .nav-tabs .nav-item .nav-link.active .h2 {
  color: #0F0F0F;
}
section.specifications .tab-content .infoTab .half {
  width: 50%;
}
section.specifications .tab-content .specTab .label {
  font-weight: 500;
}
section.specifications .tab-content .specTab .smallCol {
  width: 280px;
}
section.specifications .tab-content .specTab .column2 {
  width: calc(100% - 280px - 60px);
}
section.specifications .tab-content .specTab .column2 .list {
  -moz-columns: 2;
       columns: 2;
  margin-top: -15px;
}
section.specifications .tab-content .specTab .column2 .list li {
  padding: 15px 0;
  border-bottom: solid 1px #D5D5D5;
}
section.specifications .tab-content .deliveryTab .column {
  width: calc(50% - 60px);
}
@media (max-width: 991.98px) {
  section.specifications .tab-content .deliveryTab .column {
    width: 100%;
  }
}
section.specifications .tab-content .faqTab .accordionContainer {
  padding: 20px;
  max-width: 1200px;
  background: #fff;
  margin: 0 auto;
}
section.specifications .tab-content .faqTab .accordionContainer .accordion-button, section.specifications .tab-content .faqTab .accordionContainer .accordion-body {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
section.specifications .tab-content .faqTab .accordionContainer .accordion-button {
  font-weight: 500;
  padding-top: 32px;
}
section.specifications .tab-content .faqTab .accordionContainer .accordion-button:not(.collapsed) {
  background: #fff;
}
section.specifications .tab-content .faqTab .accordionContainer .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
section.specifications .tab-content .faqTab .accordionContainer .accordion-button:after {
  background-image: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #E4002B transparent transparent transparent;
}
section.specifications .blockColor {
  background: var(--background);
  padding-top: 60px;
  padding-bottom: 120px;
}
section.specifications .tabbed_introduction {
  max-width: 1000px;
}
section.specifications p a {
  border-bottom: solid #E4002B 1px;
}
section.specifications .tab1 .delivery_section, section.specifications .tab2 .delivery_section, section.specifications .tab3 .delivery_section {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
section.specifications .tab1 .delivery_section:after, section.specifications .tab2 .delivery_section:after, section.specifications .tab3 .delivery_section:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #D5D5D5;
}
section.specifications .tab1 .delivery_section:nth-of-type(odd), section.specifications .tab2 .delivery_section:nth-of-type(odd), section.specifications .tab3 .delivery_section:nth-of-type(odd) {
  width: calc(50% - 50px);
  margin-right: 50px;
}
section.specifications .tab1 .delivery_section:nth-of-type(even), section.specifications .tab2 .delivery_section:nth-of-type(even), section.specifications .tab3 .delivery_section:nth-of-type(even) {
  width: calc(50% - 50px);
  margin-left: 50px;
}

section.post-related-products .greyBg {
  background-color: #f2f2f2;
  padding: 30px;
}
section.post-related-products .product-item {
  border-bottom: solid 1px #D5D5D5;
  padding-bottom: 40px;
  margin-top: 40px;
}
section.post-related-products .product-item .product-image {
  max-width: 180px;
}
@media (max-width: 1279.98px) {
  section.post-related-products .product-item .product-image {
    max-width: 120px;
  }
}
section.post-related-products .product-item:last-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}
section.post-related-products .product-item:first-of-type {
  margin-top: 0px;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #4D4B4B;
}

img {
  height: auto;
}

#page {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
  background: #fff;
}
@media (max-width: 767.98px) {
  #page {
    margin-top: 68px;
  }
}
@media (max-width: 575.98px) {
  #page {
    margin-top: 113px;
  }
}

p.text-left {
  text-align: left;
}

a.whiteBtn {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #fff;
  position: relative;
  line-height: 15px;
  border: solid #fff 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
a.whiteBtn:hover:after {
  border-color: transparent transparent transparent #fff;
}
a.whiteBtn:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
a.redBtn {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #000;
  position: relative;
  line-height: 15px;
  border: solid #E4002B 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
a.redBtn.back {
  padding: 10px 10px 10px 34px;
}
a.redBtn.back:after {
  position: absolute;
  content: "";
  left: 9px;
  right: unset;
  border-width: 6px 9px 6px 0;
  border-color: transparent #E4002B transparent transparent;
}
a.redBtn.back:hover:after {
  border-color: transparent #000 transparent transparent;
}
a.redBtn:hover:after {
  border-color: transparent transparent transparent #000;
}
a.redBtn:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
a.checkout {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #fff;
  border-radius: 0;
  position: relative;
  line-height: 15px;
  border: solid #0F0F0F 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  background: #0F0F0F;
}

button.redBtn {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #000;
  position: relative;
  line-height: 15px;
  border: solid #E4002B 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  background: none;
}
button.redBtn:hover:after {
  border-color: transparent transparent transparent #000;
}
button.redBtn:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}

#single-page {
  background: #f2f2f2;
}
#single-page + section .block .blackbg {
  background: #f2f2f2;
  height: 95px;
  width: 100%;
}
#single-page + section .block .blackbg + section.hasHeading h2, #single-page + section .block .blackbg + section.hasHeading .h2 {
  color: #000 !important;
}
#single-page + section .block .blackbg + section.hasHeading .blockColor {
  padding-top: 0px;
}

#front-page .blackbg {
  background: #0F0F0F;
  height: 95px;
  width: 100%;
}
#front-page .blackbg + section.hasHeading h2, #front-page .blackbg + section.hasHeading .h2 {
  color: #fff !important;
}
#front-page .blackbg + section.hasHeading .blockColor {
  padding-top: 0px;
}

#archive .blockColor {
  background: var(--background);
  padding-top: 65px;
  padding-bottom: 65px;
}

.blackbg {
  height: 95px;
  width: 100%;
}

#search {
  background: #f2f2f2;
}

.hiddenSearchForm #search {
  background: none;
}

.page404 #search {
  background: none;
}

#blocks.greyFirstBlock > section.block section .headerContainer {
  background: #f2f2f2;
}

section.block section .headerContainer {
  background: var(--prevback);
}
section.block section .titleBg {
  height: 95px;
}
section.block section .heading {
  position: relative;
  height: 95px;
  width: 100%;
}
@media (max-width: 767.98px) {
  section.block section .heading {
    height: 35px;
  }
}
section.block section .heading h2, section.block section .heading .h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #0F0F0F;
}
section.block section p.heading {
  height: auto;
  width: unset;
}
section.block section .blockColor {
  background: var(--background);
  padding-top: 65px;
  padding-bottom: 65px;
}
section.block section .blockColor.reducedPadding {
  padding-top: 30px;
}
section.block section.hasHeading {
  margin-top: -95px;
}

button.arrowedLink,
a.arrowedLink,
input[type=button].arrowedLink {
  padding: 10px 34px 10px 10px;
  max-height: 40px;
  color: #fff;
  position: relative;
  line-height: 15px;
  border: solid #fff 2px;
  text-decoration: none;
  display: inline-block;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  background: #0F0F0F;
  text-transform: uppercase;
}
button.arrowedLink:hover:after,
a.arrowedLink:hover:after,
input[type=button].arrowedLink:hover:after {
  border-color: transparent transparent transparent #fff;
}
button.arrowedLink:after,
a.arrowedLink:after,
input[type=button].arrowedLink:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}
button#shipping_cp_button,
a#shipping_cp_button,
input[type=button]#shipping_cp_button {
  margin-bottom: 15px;
  min-width: 138px !important;
}
button#shipping_cp_button, button.searchBtn,
a#shipping_cp_button,
a.searchBtn,
input[type=button]#shipping_cp_button,
input[type=button].searchBtn {
  background: none;
  border-radius: 0px;
  padding: 11px 15px;
  border: solid #fff 2px;
  text-decoration: none;
  min-width: 114px;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
button#shipping_cp_button.noBg, button.searchBtn.noBg,
a#shipping_cp_button.noBg,
a.searchBtn.noBg,
input[type=button]#shipping_cp_button.noBg,
input[type=button].searchBtn.noBg {
  background: none;
}
button#shipping_cp_button.search-submit, button.searchBtn.search-submit,
a#shipping_cp_button.search-submit,
a.searchBtn.search-submit,
input[type=button]#shipping_cp_button.search-submit,
input[type=button].searchBtn.search-submit {
  padding: 10px 34px 10px 10px;
  min-width: 104px;
  max-height: 40px;
  color: #fff;
  position: relative;
  line-height: 15px;
}
button#shipping_cp_button.search-submit:hover:after, button.searchBtn.search-submit:hover:after,
a#shipping_cp_button.search-submit:hover:after,
a.searchBtn.search-submit:hover:after,
input[type=button]#shipping_cp_button.search-submit:hover:after,
input[type=button].searchBtn.search-submit:hover:after {
  border-color: transparent transparent transparent #fff;
}
button#shipping_cp_button.search-submit:after, button.searchBtn.search-submit:after,
a#shipping_cp_button.search-submit:after,
a.searchBtn.search-submit:after,
input[type=button]#shipping_cp_button.search-submit:after,
input[type=button].searchBtn.search-submit:after {
  position: absolute;
  content: "";
  right: 9px;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #E4002B;
}

#introduction .introduction {
  max-width: 900px;
}

.cs-cookie-bar-container .cs-wrapper .btn-row button {
  border: solid 1px #fff !important;
}
.cs-cookie-bar-container .cs-wrapper .btn-row button:last-of-type {
  margin-left: 30px !important;
}

@media (max-width: 991.98px) {
  .modal .modal-xlg {
    max-width: 90%;
  }
}

section#blocks .container-fluid > .row, section#blocks .container-xs > .row, section#blocks .container-sm > .row, section#blocks .container-md > .row, section#blocks .container-lg > .row, section#blocks .container-xl > .row, section#blocks .container-xxl > .row, section#blocks .container-xxxl > .row, section#blocks .container-full > .row {
  max-width: 1500px;
  margin: 0 auto;
}

#woo-product-related .container-fluid > .row, #woo-product-related .container-xs > .row, #woo-product-related .container-sm > .row, #woo-product-related .container-md > .row, #woo-product-related .container-lg > .row, #woo-product-related .container-xl > .row, #woo-product-related .container-xxl > .row, #woo-product-related .container-xxxl > .row, #woo-product-related .container-full > .row,
#woo-product-related .container-fluid .gridinfo,
#woo-product-related .container-xs .gridinfo,
#woo-product-related .container-sm .gridinfo,
#woo-product-related .container-md .gridinfo,
#woo-product-related .container-lg .gridinfo,
#woo-product-related .container-xl .gridinfo,
#woo-product-related .container-xxl .gridinfo,
#woo-product-related .container-xxxl .gridinfo,
#woo-product-related .container-full .gridinfo,
.categoryProductList .container-fluid > .row,
.categoryProductList .container-xs > .row,
.categoryProductList .container-sm > .row,
.categoryProductList .container-md > .row,
.categoryProductList .container-lg > .row,
.categoryProductList .container-xl > .row,
.categoryProductList .container-xxl > .row,
.categoryProductList .container-xxxl > .row,
.categoryProductList .container-full > .row,
.categoryProductList .container-fluid .gridinfo,
.categoryProductList .container-xs .gridinfo,
.categoryProductList .container-sm .gridinfo,
.categoryProductList .container-md .gridinfo,
.categoryProductList .container-lg .gridinfo,
.categoryProductList .container-xl .gridinfo,
.categoryProductList .container-xxl .gridinfo,
.categoryProductList .container-xxxl .gridinfo,
.categoryProductList .container-full .gridinfo,
.productCategoryGrid .container-fluid > .row,
.productCategoryGrid .container-xs > .row,
.productCategoryGrid .container-sm > .row,
.productCategoryGrid .container-md > .row,
.productCategoryGrid .container-lg > .row,
.productCategoryGrid .container-xl > .row,
.productCategoryGrid .container-xxl > .row,
.productCategoryGrid .container-xxxl > .row,
.productCategoryGrid .container-full > .row,
.productCategoryGrid .container-fluid .gridinfo,
.productCategoryGrid .container-xs .gridinfo,
.productCategoryGrid .container-sm .gridinfo,
.productCategoryGrid .container-md .gridinfo,
.productCategoryGrid .container-lg .gridinfo,
.productCategoryGrid .container-xl .gridinfo,
.productCategoryGrid .container-xxl .gridinfo,
.productCategoryGrid .container-xxxl .gridinfo,
.productCategoryGrid .container-full .gridinfo,
#woo-product .container-fluid > .row,
#woo-product .container-xs > .row,
#woo-product .container-sm > .row,
#woo-product .container-md > .row,
#woo-product .container-lg > .row,
#woo-product .container-xl > .row,
#woo-product .container-xxl > .row,
#woo-product .container-xxxl > .row,
#woo-product .container-full > .row,
#woo-product .container-fluid .gridinfo,
#woo-product .container-xs .gridinfo,
#woo-product .container-sm .gridinfo,
#woo-product .container-md .gridinfo,
#woo-product .container-lg .gridinfo,
#woo-product .container-xl .gridinfo,
#woo-product .container-xxl .gridinfo,
#woo-product .container-xxxl .gridinfo,
#woo-product .container-full .gridinfo,
section.specifications .container-fluid > .row,
section.specifications .container-xs > .row,
section.specifications .container-sm > .row,
section.specifications .container-md > .row,
section.specifications .container-lg > .row,
section.specifications .container-xl > .row,
section.specifications .container-xxl > .row,
section.specifications .container-xxxl > .row,
section.specifications .container-full > .row,
section.specifications .container-fluid .gridinfo,
section.specifications .container-xs .gridinfo,
section.specifications .container-sm .gridinfo,
section.specifications .container-md .gridinfo,
section.specifications .container-lg .gridinfo,
section.specifications .container-xl .gridinfo,
section.specifications .container-xxl .gridinfo,
section.specifications .container-xxxl .gridinfo,
section.specifications .container-full .gridinfo,
#archive .container-fluid > .row,
#archive .container-xs > .row,
#archive .container-sm > .row,
#archive .container-md > .row,
#archive .container-lg > .row,
#archive .container-xl > .row,
#archive .container-xxl > .row,
#archive .container-xxxl > .row,
#archive .container-full > .row,
#archive .container-fluid .gridinfo,
#archive .container-xs .gridinfo,
#archive .container-sm .gridinfo,
#archive .container-md .gridinfo,
#archive .container-lg .gridinfo,
#archive .container-xl .gridinfo,
#archive .container-xxl .gridinfo,
#archive .container-xxxl .gridinfo,
#archive .container-full .gridinfo,
.contact_info .container-fluid > .row,
.contact_info .container-xs > .row,
.contact_info .container-sm > .row,
.contact_info .container-md > .row,
.contact_info .container-lg > .row,
.contact_info .container-xl > .row,
.contact_info .container-xxl > .row,
.contact_info .container-xxxl > .row,
.contact_info .container-full > .row,
.contact_info .container-fluid .gridinfo,
.contact_info .container-xs .gridinfo,
.contact_info .container-sm .gridinfo,
.contact_info .container-md .gridinfo,
.contact_info .container-lg .gridinfo,
.contact_info .container-xl .gridinfo,
.contact_info .container-xxl .gridinfo,
.contact_info .container-xxxl .gridinfo,
.contact_info .container-full .gridinfo,
.resultsHeading .container-fluid > .row,
.resultsHeading .container-xs > .row,
.resultsHeading .container-sm > .row,
.resultsHeading .container-md > .row,
.resultsHeading .container-lg > .row,
.resultsHeading .container-xl > .row,
.resultsHeading .container-xxl > .row,
.resultsHeading .container-xxxl > .row,
.resultsHeading .container-full > .row,
.resultsHeading .container-fluid .gridinfo,
.resultsHeading .container-xs .gridinfo,
.resultsHeading .container-sm .gridinfo,
.resultsHeading .container-md .gridinfo,
.resultsHeading .container-lg .gridinfo,
.resultsHeading .container-xl .gridinfo,
.resultsHeading .container-xxl .gridinfo,
.resultsHeading .container-xxxl .gridinfo,
.resultsHeading .container-full .gridinfo,
#wc .container-fluid > .row,
#wc .container-xs > .row,
#wc .container-sm > .row,
#wc .container-md > .row,
#wc .container-lg > .row,
#wc .container-xl > .row,
#wc .container-xxl > .row,
#wc .container-xxxl > .row,
#wc .container-full > .row,
#wc .container-fluid .gridinfo,
#wc .container-xs .gridinfo,
#wc .container-sm .gridinfo,
#wc .container-md .gridinfo,
#wc .container-lg .gridinfo,
#wc .container-xl .gridinfo,
#wc .container-xxl .gridinfo,
#wc .container-xxxl .gridinfo,
#wc .container-full .gridinfo,
.page404 .container-fluid > .row,
.page404 .container-xs > .row,
.page404 .container-sm > .row,
.page404 .container-md > .row,
.page404 .container-lg > .row,
.page404 .container-xl > .row,
.page404 .container-xxl > .row,
.page404 .container-xxxl > .row,
.page404 .container-full > .row,
.page404 .container-fluid .gridinfo,
.page404 .container-xs .gridinfo,
.page404 .container-sm .gridinfo,
.page404 .container-md .gridinfo,
.page404 .container-lg .gridinfo,
.page404 .container-xl .gridinfo,
.page404 .container-xxl .gridinfo,
.page404 .container-xxxl .gridinfo,
.page404 .container-full .gridinfo {
  max-width: 1500px;
  margin: 0 auto;
}

.relatedHeading.container-fluid > .row, .relatedHeading.container-xs > .row, .relatedHeading.container-sm > .row, .relatedHeading.container-md > .row, .relatedHeading.container-lg > .row, .relatedHeading.container-xl > .row, .relatedHeading.container-xxl > .row, .relatedHeading.container-xxxl > .row, .relatedHeading.container-full > .row,
.relatedHeading.container-fluid .gridinfo,
.relatedHeading.container-xs .gridinfo,
.relatedHeading.container-sm .gridinfo,
.relatedHeading.container-md .gridinfo,
.relatedHeading.container-lg .gridinfo,
.relatedHeading.container-xl .gridinfo,
.relatedHeading.container-xxl .gridinfo,
.relatedHeading.container-xxxl .gridinfo,
.relatedHeading.container-full .gridinfo {
  max-width: 1500px;
  margin: 0 auto;
}

#blog .subscribe .container-fluid > .row, #blog .subscribe .container-xs > .row, #blog .subscribe .container-sm > .row, #blog .subscribe .container-md > .row, #blog .subscribe .container-lg > .row, #blog .subscribe .container-xl > .row, #blog .subscribe .container-xxl > .row, #blog .subscribe .container-xxxl > .row, #blog .subscribe .container-full > .row,
#blog .subscribe .container-fluid .gridinfo,
#blog .subscribe .container-xs .gridinfo,
#blog .subscribe .container-sm .gridinfo,
#blog .subscribe .container-md .gridinfo,
#blog .subscribe .container-lg .gridinfo,
#blog .subscribe .container-xl .gridinfo,
#blog .subscribe .container-xxl .gridinfo,
#blog .subscribe .container-xxxl .gridinfo,
#blog .subscribe .container-full .gridinfo {
  max-width: 1500px;
  margin: 0 auto;
}

#cs_preview_popup_button {
  display: none !important;
}

/*# sourceMappingURL=style.css.map*/