@charset "UTF-8";
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    preload-variables.scss
    ======================================
    Set theme default variables for "storefront:hot-proxy".

    Info: Loaded via theme.json (1.)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: SCSS-Functions
    ==================================================

*/
/*
 +-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |b|y| |T|C|-|I|n|n|o|v|a|t|i|o|n|s|
 +-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
/*
 +-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |b|y| |T|C|-|I|n|n|o|v|a|t|i|o|n|s|
 +-+-+ +-+-+-+-+-+-+-+-+-+-+-+-+-+-+
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    overrides.scss
    ======================================
    Contains all overrides of bootstrap and shopware default variables.

    Please note: Bootstrap uses rem values (e.g. font-size)! Convert px-values if neccessary.

    Info: Loaded via theme.json (2.)
*/
/*
Basic styles
==================================================
Contains the imports to all basic styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern

@sw-package framework
*/
/*
 * Variables, Mixins, Functions
 * ---------------------------- */
/*
Helper function to check for active feature flags.
==================================================
The `$sw-features` variable contains a SCSS map of the current feature config.
The variable is injected automatically via ThemeCompiler.php and webpack.config.js.

@sw-package fundamentals@framework

Example:
@if feature('FEATURE_NEXT_1234') {
    // ...
}
*/
/*
Variables
==================================================
Import of all variables.

@sw-package framework
*/
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

@sw-package framework
*/
/*
Skin variables
==================================================
Contains the imports to all variables that the Shopware skin uses.

@sw-package framework
*/
/*
Theme config variables
==================================================
Contains all custom shopware theme sw-variables.

@sw-package framework
*/
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

@sw-package framework
*/
/*
Custom variables
==================================================
Contains custom non bootstrap variables.

@sw-package framework
*/
/*
Custom variables
==================================================
Contains custom non bootstrap variables.

@sw-package framework
*/
/*
CSS Custom Properties
==================================================
Exposes custom SCSS variables of the Storefront as CSS custom properties.

@sw-package framework
*/
:root {
  --search-suggest-zindex: 1000;
  --offcanvas-zindex: 1050;
  --cookie-msg-zindex: 1100;
  --scroll-up-zindex: 700;
  --menu-flyout-zindex: 1030;
  --zoom-modal-action-zindex: 1051;
  --magnifier-overlay-zindex: 1100;
  --icon-base-size: 1.375rem;
  --icon-base-color: #4a545b;
  --icon-review-color: #fedc70;
  --progress-bar-review: #fedc70;
  --element-backdrop-bg: rgba(255, 255, 255, 0.5);
  --spacer-xs: 0.25rem;
  --spacer-sm: 0.5rem;
  --spacer-md: 1rem;
  --spacer-lg: 1.5rem;
  --spacer-xl: 3rem;
  --buy-btn-bg: #ff0000;
  --buy-btn-color: #ffffff;
  --disabled-btn-bg: #eee;
  --disabled-btn-border-color: #eee;
  --cms-block-text-hero-hr-color: #e9edf0;
  --cms-element-text-quotes-color: #9aa7be;
  --cms-element-product-listing-gutter-width: 30px;
  --price-color: #404b58;
  --font-weight-semibold: 600;
}
/*
Mixin for multiline text truncate
==================================================
@sw-package framework
*/
/*
 * Skin variables
 * ---------- */
/*
 * Vendors
 * ------- */
/*
Bootstrap
==================================================
Import of bootstrap vendor.

https://getbootstrap.com/docs/5.2/getting-started/introduction

@sw-package framework
*/
/*!
   * Bootstrap  v5.3.8 (https://getbootstrap.com/)
   * Copyright 2011-2025 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
: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: #798490;
  --bs-gray-dark: #4a545b;
  --bs-gray-100: #f9f9f9;
  --bs-gray-200: #eee;
  --bs-gray-300: #bcc1c7;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #798490;
  --bs-gray-700: #495057;
  --bs-gray-800: #4a545b;
  --bs-gray-900: #212529;
  --bs-primary: #ff0000;
  --bs-secondary: #404b58;
  --bs-success: #2ecc71;
  --bs-info: #4aa3df;
  --bs-warning: #f1c40f;
  --bs-danger: #c82f1e;
  --bs-light: #f9f9f9;
  --bs-dark: #4a545b;
  --bs-primary-rgb: 255, 0, 0;
  --bs-secondary-rgb: 64, 75, 88;
  --bs-success-rgb: 46, 204, 113;
  --bs-info-rgb: 74, 163, 223;
  --bs-warning-rgb: 241, 196, 15;
  --bs-danger-rgb: 200, 47, 30;
  --bs-light-rgb: 249, 249, 249;
  --bs-dark-rgb: 74, 84, 91;
  --bs-primary-text-emphasis: #600;
  --bs-secondary-text-emphasis: #1a1e23;
  --bs-success-text-emphasis: #12522d;
  --bs-info-text-emphasis: #1e4159;
  --bs-warning-text-emphasis: #604e06;
  --bs-danger-text-emphasis: #50130c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #fcc;
  --bs-secondary-bg-subtle: #d9dbde;
  --bs-success-bg-subtle: #d5f5e3;
  --bs-info-bg-subtle: #dbedf9;
  --bs-warning-bg-subtle: #fcf3cf;
  --bs-danger-bg-subtle: #f4d5d2;
  --bs-light-bg-subtle: #fcfcfc;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #f99;
  --bs-secondary-border-subtle: #b3b7bc;
  --bs-success-border-subtle: #abebc6;
  --bs-info-border-subtle: #b7daf2;
  --bs-warning-border-subtle: #f9e79f;
  --bs-danger-border-subtle: #e9aca5;
  --bs-light-border-subtle: #eee;
  --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: "Titillium Web", sans-serif;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1a1a1a;
  --bs-body-color-rgb: 26, 26, 26;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #1a1a1a;
  --bs-secondary-color-rgb: 26, 26, 26;
  --bs-secondary-bg: #eee;
  --bs-secondary-bg-rgb: 238, 238, 238;
  --bs-tertiary-color: rgba(26, 26, 26, 0.5);
  --bs-tertiary-color-rgb: 26, 26, 26;
  --bs-tertiary-bg: #f9f9f9;
  --bs-tertiary-bg-rgb: 249, 249, 249;
  --bs-heading-color: #ff0000;
  --bs-link-color: #ff0000;
  --bs-link-color-rgb: 255, 0, 0;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #c00;
  --bs-link-hover-color-rgb: 204, 0, 0;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #1a1a1a;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #eaeaf0;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0px;
  --bs-border-radius-sm: 0px;
  --bs-border-radius-lg: 0px;
  --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: 1;
  --bs-focus-ring-color: black;
  --bs-form-valid-color: #2ecc71;
  --bs-form-valid-border-color: #2ecc71;
  --bs-form-invalid-color: #c82f1e;
  --bs-form-invalid-border-color: #c82f1e;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #bcc1c7;
  --bs-body-color-rgb: 188, 193, 199;
  --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(188, 193, 199, 0.75);
  --bs-secondary-color-rgb: 188, 193, 199;
  --bs-secondary-bg: #4a545b;
  --bs-secondary-bg-rgb: 74, 84, 91;
  --bs-tertiary-color: rgba(188, 193, 199, 0.5);
  --bs-tertiary-color-rgb: 188, 193, 199;
  --bs-tertiary-bg: #363d42;
  --bs-tertiary-bg-rgb: 54, 61, 66;
  --bs-primary-text-emphasis: #f66;
  --bs-secondary-text-emphasis: #8c939b;
  --bs-success-text-emphasis: #82e0aa;
  --bs-info-text-emphasis: #92c8ec;
  --bs-warning-text-emphasis: #f7dc6f;
  --bs-danger-text-emphasis: #de8278;
  --bs-light-text-emphasis: #f9f9f9;
  --bs-dark-text-emphasis: #bcc1c7;
  --bs-primary-bg-subtle: #300;
  --bs-secondary-bg-subtle: #0d0f12;
  --bs-success-bg-subtle: #092917;
  --bs-info-bg-subtle: #0f212d;
  --bs-warning-bg-subtle: #302703;
  --bs-danger-bg-subtle: #280906;
  --bs-light-bg-subtle: #4a545b;
  --bs-dark-bg-subtle: #252a2e;
  --bs-primary-border-subtle: #900;
  --bs-secondary-border-subtle: #262d35;
  --bs-success-border-subtle: #1c7a44;
  --bs-info-border-subtle: #2c6286;
  --bs-warning-border-subtle: #917609;
  --bs-danger-border-subtle: #781c12;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #4a545b;
  --bs-heading-color: inherit;
  --bs-link-color: #f66;
  --bs-link-hover-color: #ff8585;
  --bs-link-color-rgb: 255, 102, 102;
  --bs-link-hover-color-rgb: 255, 133, 133;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #bcc1c7;
  --bs-highlight-bg: #664d03;
  --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: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h1, .h1, h2, .h2, h3, .h3, .lenz-order-comment-group-headline, h4, .h4, h5, .h5, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1, .h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
h2, .h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
h3, .h3, .lenz-order-comment-group-headline {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3, .lenz-order-comment-group-headline {
    font-size: 1.5rem;
  }
}
h4, .h4 {
  font-size: 1.125rem;
}
h5, .h5, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name {
  font-size: 1rem;
}
h6, .h6 {
  font-size: 0.875rem;
}
p {
  margin-top: 0;
  margin-bottom: 2rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
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;
  color: var(--bs-highlight-color);
  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);
  text-decoration: underline;
}
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: 0px;
}
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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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;
}
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
/* 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: calc(1.265625rem + 0.1875vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.40625rem;
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.265625rem + 0.1875vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.40625rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #798490;
}
.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: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container, .cms-section .boxed, .container-fluid, .container-xs {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
.container, .cms-section .boxed {
  max-width: 1400px;
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.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.66666667%;
}
.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, .b2b-shopping-list-table__header-name.js-multiple-selection {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0, .gx-0 {
  --bs-gutter-x: 0;
}
.g-0, .gy-0 {
  --bs-gutter-y: 0;
}
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3, .gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3, .gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5, .gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5, .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5, .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: #333333;
  --bs-table-bg: transparent;
  --bs-table-border-color: #eeeeee;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #333333;
  --bs-table-striped-bg: #f9f9f9;
  --bs-table-active-color: #333333;
  --bs-table-active-bg: rgba(0, 0, 0, 0.075);
  --bs-table-hover-color: #333333;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #fcc;
  --bs-table-border-color: #cca3a3;
  --bs-table-striped-bg: #f2c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecbdbd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #d9dbde;
  --bs-table-border-color: #aeafb2;
  --bs-table-striped-bg: #ced0d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c3c5c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c9cbcd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d5f5e3;
  --bs-table-border-color: #aac4b6;
  --bs-table-striped-bg: #cae9d8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0ddcc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5e3d2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #dbedf9;
  --bs-table-border-color: #afbec7;
  --bs-table-striped-bg: #d0e1ed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5d5e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbdbe6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fcf3cf;
  --bs-table-border-color: #cac2a6;
  --bs-table-striped-bg: #efe7c5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3dbba;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9e1bf;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f4d5d2;
  --bs-table-border-color: #c3aaa8;
  --bs-table-striped-bg: #e8cac8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dcc0bd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e2c5c2;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f9f9f9;
  --bs-table-border-color: #c7c7c7;
  --bs-table-striped-bg: #ededed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e0e0e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e6e6e6;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #4a545b;
  --bs-table-border-color: #6e767c;
  --bs-table-striped-bg: #535d63;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #5c656b;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #586167;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 3px;
}
.col-form-label {
  padding-top: calc(0.438rem + var(--bs-border-width));
  padding-bottom: calc(0.438rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.125rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.438rem 0.5625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  appearance: none;
  background-color: #fafafa;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #cccccc;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #ff0000;
  background-color: #e7e7e7;
  border-color: #ff0000;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.438rem 0.5625rem;
  margin: -0.438rem -0.5625rem;
  margin-inline-end: 0.5625rem;
  color: #222222;
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.438rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.876rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.876rem + calc(var(--bs-border-width) * 2));
  padding: 0.438rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234a545b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.438rem 1.6875rem 0.438rem 0.5625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  appearance: none;
  background-color: #fafafa;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.5625rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #cccccc;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #ff0000;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.5625rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222222;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bcc1c7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.6875rem;
  padding-left: 1.5rem;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5rem;
}
.form-check-reverse {
  padding-right: 1.5rem;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5rem;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: #cccccc;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #eaeaf0;
  print-color-adjust: exact;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #ff0000;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.form-check-input:checked {
  background-color: #ff0000;
  border-color: #ff0000;
}
.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #ff0000;
  border-color: #ff0000;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ff0000'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check[disabled] + .acris-last-search-term-delete, .btn-check:disabled + .btn, .btn-check:disabled + .acris-last-search-term-delete {
  pointer-events: none;
  filter: none;
  opacity: 1;
}
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #ff0000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #ffb3b3;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #ff0000;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #ffb3b3;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.5625rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .form-floating > .form-control-plaintext {
  padding: 1rem 0.5625rem;
}
.form-floating > .form-control::placeholder, .form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, .form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.5625rem;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after, .form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.28125rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fafafa;
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label, .form-floating > .form-control:disabled ~ label {
  color: #798490;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .input-group > .form-select:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group .acris-last-search-term-delete {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .acris-last-search-term-delete:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.438rem 0.5625rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #cccccc;
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn, .input-group-lg > .acris-last-search-term-delete {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn, .input-group-sm > .acris-last-search-term-delete {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 2.25rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4), .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control, .input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.876rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.876rem);
  background-position: top calc(0.375em + 0.219rem) right calc(0.375em + 0.219rem);
}
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 3.09375rem;
  background-position: right 0.5625rem center, center right 1.6875rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.876rem));
}
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 1);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .input-group > .form-floating:not(:focus-within):valid, .input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback, .invalid-custom-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-custom-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-custom-feedback, .is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.876rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c82f1e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c82f1e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.876rem);
  background-position: top calc(0.375em + 0.219rem) right calc(0.375em + 0.219rem);
}
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c82f1e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c82f1e' stroke='none'/%3e%3c/svg%3e");
  padding-right: 3.09375rem;
  background-position: right 0.5625rem center, center right 1.6875rem;
  background-size: 16px 12px, calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.876rem));
}
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 1);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .form-check-input ~ .invalid-custom-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .input-group > .form-floating:not(:focus-within):invalid, .input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn, .acris-last-search-term-delete {
  --bs-btn-padding-x: 12px;
  --bs-btn-padding-y: 2px;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1.125rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 2.125rem;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 1;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  white-space: normal;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .acris-last-search-term-delete {
    transition: none;
  }
}
.btn:hover, .acris-last-search-term-delete:hover {
  color: var(--bs-btn-hover-color);
  text-decoration: none;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, .btn-check + .acris-last-search-term-delete:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, .acris-last-search-term-delete:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, .btn-check:focus-visible + .acris-last-search-term-delete {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, .btn-check:checked + .acris-last-search-term-delete, :not(.btn-check) + .btn:active, :not(.btn-check) + .acris-last-search-term-delete:active, .btn:first-child:active, .acris-last-search-term-delete:first-child:active, .btn.active, .active.acris-last-search-term-delete, .btn.show, .show.acris-last-search-term-delete {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, .btn-check:checked + .acris-last-search-term-delete:focus-visible, :not(.btn-check) + .btn:active:focus-visible, :not(.btn-check) + .acris-last-search-term-delete:active:focus-visible, .btn:first-child:active:focus-visible, .acris-last-search-term-delete:first-child:active:focus-visible, .btn.active:focus-visible, .active.acris-last-search-term-delete:focus-visible, .btn.show:focus-visible, .show.acris-last-search-term-delete:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, .btn-check:checked:focus-visible + .acris-last-search-term-delete {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .acris-last-search-term-delete:disabled, .btn.disabled, .disabled.acris-last-search-term-delete, fieldset:disabled .btn, fieldset:disabled .acris-last-search-term-delete {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff2626;
  --bs-btn-hover-border-color: #ff1919;
  --bs-btn-focus-shadow-rgb: 217, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f33;
  --bs-btn-active-border-color: #ff1919;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #404b58;
  --bs-btn-border-color: #404b58;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #36404b;
  --bs-btn-hover-border-color: #333c46;
  --bs-btn-focus-shadow-rgb: 93, 102, 113;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333c46;
  --bs-btn-active-border-color: #303842;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #404b58;
  --bs-btn-disabled-border-color: #404b58;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #2ecc71;
  --bs-btn-border-color: #2ecc71;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4dd486;
  --bs-btn-hover-border-color: #43d17f;
  --bs-btn-focus-shadow-rgb: 39, 173, 96;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #58d68d;
  --bs-btn-active-border-color: #43d17f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #2ecc71;
  --bs-btn-disabled-border-color: #2ecc71;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #4aa3df;
  --bs-btn-border-color: #4aa3df;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #65b1e4;
  --bs-btn-hover-border-color: #5cace2;
  --bs-btn-focus-shadow-rgb: 63, 139, 190;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6eb5e5;
  --bs-btn-active-border-color: #5cace2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4aa3df;
  --bs-btn-disabled-border-color: #4aa3df;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #f1c40f;
  --bs-btn-border-color: #f1c40f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f3cd33;
  --bs-btn-hover-border-color: #f2ca27;
  --bs-btn-focus-shadow-rgb: 205, 167, 13;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f4d03f;
  --bs-btn-active-border-color: #f2ca27;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f1c40f;
  --bs-btn-disabled-border-color: #f1c40f;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c82f1e;
  --bs-btn-border-color: #c82f1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #aa281a;
  --bs-btn-hover-border-color: #a02618;
  --bs-btn-focus-shadow-rgb: 208, 78, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #a02618;
  --bs-btn-active-border-color: #962317;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c82f1e;
  --bs-btn-disabled-border-color: #c82f1e;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d4d4d4;
  --bs-btn-hover-border-color: #c7c7c7;
  --bs-btn-focus-shadow-rgb: 212, 212, 212;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c7c7c7;
  --bs-btn-active-border-color: #bbb;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f9f9f9;
  --bs-btn-disabled-border-color: #f9f9f9;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #656e74;
  --bs-btn-hover-border-color: #5c656b;
  --bs-btn-focus-shadow-rgb: 101, 110, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6e767c;
  --bs-btn-active-border-color: #5c656b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4a545b;
  --bs-btn-disabled-border-color: #4a545b;
}
.btn-outline-primary {
  --bs-btn-color: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff0000;
  --bs-btn-hover-border-color: #ff0000;
  --bs-btn-focus-shadow-rgb: 255, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff0000;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff0000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff0000;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #404b58;
  --bs-btn-border-color: #404b58;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #404b58;
  --bs-btn-hover-border-color: #404b58;
  --bs-btn-focus-shadow-rgb: 64, 75, 88;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #404b58;
  --bs-btn-active-border-color: #404b58;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #404b58;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #404b58;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #2ecc71;
  --bs-btn-border-color: #2ecc71;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #2ecc71;
  --bs-btn-hover-border-color: #2ecc71;
  --bs-btn-focus-shadow-rgb: 46, 204, 113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #2ecc71;
  --bs-btn-active-border-color: #2ecc71;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2ecc71;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2ecc71;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #4aa3df;
  --bs-btn-border-color: #4aa3df;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4aa3df;
  --bs-btn-hover-border-color: #4aa3df;
  --bs-btn-focus-shadow-rgb: 74, 163, 223;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4aa3df;
  --bs-btn-active-border-color: #4aa3df;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4aa3df;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4aa3df;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #f1c40f;
  --bs-btn-border-color: #f1c40f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f1c40f;
  --bs-btn-hover-border-color: #f1c40f;
  --bs-btn-focus-shadow-rgb: 241, 196, 15;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f1c40f;
  --bs-btn-active-border-color: #f1c40f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f1c40f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f1c40f;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #c82f1e;
  --bs-btn-border-color: #c82f1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c82f1e;
  --bs-btn-hover-border-color: #c82f1e;
  --bs-btn-focus-shadow-rgb: 200, 47, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c82f1e;
  --bs-btn-active-border-color: #c82f1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c82f1e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c82f1e;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f9f9f9;
  --bs-btn-hover-border-color: #f9f9f9;
  --bs-btn-focus-shadow-rgb: 249, 249, 249;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9f9f9;
  --bs-btn-active-border-color: #f9f9f9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f9f9f9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f9f9f9;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a545b;
  --bs-btn-hover-border-color: #4a545b;
  --bs-btn-focus-shadow-rgb: 74, 84, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a545b;
  --bs-btn-active-border-color: #4a545b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4a545b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4a545b;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #bcc1c7;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 217, 0, 0;
  text-decoration: underline;
}
.btn-link:hover, .btn-link:focus-visible {
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .acris-last-search-term-delete, .btn-buy, .btn-read, .btn-detail {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .acris-last-search-term-delete {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.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;
  }
}
.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: 1.125rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: #eaeaf0;
  --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: #eaeaf0;
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --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: #ff0000;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #798490;
  --bs-dropdown-header-padding-x: 1rem;
  --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: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 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);
  text-decoration: none;
  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: #bcc1c7;
  --bs-dropdown-bg: #4a545b;
  --bs-dropdown-border-color: #eaeaf0;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #bcc1c7;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #eaeaf0;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #ff0000;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .acris-last-search-term-delete, .btn-group-vertical > .btn, .btn-group-vertical > .acris-last-search-term-delete {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .acris-last-search-term-delete, .btn-group > .btn-check:focus + .btn, .btn-group > .btn-check:focus + .acris-last-search-term-delete, .btn-group > .btn:hover, .btn-group > .acris-last-search-term-delete:hover, .btn-group > .btn:focus, .btn-group > .acris-last-search-term-delete:focus, .btn-group > .btn:active, .btn-group > .acris-last-search-term-delete:active, .btn-group > .btn.active, .btn-group > .active.acris-last-search-term-delete, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:checked + .acris-last-search-term-delete, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn-check:focus + .acris-last-search-term-delete, .btn-group-vertical > .btn:hover, .btn-group-vertical > .acris-last-search-term-delete:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .acris-last-search-term-delete:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .acris-last-search-term-delete:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.acris-last-search-term-delete {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > :not(.btn-check:first-child) + .acris-last-search-term-delete, .btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .acris-last-search-term-delete:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .dropdown-toggle-split.acris-last-search-term-delete:first-child, .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn-group:not(:last-child) > .acris-last-search-term-delete {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3), .btn-group > .acris-last-search-term-delete:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn, .btn-group > :not(.btn-check) + .acris-last-search-term-delete, .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn-group:not(:first-child) > .acris-last-search-term-delete {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .acris-last-search-term-delete + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .acris-last-search-term-delete + .dropdown-toggle-split, .btn-buy + .dropdown-toggle-split, .btn-read + .dropdown-toggle-split, .btn-detail + .dropdown-toggle-split {
  padding-right: 9px;
  padding-left: 9px;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .acris-last-search-term-delete, .btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .acris-last-search-term-delete:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .acris-last-search-term-delete:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:last-child) > .acris-last-search-term-delete {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n + 3), .btn-group-vertical > .acris-last-search-term-delete:nth-child(n + 3), .btn-group-vertical > :not(.btn-check) + .btn, .btn-group-vertical > :not(.btn-check) + .acris-last-search-term-delete, .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child) > .acris-last-search-term-delete {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1.125rem;
  --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);
  text-decoration: none;
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.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: #ff0000;
}
.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: 600;
  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-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: #ff0000;
  --bs-navbar-brand-padding-y: 0.5rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.125rem;
  --bs-navbar-brand-color: #ff0000;
  --bs-navbar-brand-hover-color: #ff0000;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.125rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826, 26, 26, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .cms-section .navbar > .boxed, .navbar > .container-fluid, .navbar > .container-xs {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
  text-decoration: none;
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1.125rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a, .navbar-text a:hover, .navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: transparent;
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0;
  --bs-card-cap-padding-x: 0;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: transparent;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-top, .card-img-bottom {
  width: 100%;
}
.card-img, .card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img, .card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top, .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom, .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top, .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom, .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --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='none' stroke='%231a1a1a' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%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='none' stroke='%23600' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --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: 1.125rem;
  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;
  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-header .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-header .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-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-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .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='%23f66'%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-.708'/%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='%23f66'%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-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: transparent;
  --bs-breadcrumb-border-radius: 0;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.595rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-color: #ff0000;
  --bs-pagination-bg: #ffffff;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: #bcc1c7;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #d90000;
  --bs-pagination-hover-bg: #eeeeee;
  --bs-pagination-hover-border-color: #bcc1c7;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #ff0000;
  --bs-pagination-active-border-color: #ff0000;
  --bs-pagination-disabled-color: #798490;
  --bs-pagination-disabled-bg: #eeeeee;
  --bs-pagination-disabled-border-color: #bcc1c7;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  text-decoration: none;
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * 0);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.125rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 5px;
  --bs-badge-padding-y: 0;
  --bs-badge-font-size: 0.75rem;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 50px;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge, .acris-last-search-term-delete .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 0.5rem;
  --bs-alert-padding-y: 0.5rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 600;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 1.5rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.625rem 0.5rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress, .progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.84375rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ff0000;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #ff0000;
  --bs-list-group-active-border-color: #ff0000;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.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.414'/%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.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  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;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0px;
  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;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
:root, [data-bs-theme="light"] {
  --bs-btn-close-filter: ;
}
[data-bs-theme="dark"] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 40px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --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: 0;
  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 {
  transform: translate(0, -50px);
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
}
@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, .modal-dialog-scrollable .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal-dialog-scrollable .confirm-message {
  overflow-y: auto;
}
.modal-dialog-centered, .modal:has(.quote-confirm-modal__content) .modal-dialog, .quote-manage-line-items-modal.modal > .modal-dialog {
  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: rgba(0, 0, 0, 0.5);
  --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;
  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) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body, .swag-custom-notifications-newsletter-popup__content .confirm-message {
  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) * .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) * .5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  }
  .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, .subscription-edit-shipping-address-modal .modal-dialog, .subscription-edit-billing-address-modal .modal-dialog, .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen, .quote-manage-line-items-modal.modal > .modal-dialog {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content, .quote-manage-line-items-modal.modal > .modal-dialog .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header, .quote-manage-line-items-modal.modal > .modal-dialog .modal-header, .modal-fullscreen .modal-footer, .quote-manage-line-items-modal.modal > .modal-dialog .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body, .quote-manage-line-items-modal.modal > .modal-dialog .modal-body, .modal-fullscreen .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal-fullscreen .confirm-message, .quote-manage-line-items-modal.modal > .modal-dialog .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .quote-manage-line-items-modal.modal > .modal-dialog .confirm-message {
  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, .modal-fullscreen-sm-down .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal-fullscreen-sm-down .confirm-message {
    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, .modal-fullscreen-md-down .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal-fullscreen-md-down .confirm-message {
    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, .modal-fullscreen-lg-down .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal-fullscreen-lg-down .confirm-message {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header, .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body, .modal-fullscreen-xl-down .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal-fullscreen-xl-down .confirm-message {
    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, .modal-fullscreen-xxl-down .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal-fullscreen-xxl-down .confirm-message {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1.125rem;
  --bs-popover-header-color: #ff0000;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Titillium Web", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start), .active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
:root, [data-bs-theme="light"] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme="dark"] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}
.spinner-grow, .spinner-border, .loader, .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border, .loader, .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader {
  --bs-spinner-width: 26px;
  --bs-spinner-height: 26px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 2px;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 26px;
  --bs-spinner-height: 26px;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border, .loader, .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 20px;
  --bs-offcanvas-padding-y: 20px;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: transparent;
  --bs-offcanvas-box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
  --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);
  }
  .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 (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@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);
  }
  .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 (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@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);
  }
  .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 (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@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: 1199.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);
  }
  .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 (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (min-width: 1200px) {
  .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);
  }
  .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 (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@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;
  }
}
.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: rgba(0, 0, 0, 0.5);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 1;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.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;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before, .placeholder.acris-last-search-term-delete::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #000;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-secondary {
  color: #fff;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-success {
  color: #000;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-info {
  color: #000;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-warning {
  color: #000;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-danger {
  color: #fff;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-light {
  color: #000;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity, 1));
}
.text-bg-dark {
  color: #fff;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity, 1));
}
.link-primary {
  color: rgba(var(--bs-primary-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1));
}
.link-primary:hover, .link-primary:focus {
  color: rgba(255, 51, 51, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 51, 51, var(--bs-link-underline-opacity, 1));
}
.link-secondary {
  color: rgba(var(--bs-secondary-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1));
}
.link-secondary:hover, .link-secondary:focus {
  color: rgba(51, 60, 70, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(51, 60, 70, var(--bs-link-underline-opacity, 1));
}
.link-success {
  color: rgba(var(--bs-success-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1));
}
.link-success:hover, .link-success:focus {
  color: rgba(88, 214, 141, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(88, 214, 141, var(--bs-link-underline-opacity, 1));
}
.link-info {
  color: rgba(var(--bs-info-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1));
}
.link-info:hover, .link-info:focus {
  color: rgba(110, 181, 229, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(110, 181, 229, var(--bs-link-underline-opacity, 1));
}
.link-warning {
  color: rgba(var(--bs-warning-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1));
}
.link-warning:hover, .link-warning:focus {
  color: rgba(244, 208, 63, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(244, 208, 63, var(--bs-link-underline-opacity, 1));
}
.link-danger {
  color: rgba(var(--bs-danger-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1));
}
.link-danger:hover, .link-danger:focus {
  color: rgba(160, 38, 24, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(160, 38, 24, var(--bs-link-underline-opacity, 1));
}
.link-light {
  color: rgba(var(--bs-light-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1));
}
.link-light:hover, .link-light:focus {
  color: rgba(250, 250, 250, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(250, 250, 250, var(--bs-link-underline-opacity, 1));
}
.link-dark {
  color: rgba(var(--bs-dark-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1));
}
.link-dark:hover, .link-dark:focus {
  color: rgba(59, 67, 73, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(59, 67, 73, var(--bs-link-underline-opacity, 1));
}
.link-body-emphasis {
  color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1));
  text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1));
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75));
  text-decoration-color: rgba(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75));
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top, .offcanvas .offcanvas-footer {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.visually-hidden *, .visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.float-start {
  float: left;
}
.float-end {
  float: right;
}
.float-none {
  float: none;
}
.object-fit-contain {
  object-fit: contain;
}
.object-fit-cover {
  object-fit: cover;
}
.object-fit-fill {
  object-fit: fill;
}
.object-fit-scale {
  object-fit: scale-down;
}
.object-fit-none {
  object-fit: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-grid {
  display: grid;
}
.d-inline-grid {
  display: inline-grid;
}
.d-table {
  display: table;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: flex;
}
.d-inline-flex {
  display: inline-flex;
}
.d-none {
  display: none;
}
.shadow {
  box-shadow: var(--bs-box-shadow);
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm);
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg);
}
.shadow-none {
  box-shadow: none;
}
.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-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-sticky {
  position: sticky;
}
.top-0 {
  top: 0;
}
.top-50 {
  top: 50%;
}
.top-100 {
  top: 100%;
}
.bottom-0 {
  bottom: 0;
}
.bottom-50 {
  bottom: 50%;
}
.bottom-100 {
  bottom: 100%;
}
.start-0 {
  left: 0;
}
.start-50 {
  left: 50%;
}
.start-100 {
  left: 100%;
}
.end-0 {
  right: 0;
}
.end-50 {
  right: 50%;
}
.end-100 {
  right: 100%;
}
.translate-middle {
  transform: translate(-50%, -50%);
}
.translate-middle-x {
  transform: translateX(-50%);
}
.translate-middle-y {
  transform: translateY(-50%);
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-0 {
  border: 0;
}
.border-top, .b2b-roles .b2b-listing-content .b2b-table-empty-state.roles-empty-state {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-top-0 {
  border-top: 0;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-end-0 {
  border-right: 0;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-bottom-0 {
  border-bottom: 0;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-start-0 {
  border-left: 0;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity));
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity));
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity));
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity));
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity));
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity));
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity));
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity));
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity));
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity));
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle);
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle);
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle);
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle);
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle);
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle);
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle);
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle);
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}
.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%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto;
}
.mw-100 {
  max-width: 100%;
}
.vw-100 {
  width: 100vw;
}
.min-vw-100 {
  min-width: 100vw;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.mh-100 {
  max-height: 100%;
}
.vh-100 {
  height: 100vh;
}
.min-vh-100 {
  min-height: 100vh;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-baseline {
  align-items: baseline;
}
.align-items-stretch {
  align-items: stretch;
}
.align-content-start {
  align-content: flex-start;
}
.align-content-end {
  align-content: flex-end;
}
.align-content-center {
  align-content: center;
}
.align-content-between {
  align-content: space-between;
}
.align-content-around {
  align-content: space-around;
}
.align-content-stretch {
  align-content: stretch;
}
.align-self-auto {
  align-self: auto;
}
.align-self-start {
  align-self: flex-start;
}
.align-self-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.align-self-baseline {
  align-self: baseline;
}
.align-self-stretch {
  align-self: stretch;
}
.order-first {
  order: -1;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-last {
  order: 6;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 1rem;
}
.m-4 {
  margin: 1.5rem;
}
.m-5 {
  margin: 3rem;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-right: 0;
  margin-left: 0;
}
.mx-1 {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.mx-2 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mx-3 {
  margin-right: 1rem;
  margin-left: 1rem;
}
.mx-4 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.mx-5 {
  margin-right: 3rem;
  margin-left: 3rem;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2, .lenz-order-comment-group.lenz-order-comment-section-checkout-main-content, .lenz-order-comment-group.lenz-order-comment-section-before-checkout-additional, .lenz-order-comment-group.lenz-order-comment-section-after-checkout-additional, .lenz-order-comment-group.lenz-order-comment-section-before-checkout-finish-customer-comment, .lenz-order-comment-group.lenz-order-comment-section-after-checkout-finish-customer-comment, .lenz-order-comment-group.lenz-order-comment-section-before-checkout-confirm-tos {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2, .lenz-order-comment-group.lenz-order-comment-section-after-checkout-confirm-tos {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}
.mt-auto {
  margin-top: auto;
}
.me-0 {
  margin-right: 0;
}
.me-1 {
  margin-right: 0.25rem;
}
.me-2 {
  margin-right: 0.5rem;
}
.me-3 {
  margin-right: 1rem;
}
.me-4 {
  margin-right: 1.5rem;
}
.me-5 {
  margin-right: 3rem;
}
.me-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4, .lenz-order-comment-group.lenz-order-comment-section-after-checkout-confirm-tos {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ms-0 {
  margin-left: 0;
}
.ms-1 {
  margin-left: 0.25rem;
}
.ms-2 {
  margin-left: 0.5rem;
}
.ms-3 {
  margin-left: 1rem;
}
.ms-4 {
  margin-left: 1.5rem;
}
.ms-5 {
  margin-left: 3rem;
}
.ms-auto {
  margin-left: auto;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 1rem;
}
.p-4 {
  padding: 1.5rem;
}
.p-5 {
  padding: 3rem;
}
.px-0 {
  padding-right: 0;
  padding-left: 0;
}
.px-1 {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-3 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-4, .lenz-order-comment-group.lenz-order-comment-section-checkout-main-content, .lenz-order-comment-group.lenz-order-comment-section-before-checkout-confirm-tos, .lenz-order-comment-group.lenz-order-comment-section-after-checkout-confirm-tos {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.px-5 {
  padding-right: 3rem;
  padding-left: 3rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3, .lenz-order-comment-group.lenz-order-comment-section-checkout-main-content, .lenz-order-comment-group.lenz-order-comment-section-before-checkout-confirm-tos, .lenz-order-comment-group.lenz-order-comment-section-after-checkout-confirm-tos {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}
.pe-0, .acris-price-on-request-large-modal {
  padding-right: 0;
}
.pe-1 {
  padding-right: 0.25rem;
}
.pe-2 {
  padding-right: 0.5rem;
}
.pe-3 {
  padding-right: 1rem;
}
.pe-4 {
  padding-right: 1.5rem;
}
.pe-5 {
  padding-right: 3rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}
.ps-0 {
  padding-left: 0;
}
.ps-1 {
  padding-left: 0.25rem;
}
.ps-2 {
  padding-left: 0.5rem;
}
.ps-3 {
  padding-left: 1rem;
}
.ps-4 {
  padding-left: 1.5rem;
}
.ps-5 {
  padding-left: 3rem;
}
.gap-0 {
  gap: 0;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 1rem;
}
.gap-4 {
  gap: 1.5rem;
}
.gap-5 {
  gap: 3rem;
}
.row-gap-0 {
  row-gap: 0;
}
.row-gap-1 {
  row-gap: 0.25rem;
}
.row-gap-2 {
  row-gap: 0.5rem;
}
.row-gap-3 {
  row-gap: 1rem;
}
.row-gap-4 {
  row-gap: 1.5rem;
}
.row-gap-5 {
  row-gap: 3rem;
}
.column-gap-0 {
  column-gap: 0;
}
.column-gap-1 {
  column-gap: 0.25rem;
}
.column-gap-2 {
  column-gap: 0.5rem;
}
.column-gap-3 {
  column-gap: 1rem;
}
.column-gap-4 {
  column-gap: 1.5rem;
}
.column-gap-5 {
  column-gap: 3rem;
}
.font-monospace {
  font-family: var(--bs-font-monospace);
}
.fs-1 {
  font-size: calc(1.35rem + 1.2vw);
}
.fs-2 {
  font-size: calc(1.3rem + 0.6vw);
}
.fs-3 {
  font-size: calc(1.275rem + 0.3vw);
}
.fs-4 {
  font-size: 1.125rem;
}
.fs-5 {
  font-size: 1rem;
}
.fs-6 {
  font-size: 0.875rem;
}
.fst-italic {
  font-style: italic;
}
.fst-normal {
  font-style: normal;
}
.fw-lighter {
  font-weight: lighter;
}
.fw-light {
  font-weight: 400;
}
.fw-normal {
  font-weight: 400;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 600;
}
.fw-bolder {
  font-weight: bolder;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 2;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-wrap {
  white-space: normal;
}
.text-nowrap {
  white-space: nowrap;
}
/* rtl:begin:remove */
.text-break {
  word-wrap: break-word;
  word-break: break-word;
}
/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity));
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity));
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity));
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity));
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity));
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity));
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity));
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity));
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity));
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5);
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color);
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color);
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color);
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit;
}
.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);
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis);
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis);
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis);
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis);
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis);
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis);
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis);
}
.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;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em;
}
.link-offset-2 {
  text-underline-offset: 0.25em;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em;
}
.link-offset-3 {
  text-underline-offset: 0.375em;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity));
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity));
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity));
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity));
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity));
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity));
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity));
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity));
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1));
}
.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));
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity));
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity));
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity));
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity));
}
.bg-light, .lenz-order-comment-group.lenz-order-comment-section-checkout-main-content, .lenz-order-comment-group.lenz-order-comment-section-before-checkout-confirm-tos, .lenz-order-comment-group.lenz-order-comment-section-after-checkout-confirm-tos {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity));
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity));
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity));
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity));
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
}
.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);
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle);
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle);
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle);
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle);
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle);
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle);
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle);
}
.bg-gradient {
  background-image: var(--bs-gradient);
}
.user-select-all {
  user-select: all;
}
.user-select-auto {
  user-select: auto;
}
.user-select-none {
  user-select: none;
}
.pe-none {
  pointer-events: none;
}
.pe-auto {
  pointer-events: auto;
}
.rounded {
  border-radius: var(--bs-border-radius);
}
.rounded-0 {
  border-radius: 0;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm);
}
.rounded-2 {
  border-radius: var(--bs-border-radius);
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg);
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl);
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl);
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill);
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.rounded-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-top-right-radius: var(--bs-border-radius-sm);
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-top-right-radius: var(--bs-border-radius-lg);
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl);
  border-top-right-radius: var(--bs-border-radius-xl);
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl);
  border-top-right-radius: var(--bs-border-radius-xxl);
}
.rounded-top-circle {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill);
  border-top-right-radius: var(--bs-border-radius-pill);
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.rounded-end-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl);
  border-bottom-right-radius: var(--bs-border-radius-xl);
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl);
  border-bottom-right-radius: var(--bs-border-radius-xxl);
}
.rounded-end-circle {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill);
  border-bottom-right-radius: var(--bs-border-radius-pill);
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl);
  border-bottom-left-radius: var(--bs-border-radius-xl);
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl);
  border-bottom-left-radius: var(--bs-border-radius-xxl);
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill);
  border-bottom-left-radius: var(--bs-border-radius-pill);
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}
.rounded-start-0 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm);
  border-top-left-radius: var(--bs-border-radius-sm);
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius);
  border-top-left-radius: var(--bs-border-radius);
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg);
  border-top-left-radius: var(--bs-border-radius-lg);
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl);
  border-top-left-radius: var(--bs-border-radius-xl);
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl);
  border-top-left-radius: var(--bs-border-radius-xxl);
}
.rounded-start-circle {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill);
  border-top-left-radius: var(--bs-border-radius-pill);
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.z-n1 {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-4 {
  z-index: 4;
}
.z-5 {
  z-index: 5;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left;
  }
  .float-sm-end {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
  .object-fit-sm-contain {
    object-fit: contain;
  }
  .object-fit-sm-cover {
    object-fit: cover;
  }
  .object-fit-sm-fill {
    object-fit: fill;
  }
  .object-fit-sm-scale {
    object-fit: scale-down;
  }
  .object-fit-sm-none {
    object-fit: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-grid {
    display: grid;
  }
  .d-sm-inline-grid {
    display: inline-grid;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-none {
    display: none;
  }
  .flex-sm-fill {
    flex: 1 1 auto;
  }
  .flex-sm-row {
    flex-direction: row;
  }
  .flex-sm-column {
    flex-direction: column;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-sm-grow-0 {
    flex-grow: 0;
  }
  .flex-sm-grow-1 {
    flex-grow: 1;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1;
  }
  .flex-sm-wrap {
    flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    justify-content: flex-start;
  }
  .justify-content-sm-end {
    justify-content: flex-end;
  }
  .justify-content-sm-center {
    justify-content: center;
  }
  .justify-content-sm-between {
    justify-content: space-between;
  }
  .justify-content-sm-around {
    justify-content: space-around;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly;
  }
  .align-items-sm-start {
    align-items: flex-start;
  }
  .align-items-sm-end {
    align-items: flex-end;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .align-items-sm-baseline {
    align-items: baseline;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .align-content-sm-start {
    align-content: flex-start;
  }
  .align-content-sm-end {
    align-content: flex-end;
  }
  .align-content-sm-center {
    align-content: center;
  }
  .align-content-sm-between {
    align-content: space-between;
  }
  .align-content-sm-around {
    align-content: space-around;
  }
  .align-content-sm-stretch {
    align-content: stretch;
  }
  .align-self-sm-auto {
    align-self: auto;
  }
  .align-self-sm-start {
    align-self: flex-start;
  }
  .align-self-sm-end {
    align-self: flex-end;
  }
  .align-self-sm-center {
    align-self: center;
  }
  .align-self-sm-baseline {
    align-self: baseline;
  }
  .align-self-sm-stretch {
    align-self: stretch;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-last {
    order: 6;
  }
  .m-sm-0 {
    margin: 0;
  }
  .m-sm-1 {
    margin: 0.25rem;
  }
  .m-sm-2 {
    margin: 0.5rem;
  }
  .m-sm-3 {
    margin: 1rem;
  }
  .m-sm-4 {
    margin: 1.5rem;
  }
  .m-sm-5 {
    margin: 3rem;
  }
  .m-sm-auto {
    margin: auto;
  }
  .mx-sm-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-sm-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-sm-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-sm-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-sm-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-sm-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-sm-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-sm-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-sm-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-sm-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-sm-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 0.25rem;
  }
  .mt-sm-2 {
    margin-top: 0.5rem;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-4 {
    margin-top: 1.5rem;
  }
  .mt-sm-5 {
    margin-top: 3rem;
  }
  .mt-sm-auto {
    margin-top: auto;
  }
  .me-sm-0 {
    margin-right: 0;
  }
  .me-sm-1 {
    margin-right: 0.25rem;
  }
  .me-sm-2 {
    margin-right: 0.5rem;
  }
  .me-sm-3 {
    margin-right: 1rem;
  }
  .me-sm-4 {
    margin-right: 1.5rem;
  }
  .me-sm-5 {
    margin-right: 3rem;
  }
  .me-sm-auto {
    margin-right: auto;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem;
  }
  .mb-sm-3 {
    margin-bottom: 1rem;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem;
  }
  .mb-sm-5 {
    margin-bottom: 3rem;
  }
  .mb-sm-auto {
    margin-bottom: auto;
  }
  .ms-sm-0 {
    margin-left: 0;
  }
  .ms-sm-1 {
    margin-left: 0.25rem;
  }
  .ms-sm-2 {
    margin-left: 0.5rem;
  }
  .ms-sm-3 {
    margin-left: 1rem;
  }
  .ms-sm-4 {
    margin-left: 1.5rem;
  }
  .ms-sm-5 {
    margin-left: 3rem;
  }
  .ms-sm-auto {
    margin-left: auto;
  }
  .p-sm-0 {
    padding: 0;
  }
  .p-sm-1 {
    padding: 0.25rem;
  }
  .p-sm-2 {
    padding: 0.5rem;
  }
  .p-sm-3 {
    padding: 1rem;
  }
  .p-sm-4 {
    padding: 1.5rem;
  }
  .p-sm-5 {
    padding: 3rem;
  }
  .px-sm-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-sm-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-sm-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-sm-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-sm-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-sm-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-sm-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-sm-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-sm-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-sm-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-sm-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-sm-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-sm-0 {
    padding-top: 0;
  }
  .pt-sm-1 {
    padding-top: 0.25rem;
  }
  .pt-sm-2 {
    padding-top: 0.5rem;
  }
  .pt-sm-3 {
    padding-top: 1rem;
  }
  .pt-sm-4 {
    padding-top: 1.5rem;
  }
  .pt-sm-5 {
    padding-top: 3rem;
  }
  .pe-sm-0 {
    padding-right: 0;
  }
  .pe-sm-1 {
    padding-right: 0.25rem;
  }
  .pe-sm-2 {
    padding-right: 0.5rem;
  }
  .pe-sm-3 {
    padding-right: 1rem;
  }
  .pe-sm-4 {
    padding-right: 1.5rem;
  }
  .pe-sm-5 {
    padding-right: 3rem;
  }
  .pb-sm-0 {
    padding-bottom: 0;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem;
  }
  .pb-sm-3 {
    padding-bottom: 1rem;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem;
  }
  .pb-sm-5 {
    padding-bottom: 3rem;
  }
  .ps-sm-0 {
    padding-left: 0;
  }
  .ps-sm-1 {
    padding-left: 0.25rem;
  }
  .ps-sm-2 {
    padding-left: 0.5rem;
  }
  .ps-sm-3 {
    padding-left: 1rem;
  }
  .ps-sm-4 {
    padding-left: 1.5rem;
  }
  .ps-sm-5 {
    padding-left: 3rem;
  }
  .gap-sm-0 {
    gap: 0;
  }
  .gap-sm-1 {
    gap: 0.25rem;
  }
  .gap-sm-2 {
    gap: 0.5rem;
  }
  .gap-sm-3 {
    gap: 1rem;
  }
  .gap-sm-4 {
    gap: 1.5rem;
  }
  .gap-sm-5 {
    gap: 3rem;
  }
  .row-gap-sm-0 {
    row-gap: 0;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem;
  }
  .row-gap-sm-3 {
    row-gap: 1rem;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem;
  }
  .row-gap-sm-5 {
    row-gap: 3rem;
  }
  .column-gap-sm-0 {
    column-gap: 0;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem;
  }
  .column-gap-sm-3 {
    column-gap: 1rem;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem;
  }
  .column-gap-sm-5 {
    column-gap: 3rem;
  }
  .text-sm-start {
    text-align: left;
  }
  .text-sm-end {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left;
  }
  .float-md-end {
    float: right;
  }
  .float-md-none {
    float: none;
  }
  .object-fit-md-contain {
    object-fit: contain;
  }
  .object-fit-md-cover {
    object-fit: cover;
  }
  .object-fit-md-fill {
    object-fit: fill;
  }
  .object-fit-md-scale {
    object-fit: scale-down;
  }
  .object-fit-md-none {
    object-fit: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-grid {
    display: grid;
  }
  .d-md-inline-grid {
    display: inline-grid;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-none {
    display: none;
  }
  .flex-md-fill {
    flex: 1 1 auto;
  }
  .flex-md-row {
    flex-direction: row;
  }
  .flex-md-column {
    flex-direction: column;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-md-grow-0 {
    flex-grow: 0;
  }
  .flex-md-grow-1 {
    flex-grow: 1;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1;
  }
  .flex-md-wrap {
    flex-wrap: wrap;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    justify-content: flex-start;
  }
  .justify-content-md-end {
    justify-content: flex-end;
  }
  .justify-content-md-center {
    justify-content: center;
  }
  .justify-content-md-between {
    justify-content: space-between;
  }
  .justify-content-md-around {
    justify-content: space-around;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly;
  }
  .align-items-md-start {
    align-items: flex-start;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .align-items-md-center {
    align-items: center;
  }
  .align-items-md-baseline {
    align-items: baseline;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .align-content-md-start {
    align-content: flex-start;
  }
  .align-content-md-end {
    align-content: flex-end;
  }
  .align-content-md-center {
    align-content: center;
  }
  .align-content-md-between {
    align-content: space-between;
  }
  .align-content-md-around {
    align-content: space-around;
  }
  .align-content-md-stretch {
    align-content: stretch;
  }
  .align-self-md-auto {
    align-self: auto;
  }
  .align-self-md-start {
    align-self: flex-start;
  }
  .align-self-md-end {
    align-self: flex-end;
  }
  .align-self-md-center {
    align-self: center;
  }
  .align-self-md-baseline {
    align-self: baseline;
  }
  .align-self-md-stretch {
    align-self: stretch;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-last {
    order: 6;
  }
  .m-md-0 {
    margin: 0;
  }
  .m-md-1 {
    margin: 0.25rem;
  }
  .m-md-2 {
    margin: 0.5rem;
  }
  .m-md-3 {
    margin: 1rem;
  }
  .m-md-4 {
    margin: 1.5rem;
  }
  .m-md-5 {
    margin: 3rem;
  }
  .m-md-auto {
    margin: auto;
  }
  .mx-md-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-md-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-md-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-md-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-md-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-md-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-md-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-md-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-md-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-md-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-md-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 0.25rem;
  }
  .mt-md-2 {
    margin-top: 0.5rem;
  }
  .mt-md-3 {
    margin-top: 1rem;
  }
  .mt-md-4 {
    margin-top: 1.5rem;
  }
  .mt-md-5 {
    margin-top: 3rem;
  }
  .mt-md-auto {
    margin-top: auto;
  }
  .me-md-0 {
    margin-right: 0;
  }
  .me-md-1 {
    margin-right: 0.25rem;
  }
  .me-md-2 {
    margin-right: 0.5rem;
  }
  .me-md-3 {
    margin-right: 1rem;
  }
  .me-md-4 {
    margin-right: 1.5rem;
  }
  .me-md-5 {
    margin-right: 3rem;
  }
  .me-md-auto {
    margin-right: auto;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem;
  }
  .mb-md-3 {
    margin-bottom: 1rem;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem;
  }
  .mb-md-5 {
    margin-bottom: 3rem;
  }
  .mb-md-auto {
    margin-bottom: auto;
  }
  .ms-md-0 {
    margin-left: 0;
  }
  .ms-md-1 {
    margin-left: 0.25rem;
  }
  .ms-md-2 {
    margin-left: 0.5rem;
  }
  .ms-md-3 {
    margin-left: 1rem;
  }
  .ms-md-4 {
    margin-left: 1.5rem;
  }
  .ms-md-5 {
    margin-left: 3rem;
  }
  .ms-md-auto {
    margin-left: auto;
  }
  .p-md-0 {
    padding: 0;
  }
  .p-md-1 {
    padding: 0.25rem;
  }
  .p-md-2 {
    padding: 0.5rem;
  }
  .p-md-3 {
    padding: 1rem;
  }
  .p-md-4 {
    padding: 1.5rem;
  }
  .p-md-5 {
    padding: 3rem;
  }
  .px-md-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-md-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-md-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-md-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-md-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-md-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-md-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-md-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-md-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-md-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-md-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-md-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-md-0 {
    padding-top: 0;
  }
  .pt-md-1 {
    padding-top: 0.25rem;
  }
  .pt-md-2 {
    padding-top: 0.5rem;
  }
  .pt-md-3 {
    padding-top: 1rem;
  }
  .pt-md-4 {
    padding-top: 1.5rem;
  }
  .pt-md-5 {
    padding-top: 3rem;
  }
  .pe-md-0 {
    padding-right: 0;
  }
  .pe-md-1 {
    padding-right: 0.25rem;
  }
  .pe-md-2 {
    padding-right: 0.5rem;
  }
  .pe-md-3 {
    padding-right: 1rem;
  }
  .pe-md-4 {
    padding-right: 1.5rem;
  }
  .pe-md-5 {
    padding-right: 3rem;
  }
  .pb-md-0 {
    padding-bottom: 0;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem;
  }
  .pb-md-3 {
    padding-bottom: 1rem;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem;
  }
  .pb-md-5 {
    padding-bottom: 3rem;
  }
  .ps-md-0 {
    padding-left: 0;
  }
  .ps-md-1 {
    padding-left: 0.25rem;
  }
  .ps-md-2 {
    padding-left: 0.5rem;
  }
  .ps-md-3 {
    padding-left: 1rem;
  }
  .ps-md-4 {
    padding-left: 1.5rem;
  }
  .ps-md-5 {
    padding-left: 3rem;
  }
  .gap-md-0 {
    gap: 0;
  }
  .gap-md-1 {
    gap: 0.25rem;
  }
  .gap-md-2 {
    gap: 0.5rem;
  }
  .gap-md-3 {
    gap: 1rem;
  }
  .gap-md-4 {
    gap: 1.5rem;
  }
  .gap-md-5 {
    gap: 3rem;
  }
  .row-gap-md-0 {
    row-gap: 0;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem;
  }
  .row-gap-md-3 {
    row-gap: 1rem;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem;
  }
  .row-gap-md-5 {
    row-gap: 3rem;
  }
  .column-gap-md-0 {
    column-gap: 0;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem;
  }
  .column-gap-md-3 {
    column-gap: 1rem;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem;
  }
  .column-gap-md-5 {
    column-gap: 3rem;
  }
  .text-md-start {
    text-align: left;
  }
  .text-md-end {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left;
  }
  .float-lg-end {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
  .object-fit-lg-contain {
    object-fit: contain;
  }
  .object-fit-lg-cover {
    object-fit: cover;
  }
  .object-fit-lg-fill {
    object-fit: fill;
  }
  .object-fit-lg-scale {
    object-fit: scale-down;
  }
  .object-fit-lg-none {
    object-fit: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-grid {
    display: grid;
  }
  .d-lg-inline-grid {
    display: inline-grid;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-none {
    display: none;
  }
  .flex-lg-fill {
    flex: 1 1 auto;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-lg-grow-0 {
    flex-grow: 0;
  }
  .flex-lg-grow-1 {
    flex-grow: 1;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1;
  }
  .flex-lg-wrap {
    flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    justify-content: flex-start;
  }
  .justify-content-lg-end {
    justify-content: flex-end;
  }
  .justify-content-lg-center {
    justify-content: center;
  }
  .justify-content-lg-between {
    justify-content: space-between;
  }
  .justify-content-lg-around {
    justify-content: space-around;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly;
  }
  .align-items-lg-start {
    align-items: flex-start;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-baseline {
    align-items: baseline;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .align-content-lg-start {
    align-content: flex-start;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-between {
    align-content: space-between;
  }
  .align-content-lg-around {
    align-content: space-around;
  }
  .align-content-lg-stretch {
    align-content: stretch;
  }
  .align-self-lg-auto {
    align-self: auto;
  }
  .align-self-lg-start {
    align-self: flex-start;
  }
  .align-self-lg-end {
    align-self: flex-end;
  }
  .align-self-lg-center {
    align-self: center;
  }
  .align-self-lg-baseline {
    align-self: baseline;
  }
  .align-self-lg-stretch {
    align-self: stretch;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-last {
    order: 6;
  }
  .m-lg-0 {
    margin: 0;
  }
  .m-lg-1 {
    margin: 0.25rem;
  }
  .m-lg-2 {
    margin: 0.5rem;
  }
  .m-lg-3 {
    margin: 1rem;
  }
  .m-lg-4 {
    margin: 1.5rem;
  }
  .m-lg-5 {
    margin: 3rem;
  }
  .m-lg-auto {
    margin: auto;
  }
  .mx-lg-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-lg-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-lg-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-lg-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-lg-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-lg-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-lg-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-lg-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-lg-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-lg-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 0.25rem;
  }
  .mt-lg-2 {
    margin-top: 0.5rem;
  }
  .mt-lg-3 {
    margin-top: 1rem;
  }
  .mt-lg-4 {
    margin-top: 1.5rem;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mt-lg-auto {
    margin-top: auto;
  }
  .me-lg-0 {
    margin-right: 0;
  }
  .me-lg-1 {
    margin-right: 0.25rem;
  }
  .me-lg-2 {
    margin-right: 0.5rem;
  }
  .me-lg-3 {
    margin-right: 1rem;
  }
  .me-lg-4 {
    margin-right: 1.5rem;
  }
  .me-lg-5 {
    margin-right: 3rem;
  }
  .me-lg-auto {
    margin-right: auto;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem;
  }
  .mb-lg-3 {
    margin-bottom: 1rem;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem;
  }
  .mb-lg-5 {
    margin-bottom: 3rem;
  }
  .mb-lg-auto {
    margin-bottom: auto;
  }
  .ms-lg-0 {
    margin-left: 0;
  }
  .ms-lg-1 {
    margin-left: 0.25rem;
  }
  .ms-lg-2 {
    margin-left: 0.5rem;
  }
  .ms-lg-3 {
    margin-left: 1rem;
  }
  .ms-lg-4 {
    margin-left: 1.5rem;
  }
  .ms-lg-5 {
    margin-left: 3rem;
  }
  .ms-lg-auto {
    margin-left: auto;
  }
  .p-lg-0 {
    padding: 0;
  }
  .p-lg-1 {
    padding: 0.25rem;
  }
  .p-lg-2 {
    padding: 0.5rem;
  }
  .p-lg-3 {
    padding: 1rem;
  }
  .p-lg-4 {
    padding: 1.5rem;
  }
  .p-lg-5 {
    padding: 3rem;
  }
  .px-lg-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-lg-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-lg-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-lg-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-lg-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-lg-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-lg-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-lg-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-lg-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-lg-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-lg-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-lg-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-lg-0 {
    padding-top: 0;
  }
  .pt-lg-1 {
    padding-top: 0.25rem;
  }
  .pt-lg-2 {
    padding-top: 0.5rem;
  }
  .pt-lg-3 {
    padding-top: 1rem;
  }
  .pt-lg-4 {
    padding-top: 1.5rem;
  }
  .pt-lg-5 {
    padding-top: 3rem;
  }
  .pe-lg-0 {
    padding-right: 0;
  }
  .pe-lg-1 {
    padding-right: 0.25rem;
  }
  .pe-lg-2 {
    padding-right: 0.5rem;
  }
  .pe-lg-3 {
    padding-right: 1rem;
  }
  .pe-lg-4 {
    padding-right: 1.5rem;
  }
  .pe-lg-5 {
    padding-right: 3rem;
  }
  .pb-lg-0 {
    padding-bottom: 0;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem;
  }
  .pb-lg-3 {
    padding-bottom: 1rem;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem;
  }
  .pb-lg-5 {
    padding-bottom: 3rem;
  }
  .ps-lg-0 {
    padding-left: 0;
  }
  .ps-lg-1 {
    padding-left: 0.25rem;
  }
  .ps-lg-2 {
    padding-left: 0.5rem;
  }
  .ps-lg-3 {
    padding-left: 1rem;
  }
  .ps-lg-4 {
    padding-left: 1.5rem;
  }
  .ps-lg-5 {
    padding-left: 3rem;
  }
  .gap-lg-0 {
    gap: 0;
  }
  .gap-lg-1 {
    gap: 0.25rem;
  }
  .gap-lg-2 {
    gap: 0.5rem;
  }
  .gap-lg-3 {
    gap: 1rem;
  }
  .gap-lg-4 {
    gap: 1.5rem;
  }
  .gap-lg-5 {
    gap: 3rem;
  }
  .row-gap-lg-0 {
    row-gap: 0;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem;
  }
  .row-gap-lg-3 {
    row-gap: 1rem;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem;
  }
  .row-gap-lg-5 {
    row-gap: 3rem;
  }
  .column-gap-lg-0 {
    column-gap: 0;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem;
  }
  .column-gap-lg-3 {
    column-gap: 1rem;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem;
  }
  .column-gap-lg-5 {
    column-gap: 3rem;
  }
  .text-lg-start {
    text-align: left;
  }
  .text-lg-end {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left;
  }
  .float-xl-end {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
  .object-fit-xl-contain {
    object-fit: contain;
  }
  .object-fit-xl-cover {
    object-fit: cover;
  }
  .object-fit-xl-fill {
    object-fit: fill;
  }
  .object-fit-xl-scale {
    object-fit: scale-down;
  }
  .object-fit-xl-none {
    object-fit: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-grid {
    display: grid;
  }
  .d-xl-inline-grid {
    display: inline-grid;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-none {
    display: none;
  }
  .flex-xl-fill {
    flex: 1 1 auto;
  }
  .flex-xl-row {
    flex-direction: row;
  }
  .flex-xl-column {
    flex-direction: column;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xl-grow-0 {
    flex-grow: 0;
  }
  .flex-xl-grow-1 {
    flex-grow: 1;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xl-wrap {
    flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    justify-content: flex-start;
  }
  .justify-content-xl-end {
    justify-content: flex-end;
  }
  .justify-content-xl-center {
    justify-content: center;
  }
  .justify-content-xl-between {
    justify-content: space-between;
  }
  .justify-content-xl-around {
    justify-content: space-around;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xl-start {
    align-items: flex-start;
  }
  .align-items-xl-end {
    align-items: flex-end;
  }
  .align-items-xl-center {
    align-items: center;
  }
  .align-items-xl-baseline {
    align-items: baseline;
  }
  .align-items-xl-stretch {
    align-items: stretch;
  }
  .align-content-xl-start {
    align-content: flex-start;
  }
  .align-content-xl-end {
    align-content: flex-end;
  }
  .align-content-xl-center {
    align-content: center;
  }
  .align-content-xl-between {
    align-content: space-between;
  }
  .align-content-xl-around {
    align-content: space-around;
  }
  .align-content-xl-stretch {
    align-content: stretch;
  }
  .align-self-xl-auto {
    align-self: auto;
  }
  .align-self-xl-start {
    align-self: flex-start;
  }
  .align-self-xl-end {
    align-self: flex-end;
  }
  .align-self-xl-center {
    align-self: center;
  }
  .align-self-xl-baseline {
    align-self: baseline;
  }
  .align-self-xl-stretch {
    align-self: stretch;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-last {
    order: 6;
  }
  .m-xl-0 {
    margin: 0;
  }
  .m-xl-1 {
    margin: 0.25rem;
  }
  .m-xl-2 {
    margin: 0.5rem;
  }
  .m-xl-3 {
    margin: 1rem;
  }
  .m-xl-4 {
    margin: 1.5rem;
  }
  .m-xl-5 {
    margin: 3rem;
  }
  .m-xl-auto {
    margin: auto;
  }
  .mx-xl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xl-0 {
    margin-top: 0;
  }
  .mt-xl-1 {
    margin-top: 0.25rem;
  }
  .mt-xl-2 {
    margin-top: 0.5rem;
  }
  .mt-xl-3 {
    margin-top: 1rem;
  }
  .mt-xl-4 {
    margin-top: 1.5rem;
  }
  .mt-xl-5 {
    margin-top: 3rem;
  }
  .mt-xl-auto {
    margin-top: auto;
  }
  .me-xl-0 {
    margin-right: 0;
  }
  .me-xl-1 {
    margin-right: 0.25rem;
  }
  .me-xl-2 {
    margin-right: 0.5rem;
  }
  .me-xl-3 {
    margin-right: 1rem;
  }
  .me-xl-4 {
    margin-right: 1.5rem;
  }
  .me-xl-5 {
    margin-right: 3rem;
  }
  .me-xl-auto {
    margin-right: auto;
  }
  .mb-xl-0 {
    margin-bottom: 0;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xl-3 {
    margin-bottom: 1rem;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xl-5 {
    margin-bottom: 3rem;
  }
  .mb-xl-auto {
    margin-bottom: auto;
  }
  .ms-xl-0 {
    margin-left: 0;
  }
  .ms-xl-1 {
    margin-left: 0.25rem;
  }
  .ms-xl-2 {
    margin-left: 0.5rem;
  }
  .ms-xl-3 {
    margin-left: 1rem;
  }
  .ms-xl-4 {
    margin-left: 1.5rem;
  }
  .ms-xl-5 {
    margin-left: 3rem;
  }
  .ms-xl-auto {
    margin-left: auto;
  }
  .p-xl-0 {
    padding: 0;
  }
  .p-xl-1 {
    padding: 0.25rem;
  }
  .p-xl-2 {
    padding: 0.5rem;
  }
  .p-xl-3 {
    padding: 1rem;
  }
  .p-xl-4 {
    padding: 1.5rem;
  }
  .p-xl-5 {
    padding: 3rem;
  }
  .px-xl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xl-0 {
    padding-top: 0;
  }
  .pt-xl-1 {
    padding-top: 0.25rem;
  }
  .pt-xl-2 {
    padding-top: 0.5rem;
  }
  .pt-xl-3 {
    padding-top: 1rem;
  }
  .pt-xl-4 {
    padding-top: 1.5rem;
  }
  .pt-xl-5 {
    padding-top: 3rem;
  }
  .pe-xl-0 {
    padding-right: 0;
  }
  .pe-xl-1 {
    padding-right: 0.25rem;
  }
  .pe-xl-2 {
    padding-right: 0.5rem;
  }
  .pe-xl-3 {
    padding-right: 1rem;
  }
  .pe-xl-4 {
    padding-right: 1.5rem;
  }
  .pe-xl-5 {
    padding-right: 3rem;
  }
  .pb-xl-0 {
    padding-bottom: 0;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xl-3 {
    padding-bottom: 1rem;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xl-5 {
    padding-bottom: 3rem;
  }
  .ps-xl-0 {
    padding-left: 0;
  }
  .ps-xl-1 {
    padding-left: 0.25rem;
  }
  .ps-xl-2 {
    padding-left: 0.5rem;
  }
  .ps-xl-3 {
    padding-left: 1rem;
  }
  .ps-xl-4 {
    padding-left: 1.5rem;
  }
  .ps-xl-5 {
    padding-left: 3rem;
  }
  .gap-xl-0 {
    gap: 0;
  }
  .gap-xl-1 {
    gap: 0.25rem;
  }
  .gap-xl-2 {
    gap: 0.5rem;
  }
  .gap-xl-3 {
    gap: 1rem;
  }
  .gap-xl-4 {
    gap: 1.5rem;
  }
  .gap-xl-5 {
    gap: 3rem;
  }
  .row-gap-xl-0 {
    row-gap: 0;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xl-3 {
    row-gap: 1rem;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xl-5 {
    row-gap: 3rem;
  }
  .column-gap-xl-0 {
    column-gap: 0;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem;
  }
  .column-gap-xl-3 {
    column-gap: 1rem;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem;
  }
  .column-gap-xl-5 {
    column-gap: 3rem;
  }
  .text-xl-start {
    text-align: left;
  }
  .text-xl-end {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left;
  }
  .float-xxl-end {
    float: right;
  }
  .float-xxl-none {
    float: none;
  }
  .object-fit-xxl-contain {
    object-fit: contain;
  }
  .object-fit-xxl-cover {
    object-fit: cover;
  }
  .object-fit-xxl-fill {
    object-fit: fill;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down;
  }
  .object-fit-xxl-none {
    object-fit: none;
  }
  .d-xxl-inline {
    display: inline;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-grid {
    display: grid;
  }
  .d-xxl-inline-grid {
    display: inline-grid;
  }
  .d-xxl-table {
    display: table;
  }
  .d-xxl-table-row {
    display: table-row;
  }
  .d-xxl-table-cell {
    display: table-cell;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-none {
    display: none;
  }
  .flex-xxl-fill {
    flex: 1 1 auto;
  }
  .flex-xxl-row {
    flex-direction: row;
  }
  .flex-xxl-column {
    flex-direction: column;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .justify-content-xxl-start {
    justify-content: flex-start;
  }
  .justify-content-xxl-end {
    justify-content: flex-end;
  }
  .justify-content-xxl-center {
    justify-content: center;
  }
  .justify-content-xxl-between {
    justify-content: space-between;
  }
  .justify-content-xxl-around {
    justify-content: space-around;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly;
  }
  .align-items-xxl-start {
    align-items: flex-start;
  }
  .align-items-xxl-end {
    align-items: flex-end;
  }
  .align-items-xxl-center {
    align-items: center;
  }
  .align-items-xxl-baseline {
    align-items: baseline;
  }
  .align-items-xxl-stretch {
    align-items: stretch;
  }
  .align-content-xxl-start {
    align-content: flex-start;
  }
  .align-content-xxl-end {
    align-content: flex-end;
  }
  .align-content-xxl-center {
    align-content: center;
  }
  .align-content-xxl-between {
    align-content: space-between;
  }
  .align-content-xxl-around {
    align-content: space-around;
  }
  .align-content-xxl-stretch {
    align-content: stretch;
  }
  .align-self-xxl-auto {
    align-self: auto;
  }
  .align-self-xxl-start {
    align-self: flex-start;
  }
  .align-self-xxl-end {
    align-self: flex-end;
  }
  .align-self-xxl-center {
    align-self: center;
  }
  .align-self-xxl-baseline {
    align-self: baseline;
  }
  .align-self-xxl-stretch {
    align-self: stretch;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-last {
    order: 6;
  }
  .m-xxl-0 {
    margin: 0;
  }
  .m-xxl-1 {
    margin: 0.25rem;
  }
  .m-xxl-2 {
    margin: 0.5rem;
  }
  .m-xxl-3 {
    margin: 1rem;
  }
  .m-xxl-4 {
    margin: 1.5rem;
  }
  .m-xxl-5 {
    margin: 3rem;
  }
  .m-xxl-auto {
    margin: auto;
  }
  .mx-xxl-0 {
    margin-right: 0;
    margin-left: 0;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .mx-xxl-3 {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
  .mx-xxl-5 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
  .mx-xxl-auto {
    margin-right: auto;
    margin-left: auto;
  }
  .my-xxl-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xxl-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .my-xxl-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .my-xxl-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .my-xxl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .my-xxl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .my-xxl-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mt-xxl-0 {
    margin-top: 0;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem;
  }
  .mt-xxl-3 {
    margin-top: 1rem;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem;
  }
  .mt-xxl-5 {
    margin-top: 3rem;
  }
  .mt-xxl-auto {
    margin-top: auto;
  }
  .me-xxl-0 {
    margin-right: 0;
  }
  .me-xxl-1 {
    margin-right: 0.25rem;
  }
  .me-xxl-2 {
    margin-right: 0.5rem;
  }
  .me-xxl-3 {
    margin-right: 1rem;
  }
  .me-xxl-4 {
    margin-right: 1.5rem;
  }
  .me-xxl-5 {
    margin-right: 3rem;
  }
  .me-xxl-auto {
    margin-right: auto;
  }
  .mb-xxl-0 {
    margin-bottom: 0;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem;
  }
  .mb-xxl-auto {
    margin-bottom: auto;
  }
  .ms-xxl-0 {
    margin-left: 0;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem;
  }
  .ms-xxl-3 {
    margin-left: 1rem;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem;
  }
  .ms-xxl-5 {
    margin-left: 3rem;
  }
  .ms-xxl-auto {
    margin-left: auto;
  }
  .p-xxl-0 {
    padding: 0;
  }
  .p-xxl-1 {
    padding: 0.25rem;
  }
  .p-xxl-2 {
    padding: 0.5rem;
  }
  .p-xxl-3 {
    padding: 1rem;
  }
  .p-xxl-4 {
    padding: 1.5rem;
  }
  .p-xxl-5 {
    padding: 3rem;
  }
  .px-xxl-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .px-xxl-1 {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .px-xxl-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .px-xxl-3 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .px-xxl-4 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .px-xxl-5 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .py-xxl-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .py-xxl-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .py-xxl-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .py-xxl-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py-xxl-4 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .py-xxl-5 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pt-xxl-0 {
    padding-top: 0;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem;
  }
  .pt-xxl-3 {
    padding-top: 1rem;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem;
  }
  .pt-xxl-5 {
    padding-top: 3rem;
  }
  .pe-xxl-0 {
    padding-right: 0;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem;
  }
  .pe-xxl-3 {
    padding-right: 1rem;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem;
  }
  .pe-xxl-5 {
    padding-right: 3rem;
  }
  .pb-xxl-0 {
    padding-bottom: 0;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem;
  }
  .ps-xxl-0 {
    padding-left: 0;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem;
  }
  .ps-xxl-3 {
    padding-left: 1rem;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem;
  }
  .ps-xxl-5 {
    padding-left: 3rem;
  }
  .gap-xxl-0 {
    gap: 0;
  }
  .gap-xxl-1 {
    gap: 0.25rem;
  }
  .gap-xxl-2 {
    gap: 0.5rem;
  }
  .gap-xxl-3 {
    gap: 1rem;
  }
  .gap-xxl-4 {
    gap: 1.5rem;
  }
  .gap-xxl-5 {
    gap: 3rem;
  }
  .row-gap-xxl-0 {
    row-gap: 0;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem;
  }
  .column-gap-xxl-0 {
    column-gap: 0;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem;
  }
  .text-xxl-start {
    text-align: left;
  }
  .text-xxl-end {
    text-align: right;
  }
  .text-xxl-center {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem;
  }
  .fs-2 {
    font-size: 1.75rem;
  }
  .fs-3 {
    font-size: 1.5rem;
  }
}
@media print {
  .d-print-inline {
    display: inline;
  }
  .d-print-inline-block {
    display: inline-block;
  }
  .d-print-block {
    display: block;
  }
  .d-print-grid {
    display: grid;
  }
  .d-print-inline-grid {
    display: inline-grid;
  }
  .d-print-table {
    display: table;
  }
  .d-print-table-row {
    display: table-row;
  }
  .d-print-table-cell {
    display: table-cell;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: inline-flex;
  }
  .d-print-none {
    display: none;
  }
}
/*
Tiny slider
==================================================
Import of Tiny slider vendor.

https://github.com/ganlanyuan/tiny-slider

@sw-package framework
*/
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/*
Datepicker
==================================================
Import of flatpickr vendor.

https://flatpickr.js.org/getting-started/
*/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch \0 ;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*
 * Base stuff
 * ---------- */
/*
Base
==================================================
Contains global base styles for all pages

@sw-package framework
*/
html {
  /* stylelint-disable selector-class-pattern -- allow BEM here as it is a generated class name from the administration
     * sw-text-editor component adds a column selector to configure the width of table columns
     * this must no be shown in the storefront as it breaks table layouts
     */
  /* stylelint-enable selector-class-pattern */
}
html.no-scroll {
  position: relative;
  overflow: hidden;
}
html .sw-text-editor-table .sw-text-editor-table__col {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}
html .sw-text-editor-table .sw-text-editor-table__col-selector {
  display: none;
}
html .sw-text-editor-table__head td {
  background: #eee;
}
:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
@media (max-width: 575.98px) {
  :root {
    --sw-current-breakpoint: "xs";
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  :root {
    --sw-current-breakpoint: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --sw-current-breakpoint: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --sw-current-breakpoint: "lg";
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  :root {
    --sw-current-breakpoint: "xl";
  }
}
@media (min-width: 1400px) {
  :root {
    --sw-current-breakpoint: "xxl";
  }
}
/*
Reboot
==================================================
Reboot styles using only element selectors.

@sw-package framework

https://getbootstrap.com/docs/5.2/content/reboot
*/
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
a[data-ajax-modal] {
  text-decoration: underline;
}
/*
 * Components
 * ---------- */
/*
Alert
==============================================
Custom styling for bootstrap alert component.

https://getbootstrap.com/docs/5.2/components/alerts
*/
.alert-list {
  padding-left: 20px;
  margin-bottom: 0;
}
/*
Card
==============================================
Custom styling for bootstrap card component.

https://getbootstrap.com/docs/5.2/components/card
*/
.card-title {
  color: #ff0000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
.card-col {
  margin-bottom: 1rem;
  display: flex;
}
.card-col .card {
  width: 100%;
}
.card-col .card-body {
  display: flex;
  flex-direction: column;
}
.card-actions {
  align-items: flex-start;
  margin-top: auto;
}
/*
Sidebar category navigation
==============================================
Styling for category navigation component.
*/
.category-navigation {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.category-navigation.level-0 > .category-navigation-entry {
  border-bottom: 1px solid #eaeaf0;
}
.category-navigation.level-0 {
  padding-left: 0;
  font-size: 16px;
}
.category-navigation.level-1 {
  font-size: 14px;
}
.category-navigation.level-2 {
  font-size: 12px;
}
.category-navigation-entry {
  margin: 0;
  padding: 0;
}
.category-navigation-link {
  display: block;
  padding: 8px 20px;
  font-weight: 400;
  color: #1a1a1a;
  text-decoration: none;
}
.category-navigation-link:hover {
  text-decoration: none;
}
.category-navigation-link.is-active {
  color: #ff0000;
  font-weight: 600;
}
.category-navigation-link.in-path {
  font-weight: 600;
}
/*
Backdrop
==============================================
Custom styling for backdrop used by bootstrap modal und custom offcanvas component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal-backdrop {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
}
@media (prefers-reduced-motion: reduce) {
  .modal-backdrop {
    transition: none;
  }
}
.modal-backdrop.modal-backdrop-open {
  opacity: 1;
}
.modal-backdrop > .loader, .maxia-variants-table-container .table-container-loader .element-loader-backdrop.modal-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop.modal-backdrop > .table-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
/*
Base slider
==============================================
Styling for base slider component.
Contains minimal styling for a slider with arrow and/or dot navigation.
based on: https://github.com/ganlanyuan/tiny-slider
*/
.base-slider {
  position: relative;
  overflow: hidden;
}
.base-slider .tns-nav, .base-slider .base-slider-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px 0;
}
.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
  background-color: #4a545b;
  border: 0;
  height: 8px;
  width: 8px;
  padding: 8px;
  border-radius: 50%;
  margin: 0 8px;
}
.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
  background-color: #ff0000;
}
.base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button.tns-nav-active {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.base-slider .tns-nav .base-slider-dot:focus, .base-slider .tns-nav button:focus, .base-slider .base-slider-dots .base-slider-dot:focus, .base-slider .base-slider-dots button:focus {
  outline: none;
}
.base-slider.has-dots-outside {
  padding-bottom: 40px;
}
.base-slider.has-dots-outside .tns-nav, .base-slider.has-dots-outside .base-slider-dots {
  bottom: auto;
}
.base-slider.has-nav-outside {
  padding-left: 25px;
  padding-right: 25px;
}
.base-slider .tns-ovh {
  overflow: visible;
}
.base-slider-controls {
  margin-bottom: 0;
}
.base-slider-controls-prev, .base-slider-controls-next {
  display: block;
  width: 30px;
  height: 65px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 68px;
  transition: opacity 0.15s ease;
  cursor: pointer;
  padding: 0;
  color: #1a1a1a;
  background: #ffffff;
  border: 1px solid #ffffff;
}
.base-slider-controls-prev .icon, .base-slider-controls-next .icon {
  color: currentColor;
}
.base-slider-controls-prev:hover, .base-slider-controls-next:hover {
  border-color: #ff0000;
  color: #ff0000;
}
.base-slider-controls-prev[disabled], .base-slider-controls-next[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.base-slider-controls-prev {
  border-radius: 0 0px 0px 0;
}
.base-slider-controls-prev.is-nav-prev-outside {
  border-radius: 0px 0 0 0px;
}
.base-slider-controls-next {
  border-radius: 0px 0 0 0px;
}
.base-slider-controls-next.is-nav-next-outside {
  border-radius: 0 0px 0px 0;
}
@media (min-width: 768px) {
  .base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
    margin: 0 5px;
  }
  .base-slider .tns-nav.hide-dots, .base-slider .base-slider-dots.hide-dots {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .base-slider .tns-nav, .base-slider .base-slider-dots {
    width: 55%;
    text-align: center;
  }
  .base-slider .tns-nav.hide-dots, .base-slider .tns-nav.hide-dots-mobile, .base-slider .base-slider-dots.hide-dots, .base-slider .base-slider-dots.hide-dots-mobile {
    display: none;
  }
}
/*
Image slider
==============================================
Styling for image slider component.
Displays images in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.image-slider.has-nav-outside .image-slider-item-container {
  padding: 0 25px;
}
.image-slider-container {
  position: relative;
  height: 100%;
}
.image-slider-container.has-vertical-align {
  display: flex;
}
.image-slider-container.has-vertical-align.is-align-top {
  align-items: flex-start;
}
.image-slider-container.has-vertical-align.is-align-center {
  align-items: center;
}
.image-slider-container.has-vertical-align.is-align-bottom {
  align-items: flex-end;
}
.image-slider-container .image-slider-image {
  display: block;
  width: 100%;
}
.image-slider-container .image-slider-item {
  display: grid;
  max-width: 100%;
  position: relative;
}
.image-slider-container .image-slider-item.is-not-first {
  display: none;
}
.image-slider-container .image-slider-item.is-cover {
  height: 100%;
}
.image-slider-container .image-slider-item.is-cover .image-slider-image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-slider-container .image-slider-link {
  display: block;
}
.js-slider-initialized .image-slider-item.is-not-first {
  display: block;
}
.image-slider-controls-prev.is-nav-prev-inside {
  left: 0;
}
.image-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.image-slider-controls-next.is-nav-next-inside {
  right: 0;
}
.image-slider-controls-next.is-nav-next-outside {
  right: 0;
}
@media (min-width: 768px) {
  .image-slider-controls-prev.is-nav-prev-outside {
    left: -5px;
  }
  .image-slider-controls-next.is-nav-next-outside {
    right: -5px;
  }
}
/*
Product slider
==============================================
Styling for product slider component.
Displays product-boxes in a reusable slider component.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.product-slider.has-border {
  border: 1px solid #eaeaf0;
  border-radius: 0px;
  padding: 25px;
}
.product-slider-container {
  padding-bottom: 1px;
}
.product-slider-controls-prev, .product-slider-controls-next {
  border: 0;
  background: none;
}
.product-slider-controls-prev.is-nav-prev-inside, .product-slider-controls-prev.is-nav-next-inside, .product-slider-controls-next.is-nav-prev-inside, .product-slider-controls-next.is-nav-next-inside {
  background: var(--bs-gray-200);
}
.product-slider-controls-prev {
  left: -10px;
}
.product-slider-controls-prev.has-border {
  left: 0;
}
.product-slider-controls-prev.is-nav-prev-inside {
  left: 0;
}
.product-slider-controls-prev.is-nav-prev-inside.has-border {
  left: 25px;
}
.product-slider-controls-next {
  right: -10px;
}
.product-slider-controls-next.has-border {
  right: 0;
}
.product-slider-controls-next.is-nav-next-inside {
  right: 0;
}
.product-slider-controls-next.is-nav-next-inside.has-border {
  right: 25px;
}
/*
Gallery slider
==============================================
Styling for gallery slider component.
Displays images in a slider gallery with thumbnail navigation.
based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)
*/
.gallery-slider {
  width: 99.9%;
}
.gallery-slider.has-nav-outside .gallery-slider-item-container {
  padding: 0 25px;
}
.gallery-slider-row {
  margin-bottom: 1rem;
}
.gallery-slider-row.is-loading {
  height: auto;
  overflow: hidden;
}
.gallery-slider-row.is-loading .gallery-slider-item-container:not(:first-child) {
  display: none;
}
.gallery-slider-row.is-loading .gallery-slider-thumbnails-col.is-underneath {
  display: none;
}
.gallery-slider-row.is-loading .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails {
  max-height: 425px;
  overflow: hidden;
}
.gallery-slider-row.is-single-image {
  justify-content: center;
}
.gallery-slider-single-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slider-container {
  position: relative;
  height: 100%;
}
.gallery-slider-container .gallery-slider-image {
  display: block;
}
.gallery-slider-container.has-vertical-align {
  display: flex;
}
.gallery-slider-container.has-vertical-align.is-align-top {
  align-items: flex-start;
}
.gallery-slider-container.has-vertical-align.is-align-center {
  align-items: center;
}
.gallery-slider-container.has-vertical-align.is-align-bottom {
  align-items: flex-end;
}
.gallery-slider-item, .gallery-slider-single-image {
  position: relative;
  backface-visibility: hidden;
  cursor: default;
  display: block;
  height: 100%;
  max-width: 100%;
}
.gallery-slider-item.is-cover, .gallery-slider-item.is-contain, .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
  height: 100%;
}
.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
.gallery-slider-item.is-cover .gallery-slider-image, .gallery-slider-single-image.is-cover .gallery-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-slider-item.is-contain .gallery-slider-image, .gallery-slider-single-image.is-contain .gallery-slider-image {
  margin: auto;
  object-fit: contain;
}
.gallery-slider-controls-prev {
  left: 0;
}
.gallery-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.gallery-slider-controls-next {
  right: 0;
}
.gallery-slider-controls-next.is-nav-next-outside {
  right: 0;
}
.gallery-slider-thumbnails-container {
  position: relative;
}
.gallery-slider-thumbnails-container .tns-inner {
  display: flex;
  justify-content: center;
}
.gallery-slider-thumbnails-container.is-underneath .tns-inner {
  display: block;
}
.gallery-slider-thumbnails-container.is-underneath .tns-outer {
  margin: 0 30px;
}
.gallery-slider-thumbnails-container.hide-thumbs {
  display: none;
}
.gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col .gallery-slider-thumbnails-controls-next {
  border: 0;
  background: none;
  height: 30px;
  width: 65px;
  line-height: normal;
}
.gallery-slider-thumbnails-col.is-left {
  padding-right: 0;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev {
  top: -30px;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
  bottom: -20px;
  top: auto;
}
.gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-controls-next {
  left: 50%;
  transform: translateX(-50%);
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev {
  left: -25px;
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
  right: -25px;
}
.gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-prev, .gallery-slider-thumbnails-col.is-underneath .gallery-slider-thumbnails-controls-next {
  transform: translateY(-30%);
}
.gallery-slider-modal-controls {
  z-index: 10;
}
.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-prev {
  left: 0;
}
.gallery-slider-modal-controls .gallery-slider-thumbnails-controls-next {
  right: 0;
}
.gallery-slider-thumbnails.is-underneath {
  display: flex;
  margin-top: 1rem;
}
.gallery-slider-thumbnails.is-underneath .gallery-slider-thumbnails-item {
  width: auto;
}
.gallery-slider-thumbnails-item {
  cursor: pointer;
  height: 75px;
  width: 75px;
}
.gallery-slider-thumbnails-item.tns-nav-active .gallery-slider-thumbnails-item-inner {
  border-color: #ff0000;
}
.gallery-slider-thumbnails-item-inner {
  border: 1px solid #eaeaf0;
  border-radius: 0px;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.gallery-slider-thumbnails-image, .gallery-slider-image {
  flex: 0 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.gallery-slider-thumbnails-play-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery-slider-thumbnails-play-button::before, .gallery-slider-thumbnails-play-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.gallery-slider-thumbnails-play-button::before {
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.gallery-slider-thumbnails-play-button::after {
  transform: translate(-40%, -50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
}
.gallery-slider-thumbnails-controls {
  display: none;
  margin: 0;
}
.gallery-slider-canvas-disabled .spatial-canvas-spinner {
  display: none;
}
.gallery-slider-canvas-disabled .gallery-slider-spatial-canvas-wrapper {
  display: none;
}
.spatial-anim-container .spatial-anim-button {
  height: 40px;
  width: 40px;
  border: none;
  outline: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.7);
}
.spatial-anim-container .spatial-anim-button.spatial-anim-play .icon-play {
  display: none;
}
.spatial-anim-container .spatial-anim-button:not(.spatial-anim-play) .icon-pause {
  display: none;
}
.spatial-anim-container .spatial-anim-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--bs-white);
  width: 16px;
  height: 16px;
}
.spatial-anim-container .spatial-anim-button .icon svg {
  top: unset;
}
.spatial-anim-container .spatial-anim-button-circle {
  --stroke-width: 3px;
  --circomference: calc((50% - (var(--stroke-width) / 2)) * 3.14 * 2);
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.spatial-anim-container .spatial-anim-button-circle circle {
  fill: none;
  stroke-width: var(--stroke-width);
  stroke: var(--bs-white, #fff);
  stroke-dasharray: var(--circomference);
  stroke-dashoffset: calc(var(--circomference) * (1 - var(--progress, 0)));
  stroke-linecap: round;
  position: relative;
}
.spatial-anim-container .spatial-anim-switch-container .icon {
  position: absolute;
  right: 12px;
  width: 12px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bs-white);
  pointer-events: none;
}
.spatial-anim-container .spatial-anim-switch-container svg {
  top: unset;
}
.spatial-anim-container .spatial-anim-switch {
  appearance: none;
  height: 40px;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.7);
  color: var(--bs-white, #fff);
  border-radius: 8px;
  border: none;
  outline: none;
  padding: 0 34px 0 12px;
}
.spatial-canvas-note {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4a545b;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.spatial-canvas-note.spatial-canvas-note--hidden {
  opacity: 0;
}
.spatial-canvas-note.spatial-slider-movement-note {
  bottom: 86px;
}
.ar-button {
  top: 10px;
  right: 9px;
  height: 32px;
  border: 2px solid #bcc1c7;
  border-radius: 5px;
  background-color: #fff;
}
.ar-button .icon-augmented {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.ar-button .icon-augmented svg {
  top: unset;
}
.ar-button:hover {
  box-shadow: 0 0 11px #bcc1c7;
}
.gallery-slider-spatial-canvas-wrapper {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery-slider-spatial-canvas-wrapper.spatial-canvas-display {
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 575.98px) {
  .gallery-slider-item.is-cover, .gallery-slider-item.is-contain {
    min-height: 225px !important;
  }
}
@media (max-width: 767.98px) {
  .gallery-slider-single-image.is-cover, .gallery-slider-single-image.is-contain {
    min-height: 225px !important;
  }
}
@media (min-width: 768px) {
  .gallery-slider-row {
    justify-content: center;
  }
  .gallery-slider-thumbnails-controls {
    display: block;
  }
  .gallery-slider-thumbnails-col.is-left .gallery-slider-thumbnails-item {
    margin-bottom: 0 !important;
    padding-bottom: 10px;
  }
}
/*
Magnifier
==============================================
Styling for magnifier component.
Displays a lens over a single image or gallery slider and shows the magnified version of the image.
*/
.magnifier-overlay, .magnifier-zoom-image {
  background-clip: padding-box;
  opacity: 0;
  animation: magnifyLensFade 0.5s forwards;
  pointer-events: none;
  z-index: 1100;
}
.magnifier-overlay {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #eaeaf0;
}
.magnifier-zoom-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  top: 0;
  left: 0;
}
@keyframes magnifyLensFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
Zoom modal
==============================================
Styling for zoom modal component.
Displays a single image or a gallery slider in a zoom modal with zoom functions.
*/
.zoom-modal-wrapper {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.modal.zoom-modal {
  overflow: hidden;
}
.modal.zoom-modal .zoom-modal-actions, .modal.zoom-modal .btn-close {
  position: absolute;
  top: 0;
  opacity: 1;
  z-index: 1051;
  margin: 15px;
}
.modal.zoom-modal .zoom-modal-actions {
  left: 0;
}
.modal.zoom-modal .btn-close {
  right: 0;
}
.modal.zoom-modal .modal-dialog .modal-content, .modal.zoom-modal .modal-dialog .modal-body, .modal.zoom-modal .modal-dialog .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal.zoom-modal .modal-dialog .confirm-message {
  padding: 0;
  overflow: hidden;
}
.modal.zoom-modal .modal-footer {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0 1rem;
  justify-content: center;
  background-color: #fff;
  margin: 0 30px;
}
.modal.zoom-modal .gallery-slider {
  top: 0;
  bottom: 0;
  position: absolute;
  height: auto;
  width: 100%;
}
.modal.zoom-modal .gallery-slider-thumbnails {
  margin: 0 auto;
}
.modal.zoom-modal .gallery-slider-controls-next {
  right: 0;
}
.modal.zoom-modal .gallery-slider-controls-prev {
  left: 0;
}
.modal.zoom-modal .gallery-slider-thumbnails-item {
  width: auto;
}
.modal.zoom-modal .gallery-slider-thumbnails-controls-next {
  right: -30px;
}
.modal.zoom-modal .gallery-slider-thumbnails-controls-prev {
  left: -30px;
}
.modal.zoom-modal .image-zoom-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  touch-action: auto !important;
  -webkit-user-select: auto !important;
  -webkit-touch-callout: default !important;
  -webkit-user-drag: auto !important;
}
.modal.zoom-modal .image-zoom-container > * {
  position: relative;
}
.modal.zoom-modal .image-zoom-btn.disabled {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .modal.zoom-modal .gallery-slider {
    bottom: 100px;
  }
  .modal.zoom-modal .modal-footer {
    display: flex;
  }
}
/*
OffCanvas
==============================================
Move page content like the navigation menu in a sliding OffCanvas menu.
The sliding direction can be left or right.

@see https://getbootstrap.com/docs/5.2/components/offcanvas
*/
.offcanvas {
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
.offcanvas.offcanvas-start .offcanvas-close {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.offcanvas.offcanvas-bottom {
  --bs-offcanvas-height: 90%;
  border-radius: 8px 8px 0 0;
}
.offcanvas.is-fullwidth {
  width: 100%;
}
.offcanvas .offcanvas-header {
  --bs-offcanvas-padding-y: 0;
  --bs-offcanvas-padding-x: 0;
  background-color: #fff;
}
.offcanvas .offcanvas-header .offcanvas-title {
  font-size: 24px;
  font-weight: 600;
}
.offcanvas .offcanvas-footer {
  bottom: 0;
  top: auto;
}
.offcanvas .offcanvas-close {
  width: 100%;
  border-radius: 0;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: left;
}
.offcanvas .offcanvas-close:focus-visible {
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
}
.offcanvas > .loader, .maxia-variants-table-container .table-container-loader .element-loader-backdrop.offcanvas > .table-loader, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop.offcanvas > .table-loader, .offcanvas .offcanvas-body > .loader, .offcanvas .maxia-variants-table-container .table-container-loader .element-loader-backdrop.offcanvas-body > .table-loader, .maxia-variants-table-container .table-container-loader .offcanvas .element-loader-backdrop > .offcanvas-body > .table-loader, .offcanvas .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop.offcanvas-body > .table-loader, .maxia-variants-table-container .fixed-table-loading .offcanvas .element-loader-backdrop > .offcanvas-body > .table-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
.offcanvas .line-item-total-price-value, .offcanvas .offcanvas-body .line-item-total-price-value {
  text-align: left;
}
@media (max-width: 420px) {
  .offcanvas.offcanvas-end, .offcanvas.offcanvas-start {
    width: calc(100% - 20px);
  }
}
@media (max-width: 575.98px) {
  .offcanvas.offcanvas-start .offcanvas-close {
    gap: 0.5rem;
  }
  .offcanvas .offcanvas-close {
    white-space: normal;
    line-height: normal;
  }
  .offcanvas .offcanvas-close .icon {
    flex: 0 0 auto;
  }
}
/*
Product box
==============================================
Styling for productbox component.
*/
.product-box {
  height: 100%;
}
.product-box.box-standard .stretched-link::after, .product-box.box-minimal .stretched-link::after {
  height: calc(200px + var(--bs-card-spacer-y));
}
.product-box.box-image .stretched-link::after {
  height: calc(332px + var(--bs-card-spacer-y));
}
.product-box.box-image .product-image-wrapper {
  height: 332px;
}
.product-box.box-image .product-image {
  max-height: 332px;
}
.product-box.box-image .product-image.is-standard {
  height: 100%;
  object-fit: cover;
}
.product-variant-characteristics {
  min-height: 3em;
}
.product-variant-characteristics .product-variant-characteristics-text {
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* stylelint-enable */
  line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.product-variant-characteristics .product-variant-characteristics-option {
  font-weight: 600;
}
.product-image-wrapper {
  height: 200px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 180px;
  margin-bottom: 15px;
  position: relative;
}
.product-image-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-image-link.is-cover {
  align-items: flex-start;
}
.product-image {
  display: block;
  max-width: 100%;
  max-height: 200px;
}
.product-image.is-standard, .product-image.is-cover, .product-image.is-contain {
  width: 100%;
  height: 100%;
}
.product-image.is-cover {
  object-fit: cover;
}
.product-image.is-contain {
  object-fit: contain;
}
.product-image.is-standard {
  object-fit: scale-down;
}
.product-image-placeholder {
  max-width: 180px;
  height: 100%;
}
.product-rating {
  margin-bottom: 10px;
  height: 25px;
}
/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
.product-name {
  color: #ff0000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2.75rem;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.product-name:hover {
  color: var(--text-color-brand-primary);
  text-decoration: none;
}
.product-description {
  height: 4.5rem;
  margin-top: 10px;
  font-size: 1.125rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
.product-price-info {
  margin-top: 10px;
}
.product-price-info .product-advanced-list-price-wrapper {
  font-weight: 400;
}
.product-price-unit {
  height: 36px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  overflow: hidden;
}
.product-unit-label {
  font-weight: 600;
}
.product-cheapest-price {
  min-height: 20px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 32px;
}
.product-cheapest-price .product-cheapest-price-price {
  font-weight: 600;
}
.product-cheapest-price.with-regulation-price, .product-cheapest-price.with-list-price {
  margin-bottom: 6px;
}
.product-cheapest-price.with-from-price {
  margin-bottom: 5px;
}
.product-price, .js-quickorder-summary .total-price {
  color: #ff0000;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  overflow: hidden;
}
.product-price.with-list-price, .js-quickorder-summary .with-list-price.total-price {
  color: #c82f1e;
}
.product-price .list-price, .js-quickorder-summary .total-price .list-price {
  color: #ff0000;
  font-weight: 400;
  padding-left: 5px;
  font-size: 0.75rem;
}
.product-price .list-price .list-price-price, .js-quickorder-summary .total-price .list-price .list-price-price {
  text-decoration: line-through;
}
.product-price .regulation-price, .js-quickorder-summary .total-price .regulation-price {
  color: #ff0000;
  font-weight: 400;
  font-size: 0.75rem;
  padding-left: 0;
}
.product-price .list-price-no-line-through .list-price-price, .js-quickorder-summary .total-price .list-price-no-line-through .list-price-price {
  text-decoration: none;
}
.product-price .strikeprice-text, .js-quickorder-summary .total-price .strikeprice-text {
  color: #ff0000;
  font-weight: 400;
  padding-left: 5px;
  font-size: 0.75rem;
}
.product-action {
  margin-top: 20px;
}
.product-badges {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.product-badges .badge {
  --bs-badge-padding-x: 8px;
  --bs-badge-padding-y: 0;
  --bs-badge-font-size: 1.125rem;
  --bs-badge-font-weight: 600;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0 3px 3px 0;
  width: max-content;
  height: 2rem;
  margin: 0 0 8px;
  line-height: 2rem;
  letter-spacing: 0;
}
.product-price-wrapper {
  font-size: 1.125rem;
}
/*
Loader
==============================================
Defines the loader icon
*/
.loader, .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader {
  --bs-text-opacity: 1;
  --bs-spinner-border-width: 3px;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity));
}
/*
Element loader
==============================================
Element loader can be applied to any element.
*/
.has-element-loader {
  z-index: 15;
  pointer-events: none;
  position: relative;
}
.element-loader-backdrop {
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.3, 0, 0.15, 1), visibility 0.45s linear;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 11px 7px rgba(255, 255, 255, 0.5);
  z-index: 15;
}
.element-loader-backdrop.element-loader-backdrop-open {
  opacity: 1;
}
.element-loader-backdrop > .loader, .element-loader-backdrop > .table-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1rem;
  margin-top: -1rem;
}
/*
Skeleton screen
==============================================
Skeleton screen for reloading product-listing with subtle shimmer effect
*/
@keyframes skeletonShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.has-element-loader .cms-element-product-listing .product-badges, .has-element-loader .cms-element-product-listing .product-image-link, .has-element-loader .cms-element-product-listing .product-image, .has-element-loader .cms-element-product-listing .product-review-rating {
  display: none;
}
.has-element-loader .cms-element-product-listing .product-image-wrapper, .has-element-loader .cms-element-product-listing .product-rating, .has-element-loader .cms-element-product-listing .product-name, .has-element-loader .cms-element-product-listing .product-variant-characteristics, .has-element-loader .cms-element-product-listing .product-description, .has-element-loader .cms-element-product-listing .product-price-unit, .has-element-loader .cms-element-product-listing .product-cheapest-price-price, .has-element-loader .cms-element-product-listing .product-price, .has-element-loader .cms-element-product-listing .js-quickorder-summary .total-price, .js-quickorder-summary .has-element-loader .cms-element-product-listing .total-price {
  border-radius: 0px;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .product-rating {
  width: 50%;
}
.has-element-loader .cms-element-product-listing .product-name {
  width: 75%;
}
.has-element-loader .cms-element-product-listing .product-price, .has-element-loader .cms-element-product-listing .js-quickorder-summary .total-price, .js-quickorder-summary .has-element-loader .cms-element-product-listing .total-price {
  width: 35%;
}
.has-element-loader .cms-element-product-listing .product-wishlist-info-item {
  border-radius: 0px;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .product-wishlist-info-status {
  display: none;
}
.has-element-loader .cms-element-product-listing .product-variant-characteristics-text, .has-element-loader .cms-element-product-listing .product-wishlist-remove {
  display: none;
}
/*
Button loading indicator
==============================================
Can be shown before or after the button text or replace it.
*/
.btn > .loader, .acris-last-search-term-delete > .loader, .maxia-variants-table-container .table-container-loader .element-loader-backdrop.btn > .table-loader, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop.btn > .table-loader, .maxia-variants-table-container .table-container-loader .element-loader-backdrop.acris-last-search-term-delete > .table-loader, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop.acris-last-search-term-delete > .table-loader {
  --bs-spinner-width: 18px;
  --bs-spinner-height: 18px;
  --bs-spinner-vertical-align: -0.25em;
  color: var(--bs-btn-color);
}
.btn.is-loading-indicator-before .loader, .is-loading-indicator-before.acris-last-search-term-delete .loader, .btn.is-loading-indicator-before .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .btn.is-loading-indicator-before .element-loader-backdrop > .table-loader, .btn.is-loading-indicator-before .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .btn.is-loading-indicator-before .element-loader-backdrop > .table-loader, .is-loading-indicator-before.acris-last-search-term-delete .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .is-loading-indicator-before.acris-last-search-term-delete .element-loader-backdrop > .table-loader, .is-loading-indicator-before.acris-last-search-term-delete .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .is-loading-indicator-before.acris-last-search-term-delete .element-loader-backdrop > .table-loader {
  margin-right: var(--bs-btn-padding-x);
}
.btn.is-loading-indicator-after .loader, .is-loading-indicator-after.acris-last-search-term-delete .loader, .btn.is-loading-indicator-after .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .btn.is-loading-indicator-after .element-loader-backdrop > .table-loader, .btn.is-loading-indicator-after .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .btn.is-loading-indicator-after .element-loader-backdrop > .table-loader, .is-loading-indicator-after.acris-last-search-term-delete .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .is-loading-indicator-after.acris-last-search-term-delete .element-loader-backdrop > .table-loader, .is-loading-indicator-after.acris-last-search-term-delete .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .is-loading-indicator-after.acris-last-search-term-delete .element-loader-backdrop > .table-loader {
  margin-left: var(--bs-btn-padding-x);
}
@keyframes slide-in {
  0% {
    opacity: 0;
    margin-bottom: -30px;
  }
  100% {
    opacity: 1;
    margin-bottom: 0;
  }
}
.btn.is-loading-indicator-inner .loader, .is-loading-indicator-inner.acris-last-search-term-delete .loader, .btn.is-loading-indicator-inner .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .btn.is-loading-indicator-inner .element-loader-backdrop > .table-loader, .btn.is-loading-indicator-inner .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .btn.is-loading-indicator-inner .element-loader-backdrop > .table-loader, .is-loading-indicator-inner.acris-last-search-term-delete .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .is-loading-indicator-inner.acris-last-search-term-delete .element-loader-backdrop > .table-loader, .is-loading-indicator-inner.acris-last-search-term-delete .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .is-loading-indicator-inner.acris-last-search-term-delete .element-loader-backdrop > .table-loader {
  animation: 0.15s ease-out 0s 1 slide-in, var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
  /* stylelint-enable */
}
/*
Modal
==============================================
Custom styling for bootstrap modal component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal .modal-header.only-close {
  border-bottom-color: transparent;
}
.modal .modal-close:focus {
  outline: 0;
}
.modal .cms-section-default .boxed {
  padding: 0;
}
.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  margin: 0;
  overflow-y: scroll;
  box-shadow: none;
}
.modal.is-fullscreen .modal-dialog, .modal.is-fullscreen .modal-content, .modal.is-fullscreen .modal-header, .modal.is-fullscreen .modal-body, .modal.is-fullscreen .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal.is-fullscreen .confirm-message, .modal.is-fullscreen .modal-footer {
  border-radius: 0;
}
/*
 * Temporary focusable element added via JS after a modal/offcanvas to keep the Bootstrap focus-trap
 * working when it is the last focusable element before `</body>`. Pinned inside the viewport so the
 * browser does not scroll to the bottom of the page while focus briefly bumps to it.
 *
 * @todo: Remove when upstream issue https://github.com/twbs/bootstrap/issues/42503 is resolved.
 */
.js-focus-trap-guard {
  position: fixed;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*
Language flags
==================================================
Displays a country flag the size of 14px x 11px used for language selections purposes.

inspired by: https://github.com/dhanishgajjar/css-flags

@deprecated tag:v6.8.0 - This file will be removed

You can use the Twig block 'layout_header_actions_languages_widget_form_items_flag_inner' and
'layout_header_actions_language_widget_content_inner' to add custom flags if desired.
*/
.language-flag {
  display: inline-block;
  height: 12px;
  width: 16px;
  border: 1px solid #adb5bd;
  margin-top: 1px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.language-flag.country-de {
  background-image: linear-gradient(to bottom, #000 33%, #f00 33%, #f00 66%, #fc0 66%);
}
.language-flag.country-gb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTc1IDBsMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik00MjQgMjgxbDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMGw2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==");
}
.language-flag.country-us {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb24tY3NzLXVzIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPGcgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxnIHN0cm9rZS13aWR0aD0iMXB0Ij4KICAgICAgPHBhdGggZmlsbD0iI2JkM2Q0NCIgZD0iTTAgMGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguN2g5NzIuOFYxOTdIMHptMCA3OC44aDk3Mi44djM5LjRIMHptMCA3OC44aDk3Mi44djM5LjRIMHptMCA3OC43aDk3Mi44djM5LjRIMHptMCA3OC44aDk3Mi44VjUxMkgweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4KICAgICAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMzkuNGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS4zSDB6bTAgNzguN2g5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguOGg5NzIuOHYzOS40SDB6bTAgNzguN2g5NzIuOHYzOS40SDB6IiB0cmFuc2Zvcm09InNjYWxlKC45Mzc1KSIvPgogICAgPC9nPgogICAgPHBhdGggZmlsbD0iIzE5MmY1ZCIgZD0iTTAgMGgzODkuMXYyNzUuN0gweiIgdHJhbnNmb3JtPSJzY2FsZSguOTM3NSkiLz4KICAgIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMi40IDExLjhMMzYgMjIuN2gxMS40bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOUgxNzdsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOUgyNDJsLTkuMyA2LjcgMy42IDExLTkuMy02LjgtOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjYgMTEtOS4zLTYuOC05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNXpNNjQuOSAzOS40bDMuNSAxMC45aDExLjVMNzAuNiA1NyA3NCA2Ny45bC05LTYuNy05LjMgNi43TDU5IDU3bC05LTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi43LTkuMyA2LjdMMTI0IDU3bC05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjctOS4zIDYuNyAzLjUtMTAuOS05LjItNi43SDE5MXptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuNy05LjIgNi43IDMuNS0xMC45LTkuMy02LjdIMjU2em02NC45IDBsMy41IDEwLjloMTEuNUwzMzAgNTdsMy41IDEwLjktOS4yLTYuNy05LjMgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHpNMzIuNCA2Ni45TDM2IDc4aDExLjRsLTkuMiA2LjcgMy41IDEwLjktOS4zLTYuOC05LjIgNi44IDMuNS0xMS05LjMtNi43SDI5em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy41IDEwLjktOS4yLTYuOC05LjMgNi44IDMuNS0xMS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTFIMTc3bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4zLTYuN2gxMS41em02NC45IDBsMy41IDExSDI0MmwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi44LTkuMyA2LjggMy42LTExLTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4yLTYuN2gxMS40em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuOC05LjMgNi44IDMuNi0xMS05LjMtNi43aDExLjV6TTY0LjkgOTQuNWwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMS05LjItNi44LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4zIDYuNyAzLjYgMTEtOS4zLTYuOC05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43SDE5MXptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI1NnptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6TTMyLjQgMTIyLjFMMzYgMTMzaDExLjRsLTkuMiA2LjcgMy41IDExLTkuMy02LjgtOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI5em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi43LTkuMyA2LjcgMy41LTEwLjktOS4yLTYuN2gxMS40em02NC44IDBsMy42IDEwLjlIMTc3bC05LjIgNi43IDMuNSAxMS05LjMtNi44LTkuMiA2LjcgMy41LTEwLjktOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjlIMjQybC05LjMgNi43IDMuNiAxMS05LjMtNi44LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS40em02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHptNjQuOSAwbDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy42IDExLTkuMy02LjgtOS4zIDYuNyAzLjYtMTAuOS05LjMtNi43aDExLjV6TTY0LjkgMTQ5LjdsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTAuOS05LjItNi44LTkuMyA2LjggMy41LTExLTkuMi02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45aDExLjRsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuOC05LjMgNi44IDMuNi0xMS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjgtOS4zIDYuOCAzLjUtMTEtOS4yLTYuN0gxOTF6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjgtOS4yIDYuOCAzLjUtMTEtOS4zLTYuN0gyNTZ6bTY0LjkgMGwzLjUgMTAuOWgxMS41bC05LjMgNi43IDMuNSAxMC45LTkuMi02LjgtOS4zIDYuOCAzLjUtMTEtOS4yLTYuN2gxMS40ek0zMi40IDE3Ny4ybDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC44LTkuMy02LjctOS4yIDYuNyAzLjUtMTAuOS05LjMtNi43SDI5em02NC45IDBsMy41IDExaDExLjVsLTkuMyA2LjcgMy42IDEwLjgtOS4zLTYuNy05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMUgxNzdsLTkuMiA2LjcgMy41IDEwLjgtOS4zLTYuNy05LjIgNi43IDMuNS0xMC45LTkuMy02LjdoMTEuNXptNjQuOSAwbDMuNSAxMUgyNDJsLTkuMyA2LjcgMy42IDEwLjgtOS4zLTYuNy05LjMgNi43IDMuNi0xMC45LTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMWgxMS40bC05LjIgNi43IDMuNSAxMC44LTkuMy02LjctOS4yIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjkgMGwzLjUgMTFoMTEuNWwtOS4zIDYuNyAzLjYgMTAuOC05LjMtNi43LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS41ek02NC45IDIwNC44bDMuNSAxMC45aDExLjVsLTkuMyA2LjcgMy41IDExLTkuMi02LjgtOS4zIDYuNyAzLjUtMTAuOS05LjItNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjMgNi43IDMuNiAxMS05LjMtNi44LTkuMyA2LjcgMy42LTEwLjktOS4zLTYuN2gxMS41em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTEtOS4yLTYuOC05LjMgNi43IDMuNS0xMC45LTkuMi02LjdIMTkxem02NC44IDBsMy42IDEwLjloMTEuNGwtOS4yIDYuNyAzLjUgMTEtOS4zLTYuOC05LjIgNi43IDMuNS0xMC45LTkuMy02LjdIMjU2em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjUgMTEtOS4yLTYuOC05LjMgNi43IDMuNS0xMC45LTkuMi02LjdoMTEuNHpNMzIuNCAyMzIuNGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjctOS4yIDYuNyAzLjUtMTEtOS4zLTYuN0gyOXptNjQuOSAwbDMuNSAxMC45aDExLjVMMTAzIDI1MGwzLjYgMTAuOS05LjMtNi43LTkuMyA2LjcgMy42LTExLTkuMy02LjdoMTEuNHptNjQuOCAwbDMuNiAxMC45SDE3N2wtOSA2LjcgMy41IDEwLjktOS4zLTYuNy05LjIgNi43IDMuNS0xMS05LjMtNi43aDExLjV6bTY0LjkgMGwzLjUgMTAuOUgyNDJsLTkuMyA2LjcgMy42IDEwLjktOS4zLTYuNy05LjMgNi43IDMuNi0xMS05LjMtNi43aDExLjR6bTY0LjggMGwzLjYgMTAuOWgxMS40bC05LjIgNi43IDMuNSAxMC45LTkuMy02LjctOS4yIDYuNyAzLjUtMTEtOS4yLTYuN2gxMS40em02NC45IDBsMy41IDEwLjloMTEuNWwtOS4zIDYuNyAzLjYgMTAuOS05LjMtNi43LTkuMyA2LjcgMy42LTExLTkuMy02LjdoMTEuNXoiIHRyYW5zZm9ybT0ic2NhbGUoLjkzNzUpIi8+CiAgPC9nPgo8L3N2Zz4K");
}
/*
Icons
==============================================
Basic styling for icon component plus helper classes for sizing and colors.
Credit: https://github.com/FortAwesome/Font-Awesome
*/
.icon {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-flex;
  align-self: center;
  font-size: inherit;
  overflow: visible;
  color: #4a545b;
}
.icon > svg {
  width: 100%;
  height: 100%;
  top: 0.25em;
  position: relative;
  fill: currentColor;
}
.icon > svg path, .icon > svg use {
  fill: currentColor;
}
.icon-primary {
  color: var(--text-color-brand-primary);
}
.icon-secondary {
  color: #404b58;
}
.icon-success {
  color: #2ecc71;
}
.icon-info {
  color: #4aa3df;
}
.icon-warning {
  color: #f1c40f;
}
.icon-danger {
  color: #c82f1e;
}
.icon-light {
  color: #eee;
}
.icon-dark {
  color: #4a545b;
}
.icon-review {
  color: #fedc70;
}
.icon-fluid {
  width: 100%;
  height: 100%;
}
.icon-lg {
  width: 1.8333333333rem;
  height: 1.8333333333rem;
}
.icon-sm {
  width: 1.203125rem;
  height: 1.203125rem;
}
.icon-xs {
  width: 1.03125rem;
  height: 1.03125rem;
}
.icon-1x {
  width: 1.375rem;
  height: 1.375rem;
}
.icon-2x {
  width: 2.75rem;
  height: 2.75rem;
}
.icon-3x {
  width: 4.125rem;
  height: 4.125rem;
}
.icon-4x {
  width: 5.5rem;
  height: 5.5rem;
}
.icon-5x {
  width: 6.875rem;
  height: 6.875rem;
}
.icon-6x {
  width: 8.25rem;
  height: 8.25rem;
}
.icon-7x {
  width: 9.625rem;
  height: 9.625rem;
}
.icon-8x {
  width: 11rem;
  height: 11rem;
}
.icon-9x {
  width: 12.375rem;
  height: 12.375rem;
}
.icon-10x {
  width: 13.75rem;
  height: 13.75rem;
}
.icon-rotate-90 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.icon-rotate-180 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.icon-rotate-270 svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.icon-flip-horizontal svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.icon-flip-vertical svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.icon-flip-both svg, .icon-flip-horizontal.icon-flip-vertical svg {
  filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .icon-rotate-90 svg, :root .icon-rotate-180 svg, :root .icon-rotate-270 svg, :root .icon-flip-horizontal svg, :root .icon-flip-vertical svg, :root .icon-flip-both svg {
  filter: none;
}
.alert-primary .icon {
  color: #ff0000;
}
.alert-secondary .icon {
  color: #404b58;
}
.alert-success .icon {
  color: #2ecc71;
}
.alert-info .icon {
  color: #4aa3df;
}
.alert-warning .icon {
  color: #f1c40f;
}
.alert-danger .icon {
  color: #c82f1e;
}
.alert-light .icon {
  color: #f9f9f9;
}
.alert-dark .icon {
  color: #4a545b;
}
.btn-primary .icon {
  color: #000;
}
.btn-secondary .icon {
  color: #fff;
}
.btn-success .icon {
  color: #000;
}
.btn-info .icon {
  color: #000;
}
.btn-warning .icon {
  color: #000;
}
.btn-danger .icon {
  color: #fff;
}
.btn-light .icon {
  color: #000;
}
.btn-dark .icon {
  color: #fff;
}
.btn .icon, .acris-last-search-term-delete .icon {
  pointer-events: none;
}
.btn .icon > svg, .acris-last-search-term-delete .icon > svg {
  top: 6px;
}
.pagination .icon {
  width: 13px;
  height: 13px;
}
.pagination .icon > svg {
  top: 2px;
}
.is-left .offcanvas-close svg, .offcanvas-start .offcanvas-close svg {
  top: 0;
}
.is-right .offcanvas-close svg, .offcanvas-end .offcanvas-close svg {
  top: 0.25rem;
}
.navigation-offcanvas-link-icon .icon > svg {
  top: 0;
}
/*
Pagination
==============================================
Custom styling for bootstrap pagination component.

https://getbootstrap.com/docs/5.2/components/pagination
*/
.pagination {
  margin-bottom: 0;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .pagination .page-item:not(.page-first):not(.page-prev):not(.page-next):not(.page-last):not(.active) {
    display: none;
  }
  .pagination .page-item:not(.page-first):not(.page-prev):not(.page-next):not(.page-last):has(+ .active), .pagination .page-item.active + .page-item:not(.page-first):not(.page-prev):not(.page-next):not(.page-last) {
    display: block;
  }
}
.pagination .page-link {
  cursor: pointer;
  margin-bottom: 0;
}
/*
CMS sections
==============================================
General styling for cms sections
*/
.cms-section.bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-section .full-width {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
  --bs-gutter-x: 0;
}
.cms-section .cms-section-sidebar > .row {
  --bs-gutter-x: 60px;
}
@media (max-width: 767.98px) {
  .cms-section-sidebar-mobile-wrap {
    flex-direction: column;
  }
  .cms-section-sidebar-mobile-hidden .cms-section-sidebar-sidebar-content {
    display: none;
  }
}
/*
CMS blocks
==============================================
General styling for cms blocks and
specific styling for elements dependent on their parent block
*/
.cms-block.bg-image {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
}
.cms-block .cms-block-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: none;
}
.cms-block .cms-block-background.media-mode--contain {
  object-fit: contain;
}
.cms-block .cms-block-background.media-mode--cover {
  object-fit: cover;
}
.cms-block .cms-block-container {
  position: relative;
}
.cms-block .cms-block-container .cms-block-container-row {
  flex-direction: row;
}
.cms-block-center-text .cms-element-text {
  padding: 30px;
}
.cms-block-image-three-cover .row {
  margin: 0;
}
.cms-block-image-three-cover [class^="col-"] {
  padding: 0;
}
.cms-block-image-text-bubble .cms-element-image .cms-image-container, .cms-block-image-bubble-row .cms-element-image .cms-image-container {
  height: 300px;
  width: 300px;
  margin: auto;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
}
.cms-block-image-highlight-row .cms-element-image {
  border: 12px solid #fff;
}
.cms-block-image-text-bubble .cms-element-text, .cms-block-image-text-row .cms-element-text {
  padding-top: 20px;
}
.cms-block-image-text-gallery .image-text-gallery-card {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.cms-block-image-text-gallery .cms-element-text {
  padding: 20px;
}
.cms-block-text-on-image .cms-element-text {
  padding: 30px;
  align-items: center;
  min-height: 240px;
}
.cms-block-image-text-cover .cms-element-text {
  padding-top: 30px;
}
.cms-block-image-simple-grid .left-top {
  margin-bottom: 40px;
}
.cms-block-image-simple-grid .right {
  height: 100%;
}
@media (min-width: 992px) {
  .cms-block-container .cms-block-container-row.has--sidebar {
    flex-direction: column;
  }
  .cms-block-container .cms-block-container-row.has--sidebar > div {
    flex-basis: auto;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .cms-block-image-text-gallery .cms-row > :not(:last-child), .cms-block-image-two-column .cms-row > :not(:last-child), .cms-block-image-three-column .cms-row > :not(:last-child), .cms-block-image-four-column .cms-row > :not(:last-child), .cms-block-image-bubble-row .cms-row > :not(:last-child), .cms-block-image-highlight-row .cms-row > :not(:last-child) {
    margin-bottom: 40px;
  }
  .cms-block-image-text .cms-row > :first-child, .cms-block-image-text-cover .cms-row > :first-child {
    margin-bottom: 40px;
  }
  .cms-block-image-simple-grid .left-bottom {
    margin-bottom: 40px;
  }
}
.cms-block-sidebar-filter {
  overflow: visible;
  /*
    The filter's col is set to "initial" because the "boundary" option
    of the filter panel bootstrap dropdown is not working otherwise.
    The "boundary" option sets the dropdown container to "static" to
    be able to "break out" of "overflow: hidden". But this interferes
    with position "relative" on surrounding columns.
    */
}
.cms-block-sidebar-filter .col-12, .cms-block-sidebar-filter .b2b-shopping-list-table__header-name.js-multiple-selection {
  position: initial;
}
.cms-element-product-name {
  display: inline-block;
}
.cms-element-manufacturer-logo .cms-image-container.is-standard img {
  max-height: 100px;
}
/*
CMS elements
==============================================
General styling for cms elements
*/
.cms-element-image, .cms-element-video {
  position: relative;
  height: 100%;
}
.cms-element-image[tabindex]:focus-visible, .cms-element-video[tabindex]:focus-visible {
  outline: 0;
}
.cms-element-image[tabindex]:focus-visible .cms-video-container, .cms-element-video[tabindex]:focus-visible .cms-video-container {
  box-shadow: 0 0 0 0.25rem black;
}
.cms-element-image .cms-image, .cms-element-image .cms-video, .cms-element-video .cms-image, .cms-element-video .cms-video {
  display: block;
  max-width: 100%;
}
.cms-element-image .cms-video:not([controls]), .cms-element-video .cms-video:not([controls]) {
  cursor: pointer;
}
.cms-element-image .cms-image-container, .cms-element-image .cms-video-container, .cms-element-video .cms-image-container, .cms-element-video .cms-video-container {
  display: block;
  max-width: 100%;
  position: relative;
}
.cms-element-image .cms-image-container.is-cover, .cms-element-image .cms-video-container.is-cover, .cms-element-video .cms-image-container.is-cover, .cms-element-video .cms-video-container.is-cover {
  object-fit: contain;
  height: 100%;
}
.cms-element-image .cms-image-container.is-cover .cms-image, .cms-element-image .cms-image-container.is-cover .cms-video, .cms-element-image .cms-video-container.is-cover .cms-image, .cms-element-image .cms-video-container.is-cover .cms-video, .cms-element-video .cms-image-container.is-cover .cms-image, .cms-element-video .cms-image-container.is-cover .cms-video, .cms-element-video .cms-video-container.is-cover .cms-image, .cms-element-video .cms-video-container.is-cover .cms-video {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-image .cms-image-container.is-cover .cms-image, .cms-element-image .cms-image-container.is-cover .cms-video, .cms-element-image .cms-image-container.is-stretch .cms-image, .cms-element-image .cms-image-container.is-stretch .cms-video, .cms-element-image .cms-video-container.is-cover .cms-image, .cms-element-image .cms-video-container.is-cover .cms-video, .cms-element-image .cms-video-container.is-stretch .cms-image, .cms-element-image .cms-video-container.is-stretch .cms-video, .cms-element-video .cms-image-container.is-cover .cms-image, .cms-element-video .cms-image-container.is-cover .cms-video, .cms-element-video .cms-image-container.is-stretch .cms-image, .cms-element-video .cms-image-container.is-stretch .cms-video, .cms-element-video .cms-video-container.is-cover .cms-image, .cms-element-video .cms-video-container.is-cover .cms-video, .cms-element-video .cms-video-container.is-stretch .cms-image, .cms-element-video .cms-video-container.is-stretch .cms-video {
  width: 100%;
}
.cms-element-image .cms-video-play-icon, .cms-element-video .cms-video-play-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 96px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 220ms ease-out, transform 140ms ease-in;
  will-change: transform, opacity;
}
.cms-element-image .cms-video-play-icon img, .cms-element-video .cms-video-play-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.cms-element-image.is-animating .cms-video-play-icon, .cms-element-video.is-animating .cms-video-play-icon {
  animation: cms-video-start 220ms ease-out;
}
.cms-element-image.is-playing .cms-video-play-icon, .cms-element-video.is-playing .cms-video-play-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(1);
}
.cms-element-image.is-paused .cms-video-play-icon, .cms-element-video.is-paused .cms-video-play-icon {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: cms-video-stop 300ms linear;
}
.cms-element-image .cms-image-link, .cms-element-video .cms-image-link {
  display: block;
}
.cms-element-image.is-stretch .cms-element-alignment, .cms-element-video.is-stretch .cms-element-alignment {
  width: 100%;
}
.cms-element-image__backdrop, .cms-element-video__backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cms-element-image__backdrop > div, .cms-element-video__backdrop > div {
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
@keyframes cms-video-start {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  60% {
    transform: translate(-50%, -50%) scale(1.32);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes cms-video-stop {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  40% {
    transform: translate(-50%, -50%) scale(1.32);
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.cms-element-youtube-video {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-element-youtube-video.is--streched {
  height: 100%;
}
.cms-element-youtube-video::before {
  padding-top: calc((9 / 16) * 100%);
}
.cms-element-youtube-video, .cms-element-vimeo-video {
  position: relative;
  width: 100%;
}
.cms-element-youtube-video::before, .cms-element-vimeo-video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.cms-element-youtube-video__video, .cms-element-youtube-video__placeholder, .cms-element-vimeo-video__video, .cms-element-vimeo-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
.cms-element-youtube-video__placeholder img, .cms-element-vimeo-video__placeholder img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cms-element-youtube-video__backdrop, .cms-element-vimeo-video__backdrop {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cms-element-youtube-video__backdrop > div, .cms-element-vimeo-video__backdrop > div {
  background: rgba(255, 255, 255, 0.9);
  padding: 1rem;
}
.cms-element-youtube-video__container:hover .js-vimeo-link, .cms-element-vimeo-video__container:hover .js-vimeo-link {
  display: block;
}
.cms-element-product-listing-actions {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cms-element-product-listing-actions .sorting {
  margin-left: auto;
}
.cms-element-buy-box, .cms-element-product-box {
  width: 100%;
}
.cms-element-product-slider .cms-element-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #ff0000;
}
.cms-element-product-slider.has-vertical-alignment {
  justify-content: center;
}
.cms-element-product-slider.has-vertical-alignment .cms-element-alignment {
  width: 100%;
}
.cms-element-product-slider.has-border .cms-element-title {
  margin-top: 0.5rem;
}
.cms-element-text, .cms-element-image, .cms-element-video, .cms-element-product-box, .cms-element-buy-box, .cms-element-product-slider, .cms-element-product-description-reviews, .cms-element-image-slider, .cms-element-image-gallery {
  word-break: break-word;
}
.cms-element-text.has-vertical-alignment, .cms-element-image.has-vertical-alignment, .cms-element-video.has-vertical-alignment, .cms-element-product-box.has-vertical-alignment, .cms-element-buy-box.has-vertical-alignment, .cms-element-product-slider.has-vertical-alignment, .cms-element-product-description-reviews.has-vertical-alignment, .cms-element-image-slider.has-vertical-alignment, .cms-element-image-gallery.has-vertical-alignment {
  display: flex;
  height: 100%;
}
.cms-element-image-gallery .js-magnifier-zoom-image-container .magnifier-overlay {
  display: none;
}
@media (max-width: 991.98px) {
  .cms-element-product-listing-actions {
    flex-wrap: wrap;
    row-gap: 0.5rem;
  }
  .cms-element-product-listing-actions .sorting {
    width: 100%;
    margin-left: 0;
  }
}
div.card-tabs .cms-card-header {
  padding-left: 0;
  padding-right: 0;
}
.cms-element-text {
  position: relative;
  overflow: auto;
}
.cms-element-text img {
  max-width: 100%;
  height: auto;
}
.confirm-message {
  padding: 10% 20%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.confirm-message div.alert {
  margin-top: 1em;
}
.confirm-alert {
  padding: 1em 1em 3em;
}
@media (max-width: 767.98px) {
  .confirm-message {
    padding: 10% 0;
  }
}
/*
Form
==============================================
Custom styling for bootstrap forms.

https://getbootstrap.com/docs/5.2/forms/overview
*/
.was-validated .form-control:valid, .form-control.is-valid {
  background-position: right 0.75rem center;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
  background-position: right 0.75rem center;
}
.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation {
  color: inherit;
}
.was-validated .custom-control-input:valid ~ .custom-control-label.no-validation::before {
  border-color: inherit;
}
.required-fields {
  margin-bottom: 1rem;
}
.form-text {
  font-size: 1.125rem;
}
.forms-boolean {
  display: block;
  border: 1px solid #eaeaf0;
  padding: 0 36px;
  margin: 12px 0;
  height: 40px;
  border-radius: 3px;
  cursor: pointer;
}
.forms-boolean.is-active {
  border-color: #ff0000;
}
.forms-boolean:hover {
  border-color: #ff0000;
  color: #ff0000;
}
.forms-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
.forms-boolean-label::before, .forms-boolean-label::after {
  top: 11px;
}
.address-manager-modal {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.address-manager-modal .btn-icon-hover-white:hover span.icon, .address-manager-modal .btn-icon-hover-white:focus span.icon {
  color: #fff;
}
.address-manager-modal .loader, .address-manager-modal .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .address-manager-modal .element-loader-backdrop > .table-loader, .address-manager-modal .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .address-manager-modal .element-loader-backdrop > .table-loader {
  color: #fff;
}
.address-manager-modal .address-manager-modal-header-content {
  width: 100%;
}
.address-manager-modal .modal-body, .address-manager-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .address-manager-modal .confirm-message {
  padding-top: 4px;
  height: 550px;
}
.address-manager-modal .modal-footer {
  background-color: #f9f9f9;
}
.address-manager-modal .address-manager-modal-select-address:hover {
  border-color: #ff0000;
  cursor: pointer;
}
.address-manager-modal .address-manager-modal-select-address {
  height: 210px;
}
.sorting {
  display: inline-block;
  width: 260px;
}
/*
Delivery status
==============================================
Shows the delivery status for products e.g. on detail page.
*/
.delivery-status-indicator {
  border-radius: 100%;
  background-clip: padding-box;
  display: inline-block;
  height: 10px;
  line-height: 10px;
  margin-right: 5px;
  position: relative;
  width: 10px;
}
.quickview-minimal-top, .quickview-minimal-image {
  margin-bottom: 1rem;
}
.quickview-minimal-product-manufacturer-logo {
  width: 100%;
}
@media (min-width: 768px) {
  .quickview-minimal-top {
    margin-bottom: 1.5rem;
  }
}
/*
Payment method
==============================================
Custom styling for payment form used e.g. on account and checkout pages.
*/
.payment-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
/*
Shipping method
==============================================
Custom styling for shipping form used e.g. on account and checkout pages.
*/
.shipping-method-image {
  max-height: 24px;
  max-width: 100%;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  float: right;
}
/*
Filter panel
==============================================
Styling for filter panel component.
This file contains the generic styling for all filter items.
*/
.filter-panel {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 8px;
}
.icon.icon-filter-panel-item-toggle {
  margin-left: 8px;
}
.icon.icon-filter-panel-item-toggle > svg {
  top: 2px;
}
.filter-panel-items-container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 8px;
  width: 100%;
}
.filter-panel-item {
  margin-right: 12px;
  margin-bottom: 12px;
}
.filter-panel-item .filter-panel-item-toggle {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-border-color: #cccccc;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-active-color: #ff0000;
  --bs-btn-font-weight: 400;
}
.filter-panel-item-toggle.show .icon-filter-panel-item-toggle svg {
  color: #ff0000;
  transform: rotate(180deg);
}
.filter-panel-item-dropdown {
  min-width: 240px;
  max-height: 200px;
  overflow: auto;
  padding: 13px 0;
}
.filter-panel-submit {
  height: 40px;
  margin-bottom: 12px;
  border: 1px solid #ff0000;
  background-color: #fff;
  color: #4a545b;
}
.filter-active {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-border-color: #cccccc;
  --bs-btn-hover-border-color: #ff0000;
  --bs-btn-hover-color: #ff0000;
  --bs-btn-hover-bg: #f9f9f9;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-active-color: #ff0000;
  --bs-btn-font-weight: 400;
  --bs-btn-border-radius: 50rem;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
}
.filter-active-preview {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #eaeaf0;
  margin-right: 0.25rem;
  background-position: center center;
  background-size: cover;
  vertical-align: -0.125em;
}
.btn.filter-reset-all, .filter-reset-all.acris-last-search-term-delete {
  --bs-btn-border-radius: 50rem;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
  --bs-btn-font-weight: 400;
}
.is--sidebar .filter-panel, .is--sidebar .filter-panel-items-container {
  display: block;
}
.is--sidebar .filter-panel-item-dropdown {
  min-width: 100%;
  border: 1px solid #ff0000;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
.is--sidebar .filter-panel-item {
  margin-right: 0;
  width: 100%;
}
.is--sidebar .filter-panel-item-toggle {
  text-align: left;
  display: flex;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
  color: #ff0000;
  border-color: #ff0000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0 none;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] svg {
  color: #ff0000;
  transform: rotate(180deg);
}
.is--sidebar .icon-filter-panel-item-toggle {
  margin-left: auto;
}
.is--sidebar .icon-filter-panel-item-toggle > svg {
  top: 0;
}
.is-loading .filter-panel-item-toggle, .is-loading .filter-active, .is-loading .filter-reset-all, .is-loading .filter-boolean, .is-loading .filter-panel-submit {
  pointer-events: none;
  opacity: 0.6;
}
.btn.filter-panel-wrapper-toggle, .filter-panel-wrapper-toggle.acris-last-search-term-delete {
  --bs-btn-padding-x: 6px;
  --bs-btn-padding-y: 6px;
  --bs-btn-hover-bg: var(--bs-gray-200);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-gray-200);
  --bs-btn-active-color: var(--bs-primary);
  display: none;
  width: 100%;
}
.btn.filter-panel-wrapper-toggle .icon, .filter-panel-wrapper-toggle.acris-last-search-term-delete .icon {
  color: currentColor;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}
.btn.filter-panel-wrapper-toggle .icon svg, .filter-panel-wrapper-toggle.acris-last-search-term-delete .icon svg {
  top: 0;
}
.filter-panel-offcanvas-header {
  height: 80px;
  align-items: center;
  padding: 25px;
  display: none;
}
.filter-panel-offcanvas-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff0000;
}
.filter-panel-offcanvas-close {
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .btn.filter-panel-wrapper-toggle, .filter-panel-wrapper-toggle.acris-last-search-term-delete {
    display: block;
  }
  .filter-panel-wrapper {
    display: none;
  }
}
.offcanvas-filter {
  overflow: hidden;
}
.offcanvas-filter .filter-panel {
  height: calc(100% - 80px);
  overflow-y: auto;
  width: 100%;
  padding: 4px 25px 25px;
}
.offcanvas-filter .filter-panel-offcanvas-header {
  display: flex;
}
/*
Filter multi select
==============================================
Styling for multi select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-multi-select .filter-panel-item-toggle.disabled {
  cursor: default;
}
.filter-multi-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-multi-select-list-item {
  padding: 5px 15px;
}
.filter-multi-select-list-item.disabled {
  opacity: 0.3;
}
.filter-multi-select-list-item.disabled .filter-multi-select-item-label {
  cursor: default;
}
.filter-multi-select-item {
  width: 100%;
}
.filter-multi-select-item:hover {
  color: var(--bs-primary);
}
.filter-multi-select-item-label {
  cursor: pointer;
  margin-bottom: 0;
  padding: 0 10px;
  width: 100%;
}
.filter-multi-select-count {
  margin-left: 3px;
}
/*
Filter property select
==============================================
Styling for property select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-property-select-list-item {
  display: flex;
  align-items: center;
}
.filter-property-select-preview {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #eaeaf0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 90 90'%3E%3Cpath fill='%23cdd5db' d='M0 0h30v30H0zM30 30h30v30H30zM60 0h30v30H60zM60 60h30v30H60zM0 60h30v30H0z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: cover;
  position: relative;
  flex-shrink: 0;
}
.filter-property-select-preview-checkmark {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: translateY(-5px);
  background-color: #ff0000;
  border: 0.125rem solid #ffffff;
  top: -0.375rem;
  right: -0.375rem;
}
.filter-property-select-preview-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #fff;
}
.filter-property-select-preview-checkmark .icon svg {
  top: 0;
}
.filter-property-select-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  appearance: none;
  background-color: transparent;
  outline: none;
}
.filter-property-select-checkbox:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.filter-property-select-checkbox:checked ~ .filter-property-select-preview-checkmark {
  transform: translateY(0);
  opacity: 1;
}
/*
Filter boolean
==============================================
Styling for boolean filter item.
This filter item should only be used inside a filter panel.
*/
.filter-boolean {
  display: inline-block;
  border: 1px solid #eaeaf0;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  border-radius: 0px;
  cursor: pointer;
}
.filter-boolean.is-active {
  border-color: #ff0000;
}
.filter-boolean:hover {
  border-color: #ff0000;
  color: #ff0000;
}
.filter-boolean.disabled {
  cursor: default;
  background: #eee;
  border-color: #eee;
}
.filter-boolean.disabled .filter-boolean-label {
  color: #bcc1c7;
  cursor: default;
}
.filter-boolean-input {
  margin-top: 11px;
}
.filter-boolean-label {
  cursor: pointer;
  height: 38px;
  line-height: 38px;
  width: 100%;
}
/*
Filter range
==============================================
Styling for range filter item.
This filter item should only be used inside a filter panel.
*/
.filter-range-dropdown {
  padding: 0;
  overflow: hidden;
}
.filter-range-container {
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
.filter-range-error {
  padding: 0 16px 16px;
  font-size: 13px;
  color: #c82f1e;
}
.filter-range-min, .filter-range-max {
  width: calc(50% - 14px);
  margin-bottom: 0;
  font-size: 11px;
  position: relative;
}
.min-input, .max-input {
  margin-bottom: 0;
  height: 28px;
  padding: 6px 10px;
  appearance: none;
}
.min-input::-webkit-inner-spin-button, .min-input::-webkit-outer-spin-button, .max-input::-webkit-inner-spin-button, .max-input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
.filter-range-unit {
  position: absolute;
  bottom: 1px;
  right: 1px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 0px;
}
.filter-range-divider {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
}
/*
Filter rating select
==============================================
Styling for rating select filter item.
This filter item should only be used inside a filter panel.
*/
.filter-rating-select-radio {
  appearance: none;
  opacity: 0;
}
.filter-rating-select-radio:checked ~ .filter-rating-select-item-checkmark {
  transform: translateY(2px);
  opacity: 1;
}
.filter-rating-select-radio:focus-visible ~ .filter-rating-select-item-label {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.filter-rating-select-radio:focus-visible ~ .filter-rating-select-item-label .filter-rating-select-item-label-text {
  color: #ff0000;
}
.filter-rating-select-item-label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filter-rating-select-item-label .product-review-rating {
  margin-right: 8px;
  display: inline-block;
  margin-top: 3px;
}
.filter-rating-select-item-label:hover .icon-review {
  color: #fed03d;
}
.filter-rating-select-item-label:hover .filter-rating-select-item-label-text {
  color: #ff0000;
}
.filter-rating-select-list-item {
  display: flex;
  position: relative;
  margin-left: 16px;
}
.filter-rating-select-list-item .filter-rating-select-item-label {
  margin-bottom: 5px;
}
.filter-rating-select-list-item:last-child.filter-rating-select-item-label {
  margin-bottom: 0;
}
.filter-rating-select-list-item.disabled {
  opacity: 0.3;
}
.filter-rating-select-list-item.disabled .icon-review {
  color: #bcc1c7;
}
.filter-rating-select-list-item.disabled .filter-rating-select-item-label {
  cursor: default;
}
.filter-rating-select-list-item.disabled:hover .filter-rating-select-item-label-text {
  color: #1a1a1a;
}
.filter-rating-select-item-checkmark {
  width: 20px;
  height: 20px;
  background-color: #798490;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 50%;
  top: -8px;
  left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  transform: translateY(-7px);
}
.filter-rating-select-item-checkmark .icon {
  width: 10px;
  height: 10px;
  color: #fff;
}
.filter-rating-select-item-checkmark .icon svg {
  top: 0;
}
.filter-multi-select-rating .filter-panel-item-dropdown {
  padding-bottom: 6px;
}
.product-feature-list-list {
  list-style: none;
  padding-left: unset;
}
.product-feature-feature {
  font-size: 0.875rem;
}
.product-feature-value {
  font-weight: 600;
}
/*
Notification dot
==============================================
Styling for notification dot component.
*/
.notification-dot {
  background-color: #bcc1c7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.notification-dot.notification-dot-primary {
  background-color: #ff0000;
}
.notification-dot.notification-dot-secondary {
  background-color: #404b58;
}
.notification-dot.notification-dot-success {
  background-color: #2ecc71;
}
.notification-dot.notification-dot-danger {
  background-color: #c82f1e;
}
.notification-dot.notification-dot-warning {
  background-color: #f1c40f;
}
.notification-dot.notification-dot-info {
  background-color: #4aa3df;
}
.notification-dot.notification-dot-light {
  background-color: #f9f9f9;
}
.notification-dot.notification-dot-dark {
  background-color: #4a545b;
}
/*
Product box for wishlist
==============================================
Styling for productbox component.
*/
.product-box.box-wishlist .stretched-link::after {
  height: calc(200px + var(--bs-card-spacer-y));
}
.product-wishlist {
  margin-top: 10px;
}
.product-wishlist .icon-wishlist svg {
  top: 0;
}
.product-wishlist-not-added .icon-wishlist-added, .product-wishlist-not-added .text-wishlist-remove {
  display: none;
}
.product-wishlist-not-added .icon-wishlist-not-added, .product-wishlist-not-added .text-wishlist-not-added {
  display: inline-flex;
}
.product-wishlist-not-added .icon-wishlist-not-added {
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-added, .product-wishlist-added .text-wishlist-remove {
  display: inline-flex;
}
.product-wishlist-added .icon-wishlist-added {
  animation: pulse 0.5s alternate;
}
.product-wishlist-added .icon-wishlist-not-added, .product-wishlist-added .text-wishlist-not-added {
  display: none;
}
.product-wishlist-action-circle {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-wishlist-action-circle.btn, .product-wishlist-action-circle.acris-last-search-term-delete {
  text-overflow: initial;
}
.product-wishlist-action-circle::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
}
.product-wishlist-action {
  background: transparent;
  border-style: none;
  padding: 0;
  display: inline-flex;
}
.product-wishlist-btn {
  --bs-btn-border-radius: 50%;
  --bs-btn-border-width: 0;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-color: var(--bs-gray-800);
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  height: 40px;
  width: 40px;
}
.product-wishlist-btn-remove {
  z-index: 10;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.product-wishlist .icon-wishlist svg, .product-wishlist .icon-wishlist-remove svg {
  top: 0;
}
.product-wishlist-btn-content {
  text-decoration: underline;
}
.product-wishlist-btn-content-md {
  margin-left: 8px;
  font-size: 14px;
}
.product-wishlist-btn-content-sm {
  margin-left: 6px;
  font-size: 12px;
}
.product-wishlist-btn-content-disabled {
  display: none;
}
.product-wishlist-btn-content-active {
  display: inline-flex;
}
.product-wishlist-info {
  /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
}
.product-wishlist-info-item {
  min-height: 2em;
  font-size: 0.875rem;
}
.product-wishlist-info-text {
  font-weight: 600;
}
.product-wishlist-info-manufacturer {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-wishlist-info .product-variant-characteristics-text {
  text-transform: capitalize;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.quantity-selector-group .quantity-selector-group-input {
  -moz-appearance: textfield;
  text-align: center;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 1rem;
}
.quantity-selector-group .quantity-selector-group-input:disabled {
  color: #798490;
}
.quantity-selector-group .quantity-selector-group-input::-webkit-outer-spin-button, .quantity-selector-group .quantity-selector-group-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-selector-group .btn-outline-light {
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eaeaf0;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-active-border-color: #eaeaf0;
  --bs-btn-hover-border-color: #eaeaf0;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.quantity-selector-group .btn-outline-light.btn-plus {
  border-left: 0;
}
.quantity-selector-group .btn-outline-light.btn-minus {
  border-right: 0;
}
.quantity-selector-group .btn-outline-light:disabled .icon {
  color: #bcc1c7;
}
.quantity-selector-group .btn-outline-light svg {
  top: 4px;
}
.quantity-selector-group .input-group-text {
  line-height: 1rem;
}
.basic-captcha-content-image {
  width: 85%;
}
.basic-captcha-content-image img {
  border: 1px solid #eaeaf0;
  border-radius: 0px;
  width: 100%;
}
.basic-captcha-content-code {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
  max-width: 440px;
}
.basic-captcha-content-refresh-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  height: 42px;
  align-self: flex-end;
  border-color: #eaeaf0;
}
.basic-captcha-content-refresh-icon.btn .icon > svg, .basic-captcha-content-refresh-icon.acris-last-search-term-delete .icon > svg {
  top: 0;
}
.basic-captcha-content-refresh-icon:hover {
  cursor: pointer;
  border-color: #ff0000;
  background-color: #fff;
}
.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
  color: #ff0000;
}
.line-item {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #eaeaf0;
}
.line-item.is-discount .line-item-total-price {
  color: #2ecc71;
}
.line-item:last-child {
  border-bottom: 0;
}
.line-item-info {
  order: 1;
  margin-bottom: 1rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .line-item-info {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.line-item-details {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-details {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-details {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.line-item-quantity {
  order: 3;
  margin-bottom: 0.5rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-quantity {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-quantity {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-quantity-label {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .line-item-quantity-label {
    flex: 0 0 auto;
    width: 100%;
  }
}
.line-item-quantity-select-wrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 50%;
}
@media (min-width: 576px) {
  .line-item-quantity-select-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }
}
.line-item-unit-price {
  display: none;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-unit-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-unit-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-tax-price {
  justify-content: flex-end;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-tax-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-tax-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-total-price {
  order: 4;
  font-weight: 600;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .line-item-total-price {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .line-item-total-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.line-item-remove {
  order: 2;
  text-align: right;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 16.66666667%;
}
@media (min-width: 768px) {
  .line-item-remove {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}
.is-offcanvas .line-item-info {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.is-offcanvas .line-item-details {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-quantity {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-quantity-label {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.is-offcanvas .line-item-quantity-select-wrapper {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.is-offcanvas .line-item-unit-price {
  flex: 0 0 auto;
  width: 100%;
  display: none;
  font-size: 0.875rem;
  font-style: italic;
}
.is-offcanvas .line-item-unit-price.is-shown {
  display: flex;
  justify-content: flex-end;
}
.is-offcanvas .line-item-tax-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-total-price {
  flex: 0 0 auto;
  width: 100%;
}
.is-offcanvas .line-item-remove {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.is-offcanvas .line-item-details-container {
  padding-left: 0;
}
.is-offcanvas .line-item-unit-price-value-descriptor {
  display: inline;
}
.is-offcanvas .line-item-unit-price-label, .is-offcanvas .line-item-tax-price-label, .is-offcanvas .line-item-total-price-label {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.is-offcanvas .line-item-unit-price-label:not(caption), .is-offcanvas .line-item-tax-price-label:not(caption), .is-offcanvas .line-item-total-price-label:not(caption) {
  position: absolute !important;
}
.is-offcanvas .line-item-unit-price-label *, .is-offcanvas .line-item-tax-price-label *, .is-offcanvas .line-item-total-price-label * {
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .no-remove-button .line-item-info {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .no-remove-button .line-item-details {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .no-summary .line-item-info {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .no-summary .line-item-details {
    flex: 0 0 auto;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .no-summary.no-remove-button .line-item-info {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .no-summary.no-remove-button .line-item-details {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}
.order-detail-content-list > .line-item.is-order, .subscription-detail-content-list > .line-item.is-order {
  margin-left: 20px;
  margin-right: 20px;
}
.line-item.is-order .line-item-children .line-item {
  margin-left: 0;
  margin-right: 0;
}
.line-item-info, .line-item-details, .line-item-quantity, .line-item-unit-price, .line-item-total-price, .line-item-tax-price, .line-item-remove {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.line-item-discount-icon, .line-item-icon {
  text-align: center;
  height: 100%;
}
.line-item-discount-icon .icon, .line-item-icon .icon {
  height: 100%;
}
.line-item-discount-icon .icon > svg, .line-item-icon .icon > svg {
  top: 0;
}
.line-item-discount .line-item-icon .icon, .line-item-promotion .line-item-icon .icon {
  color: #2ecc71;
}
.line-item-container .line-item-icon .icon {
  color: #404b58;
}
.line-item-nested-icon {
  background-color: #798490;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  width: 65px;
  height: 65px;
}
.line-item-nested-icon .icon > svg {
  top: 0;
}
.line-item-unit-price, .line-item-tax-price {
  order: 5;
}
.line-item-img-container {
  text-align: center;
  width: 70px;
  margin-bottom: 0.5rem;
}
.line-item-img-link {
  display: block;
}
.line-item-img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  padding: 0.25rem;
  border: 1px solid #eaeaf0;
  border-radius: 0px;
}
.line-item-total-price, .line-item-tax-price {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 575.98px) {
  .line-item-tax-price, .line-item-unit-price {
    font-size: 0.875rem;
    font-style: italic;
  }
}
@media (min-width: 576px) {
  .line-item-unit-price {
    display: flex;
    justify-content: flex-end;
  }
}
.line-item-unit-price.is-shown {
  display: flex;
  justify-content: flex-end;
}
.line-item-quantity-label, .line-item-unit-price-label, .line-item-total-price-label, .line-item-tax-price-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.line-item-quantity-row {
  align-items: center;
  margin-bottom: 0.5rem;
}
.line-item-details-characteristics {
  font-size: 0.875rem;
  margin: 0.5rem 0;
}
.line-item-details-characteristics .line-item-details-characteristics-option {
  font-weight: 600;
}
.line-item-variants {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.line-item-variants-properties {
  display: flex;
}
.line-item-variants-properties-name {
  font-weight: 600;
  margin-right: 0.5rem;
}
@media (min-width: 576px) {
  .is-default .line-item-quantity-container, .is-order .line-item-quantity-container {
    margin-left: auto;
  }
  .is-default .line-item-quantity-row, .is-order .line-item-quantity-row {
    align-items: normal;
    margin-bottom: 0;
  }
  .is-default .line-item-quantity, .is-order .line-item-quantity {
    flex-direction: column;
    display: flex;
  }
  .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price {
    text-align: right;
    justify-content: normal;
    flex-direction: column;
  }
  .is-default .line-item-tax-price, .is-order .line-item-tax-price {
    order: 4;
  }
  .is-default .line-item-total-price, .is-order .line-item-total-price {
    order: 5;
  }
}
@media (min-width: 768px) {
  .is-default .line-item-info, .is-default .line-item-quantity, .is-default .line-item-unit-price, .is-default .line-item-total-price, .is-default .line-item-tax-price, .is-default .line-item-remove, .is-order .line-item-info, .is-order .line-item-quantity, .is-order .line-item-unit-price, .is-order .line-item-total-price, .is-order .line-item-tax-price, .is-order .line-item-remove {
    order: 0;
  }
  .is-default .line-item-info, .is-order .line-item-info {
    margin-bottom: 0;
  }
  .is-default .line-item-quantity-label, .is-order .line-item-quantity-label {
    display: none;
  }
}
.line-item-children {
  background-color: #f9f9f9;
  font-size: 0.875rem;
  width: 100%;
  padding: 10px 20px;
  order: 10;
  margin-top: 10px;
  flex-shrink: initial;
}
.line-item-children .line-item-children-elements {
  padding: 12px 0 0;
}
.line-item-children .line-item-headline {
  padding: 0;
  font-weight: 600;
}
.line-item-children .line-item-change-button {
  width: fit-content;
  margin: 0 12px;
  font-size: 12px;
  text-decoration: underline;
  background-color: transparent;
  border-style: none;
}
.line-item-children .line-item-change-button:focus {
  outline: none;
}
.line-item-children .line-item-collapse {
  margin: 0;
  align-items: center;
}
.line-item-children .line-item-collapse-container, .line-item-children .line-item-child-label {
  padding: 0;
}
.line-item-children .line-item-child-label {
  position: relative;
}
.line-item-children .line-item-collapse-icon-container {
  padding: 0;
  text-align: right;
}
.line-item-children .line-item-collapse-button, .line-item-children .line-item-child-remove-icon {
  background-color: transparent;
  border-style: none;
}
.line-item-children .line-item-collapse-button:focus, .line-item-children .line-item-child-remove-icon:focus {
  outline: none;
}
.line-item-children .line-item-collapse-button > .line-item-collapse-icon {
  transform: rotate(180deg);
  transition: all 0.2s ease-out;
}
.line-item-children .line-item-collapse-button.collapsed > .line-item-collapse-icon {
  transform: rotate(0deg);
}
.line-item-children .line-item-children-element {
  margin: 0;
  padding: 8px 4px 0;
}
.line-item-children .line-item-children-element > .nesting-level-0 {
  list-style: none;
}
.line-item-children .line-item-children-element:last-child, .line-item-children .line-item-children-element-divider:last-child {
  border-style: none;
}
.line-item-children .line-item-child-label-bullet {
  display: list-item;
}
.line-item-children .line-item-child-total-price {
  padding: 0;
  text-align: right;
  font-weight: 600;
}
.line-item-children .line-item-child-remove-icon-container {
  padding: 0;
  text-align: right;
}
.line-item-children .line-item-children-element-divider {
  border-top: 1px solid #eaeaf0;
  margin: 1rem 0;
}
.line-item-children.nesting-level-2 {
  background-color: #f0f0f0;
}
.line-item-children.nesting-level-3 {
  background-color: #ebebeb;
}
.line-item-children .line-item-details-container {
  padding-left: 0;
}
.line-item-children .line-item-headline-text {
  font-weight: normal;
}
@media (min-width: 768px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}
@media (min-width: 992px) {
  .line-item-children.nesting-level-1 {
    margin-left: 4px;
  }
}
@media (min-width: 1200px) {
  .line-item-children.nesting-level-1 {
    margin-left: 96px;
  }
}
.is-offcanvas .line-item-children {
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.line-item-product-number {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.line-item-delivery-date {
  font-size: 0.875rem;
}
.line-item-garan-label {
  margin-top: 0.5rem;
}
.line-item-garan-label svg {
  max-width: 200px;
  height: auto;
}
.line-item-label {
  color: #1a1a1a;
  font-weight: 600;
}
a.line-item-label:hover {
  color: #ff0000;
}
.line-item-tax-price-label {
  display: inline;
  font-weight: normal;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .line-item-unit-price-label, .line-item-total-price-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .line-item-unit-price-label:not(caption), .line-item-total-price-label:not(caption) {
    position: absolute !important;
  }
  .line-item-unit-price-label *, .line-item-total-price-label * {
    overflow: hidden !important;
  }
}
@media (min-width: 768px) {
  .line-item-unit-price-label, .line-item-tax-price-label, .line-item-total-price-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .line-item-unit-price-label:not(caption), .line-item-tax-price-label:not(caption), .line-item-total-price-label:not(caption) {
    position: absolute !important;
  }
  .line-item-unit-price-label *, .line-item-tax-price-label *, .line-item-total-price-label * {
    overflow: hidden !important;
  }
}
@media (min-width: 576px) {
  .line-item-unit-price-value-descriptor {
    display: none;
  }
  .line-item-tax-price-label {
    display: block;
    font-weight: bold;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .line-item-details-container {
    padding-left: 0.25rem;
  }
}
.line-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
.line-item-characteristics .line-item-characteristics-option {
  font-weight: 600;
}
.line-item-remove-button .icon {
  color: inherit;
}
@media (max-width: 767.98px) {
  .hidden-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hidden-tablet {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-desktop {
    display: none;
  }
}
.spatial-ar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(1, 0, 0, 0.5);
  display: none;
  z-index: 1100;
}
.spatial-ar-overlay .spatial-ar-exit-button {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 36px;
  height: 36px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
  z-index: 1101;
  background-color: #000;
  border: 1px solid #fff;
}
.spatial-ar-overlay .spatial-ar-exit-button svg {
  color: #fff;
}
.spatial-ar-overlay .spatial-ar-placement-hint {
  display: none;
  background-color: black;
}
.spatial-ar-overlay .spatial-ar-movement-hint {
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
}
.spatial-ar-overlay .spatial-ar-movement-hint svg {
  color: #fff;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container {
  position: relative;
  margin-bottom: 90px;
  margin-left: -200px;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container .icon-ar-icon-surface {
  position: absolute;
  width: 200px;
  height: auto;
}
.spatial-ar-overlay .spatial-ar-movement-hint .ar-anim-container .icon-ar-icon-phone {
  position: absolute;
  bottom: -75px;
  left: 2px;
  width: 30px;
  height: auto;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: move-around;
}
@keyframes move-around {
  0% {
    bottom: -75px;
    left: 2px;
  }
  25% {
    bottom: -100px;
    left: 80px;
  }
  50% {
    bottom: -75px;
    left: 165px;
  }
  75% {
    bottom: -100px;
    left: 80px;
  }
  100% {
    bottom: -75px;
    left: 2px;
  }
}
.spatial-ar-overlay .progress {
  bottom: 80px;
  height: 4px;
}
.spatial-ar-overlay.is--visible {
  display: block;
}
.spatial-ar-overlay.is--session-running .spatial-ar-exit-button {
  display: block;
}
.spatial-ar-overlay.is--session-running:not(.is--tracking):not(.is--placement-hint):not(.is--loading) .spatial-ar-movement-hint {
  display: block;
}
.spatial-ar-overlay.is--placement-hint .spatial-ar-placement-hint, .spatial-ar-overlay.is--loading .spatial-ar-placement-hint {
  display: block;
}
.ar-qr-modal-open-session .ar-splash-screen {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.ar-qr-modal-open-session .ar-splash-screen .cube-splash-icon {
  max-width: 200px;
  left: 0px;
  right: 0px;
}
.ar-qr-modal-open-session .ar-splash-screen .floor-splash-icon {
  max-width: 400px;
  left: 0px;
  right: 0px;
  margin-top: 33%;
}
.ar-qr-modal-open-session .ar-splash-screen .ar-btn-open-session {
  max-width: 170px;
  left: 0px;
  right: 0px;
  margin-top: 75%;
}
.ar-qr-modal-open-session .icon-cube-3d-shade {
  color: transparent;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label {
  vertical-align: middle;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label span {
  vertical-align: middle;
}
.ar-qr-modal-open-session .ar-btn-icon-with-label svg {
  vertical-align: middle;
  top: 0px;
}
.ar-qr-modal .ar-qr-modal-content {
  width: 30.25rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-header {
  height: 5rem;
  padding: 0 2rem 0 4rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-body {
  padding: 1.5rem 2rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  font-weight: 600;
  font-size: 0.875rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-body .ar-qr-modal-body-qr-code {
  max-width: 300px;
  max-height: 300px;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-footer {
  padding: 0 2rem 2rem 2rem;
  justify-content: center;
  font-weight: 400;
  font-size: 0.75rem;
}
.ar-qr-modal .ar-qr-modal-content .ar-qr-modal-footer .ar-qr-modal-footer-headline {
  font-weight: 600;
}
/*
 * Layout-related sections
 * ----------------------- */
/*
Container
==============================================
Additional styling for bootstrap container layout.

https://getbootstrap.com/docs/5.2/layout/containers
*/
.container-main {
  padding: 20px 0;
  min-height: 200px;
}
@media (min-width: 1200px) {
  .container-main {
    min-height: 700px;
  }
}
/*
Header
==================================================
Contains custom styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-row {
  padding: 0.5rem 0;
}
.header-logo-picture {
  max-width: 300px;
  min-width: 200px;
}
.header-logo-main-link {
  display: inline-block;
}
.header-search-form {
  position: relative;
}
.header-search-form .header-close-btn {
  display: none;
}
.header-search-form:has(.search-suggest) .header-search-btn {
  display: none;
}
.header-search-form:has(.search-suggest) .header-close-btn {
  display: block;
}
.header-search-btn.is-loading-indicator-before .loader, .header-search-btn.is-loading-indicator-before .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .header-search-btn.is-loading-indicator-before .element-loader-backdrop > .table-loader, .header-search-btn.is-loading-indicator-before .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .header-search-btn.is-loading-indicator-before .element-loader-backdrop > .table-loader {
  margin: 0;
}
.header-search-btn .loader ~ .header-search-icon, .header-search-btn .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader ~ .header-search-icon, .maxia-variants-table-container .table-container-loader .header-search-btn .element-loader-backdrop > .table-loader ~ .header-search-icon, .header-search-btn .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader ~ .header-search-icon, .maxia-variants-table-container .fixed-table-loading .header-search-btn .element-loader-backdrop > .table-loader ~ .header-search-icon, .header-search-btn .loader ~ .header-close-btn, .header-search-btn .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader ~ .header-close-btn, .maxia-variants-table-container .table-container-loader .header-search-btn .element-loader-backdrop > .table-loader ~ .header-close-btn, .header-search-btn .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader ~ .header-close-btn, .maxia-variants-table-container .fixed-table-loading .header-search-btn .element-loader-backdrop > .table-loader ~ .header-close-btn {
  display: none;
}
.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
  position: absolute;
  right: -0.25rem;
  top: 0;
}
.header-actions-btn {
  position: relative;
}
@media (min-width: 576px) {
  .header-row {
    padding-bottom: 1rem;
  }
  .header-search-col .collapse:not(.show) {
    display: block;
  }
  .header-search {
    max-width: 400px;
  }
}
.storefront-staging-info .icon {
  color: #fff;
}
.storefront-staging-info .icon svg {
  top: 0;
}
/*
Header minimal
==================================================
Contains custom styles for the minimal header which is used on checkout pages.
*/
.header-minimal {
  background: #fff;
}
.header-minimal.fixed-top {
  position: static;
}
.header-minimal-row {
  justify-content: space-between;
  align-items: center;
}
.header-minimal-contact {
  display: none;
}
.header-minimal-back-to-shop {
  display: flex;
  justify-content: flex-end;
}
.header-minimal-logo {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.header-minimal-logo .header-logo-picture {
  min-width: unset;
}
.header-minimal-home {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-minimal-home-btn {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .header-minimal-contact {
    display: block;
  }
  .header-minimal-logo, .header-minimal-switch {
    margin-bottom: 0;
  }
}
/*
Footer
==================================================
Contains custom styles for the footer located at the bottom of the page.
*/
.footer-column-content-inner {
  padding-bottom: 1rem;
}
.footer-column-headline {
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
}
.footer-column-headline .icon-footer-minus {
  display: none;
}
.footer-column-headline .icon-footer-plus > svg, .footer-column-headline .icon-footer-minus > svg {
  top: 0.25em;
}
.footer-column-headline .footer-column-toggle[aria-expanded="true"] .icon-footer-plus {
  display: none;
}
.footer-column-headline .footer-column-toggle[aria-expanded="true"] .icon-footer-minus {
  display: inline-flex;
}
.footer-column-toggle {
  padding: 0;
  --bs-btn-line-height: 1.375;
}
.footer-link-item {
  padding: 0.5rem 0;
}
.footer-bottom {
  padding: 1rem;
}
.footer-bottom > .container, .cms-section .footer-bottom > .boxed {
  padding: 0;
}
.footer-vat, .footer-copyright, .footer-service-menu-list {
  text-align: center;
}
.footer-copyright .icon {
  vertical-align: middle;
}
.footer-copyright .icon > svg {
  top: -2px;
}
.footer-service-menu-list {
  padding: 1rem 0;
}
.footer-service-menu-list:empty {
  padding: 0;
  margin: 0;
}
.footer-service-menu-item {
  display: inline-block;
}
.footer-service-menu-link {
  padding: 5px 0;
  display: inline-block;
}
.footer-logos {
  padding: 1rem;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.footer-logo {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
.footer-logo:last-child {
  margin-right: 0;
}
.footer-logo-image {
  max-height: 35px;
  max-width: 100px;
}
@media (min-width: 768px) {
  .footer-columns {
    padding-bottom: 20px;
  }
  .footer-column-headline {
    padding: 3rem 0 0.5rem 0;
  }
  .footer-column-toggle {
    display: none;
  }
  .footer-column-content.collapse {
    display: block;
  }
}
/*
Navigation offcanvas
==============================================
Custom styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas {
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 0;
  overflow-x: hidden;
}
.navigation-offcanvas-container {
  position: relative;
}
.navigation-offcanvas-overlay.has-transition {
  transition: left 0.5s ease-in;
}
.navigation-offcanvas-placeholder, .navigation-offcanvas-overlay {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.navigation-offcanvas-actions {
  padding-top: 1rem;
  margin-bottom: 0.5rem;
}
.navigation-offcanvas-actions .top-bar-nav-item {
  padding: 0 1rem;
}
.navigation-offcanvas-actions .top-bar-nav-name {
  display: inline;
}
.navigation-offcanvas-headline {
  padding: 20px 1rem 1rem;
}
.navigation-offcanvas-link-icon {
  display: inline-flex;
}
.navigation-offcanvas-link-icon .loader, .navigation-offcanvas-link-icon .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .navigation-offcanvas-link-icon .element-loader-backdrop > .table-loader, .navigation-offcanvas-link-icon .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .navigation-offcanvas-link-icon .element-loader-backdrop > .table-loader {
  width: 1.203125rem;
  height: 1.203125rem;
}
.navigation-offcanvas-link {
  transition: color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-offcanvas-link {
    transition: none;
  }
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-back-link {
  justify-content: flex-start;
}
.navigation-offcanvas-link.is-home-link .navigation-offcanvas-link-icon, .navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
  margin-right: 0.5rem;
}
/*
Offcanvas cart
==============================================
Extends the basic offcanvas component with additional cart styles.
*/
.offcanvas-cart .alert {
  margin-top: 1rem;
}
.offcanvas-cart-items, .offcanvas-summary {
  margin: 1rem 0;
}
.offcanvas-cart-items {
  border-bottom: 1px solid #eaeaf0;
}
.offcanvas-summary-list {
  margin-bottom: 0;
  justify-content: space-between;
}
.offcanvas-summary-list > * {
  width: initial;
}
.offcanvas-shipping-info {
  justify-content: space-between;
}
.offcanvas-shipping-info > * {
  width: initial;
}
.offcanvas-cart-promotion-form {
  margin-bottom: 1rem;
}
.offcanvas-cart-promotion-form .offcanvas-cart-promotion-button .icon-checkmark {
  color: inherit;
}
.offcanvas-summary .js-toggle-shipping-selection {
  --bs-btn-font-weight: var(--bs-body-font-weight);
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-font-size: 90%;
  --bs-btn-color: var($primary);
  --bs-btn-line-height: inherit;
}
.offcanvas-summary .offcanvas-shipping-preference {
  transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
  max-height: 100px;
  height: auto;
  visibility: visible;
  opacity: 1;
}
.offcanvas-summary .offcanvas-shipping-preference--hidden {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0 !important;
}
.offcanvas-summary .summary-value, .offcanvas-summary .shipping-value {
  text-align: right;
}
/*
Account menu
==================================================
Contains custom styles for the account menu which opens via click/touch on the avatar icon in the header section.
The menu opens on smaller viewports inside an offcanvas and on larger viewports inside a bootstrap dropdown.
*/
.account-menu-header {
  border-bottom: 1px solid #eaeaf0;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.5rem 0;
  color: #ff0000;
}
.account-menu-register {
  text-align: center;
}
.account-menu-login {
  padding: 1rem 0;
  border-bottom: 1px solid #eaeaf0;
  margin-bottom: 0.25rem;
}
.account-menu-login-button {
  width: 100%;
  margin-bottom: 0.5rem;
}
.account-menu-dropdown {
  padding: 0.5rem 1rem;
  min-width: 200px;
}
.account-menu-dropdown .offcanvas-body {
  overflow: visible;
}
.account-menu-offcanvas .account-menu-inner, .account-menu-dropdown .account-menu-inner {
  border: 0;
}
.account-menu-offcanvas .account-aside-item, .account-menu-dropdown .account-aside-item {
  padding: 0.5rem 0;
}
.account-menu-offcanvas .account-aside-footer, .account-menu-dropdown .account-aside-footer {
  background: none;
  padding: 0.25rem 0;
}
@media (min-width: 576px) {
  .account-menu .offcanvas-close {
    display: none;
  }
  .account-menu .offcanvas-body {
    padding: 0;
  }
}
/*
Search suggest
==================================================
Contains styles for the search suggest popover in the shop header.
*/
.search-suggest-container {
  position: absolute;
  top: 55px;
  left: 0;
  list-style: none;
  touch-action: manipulation;
  background: #fff;
  padding: 1rem;
  border: 1px solid #eaeaf0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 10px 25px -15px #000;
}
.search-suggest-container::after {
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: -7px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #eaeaf0;
  border-top: 0 none;
  border-right: 0 none;
}
.search-suggest-product {
  border-bottom: 1px solid #eaeaf0;
}
.search-suggest-product:last-child {
  border-bottom: 0;
}
.search-suggest-product-link:hover, .search-suggest-total-link:hover {
  text-decoration: none;
}
.search-suggest-product-link:focus, .search-suggest-product-link:focus-visible, .search-suggest-total-link:focus, .search-suggest-total-link:focus-visible {
  color: #ff0000;
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
  outline: none;
}
.search-suggest-product-link {
  display: block;
  padding: 0.5rem 0;
  color: #1a1a1a;
  text-decoration: none;
}
.search-suggest-product-link:hover {
  color: #ff0000;
}
.search-suggest-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-suggest-product-variation {
  font-size: 0.875rem;
  color: #798490;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-suggest-product-price {
  text-align: right;
  padding-right: 0.25rem;
}
.search-suggest-product-list-price, .search-suggest-product-reference-price {
  color: #798490;
  text-align: right;
  display: block;
}
.search-suggest-product-image-container {
  width: 35px;
  height: 35px;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-suggest-product-image {
  max-width: 35px;
  max-height: 35px;
  display: block;
}
.search-suggest-total {
  padding: 0.5rem;
}
.search-suggest-no-result {
  text-align: center;
}
@media (min-width: 768px) {
  .search-suggest-container {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*
Cookie permission
==============================================
Shows a cookie permission alert at the bottom of the page.

@sw-package framework
*/
.cookie-permission-container {
  display: none;
  border-top: 1px solid #eaeaf0;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.875rem;
  z-index: 1100;
}
.cookie-permission-content {
  margin-bottom: 0.5rem;
}
.cookie-permission-content a {
  display: inline-block;
}
.cookie-permission-actions {
  gap: 0.5rem;
}
@media (max-width: 575.98px) {
  .cookie-permission-actions .btn, .cookie-permission-actions .acris-last-search-term-delete {
    white-space: normal;
    line-height: normal;
    padding: var(--bs-btn-padding-x) calc(var(--bs-btn-padding-y) * 5);
  }
}
@media (min-width: 768px) {
  .cookie-permission-content {
    text-align: left;
    margin-bottom: 0;
  }
}
/*
Cookie configuration
==============================================
Offcanvas containing a list of cookies which need to be manually selected by the user.

@sw-package framework
*/
.offcanvas-cookie-description, .offcanvas-cookie-list {
  margin-bottom: 32px;
  border-bottom: 1px solid #eaeaf0;
}
.offcanvas-cookie-list {
  padding-bottom: 32px;
}
.offcanvas-cookie-group {
  position: relative;
  margin: 12px 0;
}
.offcanvas-cookie-group input ~ label {
  user-select: none;
}
.offcanvas-cookie-group input:not([disabled]) ~ label {
  cursor: pointer;
}
@supports (-webkit-hyphens: none) {
  .offcanvas-cookie-group .form-check .form-check-input {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-cookie-group .form-check {
    padding-right: 2rem;
  }
  .offcanvas-cookie-group input ~ label {
    display: block;
    overflow-wrap: anywhere;
  }
}
.offcanvas-cookie-entries-toggle {
  position: absolute;
  top: -4px;
  right: 0;
}
.offcanvas-cookie-entries-toggle svg {
  transform-origin: center center;
  transition: transform 0.3s ease;
}
.offcanvas-cookie-entries-toggle[aria-expanded="true"] svg {
  transform: rotate(90deg);
}
.offcanvas-cookie-entries > p {
  padding: 8px 8px 0;
  margin: 0;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry {
  padding: 8px 8px 0 24px;
  margin: 0 0 0 24px;
  overflow: visible;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry > p {
  margin: 8px 0;
}
.offcanvas-cookie-entries .offcanvas-cookie-entry.custom-control, .offcanvas-cookie-entries .offcanvas-cookie-entry.form-check {
  min-height: unset;
}
/*
Scroll up
==============================================
Shows a scroll up button at the bottom right of the page.
*/
.scroll-up-button {
  bottom: 1.5rem;
  cursor: pointer;
  opacity: 0.1;
  position: fixed;
  right: 1.5rem;
  transform: scale(0);
  transition: 0.3s cubic-bezier(0.3, 0, 0.15, 1);
  z-index: 700;
  pointer-events: none;
}
.scroll-up-button.is-visible {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
.grecaptcha-v2-container iframe.has-error {
  border: 1px solid #dc3545;
  border-radius: 3px;
}
/*
 * Page-specific styles
 * -------------------- */
.product-detail-headline {
  margin-bottom: 3rem;
}
.product-detail-content {
  margin-bottom: 1.5rem;
}
.product-detail-content .product-breadcrumb {
  padding: 0;
  margin: 1rem 0;
}
.product-detail-name-container {
  display: flex;
  align-items: center;
}
.product-detail-name-container .product-detail-variant-characteristics {
  padding-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #adb5bd;
}
.product-detail-buy {
  margin-bottom: 1rem;
}
.product-detail-price {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .product-detail-price {
    font-size: 1.75rem;
  }
}
.product-detail-price-unit {
  font-size: 0.875rem;
}
.product-detail-tax {
  font-size: 1.125rem;
}
.product-detail-delivery-information {
  margin-bottom: 1.5rem;
}
.product-detail-form-container {
  margin-bottom: 1rem;
}
.product-detail-ordernumber-container {
  margin-bottom: 1rem;
}
.product-detail-garan-label {
  margin-bottom: 1rem;
}
.product-detail-garan-label svg {
  width: 100%;
  max-width: 200px;
  height: auto;
}
.product-detail-garan-label-show-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 1rem;
  padding: 0;
  border: 0;
  background: none;
  color: #ff0000;
  text-decoration: underline;
}
.product-detail-garan-label-full {
  margin-bottom: 1rem;
}
.product-detail-garan-label-full svg {
  width: 100%;
  max-width: 320px;
  height: auto;
}
.product-block-prices-grid thead {
  background-color: #f9f9f9;
}
.product-block-prices-grid th {
  font-weight: 400;
}
.product-block-prices-grid td {
  font-weight: 600;
}
.product-block-prices-grid .product-block-prices-cell {
  border: 0 none;
  padding: 10px 0 10px 16px;
  line-height: 20px;
}
.product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 22px;
}
.product-block-prices-grid .product-block-prices-body .product-block-prices-row {
  border-top: 1px solid #eee;
}
.product-block-prices-grid .product-block-prices-body .product-block-prices-row:first-of-type {
  border-top: 0 none;
}
.product-detail-configurator-option-label {
  --bs-btn-font-weight: 400;
  --bs-btn-border-color: #eaeaf0;
  --bs-btn-color: #1a1a1a;
  --bs-btn-padding-y: 0.125rem;
  --bs-btn-line-height: 1.625rem;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-color: #1a1a1a;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-disabled-border-color: #798490;
  --bs-btn-disabled-color: #1a1a1a;
  --bs-btn-disabled-opacity: 0.65;
}
.product-detail-configurator-option-label.disabled {
  pointer-events: auto;
  text-decoration: line-through;
}
.product-detail-configurator-option-label.is-display-color, .product-detail-configurator-option-label.is-display-media {
  --bs-btn-padding-x: 0.125rem;
  background-clip: content-box;
  min-width: 3.75rem;
  height: 3.75rem;
}
.btn-check:checked + .product-detail-configurator-option-label {
  --bs-btn-border-width: 2px;
}
.product-detail-tabs-content {
  display: none;
}
.product-detail-tabs-content .offcanvas-body {
  overflow: initial;
  padding: 0;
}
.product-detail-description-text {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .product-detail-tabs-content {
    display: block;
  }
  .product-detail-tabs .offcanvas-close, .product-detail-tab-navigation-icon, .product-detail-tab-preview {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .product-detail-tab-preview {
    flex-basis: 100%;
  }
}
.product-detail-review-widget {
  margin-bottom: 1rem;
  z-index: 1;
}
.product-detail-reviews {
  margin-bottom: 1rem;
}
.product-detail-reviews .icon svg {
  top: 2px;
}
.product-detail-review-teaser-btn .product-detail-review-teaser-hide {
  display: none;
}
.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-show {
  display: none;
}
.product-detail-review-teaser-btn.collapsed .product-detail-review-teaser-hide {
  display: block;
}
.product-review-rating {
  margin-right: 1rem;
}
.product-detail-review-item-points {
  margin-bottom: 0.5rem;
}
.product-detail-review-item-content {
  word-break: break-word;
}
.product-detail-review-form-radio {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.product-detail-review-form-radio:not(caption) {
  position: absolute !important;
}
.product-detail-review-form-radio * {
  overflow: hidden !important;
}
.product-detail-review-form-rating-input {
  display: flex;
}
.product-detail-review-form-rating-input .product-detail-review-form-rating-text {
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.product-review-point svg {
  top: 0;
}
.product-review-point, .point-container {
  display: inline-block;
  position: relative;
}
.point-rating {
  display: block;
}
.point-rating.point-blank .icon {
  color: #eee;
}
.point-partial {
  position: absolute;
  top: 0;
  left: 0;
}
.product-detail-review-form-star {
  margin-right: 10px;
}
.product-detail-review-form-star:has(.product-detail-review-form-radio:focus-visible) {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.product-detail-review-login .login-card .card-body {
  padding-top: 0;
}
.product-detail-review-language {
  margin-bottom: 1rem;
}
.product-detail-review-sortby-label {
  margin-right: 0.25rem;
}
.product-detail-review-cancel {
  margin-right: 5px;
}
.offcanvas .product-detail-review-widget {
  position: static;
}
.offcanvas .product-detail-review-form-rating-input .product-review-point {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .product-detail-review-widget {
    margin-bottom: 0;
  }
  .product-detail-review-sortby-form {
    justify-content: flex-end;
  }
  .product-detail-review-language {
    margin-bottom: 0;
  }
  .product-detail-review-item-points {
    padding-right: 0;
    margin-bottom: 0;
  }
  .product-detail-review-item-title {
    padding-left: 0;
  }
  .product-detail-review-form-star {
    margin-right: 5px;
  }
}
.account-welcome {
  padding-top: 1rem;
  margin-bottom: 1.5rem;
}
.account-address .address-action-create .icon {
  margin-top: 2px;
  margin-right: 0.5rem;
}
.account-address .btn > .icon, .account-address .acris-last-search-term-delete > .icon {
  vertical-align: top;
}
.account-address .account-address-back:hover span.icon, .account-address .account-address-back:focus span.icon {
  color: #fff;
}
.address-manager-select-address {
  min-height: 200px;
}
.address-manager-modal-address-form .icon {
  color: currentColor;
}
.address-manager-modal-address-form .icon svg {
  top: 0.25em;
}
.account-overview-card {
  margin-bottom: 3rem;
}
.register-form .privacy-notice {
  margin-bottom: 1rem;
}
.register-different-shipping {
  margin-top: 1rem;
}
.register-shipping {
  margin-top: 3rem;
}
.order-table, .subscription-table, .purchase-table {
  margin-bottom: 1.5rem;
  border: 1px solid #eaeaf0;
  position: relative;
}
.order-table .order-item-detail, .subscription-table .order-item-detail, .subscription-table .subscription-item-detail, .purchase-table .order-item-detail, .purchase-table .subscription-item-detail, .order-table .subscription-item-detail {
  border-top: 0 none;
}
.order-table .order-detail-content, .subscription-table .order-detail-content, .subscription-table .subscription-detail-content, .purchase-table .order-detail-content, .purchase-table .subscription-detail-content, .order-table .subscription-detail-content {
  border-top: 1px solid #eaeaf0;
  padding: 0;
  box-shadow: none;
}
.order-table-header {
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 20px;
  padding-right: 20px;
}
.order-table-header :first-child {
  position: relative;
}
.order-table-header:last-of-type {
  border-bottom: 0;
}
.order-hide-btn .order-hide-btn-text {
  display: block;
}
.order-hide-btn .order-view-btn-text {
  display: none;
}
.order-hide-btn.collapsed .order-hide-btn-text {
  display: none;
}
.order-hide-btn.collapsed .order-view-btn-text {
  display: block;
}
.order-wrapper:last-of-type, .subscription-wrapper:last-of-type {
  border-bottom: 0;
}
.order-item-header, .subscription-item-header {
  padding: 0.5rem 20px;
}
.order-table-header-heading, .order-table-header-order-status, .subscription-table-header-status, .order-table-header-context-menu {
  display: inline-block;
}
.order-table-header-order-status, .subscription-table-header-status {
  font-weight: 600;
}
.order-table-header-context-menu-wrapper, .subscription-table-header-context-menu-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.order-table-header-context-menu-wrapper, .subscription-table-header-context-menu-wrapper, .order-table-header-heading {
  margin-top: 0.5rem;
}
.order-table-header-order-number, .subscription-table-header-info-wrapper {
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-number .order-table-header-label, .subscription-table-header-info-wrapper .order-table-header-label, .order-table-header-order-number .subscription-table-header-label, .subscription-table-header-info-wrapper .subscription-table-header-label {
  display: inline;
}
.order-table-header-order-table-body, .order-table-header-order-table-header {
  padding-left: 0;
  padding-right: 0;
}
.order-table-header-order-table-body {
  border-top: 1px solid #eaeaf0;
  font-weight: 400;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"] {
  margin-top: 10px;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-table-header-order-table-body .order-table-header-order-table-body-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table-header {
  font-weight: 600;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"] {
  margin-bottom: 10px;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-table-header-order-table-header .order-table-header-order-table-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-table-header-order-table {
  width: 100%;
}
.payment-control input, .payment-control label {
  cursor: pointer;
}
.order-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-item-actions {
  text-align: center;
}
.order-item-label {
  float: left;
  width: 50%;
}
.order-item-value {
  width: 50%;
}
.order-table-header-context-menu-indicator {
  position: absolute;
  top: -3px;
  right: 7px;
}
.order-item-status-badge, .subscription-item-status-badge {
  /*
     * Set colors of the order status badge according to the order state.
     * The stylelint rule `selector-class-pattern` is disabled.
     * The technicalName of the order state includes underscores.
     */
  /* stylelint-disable selector-class-pattern */
  /* stylelint-enable selector-class-pattern */
}
.order-item-status-badge.order-item-status-badge-open, .order-item-status-badge-open.subscription-item-status-badge, .order-item-status-badge.order-item-status-badge-in_progress, .order-item-status-badge-in_progress.subscription-item-status-badge {
  background-color: #4aa3df;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-completed, .order-item-status-badge-completed.subscription-item-status-badge {
  background-color: #2ecc71;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-failed, .order-item-status-badge-failed.subscription-item-status-badge, .order-item-status-badge.order-item-status-badge-cancelled, .order-item-status-badge-cancelled.subscription-item-status-badge {
  background-color: #c82f1e;
  color: #fff;
}
.order-item-status-badge .icon, .subscription-item-status-badge .icon {
  color: currentColor;
}
.order-item-status-badge .icon svg, .subscription-item-status-badge .icon svg {
  top: 5px;
}
@media (min-width: 768px) {
  .order-table-header {
    display: block;
  }
  .order-table-header, .order-item-header, .subscription-item-header {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .order-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .order-item-actions {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .order-table-header-order-table-body .order-table-header-label, .order-table-header-order-table-body .subscription-table-header-label {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .order-table-header-order-table-body .order-table-header-label:not(caption), .order-table-header-order-table-body .subscription-table-header-label:not(caption) {
    position: absolute !important;
  }
  .order-table-header-order-table-body .order-table-header-label *, .order-table-header-order-table-body .subscription-table-header-label * {
    overflow: hidden !important;
  }
}
@media (max-width: 575.98px) {
  .order-table-header-order-table-header {
    display: none;
  }
  .order-table-header-order-table-body {
    border-top: 0;
  }
  .order-table-header-label, .subscription-table-header-label {
    display: block;
    float: left;
    width: 50%;
  }
  .order-table-header-order-number, .subscription-table-header-info-wrapper {
    margin-bottom: 0;
  }
  .order-table-body-value, .subscription-table-body-value {
    width: 50%;
  }
  .order-table-header-order-status, .subscription-table-header-status {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .order-table-header-context-menu-wrapper, .subscription-table-header-context-menu-wrapper {
    top: 0.5rem;
    right: 1rem;
  }
  .order-table-header-context-menu-indicator {
    top: -3px;
    right: -3px;
  }
}
.edit-order {
  padding-top: 70px;
  display: flex;
  justify-content: center;
}
.edit-order-container {
  max-width: 895px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.edit-order-tos-checkbox, .edit-order-tos-label {
  cursor: pointer;
}
.edit-order-checkout-aside {
  width: 50%;
  margin-left: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .edit-order {
    padding-top: 0;
  }
  .edit-order-checkout-aside {
    width: 100%;
    margin-left: 0;
  }
}
.order-detail-content, .subscription-detail-content {
  border-top: 1px solid #eaeaf0;
}
.order-detail-content-header, .subscription-detail-content-header {
  display: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 20px;
  margin-left: 20px;
}
.document-detail-content-header {
  display: block;
  border-bottom: 1px solid #eaeaf0;
  padding-bottom: 0.5rem;
}
.download-detail-content-header {
  display: block;
  border-bottom: 1px solid #eaeaf0;
  padding-bottom: 0.5rem;
}
.order-detail-content-body.has-element-loader, .has-element-loader.subscription-detail-content-body {
  min-height: 70px;
  display: flex;
}
.order-detail-content-body .element-loader-backdrop, .subscription-detail-content-body .element-loader-backdrop {
  box-shadow: none;
}
.order-detail-content-row {
  font-weight: 400;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 20px;
  margin-left: 20px;
}
.order-detail-content-row .document-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.order-detail-content-row .order-item:last-of-type, .order-detail-content-row .document-item:last-of-type {
  padding-right: 0;
}
.order-detail-content-row .order-item:first-of-type, .order-detail-content-row .document-item:first-of-type {
  padding-left: 0;
}
.order-detail-content-row .download-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.order-detail-content-row .download-item:last-of-type {
  padding-right: 0;
}
.order-detail-content-row .download-item:first-of-type {
  padding-left: 0;
}
.order-detail-content-row .card-title, .order-detail-content-row .card-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .order-item, .document-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.order-item-detail-list-item {
  margin-bottom: 1rem;
}
.order-item-detail-list-item-divider {
  border-top: 1px solid #eaeaf0;
  margin: 1rem 20px;
}
.order-item-detail-list-item:last-of-type .order-detail-content-row {
  border-bottom: 0 none;
}
.order-item-detail-list-item.is-discount .cart-item-total-price {
  color: #2ecc71;
}
.order-item-discount-icon {
  text-align: center;
}
.order-item-total {
  font-weight: 600;
}
.order-item-nested-icon {
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.order-item-nested-icon .icon > svg {
  top: 0;
}
.order-item-reorder {
  display: flex;
  justify-content: center;
}
.order-item-detail-footer, .subscription-item-detail-footer {
  padding: 1rem;
  padding-left: 20px;
  padding-right: 20px;
}
.order-item-detail-footer dl dt.col, .subscription-item-detail-footer dl dt.col, .order-item-detail-footer dl dt[class*="col-"], .subscription-item-detail-footer dl dt[class*="col-"] {
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}
.order-item-detail-labels, .subscription-item-detail-labels {
  margin-bottom: 0;
}
.order-item-detail-labels-value, .subscription-item-detail-labels-value {
  font-weight: 400;
}
.order-item-detail-summary, .subscription-item-detail-summary, .order-item-detail-summary dd:last-child, .subscription-item-detail-summary dd:last-child {
  margin-bottom: 0;
}
.order-detail-comment {
  border-top: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 1rem;
}
.card-title.order-detail-comment-title {
  margin-bottom: 0;
  padding: 1rem;
}
.order-detail-comment-body {
  padding: 1rem;
}
.order-detail-comment-value {
  margin-bottom: 0;
}
.order-item-variants-properties {
  display: flex;
}
.order-item-variants-properties-name {
  margin-right: 0.5rem;
}
.order-detail-form {
  float: right;
}
.document-item-view-file {
  text-align: right;
}
.download-item-download-file {
  text-align: right;
}
.order-download-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.order-item-detail-footnote {
  background-color: #f9f9f9;
  padding: 0 1rem 1rem;
}
@media (min-width: 768px) {
  .order-detail-content-header, .subscription-detail-content-header {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eaeaf0;
  }
  .order-item-label {
    display: none;
  }
  .order-detail-content, .subscription-detail-content {
    border-top: 0;
  }
  .order-header-tax-price, .order-header-price, .subscription-header-price, .order-item-price, .order-header-total, .subscription-header-total, .order-item-total, .order-header-actions {
    text-align: right;
  }
  .order-header-quantity, .subscription-header-quantity, .order-item-quantity {
    text-align: center;
  }
  .order-item-reorder {
    justify-content: flex-end;
  }
  .order-item-detail-summary dt, .subscription-item-detail-summary dt, .order-item-detail-summary dd, .subscription-item-detail-summary dd {
    text-align: right;
  }
  .document-item-view-file-icon-btn {
    display: none;
  }
  .download-item-view-file-icon-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .document-header-date {
    display: none;
  }
  .document-item-view-file-text-btn {
    display: none;
  }
  .download-header-date {
    display: none;
  }
  .download-item-view-file-text-btn {
    display: none;
  }
}
.checkout-container {
  margin-bottom: 1.5rem;
}
.checkout-product-table {
  margin-bottom: 1.5rem;
}
.checkout-confirm-tos-checkbox, .checkout-confirm-tos-label {
  cursor: pointer;
}
.is-ctl-checkout .footer-minimal .footer-service-menu-list, .is-act-checkoutregisterpage .footer-minimal .footer-service-menu-list, .is-active-route-frontend-checkout-cart-page .footer-minimal .footer-service-menu-list, .is-active-route-frontend-checkout-confirm-page .footer-minimal .footer-service-menu-list, .is-active-route-frontend-checkout-finish-page .footer-minimal .footer-service-menu-list, .is-active-route-frontend-checkout-info .footer-minimal .footer-service-menu-list, .is-active-route-frontend-cart-offcanvas .footer-minimal .footer-service-menu-list {
  display: block;
}
.checkout-aside-summary-label {
  font-weight: 400;
}
.checkout-aside-summary-list.display-rounded .checkout-aside-summary-total {
  font-weight: 400;
  font-size: 1.125rem;
}
.checkout-aside-summary-total {
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 13px;
  border-top: 1px solid #eaeaf0;
  margin-top: 5px;
}
.checkout-aside-summary-total-rounded {
  font-size: 1.125rem;
  font-weight: 600;
}
.checkout-aside-summary-label.summary-net, .checkout-aside-summary-value.summary-net {
  margin-top: 10px;
}
.checkout-aside-summary-header {
  margin-bottom: 20px;
}
.checkout-aside-summary-value {
  text-align: right;
}
.checkout-aside-action {
  margin-top: 1rem;
}
.checkout-aside-add-promotion-button .icon-checkmark {
  color: inherit;
}
.is-act-cartpage .checkout .checkout-container, .is-active-route-frontend-checkout-cart-page .checkout .checkout-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.is-act-cartpage .checkout .checkout-main, .is-active-route-frontend-checkout-cart-page .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .is-act-cartpage .checkout .checkout-main, .is-active-route-frontend-checkout-cart-page .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.is-act-cartpage .checkout .checkout-aside, .is-active-route-frontend-checkout-cart-page .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .is-act-cartpage .checkout .checkout-aside, .is-active-route-frontend-checkout-cart-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 41.66666667%;
    margin-left: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .is-act-cartpage .checkout .checkout-aside, .is-active-route-frontend-checkout-cart-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-left: 0;
  }
}
.is-act-cartpage .checkout .checkout-aside-container, .is-active-route-frontend-checkout-cart-page .checkout .checkout-aside-container {
  position: sticky;
  top: 0;
  z-index: 1;
}
.cart-main-header {
  margin-bottom: 1.5rem;
}
.cart-table-header {
  display: none;
}
.cart-header-unit-price, .cart-header-total-price, .cart-header-tax-price {
  text-align: right;
}
.cart-header-quantity {
  text-align: center;
}
.cart-header-row, .line-item-row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.cart-header-row > .col, .cart-header-row > [class*="col-"], .line-item-row > .col, .line-item-row > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.cart-add-product-container {
  margin-bottom: 1rem;
}
.cart-add-product-container .add-product-button .icon-checkmark {
  color: inherit;
}
.cart-shipping-costs-container {
  align-self: center;
}
.cart-shipping-costs-btn {
  padding-left: 0;
  margin: 1px 0;
}
@media (min-width: 768px) {
  .cart-table-header {
    display: block;
  }
  .cart-add-product-container {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cart-table-header {
    display: block;
  }
}
.is-act-checkoutregisterpage .checkout, .is-active-route-frontend-checkout-register-page .checkout {
  padding-top: 70px;
}
.is-act-checkoutregisterpage .checkout .checkout-container, .is-active-route-frontend-checkout-register-page .checkout .checkout-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.is-act-checkoutregisterpage .checkout .checkout-main, .is-active-route-frontend-checkout-register-page .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-main, .is-active-route-frontend-checkout-register-page .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-bottom: 0;
  }
}
.is-act-checkoutregisterpage .checkout .checkout-aside, .is-active-route-frontend-checkout-register-page .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .is-act-checkoutregisterpage .checkout .checkout-aside, .is-active-route-frontend-checkout-register-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
    display: block;
  }
}
.is-act-confirmpage .checkout, .is-ctl-accountorder .checkout, .is-active-route-frontend-checkout-confirm-page .checkout, .is-active-route-frontend-account-order-page .checkout, .is-active-route-frontend-account-order-cancel .checkout, .is-active-route-frontend-account-order-single-page .checkout, .is-active-route-widgets-account-order-detail .checkout, .is-active-route-frontend-account-edit-order-page .checkout {
  padding-top: 70px;
}
.is-act-confirmpage .checkout .checkout-container, .is-ctl-accountorder .checkout .checkout-container, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-container, .is-active-route-frontend-account-order-page .checkout .checkout-container, .is-active-route-frontend-account-order-cancel .checkout .checkout-container, .is-active-route-frontend-account-order-single-page .checkout .checkout-container, .is-active-route-widgets-account-order-detail .checkout .checkout-container, .is-active-route-frontend-account-edit-order-page .checkout .checkout-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-main, .is-active-route-frontend-account-order-page .checkout .checkout-main, .is-active-route-frontend-account-order-cancel .checkout .checkout-main, .is-active-route-frontend-account-order-single-page .checkout .checkout-main, .is-active-route-widgets-account-order-detail .checkout .checkout-main, .is-active-route-frontend-account-edit-order-page .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .is-act-confirmpage .checkout .checkout-main, .is-ctl-accountorder .checkout .checkout-main, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-main, .is-active-route-frontend-account-order-page .checkout .checkout-main, .is-active-route-frontend-account-order-cancel .checkout .checkout-main, .is-active-route-frontend-account-order-single-page .checkout .checkout-main, .is-active-route-widgets-account-order-detail .checkout .checkout-main, .is-active-route-frontend-account-edit-order-page .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
.is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-additional, .is-active-route-frontend-account-order-page .checkout .checkout-additional, .is-active-route-frontend-account-order-cancel .checkout .checkout-additional, .is-active-route-frontend-account-order-single-page .checkout .checkout-additional, .is-active-route-widgets-account-order-detail .checkout .checkout-additional, .is-active-route-frontend-account-edit-order-page .checkout .checkout-additional {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-additional, .is-active-route-frontend-account-order-page .checkout .checkout-additional, .is-active-route-frontend-account-order-cancel .checkout .checkout-additional, .is-active-route-frontend-account-order-single-page .checkout .checkout-additional, .is-active-route-widgets-account-order-detail .checkout .checkout-additional, .is-active-route-frontend-account-edit-order-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .is-act-confirmpage .checkout .checkout-additional, .is-ctl-accountorder .checkout .checkout-additional, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-additional, .is-active-route-frontend-account-order-page .checkout .checkout-additional, .is-active-route-frontend-account-order-cancel .checkout .checkout-additional, .is-active-route-frontend-account-order-single-page .checkout .checkout-additional, .is-active-route-widgets-account-order-detail .checkout .checkout-additional, .is-active-route-frontend-account-edit-order-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-left: 16.66666667%;
  }
}
.is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-aside, .is-active-route-frontend-account-order-page .checkout .checkout-aside, .is-active-route-frontend-account-order-cancel .checkout .checkout-aside, .is-active-route-frontend-account-order-single-page .checkout .checkout-aside, .is-active-route-widgets-account-order-detail .checkout .checkout-aside, .is-active-route-frontend-account-edit-order-page .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 1 1 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-aside, .is-active-route-frontend-account-order-page .checkout .checkout-aside, .is-active-route-frontend-account-order-cancel .checkout .checkout-aside, .is-active-route-frontend-account-order-single-page .checkout .checkout-aside, .is-active-route-widgets-account-order-detail .checkout .checkout-aside, .is-active-route-frontend-account-edit-order-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .is-act-confirmpage .checkout .checkout-aside, .is-ctl-accountorder .checkout .checkout-aside, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-aside, .is-active-route-frontend-account-order-page .checkout .checkout-aside, .is-active-route-frontend-account-order-cancel .checkout .checkout-aside, .is-active-route-frontend-account-order-single-page .checkout .checkout-aside, .is-active-route-widgets-account-order-detail .checkout .checkout-aside, .is-active-route-frontend-account-edit-order-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.is-act-confirmpage .checkout .checkout-aside-no-offset, .is-ctl-accountorder .checkout .checkout-aside-no-offset, .is-active-route-frontend-checkout-confirm-page .checkout .checkout-aside-no-offset, .is-active-route-frontend-account-order-page .checkout .checkout-aside-no-offset, .is-active-route-frontend-account-order-cancel .checkout .checkout-aside-no-offset, .is-active-route-frontend-account-order-single-page .checkout .checkout-aside-no-offset, .is-active-route-widgets-account-order-detail .checkout .checkout-aside-no-offset, .is-active-route-frontend-account-edit-order-page .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.confirm-main-header, .confirm-tos, .confirm-address, .confirm-payment-shipping, .confirm-payment, .confirm-product {
  margin-bottom: 1.5rem;
}
.confirm-tos-bottom {
  margin-bottom: 3rem;
}
.confirm-payment-current, .confirm-shipping-current {
  margin-bottom: 3rem;
}
.confirm-payment-current.is-invalid, .confirm-shipping-current.is-invalid {
  color: #c82f1e;
}
.confirm-method-tooltip {
  margin-left: 0.25rem;
}
.confirm-legal-guarantee-notice svg {
  display: block;
  width: 100%;
  max-width: 560px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #000;
}
.payment-method-label, .shipping-method-label {
  width: 100%;
}
.payment-method-label .payment-method-description, .payment-method-label .shipping-method-description, .shipping-method-label .payment-method-description, .shipping-method-label .shipping-method-description {
  width: 66%;
}
.is-act-finishpage .checkout, .is-active-route-frontend-checkout-finish-page .checkout {
  padding-top: 70px;
}
.is-act-finishpage .checkout .checkout-container, .is-active-route-frontend-checkout-finish-page .checkout .checkout-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.is-act-finishpage .checkout .checkout-main, .is-active-route-frontend-checkout-finish-page .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .is-act-finishpage .checkout .checkout-main, .is-active-route-frontend-checkout-finish-page .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 16.66666667%;
  }
}
.is-act-finishpage .checkout .checkout-additional, .is-active-route-frontend-checkout-finish-page .checkout .checkout-additional {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .is-act-finishpage .checkout .checkout-additional, .is-active-route-frontend-checkout-finish-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .is-act-finishpage .checkout .checkout-additional, .is-active-route-frontend-checkout-finish-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .is-act-finishpage .checkout .checkout-additional, .is-active-route-frontend-checkout-finish-page .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-left: 16.66666667%;
  }
}
.is-act-finishpage .checkout .checkout-aside, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 1 1 0;
  max-width: 100%;
}
@media (min-width: 576px) {
  .is-act-finishpage .checkout .checkout-aside, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 58.33333333%;
    margin-left: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .is-act-finishpage .checkout .checkout-aside, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 50%;
    margin-left: 50%;
  }
}
@media (min-width: 992px) {
  .is-act-finishpage .checkout .checkout-aside, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.is-act-finishpage .checkout .checkout-aside-no-offset, .is-active-route-frontend-checkout-finish-page .checkout .checkout-aside-no-offset {
  margin-left: 0;
}
.finish-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
}
.finish-ordernumber {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.finish-teaser {
  text-align: center;
}
.finish-create-account-container {
  text-align: center;
}
.finish-header {
  margin-bottom: 1.5rem;
  text-align: center;
}
.finish-order-subtitle {
  text-align: center;
}
.finish-change-payment-wrapper {
  text-align: center;
}
.finish-action {
  text-align: center;
  margin-bottom: 3rem;
}
.finish-info {
  margin-bottom: 3rem;
}
.account-guest-conversion__title {
  margin-bottom: 1rem;
}
.account-guest-conversion__subtitle {
  color: #ff0000;
}
.account-guest-conversion__form-container {
  border-top: 1px solid #eaeaf0;
}
.account-guest-conversion__form {
  margin-top: 1rem;
}
.account-guest-conversion__required-info {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.search-page .filter-panel-wrapper-toggle {
  margin-bottom: 1rem;
}
.wishlist-headline {
  margin: 0;
  height: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishlist-listing-col {
  margin-top: 86px;
}
.wishlist-listing-col .wishlist-listing-empty {
  height: 250px;
  width: 100%;
}
.wishlist-listing-col .wishlist-listing-header {
  font-weight: bold;
  color: #ff0000;
}
.wishlist-listing-col .wishlist-listing-description {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .wishlist-listing-header {
    margin-top: 53px;
    font-size: 36px;
    line-height: 40px;
  }
  .wishlist-listing-empty {
    max-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .wishlist-listing-empty {
    max-height: 120px;
  }
  .wishlist-listing-header {
    margin-top: 48px;
    font-size: 23px;
    line-height: 34px;
  }
}
/*
Shopware skin
==================================================
Contains the imports to all Shopware skin styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern

@sw-package framework
*/
/*
 * Vendors
 * ------- */
/*
Inter typeface family
==================================================
Import of Inter font vendor.

https://rsms.me/inter/

@sw-package framework
*/
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-CyrillicExt.woff2") format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-Cyrillic.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-Cyrillic.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-GreekExt.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-GreekExt.woff2") format("woff2-variations");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-Greek.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-Greek.woff2") format("woff2-variations");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-Vietnamese.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-Vietnamese.woff2") format("woff2-variations");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-LatinExt.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-LatinExt.woff2") format("woff2-variations");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-Latin.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Roman-Latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-CyrillicExt.woff2") format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-Cyrillic.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-Cyrillic.woff2") format("woff2-variations");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-GreekExt.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-GreekExt.woff2") format("woff2-variations");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-Greek.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-Greek.woff2") format("woff2-variations");
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-Vietnamese.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-Vietnamese.woff2") format("woff2-variations");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-LatinExt.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-LatinExt.woff2") format("woff2-variations");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400 700;
  font-display: fallback;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-Latin.woff2") format("woff2 supports variations"), url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/Inter-Variable-Italic-Latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  font-feature-settings: "cv02" 1, "cv03" 1, "cv04" 1;
}
/*
 * Variables, Mixins, Functions
 * ---------------------------- */
/*
 * Base stuff
 * ---------- */
/*
Base
==================================================
Contains global base styles for all pages

@sw-package framework
*/
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
main {
  flex-grow: 1;
}
/*
Typography
==============================================
Custom styling for bootstrap typography.

https://getbootstrap.com/docs/5.2/content/typography

@sw-package framework
*/
h1, .h1 {
  line-height: 2.5rem;
}
h2, .h2 {
  line-height: 2.125rem;
}
h3, .h3, .lenz-order-comment-group-headline {
  line-height: 2.063rem;
}
h4, .h4 {
  line-height: 1.5rem;
}
h5, .h5, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name {
  line-height: 1.313rem;
}
h6, .h6 {
  line-height: 1.25rem;
}
ol, ul, dl {
  margin-bottom: 2rem;
}
blockquote {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 24px;
  margin-top: 16px;
  margin-left: 20px;
  position: relative;
}
blockquote::before {
  content: '"';
  font-size: 40px;
  line-height: 16px;
  color: #9aa7be;
  position: absolute;
  top: 10px;
  left: -24px;
}
/*
 * Components
 * ---------- */
/*
Alert
==============================================
Custom skin styling for bootstrap alert component.

https://getbootstrap.com/docs/5.2/components/alerts
*/
.alert .icon {
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.alert .icon svg {
  top: 0;
}
.alert-primary {
  --bs-alert-border-color: #ff0000;
  --bs-alert-bg: #ffe6e6;
  --bs-alert-color: #1a1a1a;
}
.alert-secondary {
  --bs-alert-border-color: #404b58;
  --bs-alert-bg: #e5edf5;
  --bs-alert-color: #1a1a1a;
}
.alert-success {
  --bs-alert-border-color: #2ecc71;
  --bs-alert-bg: #e5fff0;
  --bs-alert-color: #1a1a1a;
}
.alert-info {
  --bs-alert-border-color: #4aa3df;
  --bs-alert-bg: #eaf7ff;
  --bs-alert-color: #1a1a1a;
}
.alert-warning {
  --bs-alert-border-color: #f1c40f;
  --bs-alert-bg: #fffae6;
  --bs-alert-color: #1a1a1a;
}
.alert-danger {
  --bs-alert-border-color: #c82f1e;
  --bs-alert-bg: #ffe6e4;
  --bs-alert-color: #1a1a1a;
}
.alert-light {
  --bs-alert-border-color: #f9f9f9;
  --bs-alert-bg: #fefefe;
  --bs-alert-color: #1a1a1a;
}
.alert-dark {
  --bs-alert-border-color: #4a545b;
  --bs-alert-bg: #e6eef6;
  --bs-alert-color: #1a1a1a;
}
/*
Badge
==============================================
Custom skin styling for bootstrap badge component.

https://getbootstrap.com/docs/5.2/components/badge/
*/
.badge {
  border: 0;
  box-sizing: content-box;
  height: 20px;
  line-height: 20px;
  margin: 0 5px;
  min-width: 10px;
}
.badge-lg {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
}
/*
Breadcrumb
==============================================
Custom skin styling for bootstrap breadcrumb component.

https://getbootstrap.com/docs/5.2/components/breadcrumb
*/
.breadcrumb .breadcrumb-placeholder {
  margin: 0 0.5rem;
}
.breadcrumb svg {
  height: 1.125rem;
  width: auto;
  top: 3px;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  line-height: 24px;
  padding-top: 3px;
}
.breadcrumb a {
  color: #1a1a1a;
  font-size: 1.125rem;
}
.breadcrumb a:hover {
  color: #ff0000;
  text-decoration: none;
}
.breadcrumb a.is-active {
  color: #ff0000;
  font-weight: bolder;
}
/*
Button
==============================================
Custom skin styling for bootstrap button component.

https://getbootstrap.com/docs/5.2/components/buttons
*/
.btn, .acris-last-search-term-delete {
  --bs-btn-disabled-color: #bcc1c7;
}
.btn-buy {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d90000;
  --bs-btn-hover-border-color: #c00;
  --bs-btn-focus-shadow-rgb: 255, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c00;
  --bs-btn-active-border-color: #bf0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-buy.disabled, .btn-buy:disabled {
  opacity: 1;
  background: #eee;
  border-color: #eee;
  color: #bcc1c7;
}
.btn-link {
  --bs-btn-font-weight: 600;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-link-inline {
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-font-weight: 400;
  --bs-btn-font-size: inherit;
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-line-height: 1.5;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-border-width: 0;
  text-decoration: underline;
  vertical-align: baseline;
  text-align: left;
  white-space: normal;
}
.btn-link-inline:hover {
  text-decoration: underline;
}
.btn-primary, .btn-outline-primary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-secondary, .btn-outline-secondary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-success, .btn-outline-success {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-info, .btn-outline-info {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-warning, .btn-outline-warning {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-danger, .btn-outline-danger {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-light, .btn-outline-light {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.btn-dark, .btn-outline-dark {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
/*
Card
==============================================
Custom skin styling for bootstrap card component.

https://getbootstrap.com/docs/5.2/components/card
*/
.card-title {
  border-bottom: 1px solid #eaeaf0;
  padding-bottom: 10px;
}
/*
Custom Select
==============================================
Custom skin styling for bootstrap custom select menu.

https://getbootstrap.com/docs/5.2/forms/select
*/
.custom-select {
  cursor: pointer;
}
.custom-select:invalid {
  color: #8e8e8e;
}
.custom-select:hover {
  border-color: #ff0000;
  color: #ff0000;
}
/*
Form
==============================================
Custom skin styling for bootstrap forms.

https://getbootstrap.com/docs/5.2/forms/overview
*/
.form-group {
  margin-bottom: 20px;
}
.was-validated .form-control:invalid:focus, .was-validated .form-control.is-invalid:focus, .was-validated .form-control:valid:focus, .was-validated .form-control.is-valid:focus, .was-validated .form-select:invalid:focus, .was-validated .form-select.is-invalid:focus, .was-validated .form-select:valid:focus, .was-validated .form-select.is-valid:focus, .form-control:invalid:focus, .form-control.is-invalid:focus, .form-control:valid:focus, .form-control.is-valid:focus, .form-select:invalid:focus, .form-select.is-invalid:focus, .form-select:valid:focus, .form-select.is-valid:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.form-required-label {
  color: #c82f1e;
}
.form-field-feedback .invalid-feedback, .form-field-custom-feedback .invalid-feedback, .form-field-feedback .invalid-custom-feedback, .form-field-custom-feedback .invalid-custom-feedback {
  display: block;
}
/*
Modal
==============================================
Custom skin styling for bootstrap modal component.

https://getbootstrap.com/docs/5.2/components/modal
*/
.modal-content {
  box-shadow: var(--bs-modal-box-shadow);
}
.modal-content .modal-title {
  margin: 0;
  line-height: 1.5;
}
.js-pseudo-modal-back-btn .icon {
  color: currentColor;
  margin-right: 0.5rem;
}
/*
Product box
==============================================
Styling for productbox component.
*/
.product-box {
  --bs-card-bg: var(--bs-body-bg);
  border-color: #eaeaf0;
}
.product-box .card-body {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
}
.product-name {
  font-weight: 600;
}
.product-price, .js-quickorder-summary .total-price {
  color: #404b58;
}
/*
Tab Menu
==============================================
Custom skin styling for bootstrap card with included tab navigation.

https://getbootstrap.com/docs/5.2/components/card/#navigation
*/
.card-tabs {
  --bs-card-border-width: 0;
}
.card-tabs .card-header {
  --bs-card-cap-bg: none;
  --bs-card-cap-padding-x: 10px;
}
.card-tabs .nav-item {
  margin-right: 10px;
}
.card-tabs .nav-link {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 5px;
  --bs-nav-link-color: #1a1a1a;
  --bs-nav-tabs-border-width: 0;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: #ff0000;
  --bs-nav-link-hover-color: #ff0000;
  --bs-nav-tabs-link-active-color: #ff0000;
  --bs-nav-tabs-link-active-border-color: #ff0000;
  border-bottom: 2px solid #eaeaf0;
}
.card-tabs .nav-link.active, .card-tabs .nav-link:hover {
  background-image: none;
}
.card-tabs .nav-link .product-cross-selling-tab-navigation {
  padding: 0;
}
.card-tabs .card-body {
  padding-top: 30px;
}
/*
CMS blocks
==============================================
Skin styling for cms blocks and
specific skin styling for elements dependent on their parent block
*/
.cms-block-text-hero .cms-element-text hr {
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #e9edf0;
}
/*
CMS elements
==============================================
Skin styling for cms elements
*/
.cms-element-product-listing .cms-listing-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  margin-bottom: 1.5rem;
}
.quickview-minimal-product-name {
  color: #ff0000;
}
.quickview-minimal-product-name:hover {
  text-decoration: none;
}
.quickview-minimal-product-number {
  font-size: 0.875rem;
}
.quickview-minimal-footer-heading {
  border-bottom: 1px solid #eaeaf0;
}
.pagination {
  --bs-pagination-padding-y: calc(2px + 1px);
  gap: 0.125rem;
}
.pagination .page-link {
  line-height: 2.125rem;
  text-align: center;
}
@media (min-width: 576px) {
  .pagination .page-link {
    min-width: 40px;
  }
}
.pagination .page-link .icon {
  color: inherit;
}
.pagination .page-link:focus {
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
}
.skip-target {
  background-color: var(--bs-body-bg);
  z-index: 1;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
/*
 * Layout-related sections
 * ----------------------- */
/*
Top bar
==================================================
Contains skin styles for the top bar located at the top of the page.
The top bar contains e.g. the language switcher, the currency switcher and the service menu.
*/
.top-bar {
  padding-top: 0.25rem;
}
.top-bar-nav-btn.btn, .top-bar-nav-btn.acris-last-search-term-delete {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-color: #1a1a1a;
  --bs-btn-font-weight: 400;
  --bs-btn-border-width: 0;
  --bs-btn-border-color: transparent;
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-hover-color: #ff0000;
  --bs-btn-line-height: 2rem;
}
.top-bar-list {
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-hover-color: #ff0000;
  --bs-dropdown-link-active-color: #ff0000;
  --bs-dropdown-link-active-bg: transparent;
}
.top-bar-list-item-currency-symbol {
  min-width: 1.7rem;
}
.top-bar-nav-text, .top-bar-list-icon {
  pointer-events: none;
}
/*
Header
==================================================
Contains custom skin styles for the header at the top of the page.
The header contains the shop logo, the search form and various actions like the offcanvas cart button.
*/
.header-search-btn, .header-close-btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-border-color: #cccccc;
  --bs-btn-hover-color: #ff0000;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-active-border-color: #cccccc;
  --bs-btn-disabled-bg: #fafafa;
  --bs-btn-disabled-border-color: #eaeaf0;
  border-left: 0 none;
}
.header-search-btn:hover .icon, .header-close-btn:hover .icon {
  color: #ff0000;
}
.header-search-btn.btn:disabled, .header-search-btn.acris-last-search-term-delete:disabled, .header-close-btn.btn:disabled, .header-close-btn.acris-last-search-term-delete:disabled {
  display: flex;
  align-items: center;
}
.header-search-input {
  border-right: 0;
}
.header-search-input:focus, .header-search-input:focus ~ .header-search-btn, .header-search-input:focus ~ .header-close-btn {
  border-color: #ff0000;
}
.header-actions-btn {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-hover-color: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-hover-bg: transparent;
}
.header-actions-btn:hover, .header-actions-btn:hover .icon {
  color: #ff0000;
}
.header-cart-total {
  color: #ff0000;
  font-size: 1.125rem;
}
@media (min-width: 576px) {
  .header-cart-badge {
    display: none;
  }
}
/*
Footer
==================================================
Contains custom skin styles for the footer located at the bottom of the page.
*/
.footer-main {
  border-top: 1px solid #eaeaf0;
}
.footer-column {
  border-bottom: 1px solid #eaeaf0;
}
.footer-column-headline {
  color: #ff0000;
  font-size: 1.125rem;
  font-weight: 600;
}
.footer-link {
  color: #1a1a1a;
}
.footer-link:hover {
  color: #ff0000;
}
.footer-contact-hotline a {
  display: block;
  margin: 1rem 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ff0000;
}
.footer-bottom {
  background: #f9f9f9;
}
.footer-service-menu-item {
  padding-right: 1rem;
  font-weight: 600;
}
.footer-service-menu-item:last-child {
  padding-right: 0;
}
.footer-service-menu-link {
  color: inherit;
}
@media (min-width: 768px) {
  .footer-column {
    border: 0;
  }
  .footer-link-item {
    padding: 2px 0;
  }
}
/*
Main navigation
==============================================
Custom styling for main navigation on larger screens.

Based on bootstrap nav:
https://getbootstrap.com/docs/5.2/components/navs-tabs
*/
@media (min-width: 768px) {
  .main-navigation-menu {
    --bs-navbar-color: #1a1a1a;
    --bs-navbar-nav-link-padding-x: 0;
  }
  .main-navigation-menu .nav-item:not(:last-child) {
    padding-right: 1rem;
  }
  .main-navigation-link.root.active .main-navigation-link-text {
    border-color: #ff0000;
  }
  .main-navigation-link-text {
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
  }
}
.main-navigation-menu .dropdown-menu::after {
  content: "";
  position: absolute;
  height: calc(1 * var(--bs-dropdown-spacer) + 1px);
  left: 0;
  right: 0;
}
.main-navigation-menu .dropdown:not(.dropup) .dropdown-menu::after {
  top: calc(-1 * var(--bs-dropdown-spacer) - 1px);
}
.main-navigation-menu .dropup .dropdown-menu::after {
  bottom: calc(-1 * var(--bs-dropdown-spacer) - 1px);
}
/*
Navigation flyout
==============================================
Custom skin styling for navigation flyout which opens on hover over the main navigation.
*/
.navigation-flyout-categories:not(.is-level-0) {
  margin-left: 20px;
}
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
  margin-bottom: 30px;
  position: relative;
}
.navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
  border-left: 1px solid #eaeaf0;
  content: "";
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
}
.navigation-flyout-link {
  transition: padding 0.25s cubic-bezier(0, 0.77, 0.33, 1);
  color: #1a1a1a;
  font-size: 1.125rem;
  margin: 0 1rem;
  padding: 0.25rem 0;
}
@media (prefers-reduced-motion: reduce) {
  .navigation-flyout-link {
    transition: none;
  }
}
.navigation-flyout-link.is-level-0 {
  font-weight: 600;
}
.navigation-flyout-link.is-level-2 {
  font-size: 1.125rem;
  padding: 0.125rem 0;
}
.navigation-flyout-link.nav-link:hover {
  color: #ff0000;
  padding-left: 5px;
}
.navigation-flyout-link.active {
  color: #ff0000;
  font-weight: 600;
}
.navigation-flyout-category-link {
  font-weight: 600;
  font-size: 1.125rem;
}
/*
Navigation offcanvas
==============================================
Custom skin styling for navigation offcanvas which replaces main navigation on smaller screens.
Based on custom offcanvas component.
*/
.navigation-offcanvas-headline {
  font-weight: 600;
  color: #404b58;
}
.navigation-offcanvas-headline:focus-visible {
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
}
.navigation-offcanvas-list-item {
  background-color: #fff;
  border-top: 1px solid #bcc1c7;
}
.navigation-offcanvas-list-item:last-child {
  border-bottom: 1px solid #bcc1c7;
}
.navigation-offcanvas-link {
  color: #1a1a1a;
}
.navigation-offcanvas-link:focus-visible {
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
}
.navigation-offcanvas-link.is-home-link, .navigation-offcanvas-link.is-home-link .icon {
  color: #ff0000;
}
.navigation-offcanvas-link.is-back-link {
  border-top: 1px solid #bcc1c7;
  font-weight: 600;
  color: #404b58;
}
.navigation-offcanvas-link.is-current-category {
  color: #ff0000;
  font-weight: 600;
}
/*
Offcanvas cart
==============================================
Custom skin styling for the cart offcanvas.
*/
.offcanvas-cart-header-count {
  color: var(--bs-secondary-color);
  font-weight: 600;
}
.offcanvas-cart-tax {
  color: var(--bs-secondary-color);
}
/*
 * Page-specific styles
 * -------------------- */
.product-detail-name {
  color: #ff0000;
}
.product-detail-price {
  color: #404b58;
  margin-bottom: 0;
  font-weight: 600;
  vertical-align: middle;
}
.product-detail-price.with-list-price {
  color: #c82f1e;
  display: inline-block;
}
.product-detail-price.with-regulation-price {
  display: inline-block;
}
.product-detail-price.with-advanced-list-price {
  color: #c82f1e;
  font-size: 1.125rem;
  display: inline-block;
}
.list-price-badge {
  display: inline-block;
  background: #c82f1e;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  margin-bottom: 8px;
  margin-left: 5px;
  margin-right: 6px;
}
.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
  color: #ff0000;
  font-weight: 400;
  font-size: 0.75rem;
  display: inline-block;
  height: 1.625rem;
  vertical-align: bottom;
}
@media (max-width: 991.98px) {
  .product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
    height: 1.375rem;
  }
}
.product-detail-regulation-price-wrapper .list-price-price, .product-detail-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}
.product-detail-advanced-regulation-price-wrapper, .product-detail-advanced-list-price-wrapper {
  color: #ff0000;
  font-weight: 400;
  font-size: 12px;
  vertical-align: bottom;
  display: block;
  padding-left: 0;
}
.product-detail-advanced-regulation-price-wrapper .list-price-price, .product-detail-advanced-list-price-wrapper .list-price-price {
  text-decoration: line-through;
}
.product-detail-advanced-regulation-price-wrapper.with-list-price, .product-detail-advanced-list-price-wrapper.with-list-price {
  padding-left: 0;
}
.product-detail-advanced-regulation-price-wrapper-no-line-through .list-price-price, .product-detail-advanced-list-price-wrapper-no-line-through .list-price-price {
  text-decoration: none;
}
@media (min-width: 576px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}
@media (min-width: 992px) {
  .product-detail-advanced-list-price-wrapper {
    display: block;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .product-detail-advanced-list-price-wrapper {
    display: inline-block;
    padding-left: 8px;
  }
}
.product-detail-ordernumber-label {
  font-weight: 600;
}
.product-detail-quantity-select {
  height: 100%;
}
.product-detail-tabs {
  margin-bottom: 1.5rem;
}
.product-detail-tabs .product-detail-tab-navigation {
  padding: 0;
}
.product-detail-tab-navigation-list {
  flex-direction: column;
  padding-bottom: 5px;
}
.product-detail-properties-table th, .product-detail-properties-table td {
  border: 0;
}
.product-detail-tab-preview {
  font-weight: 400;
  margin-top: 0.5rem;
}
.product-detail-tab-preview-more {
  color: #ff0000;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .product-detail-tabs .product-detail-tab-navigation-link {
    background: none;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 600;
    word-wrap: normal;
  }
}
@media (min-width: 576px) {
  .product-detail-tabs {
    margin-bottom: 0;
  }
  .product-detail-tab-navigation-list {
    border: 0;
    flex-direction: row;
    padding-bottom: 0;
  }
}
.product-detail-review-widget {
  top: 20px;
}
.product-detail-review-progressbar-container {
  height: 14px;
  margin-top: 4px;
}
.product-detail-review-progressbar-bar {
  background-color: #fedc70;
}
.product-detail-review-item {
  border-bottom: 1px solid #eaeaf0;
  margin-bottom: 2rem;
}
.product-detail-review-item-date p {
  margin-bottom: 1rem;
}
.product-detail-review-item-verify {
  text-align: right;
}
.product-detail-review-item-likebox {
  text-align: right;
}
.product-detail-review-form-star.is-active .icon {
  color: #fedc70;
}
.product-detail-review-form-star .icon:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-detail-review-rating {
    display: flex;
  }
  .product-detail-review-form-footer {
    display: flex;
  }
  .product-detail-review-form-footer .product-detail-review-form-actions {
    margin-left: auto;
  }
}
@media (max-width: 575.98px) {
  .product-detail-cross-selling .product-detail-tabs-content {
    display: block;
  }
  .product-detail-cross-selling .product-cross-selling-tab-navigation {
    display: none;
  }
  .product-detail-cross-selling .tab-pane {
    margin-top: 1.5rem;
    display: block;
    opacity: 1;
  }
  .product-detail-cross-selling .tab-pane .cms-element-title {
    display: block;
  }
  .product-detail-cross-selling .tab-pane .cms-element-title-paragraph {
    margin: 0;
  }
}
.product-detail-cross-selling .card {
  margin-top: 1.5rem;
}
.product-detail-cross-selling .cms-element-title {
  display: none;
}
.account-aside-header {
  background: none;
  color: #ff0000;
  font-weight: 600;
  margin-bottom: 1rem;
}
.account-aside-item {
  --bs-list-group-item-padding-x: 0;
  --bs-list-group-action-active-color: #ff0000;
  --bs-list-group-action-active-bg: var(--bs-body-bg);
  --bs-list-group-action-hover-color: #ff0000;
  --bs-list-group-action-hover-bg: var(--bs-body-bg);
  --bs-list-group-border-width: 0;
}
.account-aside-item.is-active {
  color: #ff0000;
  font-weight: 600;
}
.account-aside-footer {
  background: none;
  margin-top: 1px;
  border-top: 1px solid #eaeaf0;
}
.account-aside-btn {
  line-height: normal;
  width: 100%;
  text-align: left;
  padding: 3px 0;
}
.account-aside-btn .icon {
  vertical-align: middle;
  margin-right: 0.25rem;
}
.account-aside-btn .icon svg {
  top: 0;
}
.account-guest-abort {
  border-top: 0;
}
@media (min-width: 768px) {
  .register-submit {
    text-align: right;
  }
}
.account-address .address-action-create {
  font-size: 1.1em;
  text-align: left;
}
.account-address .address-action-create:hover {
  border: 1px solid #eaeaf0;
}
.account-address .address-card .card-body .address:first-line {
  font-weight: 600;
}
.account-profile-mail-label {
  font-weight: 600;
}
.account-profile-change {
  font-weight: 600;
  font-size: 1.125rem;
}
.order-item-status-badge, .subscription-item-status-badge {
  margin: 10px 0;
}
@media (max-width: 575.98px) {
  .order-item-status-badge, .subscription-item-status-badge {
    margin-top: 0;
  }
}
.order-table-header .row, .order-item-header .row, .subscription-item-header .row, .order-detail-content-header .row, .subscription-detail-content-header .row {
  margin-right: 0;
  margin-left: 0;
}
.order-table-header .row > .col, .order-table-header .row > [class*="col-"], .order-item-header .row > .col, .subscription-item-header .row > .col, .order-item-header .row > [class*="col-"], .subscription-item-header .row > [class*="col-"], .order-detail-content-header .row > .col, .subscription-detail-content-header .row > .col, .order-detail-content-header .row > [class*="col-"], .subscription-detail-content-header .row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .order-table-header .row > .col, .order-table-header .row > [class*="col-"], .order-item-header .row > .col, .subscription-item-header .row > .col, .order-item-header .row > [class*="col-"], .subscription-item-header .row > [class*="col-"], .order-detail-content-header .row > .col, .subscription-detail-content-header .row > .col, .order-detail-content-header .row > [class*="col-"], .subscription-detail-content-header .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
.order-table-header {
  font-weight: 600;
}
.order-item-header .row > .order-table-header-heading, .subscription-item-header .row > .order-table-header-heading, .order-item-header .row > .order-table-header-order-number, .subscription-item-header .row > .order-table-header-order-number, .order-item-header .row > .subscription-table-header-info-wrapper, .subscription-item-header .row > .subscription-table-header-info-wrapper {
  padding-right: 0;
  padding-left: 0;
}
.order-item-name {
  color: #4a545b;
}
.order-detail-content-header, .subscription-detail-content-header {
  margin-top: 1rem;
  font-weight: 600;
}
.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type, .subscription-detail-content-header .order-detail-content-header-cell[class*="col-"]:first-of-type, .order-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:first-of-type, .subscription-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:first-of-type {
  padding-left: 0;
}
.order-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type, .subscription-detail-content-header .order-detail-content-header-cell[class*="col-"]:last-of-type, .order-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:last-of-type, .subscription-detail-content-header .subscription-detail-content-header-cell[class*="col-"]:last-of-type {
  padding-right: 0;
}
.order-item-product-name {
  color: #ff0000;
}
.order-item-product-name:hover {
  color: #ff0000;
  text-decoration: none;
}
.order-item-product-name strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  .order-item-product-image .product-image-link {
    justify-content: normal;
  }
  .order-item-product-image img {
    max-width: 100px;
  }
}
.order-item-number-value {
  font-weight: 600;
}
.order-pseudo-price-value {
  text-decoration: line-through;
}
.order-item-detail-list-item {
  margin: 0;
}
.order-item-detail-list-item.is-child {
  background-color: #f9f9f9;
}
.order-item-nested-icon {
  background-color: #798490;
}
.order-item-detail-footer, .subscription-item-detail-footer {
  background-color: #f9f9f9;
}
.order-detail-table-footer {
  background-color: #f9f9f9;
}
.order-price-unit {
  font-size: 0.875rem;
}
.order-item-variants {
  font-size: 0.875rem;
}
.order-item-variants-properties-name {
  font-weight: 600;
}
.checkout-aside-summary {
  background-color: #f9f9f9;
}
.checkout-aside-summary, .checkout-aside-products {
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .cart-table {
    border: 0;
  }
  .cart-table-body {
    padding: 0;
  }
}
.contact-action {
  display: flex;
  justify-content: flex-end;
}
.newsletter-action {
  display: flex;
  justify-content: flex-end;
}
.language-flag {
  display: inline-block;
  height: 12px;
  width: 16px;
  border: 1px solid #adb5bd;
  margin-top: 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
.language-flag.country-ad {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ad.svg");
}
.language-flag.country-ae {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ae.svg");
}
.language-flag.country-af {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/af.svg");
}
.language-flag.country-ag {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ag.svg");
}
.language-flag.country-ai {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ai.svg");
}
.language-flag.country-al {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/al.svg");
}
.language-flag.country-am {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/am.svg");
}
.language-flag.country-ao {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ao.svg");
}
.language-flag.country-aq {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/aq.svg");
}
.language-flag.country-ar {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ar.svg");
}
.language-flag.country-as {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/as.svg");
}
.language-flag.country-at {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/at.svg");
}
.language-flag.country-au {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/au.svg");
}
.language-flag.country-aw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/aw.svg");
}
.language-flag.country-ax {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ax.svg");
}
.language-flag.country-az {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/az.svg");
}
.language-flag.country-ba {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ba.svg");
}
.language-flag.country-bb {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bb.svg");
}
.language-flag.country-bd {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bd.svg");
}
.language-flag.country-be {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/be.svg");
}
.language-flag.country-bf {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bf.svg");
}
.language-flag.country-bg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bg.svg");
}
.language-flag.country-bh {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bh.svg");
}
.language-flag.country-bi {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bi.svg");
}
.language-flag.country-bj {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bj.svg");
}
.language-flag.country-bl {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bl.svg");
}
.language-flag.country-bm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bm.svg");
}
.language-flag.country-bn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bn.svg");
}
.language-flag.country-bo {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bo.svg");
}
.language-flag.country-bq {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bq.svg");
}
.language-flag.country-br {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/br.svg");
}
.language-flag.country-bs {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bs.svg");
}
.language-flag.country-bt {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bt.svg");
}
.language-flag.country-bv {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bv.svg");
}
.language-flag.country-bw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bw.svg");
}
.language-flag.country-by {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/by.svg");
}
.language-flag.country-bz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/bz.svg");
}
.language-flag.country-ca {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ca.svg");
}
.language-flag.country-cc {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cc.svg");
}
.language-flag.country-cd {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cd.svg");
}
.language-flag.country-cf {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cf.svg");
}
.language-flag.country-cg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cg.svg");
}
.language-flag.country-ch {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ch.svg");
}
.language-flag.country-ci {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ci.svg");
}
.language-flag.country-ck {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ck.svg");
}
.language-flag.country-cl {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cl.svg");
}
.language-flag.country-cm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cm.svg");
}
.language-flag.country-cn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cn.svg");
}
.language-flag.country-co {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/co.svg");
}
.language-flag.country-cr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cr.svg");
}
.language-flag.country-cu {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cu.svg");
}
.language-flag.country-cv {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cv.svg");
}
.language-flag.country-cw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cw.svg");
}
.language-flag.country-cx {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cx.svg");
}
.language-flag.country-cy {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cy.svg");
}
.language-flag.country-cz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/cz.svg");
}
.language-flag.country-de {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/de.svg");
}
.language-flag.country-dj {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/dj.svg");
}
.language-flag.country-dk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/dk.svg");
}
.language-flag.country-dm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/dm.svg");
}
.language-flag.country-do {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/do.svg");
}
.language-flag.country-dz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/dz.svg");
}
.language-flag.country-ec {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ec.svg");
}
.language-flag.country-ee {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ee.svg");
}
.language-flag.country-eg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/eg.svg");
}
.language-flag.country-eh {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/eh.svg");
}
.language-flag.country-er {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/er.svg");
}
.language-flag.country-es-ca {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/es-ca.svg");
}
.language-flag.country-es-ga {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/es-ga.svg");
}
.language-flag.country-es {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/es.svg");
}
.language-flag.country-et {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/et.svg");
}
.language-flag.country-eu {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/eu.svg");
}
.language-flag.country-fi {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/fi.svg");
}
.language-flag.country-fj {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/fj.svg");
}
.language-flag.country-fk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/fk.svg");
}
.language-flag.country-fm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/fm.svg");
}
.language-flag.country-fo {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/fo.svg");
}
.language-flag.country-fr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/fr.svg");
}
.language-flag.country-ga {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ga.svg");
}
.language-flag.country-gb-eng {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gb-eng.svg");
}
.language-flag.country-gb-nir {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gb-nir.svg");
}
.language-flag.country-gb-sct {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gb-sct.svg");
}
.language-flag.country-gb-wls {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gb-wls.svg");
}
.language-flag.country-gb {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gb.svg");
}
.language-flag.country-gd {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gd.svg");
}
.language-flag.country-ge {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ge.svg");
}
.language-flag.country-gf {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gf.svg");
}
.language-flag.country-gg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gg.svg");
}
.language-flag.country-gh {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gh.svg");
}
.language-flag.country-gi {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gi.svg");
}
.language-flag.country-gl {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gl.svg");
}
.language-flag.country-gm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gm.svg");
}
.language-flag.country-gn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gn.svg");
}
.language-flag.country-gp {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gp.svg");
}
.language-flag.country-gq {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gq.svg");
}
.language-flag.country-gr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gr.svg");
}
.language-flag.country-gs {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gs.svg");
}
.language-flag.country-gt {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gt.svg");
}
.language-flag.country-gu {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gu.svg");
}
.language-flag.country-gw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gw.svg");
}
.language-flag.country-gy {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/gy.svg");
}
.language-flag.country-hk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/hk.svg");
}
.language-flag.country-hm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/hm.svg");
}
.language-flag.country-hn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/hn.svg");
}
.language-flag.country-hr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/hr.svg");
}
.language-flag.country-ht {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ht.svg");
}
.language-flag.country-hu {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/hu.svg");
}
.language-flag.country-id {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/id.svg");
}
.language-flag.country-ie {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ie.svg");
}
.language-flag.country-il {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/il.svg");
}
.language-flag.country-im {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/im.svg");
}
.language-flag.country-in {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/in.svg");
}
.language-flag.country-io {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/io.svg");
}
.language-flag.country-iq {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/iq.svg");
}
.language-flag.country-ir {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ir.svg");
}
.language-flag.country-is {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/is.svg");
}
.language-flag.country-it {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/it.svg");
}
.language-flag.country-je {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/je.svg");
}
.language-flag.country-jm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/jm.svg");
}
.language-flag.country-jo {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/jo.svg");
}
.language-flag.country-jp {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/jp.svg");
}
.language-flag.country-ke {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ke.svg");
}
.language-flag.country-kg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/kg.svg");
}
.language-flag.country-kh {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/kh.svg");
}
.language-flag.country-ki {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ki.svg");
}
.language-flag.country-km {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/km.svg");
}
.language-flag.country-kn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/kn.svg");
}
.language-flag.country-kp {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/kp.svg");
}
.language-flag.country-kr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/kr.svg");
}
.language-flag.country-kw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/kw.svg");
}
.language-flag.country-ky {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ky.svg");
}
.language-flag.country-kz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/kz.svg");
}
.language-flag.country-la {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/la.svg");
}
.language-flag.country-lb {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/lb.svg");
}
.language-flag.country-lc {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/lc.svg");
}
.language-flag.country-li {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/li.svg");
}
.language-flag.country-lk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/lk.svg");
}
.language-flag.country-lr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/lr.svg");
}
.language-flag.country-ls {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ls.svg");
}
.language-flag.country-lt {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/lt.svg");
}
.language-flag.country-lu {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/lu.svg");
}
.language-flag.country-lv {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/lv.svg");
}
.language-flag.country-ly {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ly.svg");
}
.language-flag.country-ma {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ma.svg");
}
.language-flag.country-mc {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mc.svg");
}
.language-flag.country-md {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/md.svg");
}
.language-flag.country-me {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/me.svg");
}
.language-flag.country-mf {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mf.svg");
}
.language-flag.country-mg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mg.svg");
}
.language-flag.country-mh {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mh.svg");
}
.language-flag.country-mk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mk.svg");
}
.language-flag.country-ml {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ml.svg");
}
.language-flag.country-mm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mm.svg");
}
.language-flag.country-mn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mn.svg");
}
.language-flag.country-mo {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mo.svg");
}
.language-flag.country-mp {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mp.svg");
}
.language-flag.country-mq {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mq.svg");
}
.language-flag.country-mr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mr.svg");
}
.language-flag.country-ms {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ms.svg");
}
.language-flag.country-mt {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mt.svg");
}
.language-flag.country-mu {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mu.svg");
}
.language-flag.country-mv {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mv.svg");
}
.language-flag.country-mw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mw.svg");
}
.language-flag.country-mx {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mx.svg");
}
.language-flag.country-my {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/my.svg");
}
.language-flag.country-mz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/mz.svg");
}
.language-flag.country-na {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/na.svg");
}
.language-flag.country-nc {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/nc.svg");
}
.language-flag.country-ne {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ne.svg");
}
.language-flag.country-nf {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/nf.svg");
}
.language-flag.country-ng {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ng.svg");
}
.language-flag.country-ni {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ni.svg");
}
.language-flag.country-nl {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/nl.svg");
}
.language-flag.country-no {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/no.svg");
}
.language-flag.country-np {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/np.svg");
}
.language-flag.country-nr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/nr.svg");
}
.language-flag.country-nu {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/nu.svg");
}
.language-flag.country-nz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/nz.svg");
}
.language-flag.country-om {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/om.svg");
}
.language-flag.country-pa {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pa.svg");
}
.language-flag.country-pe {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pe.svg");
}
.language-flag.country-pf {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pf.svg");
}
.language-flag.country-pg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pg.svg");
}
.language-flag.country-ph {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ph.svg");
}
.language-flag.country-pk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pk.svg");
}
.language-flag.country-pl {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pl.svg");
}
.language-flag.country-pm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pm.svg");
}
.language-flag.country-pn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pn.svg");
}
.language-flag.country-pr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pr.svg");
}
.language-flag.country-ps {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ps.svg");
}
.language-flag.country-pt {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pt.svg");
}
.language-flag.country-pw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/pw.svg");
}
.language-flag.country-py {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/py.svg");
}
.language-flag.country-qa {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/qa.svg");
}
.language-flag.country-re {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/re.svg");
}
.language-flag.country-ro {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ro.svg");
}
.language-flag.country-rs {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/rs.svg");
}
.language-flag.country-ru {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ru.svg");
}
.language-flag.country-rw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/rw.svg");
}
.language-flag.country-sa {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sa.svg");
}
.language-flag.country-sb {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sb.svg");
}
.language-flag.country-sc {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sc.svg");
}
.language-flag.country-sd {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sd.svg");
}
.language-flag.country-se {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/se.svg");
}
.language-flag.country-sg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sg.svg");
}
.language-flag.country-sh {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sh.svg");
}
.language-flag.country-si {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/si.svg");
}
.language-flag.country-sj {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sj.svg");
}
.language-flag.country-sk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sk.svg");
}
.language-flag.country-sl {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sl.svg");
}
.language-flag.country-sm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sm.svg");
}
.language-flag.country-sn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sn.svg");
}
.language-flag.country-so {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/so.svg");
}
.language-flag.country-sr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sr.svg");
}
.language-flag.country-ss {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ss.svg");
}
.language-flag.country-st {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/st.svg");
}
.language-flag.country-sv {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sv.svg");
}
.language-flag.country-sx {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sx.svg");
}
.language-flag.country-sy {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sy.svg");
}
.language-flag.country-sz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/sz.svg");
}
.language-flag.country-tc {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tc.svg");
}
.language-flag.country-td {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/td.svg");
}
.language-flag.country-tf {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tf.svg");
}
.language-flag.country-tg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tg.svg");
}
.language-flag.country-th {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/th.svg");
}
.language-flag.country-tj {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tj.svg");
}
.language-flag.country-tk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tk.svg");
}
.language-flag.country-tl {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tl.svg");
}
.language-flag.country-tm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tm.svg");
}
.language-flag.country-tn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tn.svg");
}
.language-flag.country-to {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/to.svg");
}
.language-flag.country-tr {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tr.svg");
}
.language-flag.country-tt {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tt.svg");
}
.language-flag.country-tv {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tv.svg");
}
.language-flag.country-tw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tw.svg");
}
.language-flag.country-tz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/tz.svg");
}
.language-flag.country-ua {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ua.svg");
}
.language-flag.country-ug {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ug.svg");
}
.language-flag.country-um {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/um.svg");
}
.language-flag.country-un {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/un.svg");
}
.language-flag.country-us {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/us.svg");
}
.language-flag.country-uy {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/uy.svg");
}
.language-flag.country-uz {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/uz.svg");
}
.language-flag.country-va {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/va.svg");
}
.language-flag.country-vc {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/vc.svg");
}
.language-flag.country-ve {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ve.svg");
}
.language-flag.country-vg {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/vg.svg");
}
.language-flag.country-vi {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/vi.svg");
}
.language-flag.country-vn {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/vn.svg");
}
.language-flag.country-vu {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/vu.svg");
}
.language-flag.country-wf {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/wf.svg");
}
.language-flag.country-ws {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ws.svg");
}
.language-flag.country-xk {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/xk.svg");
}
.language-flag.country-ye {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/ye.svg");
}
.language-flag.country-yt {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/yt.svg");
}
.language-flag.country-za {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/za.svg");
}
.language-flag.country-zm {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/zm.svg");
}
.language-flag.country-zw {
  background-image: url("https://g-fittings.shop/bundles/swaglanguagepack/static/flags/zw.svg");
}
.na15-downloadcenter-table-content .na15-downloadcenter-list {
  margin-bottom: 10px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .form-control {
  max-width: 90%;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .share-tooltip {
  position: relative;
  display: inline-block;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .file-title {
  padding-left: 5px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .file-actions .btn, .na15-downloadcenter-table-content .na15-downloadcenter-list .file-actions .acris-last-search-term-delete {
  margin-bottom: 5px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .file-actions .btn .icon, .na15-downloadcenter-table-content .na15-downloadcenter-list .file-actions .acris-last-search-term-delete .icon {
  width: 18px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .share-tooltip .tooltiptext {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  right: 0;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .share-tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .stores-filter-container .form-select, .na15-downloadcenter-table-content .na15-downloadcenter-list .stores-filter-container .header-search-input, .na15-downloadcenter-table-content .na15-downloadcenter-list .stores-filter-container .header-search-btn {
  margin-top: 5px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .downloadcenter-list-container {
  border: 1px solid lightgray;
  border-radius: 3px;
  padding: 10px;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .na15-downloadcenter-table-content .na15-downloadcenter-list .downloadcenter-list-container {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .downloadcenter-list-container .file-item-header {
  padding-bottom: 10px;
  min-width: 600px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .downloadcenter-list-container .file-item {
  min-width: 600px;
  word-wrap: break-word;
  white-space: normal;
  padding: 5px 0;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .spinner.small div {
  height: 8px;
  width: 8px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list table {
  min-width: 100%;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list table.dataTable thead th.sorting:not(.d-none) {
  display: table-cell;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list table.dataTable thead th.sorting.d-none {
  display: none !important;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list thead {
  background: #ddd;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list thead th::before, .na15-downloadcenter-table-content .na15-downloadcenter-list thead th::after {
  margin-bottom: -7px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list thead .downloadcenter-datatable-filters select, .na15-downloadcenter-table-content .na15-downloadcenter-list thead .downloadcenter-datatable-filters input {
  height: 30px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list thead .downloadcenter-datatable-filters select.search-input, .na15-downloadcenter-table-content .na15-downloadcenter-list thead .downloadcenter-datatable-filters input.search-input {
  display: inline-block;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list thead .downloadcenter-datatable-filters span.icon.icon-search {
  display: inline-block;
  margin-left: -30px;
  position: absolute;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list thead th, .na15-downloadcenter-table-content .na15-downloadcenter-list tbody td {
  padding: 5px 5px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list tbody td {
  border-bottom: 1px solid #ddd;
  min-height: 50px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list tbody td img {
  width: 50px;
  min-width: 50px;
  height: auto;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .dataTables_filter {
  display: none;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .dataTables_paginate a {
  margin: 0px 5px;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .dataTables_paginate {
  float: right;
  display: inline-block;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list div.dataTables_info {
  display: inline-block;
  text-align: left;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .spinner > div {
  width: 13px;
  height: 13px;
  background-color: #049cff;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.na15-downloadcenter-table-content .na15-downloadcenter-list .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.na15-downloadcenter-table-content .dataTables_wrapper {
  overflow-x: scroll;
}
.na15-downloadcenter-table-content .shareTooltip {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 25%;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  color: #fff;
  cursor: default;
  max-width: 400px;
  overflow-wrap: break-word;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .na15-downloadcenter-table-content ::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  .na15-downloadcenter-table-content ::-webkit-scrollbar:vertical {
    width: 12px;
  }
  .na15-downloadcenter-table-content ::-webkit-scrollbar:horizontal {
    height: 12px;
  }
  .na15-downloadcenter-table-content ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #ffffff;
  }
  .na15-downloadcenter-table-content ::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
  }
}
.na15-downloadcenter-table-content table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
.na15-downloadcenter-table-content table.dataTable td, .na15-downloadcenter-table-content table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.na15-downloadcenter-table-content table.dataTable td.dataTables_empty, .na15-downloadcenter-table-content table.dataTable th.dataTables_empty {
  text-align: center;
}
.na15-downloadcenter-table-content table.dataTable.nowrap th, .na15-downloadcenter-table-content table.dataTable.nowrap td {
  white-space: nowrap;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_info {
  white-space: nowrap;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
.na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}
.na15-downloadcenter-table-content table.dataTable thead > tr > th.sorting_asc, .na15-downloadcenter-table-content table.dataTable thead > tr > th.sorting_desc, .na15-downloadcenter-table-content table.dataTable thead > tr > th.sorting, .na15-downloadcenter-table-content table.dataTable thead > tr > td.sorting_asc, .na15-downloadcenter-table-content table.dataTable thead > tr > td.sorting_desc, .na15-downloadcenter-table-content table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}
.na15-downloadcenter-table-content table.dataTable thead > tr > th:active, .na15-downloadcenter-table-content table.dataTable thead > tr > td:active {
  outline: none;
}
.na15-downloadcenter-table-content table.dataTable thead .sorting, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc_disabled, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
.na15-downloadcenter-table-content table.dataTable thead .sorting:before, .na15-downloadcenter-table-content table.dataTable thead .sorting:after, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc:after, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc:after, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc_disabled:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc_disabled:after, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc_disabled:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3;
}
.na15-downloadcenter-table-content table.dataTable thead .sorting:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc_disabled:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}
.na15-downloadcenter-table-content table.dataTable thead .sorting:after, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc:after, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc:after, .na15-downloadcenter-table-content table.dataTable thead .sorting_asc_disabled:after, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "↓";
}
.na15-downloadcenter-table-content table.dataTable thead .sorting_asc:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc:after {
  opacity: 1;
}
.na15-downloadcenter-table-content table.dataTable thead .sorting_asc_disabled:before, .na15-downloadcenter-table-content table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0;
}
.na15-downloadcenter-table-content div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}
.na15-downloadcenter-table-content div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.na15-downloadcenter-table-content div.dataTables_scrollBody table thead .sorting:before, .na15-downloadcenter-table-content div.dataTables_scrollBody table thead .sorting_asc:before, .na15-downloadcenter-table-content div.dataTables_scrollBody table thead .sorting_desc:before, .na15-downloadcenter-table-content div.dataTables_scrollBody table thead .sorting:after, .na15-downloadcenter-table-content div.dataTables_scrollBody table thead .sorting_asc:after, .na15-downloadcenter-table-content div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}
.na15-downloadcenter-table-content div.dataTables_scrollBody table tbody tr:first-child th, .na15-downloadcenter-table-content div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}
.na15-downloadcenter-table-content div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
.na15-downloadcenter-table-content div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_length, .na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_filter, .na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_info, .na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  .na15-downloadcenter-table-content div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
.na15-downloadcenter-table-content table.dataTable.table-sm > thead > tr > th :not(.sorting_disabled) {
  padding-right: 20px;
}
.na15-downloadcenter-table-content table.dataTable.table-sm .sorting:before, .na15-downloadcenter-table-content table.dataTable.table-sm .sorting_asc:before, .na15-downloadcenter-table-content table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em;
}
.na15-downloadcenter-table-content table.dataTable.table-sm .sorting:after, .na15-downloadcenter-table-content table.dataTable.table-sm .sorting_asc:after, .na15-downloadcenter-table-content table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}
.na15-downloadcenter-table-content table.table-bordered.dataTable {
  border-right-width: 0;
}
.na15-downloadcenter-table-content table.table-bordered.dataTable th, .na15-downloadcenter-table-content table.table-bordered.dataTable td {
  border-left-width: 0;
}
.na15-downloadcenter-table-content table.table-bordered.dataTable th:last-child, .na15-downloadcenter-table-content table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
.na15-downloadcenter-table-content table.table-bordered.dataTable tbody th, .na15-downloadcenter-table-content table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}
.na15-downloadcenter-table-content div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
.na15-downloadcenter-table-content div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
.na15-downloadcenter-table-content div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}
.na15-downloadcenter-table-content div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}
.na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
.na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
.na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control:before, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #0275d8;
}
.na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}
.na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}
.na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
.na15-downloadcenter-table-content table.dataTable.dtr-column > tbody > tr > td.control, .na15-downloadcenter-table-content table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
.na15-downloadcenter-table-content table.dataTable.dtr-column > tbody > tr > td.control:before, .na15-downloadcenter-table-content table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #0275d8;
}
.na15-downloadcenter-table-content table.dataTable.dtr-column > tbody > tr.parent td.control:before, .na15-downloadcenter-table-content table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}
.na15-downloadcenter-table-content table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
.na15-downloadcenter-table-content table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
.na15-downloadcenter-table-content table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.na15-downloadcenter-table-content table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
.na15-downloadcenter-table-content table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
.na15-downloadcenter-table-content table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
.na15-downloadcenter-table-content table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
.na15-downloadcenter-table-content div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
.na15-downloadcenter-table-content div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
.na15-downloadcenter-table-content div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
.na15-downloadcenter-table-content div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
.na15-downloadcenter-table-content div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
.na15-downloadcenter-table-content div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  .na15-downloadcenter-table-content div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
.na15-downloadcenter-table-content div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}
.na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > td:first-child:before, .na15-downloadcenter-table-content table.dataTable.dtr-inline.collapsed.table-sm > tbody > tr > th:first-child:before {
  top: 5px;
}
.na15-downloadcenter-table-content div.dtsp-topRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
}
.na15-downloadcenter-table-content div.dtsp-topRow input.dtsp-search {
  text-overflow: ellipsis;
}
.na15-downloadcenter-table-content div.dtsp-topRow div.dtsp-subRow1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.na15-downloadcenter-table-content div.dtsp-topRow div.dtsp-searchCont {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
}
.na15-downloadcenter-table-content div.dtsp-topRow button.dtsp-nameButton {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAK2SURBVFgJ7ZY9j41BFICvryCExrJBQ6HyEYVEIREaUZDQIRoR2ViJKCioxV+gkVXYTVZEQiEUhG2EQnxUCh0FKolY4ut5XnM2cyfva3Pt5m7EPcmzZ2bemTNnzjkzd1utnvQi0IvAfxiBy5z5FoxO89kPY+8mbMjtzs47RXs5/WVpbAG6bWExt5PuIibvhVkwmC+ck3eK9ln6/fAddFojYzBVuYSBpcnIEvRaqOw2RcaN18FPuJH0JvRUxbT3wWf4ltiKPgfVidWlbGZgPozDFfgAC+EA/K2EI4cwcAJ+gPaeQ+VQU2SOMMGcPgPl/m/V2p50rrbRsRgt9Iv5h6xtpP22Bz7Ce1C+gFFxfKzOmShcU+Qmyh2w3w8rIJfddHTck66EukL/xPhj+JM8rHNmFys0Pg4v0up3aFNlwR9NYyodd3OL/C64zpsymcTFcf6ElM4YzjAWKYrJkaq8kE/yUYNP4BoYvS1QRo+hNtF5xfkTUjoTheukSFFMjlTFm6PjceOca/SMpKfeCR1L6Uzk/y2WIkVhNFJlJAZhP+hYns7b9D3IPuhY5mYrIv8OrQJvR5NYyNaW4jsU8pSGNySiVx4o5tXq3JkoXE/mg5R/M8dGJCJpKhaDcjBRdbI/Rm8g69c122om33BHmj2CHoV5qa9jUXBraJ+G1fAVjIBO1klc87ro1K4JZ/K35SWW3TwcyDd6TecqnAEd8cGq2+w84xvBm1n3vS0izKkkwh5XNC/GmFPqqAtPF89AOScKuemaNzoTV1SD5dtSbmLf1/RV+tC0WTgcj6R7HEtrVGWaqu/lYDZ/2pvxQ/kIyw/gFByHC9AHw910hv1aUUumyd8yy0QfhmEkfiNod0Xusct68J1qc8Tdux0Z97Q+hsDb+AYGYEbF/4Guw2Q/qDPqZG/zXgT+3Qj8AtKnfWhFwmuAAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px;
  vertical-align: bottom;
}
.na15-downloadcenter-table-content div.dtsp-topRow button.dtsp-countButton {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAG5SURBVEgN3VU9LwVBFF0fiYhofUSlEQkKhU7z/oBCQkIiGr9BgUbhVzy9BAnhFyjV/AYFiU5ICM7ZN+c5Zud5dm3lJmfmzrkz9+7cu3c3y/6jjOBSF8CxXS7FmTkbwqIJjDpJvTcmsJ4K3KPZUpyZsx0sxoB9J6mnAkyC7wGuuCFIipNtEcpcWExgXpOBc78vgj6N+QO4NVsjwdFM59tUIDxDrHMBOeIQ34C5ZDregXuAQm4YcI68nN9B3wr2PcwPAIPkN2EqtJH6b+QZm1ajjTx7BqwAr26Lb+C2Kvpbt0Mb2HAJ7NrGFGfmXO3DeA4UshDfQAVmH0gaUFg852TTTDvlxwBlCtxy9zXyBhQFaq0wMmIdRebrfgosA3zb2hKnqG0oqchp4QbuR8X0TjzABhbdOT8jnQ/atcgqpnfwOA7yqZyTU587ZkIGdesLTt2EkynOnbreMUUKMI/dA4B/QVOcO13CQh+5wWCgDwo/75u59odB/wjmfhbgvACcAOyZPHihMWAoIwxyCLgf1oxfgjzVbgBXSTzIN+f0pg6s5DkcesLMRpsBrgE2XO3CN64JFP7JtUeKHX4CKtRRXFZ+7dEAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  vertical-align: bottom;
}
.na15-downloadcenter-table-content div.dtsp-topRow button.dtsp-searchIcon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAABcGlDQ1BpY2MAACiRdZHNSwJBGMYftTDS8FCHkA57sOigIAXRMQzyYh3UIKvL7rirwe66zK6IdA26dBA6RF36OvQf1DXoWhAERRAR9B/0dQnZ3nEFJXSG2ffHs/O8zDwD+DM6M+yBJGCYDs+mU9JaYV0KviNMM4QoEjKzreXcUh59x88jfKI+JESv/vt6jlBRtRngGyKeYxZ3iBeIMzXHErxHPMbKcpH4hDjO6YDEt0JXPH4TXPL4SzDPZxcBv+gplbpY6WJW5gbxNHHM0KusfR5xk7BqruaoRmlNwEYWaaQgQUEVW9DhIEHVpMx6+5It3woq5GH0tVAHJ0cJZfLGSa1SV5WqRrpKU0dd5P4/T1ubnfG6h1PA4Kvrfk4CwX2g2XDd31PXbZ4BgRfg2uz4K5TT/DfpjY4WOwYiO8DlTUdTDoCrXWD82ZK53JICtPyaBnxcACMFYPQeGN7wsmr/x/kTkN+mJ7oDDo+AKdof2fwDCBRoDkL8UccAAAAJcEhZcwAAD2EAAA9hAag/p2kAAAEnSURBVCgVpdG7SgNBFIDh1RhJsBBEsDIgIhaWFjZa2GtpKb6AnU0MprKOWEjK2IuFFxCxS2lhZyOWXh5AQVER/X+zuwwywoIHvp3dM3Nm55Ik/4i+P2or5FewiBIe0cEt8ogVz9LbhEVf+cgkcew1tvAZ5PPXGm9HOMEanMAYQhunaCAazuqA1UjvILl9HGPc/n4fabjPGbzjMM2FjfkDuPw5O8JilzgA9/OKWDynyWnbsPiF7yc4SRWxmEyTN7ZhsSd7gTLW8TuGSSzBcZd2hsV+n+MNC9jGCNzjPDwsz8XCO/x02Bqeptcxhg+4gjD8YxetLOkBGRbuwcIr+NdRLMPl3uMM2YHx2gsLd+D97qKEQuGe65jCAzbgVRWOCUZuovAfs5m/AdVxL0R1AIsLAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.na15-downloadcenter-table-content div.dt-button-collection {
  z-index: 2002;
}
.na15-downloadcenter-table-content div.dataTables_scrollBody {
  background: white !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-1 {
  min-width: 98%;
  max-width: 98%;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-2 {
  min-width: 48%;
  max-width: 48%;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-3 {
  min-width: 30.333%;
  max-width: 30.333%;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-4 {
  min-width: 23%;
  max-width: 23%;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-5 {
  min-width: 18%;
  max-width: 18%;
  padding-left: 1%;
  padding-right: 1%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-6 {
  min-width: 15.666%;
  max-width: 15.666%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-7 {
  min-width: 13.28%;
  max-width: 13.28%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-8 {
  min-width: 11.5%;
  max-width: 11.5%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-columns-9 {
  min-width: 11.111%;
  max-width: 11.111%;
  padding-left: 0.5%;
  padding-right: 0.5%;
  margin: 0px !important;
}
.na15-downloadcenter-table-content div.dt-button-collection {
  float: none;
}
.na15-downloadcenter-table-content div.dtsp-panesContainer {
  width: 100%;
}
.na15-downloadcenter-table-content div.dtsp-searchPanes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: flex-start;
  align-items: stretch;
  clear: both;
}
.na15-downloadcenter-table-content div.dtsp-searchPanes button.btn, .na15-downloadcenter-table-content div.dtsp-searchPanes button.acris-last-search-term-delete {
  margin: 0;
}
.na15-downloadcenter-table-content div.dtsp-searchPanes button.dtsp-clearAll {
  max-width: 50px;
}
.na15-downloadcenter-table-content div.dtsp-searchPane {
  flex-direction: row;
  flex-wrap: nowrap;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 280px;
  justify-content: space-around;
  align-content: flex-start;
  align-items: stretch;
  padding-top: 0px;
  padding-bottom: 5px;
  margin: 5px 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.9em;
  margin: 5px;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_wrapper {
  flex: 1;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
  display: none;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_wrapper div.row div.col-sm-12:empty {
  display: none;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_wrapper div.row div.dataTables_filter {
  display: none;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.btn-group {
  padding: 0px;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dtsp-topRow {
  padding: 0px !important;
  margin: 0px;
  margin-bottom: 0.5rem;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dtsp-topRow div.dtsp-subRows {
  padding: 0px !important;
  text-align: right;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dtsp-topRow div.row {
  width: 100%;
}
.na15-downloadcenter-table-content div.dtsp-searchPane thead {
  display: none;
}
.na15-downloadcenter-table-content div.dtsp-searchPane .mb-3 {
  margin-bottom: none !important;
}
.na15-downloadcenter-table-content div.dtsp-searchPane .col-sm-12 {
  padding: 5px;
}
.na15-downloadcenter-table-content div.dtsp-searchPane .input-group {
  padding: 0px !important;
}
.na15-downloadcenter-table-content div.dtsp-searchPane .input-group .input-group-append {
  display: inline-block;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_scrollHead {
  display: none;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_scrollBody {
  padding: 2px;
  border: 2px #f0f0f0 solid;
  border-radius: 4px;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_scrollBody:hover {
  border: 2px solid #cfcfcf !important;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_scrollBody table tbody tr span.badge {
  float: right;
  min-width: 30px;
  display: inline-block;
  line-height: 1;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_scrollBody table tbody tr td.dtsp-countColumn {
  text-align: right;
}
.na15-downloadcenter-table-content div.dtsp-searchPane .dtsp-searchIcon {
  display: block;
  position: relative;
  padding: 18px 13px;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_wrapper div.dataTables_filter {
  display: none;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.dataTables_wrapper div.row {
  margin-left: -7px;
  margin-right: -7px;
}
.na15-downloadcenter-table-content div.dtsp-searchPane div.badge {
  min-width: 30px;
}
.na15-downloadcenter-table-content div.dtsp-panes {
  padding: 5px;
  border: 2px solid #f0f0f0;
  border-radius: 10px;
  margin: 5px;
  clear: both;
}
.na15-downloadcenter-table-content div.dtsp-panes div.dtsp-titleRow {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.na15-downloadcenter-table-content div.dtsp-panes div.dtsp-title {
  float: left;
  margin-bottom: 0px;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
.na15-downloadcenter-table-content div.dtsp-panes button.dtsp-clearAll {
  float: right;
}
.na15-downloadcenter-table-content .dataTables_paginate {
  cursor: pointer;
}
.na15-downloadcenter-table-content div.dtsp-hidden {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .na15-downloadcenter-table-content div.dtsp-columns-4, .na15-downloadcenter-table-content div.dtsp-columns-5, .na15-downloadcenter-table-content div.dtsp-columns-6 {
    max-width: 31% !important;
    min-width: 31% !important;
  }
}
@media screen and (max-width: 640px) {
  .na15-downloadcenter-table-content div.dtsp-searchPanes {
    flex-direction: column !important;
  }
  .na15-downloadcenter-table-content div.dtsp-searchPane {
    max-width: 98% !important;
    min-width: 98% !important;
  }
}
.downloadcenter-pagination-table .img-container img {
  max-height: 50px;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .downloadcenter-pagination-table .w-md-10 {
    width: 10% !important;
  }
  .downloadcenter-pagination-table .w-md-25 {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  .downloadcenter-pagination-table .share-tooltip {
    margin-top: 5px;
  }
}
.login-form .form-group {
  align-self: flex-end;
}
.neti-access-manager--upload-files.hide {
  display: none;
}
.neti-access-manager--upload-files.show {
  display: block;
}
.custom-form-container {
  display: none;
}
.contact-type--hidden {
  display: none;
}
.neti-access-manager-password-shop-block--col .password-validation-message {
  transform: scale(0);
}
.neti-access-manager-password-shop-block--col .password-validation-message.scaled-password-validation-message {
  transition: all 1s;
  transform: scale(1) !important;
}
.card.product-box .product-price-info .alert .alert-content {
  font-size: 1rem;
}
.am-custom-invalid-feedback {
  color: red;
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
}
/**
 * Table
 */
/**
 * Quantity input
 */
/**
 * Viewport visibilty
 */
/**
 * Zoom viewer
 */
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.22.1
 * https://github.com/wenzhixin/bootstrap-table/
 */
/* stylelint-disable annotation-no-unknown, max-line-length */
/* stylelint-enable annotation-no-unknown, max-line-length */
.bootstrap-table .fixed-table-toolbar::after {
  content: "";
  display: block;
  clear: both;
}
.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .search, .bootstrap-table .fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .btn, .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group > .acris-last-search-term-delete {
  border-radius: 0;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .btn, .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:first-child > .acris-last-search-term-delete {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .btn, .bootstrap-table .fixed-table-toolbar .columns .btn-group > .btn-group:last-child > .acris-last-search-term-delete {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  z-index: 1001;
}
.bootstrap-table .fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.4286;
}
.bootstrap-table .fixed-table-toolbar .columns-left {
  margin-right: 5px;
}
.bootstrap-table .fixed-table-toolbar .columns-right {
  margin-left: 5px;
}
.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.bootstrap-table .fixed-table-container {
  position: relative;
  clear: both;
}
.bootstrap-table .fixed-table-container .table {
  width: 100%;
  margin-bottom: 0 !important;
}
.bootstrap-table .fixed-table-container .table th, .bootstrap-table .fixed-table-container .table td {
  vertical-align: middle;
  box-sizing: border-box;
}
.bootstrap-table .fixed-table-container .table thead th {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
}
.bootstrap-table .fixed-table-container .table thead th:focus {
  outline: 0 solid transparent;
}
.bootstrap-table .fixed-table-container .table thead th.detail {
  width: 30px;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
  padding: 0.75rem;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px !important;
}
.bootstrap-table .fixed-table-container .table thead th .sortable.sortable-center {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.bootstrap-table .fixed-table-container .table thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}
.bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ");
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td {
  text-align: center;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
  display: flex;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  width: auto !important;
  text-align: left !important;
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
  width: 100% !important;
  text-align: left !important;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox {
  text-align: center;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label {
  margin-bottom: 0;
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="radio"], .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type="checkbox"] {
  margin: 0 auto !important;
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
  padding: 0.3rem;
}
.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
  border-bottom: 1px solid #32383e;
}
.bootstrap-table .fixed-table-container .fixed-table-header {
  overflow: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 1000;
  transition: visibility 0s, opacity 0.15s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
  visibility: visible;
  opacity: 1;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
  margin-right: 6px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
  content: "";
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: loading;
  background: #212529;
  border-radius: 50%;
  display: block;
  height: 5px;
  margin: 0 4px;
  opacity: 0;
  width: 5px;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
  animation-delay: 0.3s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
  animation-delay: 0.6s;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
  background: #212529;
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after, .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
  background: #fff;
}
.bootstrap-table .fixed-table-container .fixed-table-footer {
  overflow: hidden;
}
.bootstrap-table .fixed-table-pagination::after {
  content: "";
  display: block;
  clear: both;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail, .bootstrap-table .fixed-table-pagination > .pagination {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list {
  display: inline-block;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bootstrap-table .fixed-table-pagination > .pagination-detail .page-list .btn-group .dropdown-menu {
  margin-bottom: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
  margin: 0;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a {
  color: #c8c8c8;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::before {
  content: "⬅";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.page-intermediate a::after {
  content: "➡";
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}
.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
  background: #fff;
  height: calc(100vh);
  overflow-y: scroll;
}
.bootstrap-table.bootstrap4 .pagination-lg .page-link, .bootstrap-table.bootstrap5 .pagination-lg .page-link {
  padding: 0.5rem 1rem;
}
.bootstrap-table.bootstrap5 .float-left {
  float: left;
}
.bootstrap-table.bootstrap5 .float-right {
  float: right;
}
/* calculate scrollbar width */
div.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}
div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**
 * @author vincent loh <vincent.ml@gmail.com>
 * @update zhixin wen <wenzhixin2010@gmail.com>
 */
.fix-sticky {
  position: fixed !important;
  overflow: hidden;
  z-index: 100;
}
.fix-sticky table thead {
  background: #fff;
}
.fix-sticky table thead.thead-light {
  background: #e9ecef;
}
.fix-sticky table thead.thead-dark {
  background: #212529;
}
.bootstrap-table .table > tbody > tr.group-by.expanded, .bootstrap-table .table > tbody > tr.group-by.collapsed {
  cursor: pointer;
}
.bootstrap-table .table > tbody > tr.hidden {
  display: none;
}
/* Table base */
.maxia-variants-table-container .fixed-table-container:not(.has-card-view) .table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.maxia-variants-table-container .fixed-table-container:not(.has-card-view) .table thead th {
  background: #ff0000;
  text-align: left;
  padding: 0;
  vertical-align: bottom;
  font-weight: 600;
  border-right: 1px solid;
  border-color: #ff0000;
  border-top: none;
  border-bottom: none;
  color: #ffffff;
}
.maxia-variants-table-container .fixed-table-container:not(.has-card-view) .table thead th:first-child {
  border-left: 1px solid;
  border-left-color: #ff0000;
}
.maxia-variants-table-container .fixed-table-container:not(.has-card-view) .table td {
  height: 64px;
  background: transparent;
  transition: background 0.2s ease-in-out;
  padding: 8px 15px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid;
  border-color: #eaeaf0;
  color: #1a1a1a;
}
.maxia-variants-table-container .fixed-table-container:not(.has-card-view) .table tr:nth-child(even) td {
  background: transparent;
}
.maxia-variants-table-container .fixed-table-container:not(.has-card-view) .table tr:first-child td {
  border-top: none;
}
.maxia-variants-table-container .fixed-table-container:not(.has-card-view) tr.group-by td, .maxia-variants-table-container .fixed-table-container:not(.has-card-view) tr.group-by:nth-child(even) td {
  background: #f9f9f9;
  color: #1a1a1a;
  font-weight: 600;
}
.maxia-variants-table-container .bootstrap-table .fixed-table-container:not(.has-card-view) .table thead th .th-inner {
  padding: 12px 15px;
}
.maxia-variants-table-container .bootstrap-table .fixed-table-container:not(.has-card-view) .table thead th .th-inner.sortable {
  padding-right: 30px;
}
.maxia-variants-table-container.position-above_description {
  margin-bottom: 30px;
}
.maxia-variants-table-container.position-under_description {
  margin-top: 25px;
}
/* Selected row */
.maxia-variants-table-container.has-buy-all-button .fixed-table-container:not(.has-card-view) .table tr.is-selected td {
  background: #fffae5;
  border-left-color: #beb177;
  border-right-color: #beb177;
}
/* Loading animation */
.maxia-variants-table-container.has-element-loader table, .maxia-variants-table-container.has-element-loader .bootstrap-table, .maxia-variants-table-container.has-element-loader .maxia-variants-table-footer-actions {
  opacity: 0;
}
.maxia-variants-table-container .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
  background: transparent;
  z-index: 100;
}
.maxia-variants-table-container .bootstrap-table table.is-loading tr.no-records-found {
  opacity: 0;
}
.maxia-variants-table-container .table-container-loader .element-loader-backdrop, .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop {
  box-shadow: none;
}
/* Header */
.maxia-variants-table-container .fixed-table-container:not(.has-card-view) .table thead th.maxia-variants-table-column-prices-heading {
  border-bottom: 1px solid #ff0000;
}
.maxia-variants-table-container .bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHhJREFUeNpi/P//PwO1ABMDFQExhnEB8QQgZiOoEuRNArgUiH8BcTYhtYQM0gLix/8h4DYQK5NrGCMQz/2PCiZCxUk2zBGI36EZ9gmIbUg1jBeI9/3HDnYAMTsphiUC8U8g/o4Fg8QjseljHNKJdtSwUcMoBQABBgBxVHfbrEFbjQAAAABJRU5ErkJggg==");
}
.maxia-variants-table-container .bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIFJREFUeNpi/P//PwO1ABMDFcGoYaOGDaRhkUD8E4i/Y8Eg8USsukDZCQtmB+Id/7GDfUDMi00fLsNA2AaIP6EZ9A6IHXHpwWcYIxBPRDNsLlScZMNAWBmIb0MNegzEWvjUEzIMhLOB+BcQlxJSS4xhbEA8AYi5CKllHLSFI0CAAQDrIHfb7SnvEQAAAABJRU5ErkJggg==");
}
.has-different-quantities .bootstrap-table .fixed-table-container:not(.has-card-view) .table thead th.maxia-variants-table-column-price1 .sortable {
  padding-right: 12px !important;
  cursor: auto;
}
.has-different-quantities .bootstrap-table .fixed-table-container:not(.has-card-view) .table thead th.maxia-variants-table-column-price1 .desc, .has-different-quantities .bootstrap-table .fixed-table-container:not(.has-card-view) .table thead th.maxia-variants-table-column-price1 .asc, .has-different-quantities .bootstrap-table .fixed-table-container:not(.has-card-view) .table thead th.maxia-variants-table-column-price1 .both {
  background-image: none !important;
}
.maxia-variants-table-column-productNumber {
  width: 200px;
}
.maxia-variants-table-column-manufacturerNumber {
  width: 200px;
}
.maxia-variants-table-column-delivery {
  width: 200px;
}
.maxia-variants-table-column-delivery .maxia-variants-table-delivery-time p {
  margin-bottom: 0.5rem;
}
.maxia-variants-table-column-delivery .maxia-variants-table-delivery-time p:last-child {
  margin-bottom: 0;
}
.fixed-table-container:not(.has-card-view) .maxia-variants-table-delivery-time.is-compact p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0;
}
.fixed-table-container:not(.has-card-view) .maxia-variants-table-delivery-time.is-compact p .delivery-status-indicator {
  font-size: inherit;
}
.maxia-variants-table-delivery-time.hide-shippingfree .delivery-information.delivery-shipping-free {
  display: none !important;
}
/* Image */
.maxia-variants-table-column-image {
  width: 100px;
  padding: 4px 15px;
}
.maxia-variants-table-column-image .gallery-slider-col:first-of-type {
  order: 1;
}
.maxia-variants-table-column-image .gallery-slider-col:first-of-type + .gallery-slider-thumbnails-col {
  visibility: hidden;
  z-index: -1;
}
.maxia-variants-table-container .has-card-view .maxia-variants-table-image .gallery-slider-item.is-contain .gallery-slider-image, .maxia-variants-table-container .has-card-view .maxia-variants-table-image .gallery-slider-single-image.is-contain .gallery-slider-image {
  margin-left: 0;
}
.maxia-variants-table-image {
  margin: 6px 0;
  height: 46px;
  overflow: hidden;
}
.maxia-variants-table-image .product-wishlist {
  display: none;
}
.maxia-variants-table-image .gallery-slider-col .gallery-slider-item img, .maxia-variants-table-image .gallery-slider-col .gallery-slider-single-image img {
  cursor: pointer !important;
}
.maxia-variants-table-image .gallery-slider-col .gallery-slider-row {
  margin-bottom: 0;
}
.maxia-variants-table-image .gallery-slider-col .gallery-slider-single-image.is-cover, .maxia-variants-table-image .gallery-slider-col .gallery-slider-single-image.is-contain, .maxia-variants-table-image .gallery-slider-col .gallery-slider-item.is-cover, .maxia-variants-table-image .gallery-slider-col .gallery-slider-item.is-contain {
  min-height: 46px !important;
}
/* Colors */
.maxia-variants-table .product-detail-configurator-option-label.is-display-color {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 2px solid white;
  box-shadow: 0 0 0 1px #eaeaf0;
  min-width: 0;
}
/* Purchase unit / base price */
.maxia-variants-table-column-content .base-price-calculation {
  font-size: 0.875rem;
  margin-top: 2px;
}
/* Prices */
.maxia-variants-table-price {
  line-height: 18px;
}
.maxia-variants-table-price .price-default {
  font-weight: bold;
}
.maxia-variants-table-price.with-list-price .price-default {
  color: #e52427;
}
.maxia-variants-table-price .list-price {
  color: #ff0000;
  font-weight: 400;
  font-size: 12px;
}
.maxia-variants-table-price .list-price .list-price-price {
  text-decoration: line-through;
}
.maxia-variants-table-price .regulation-price {
  font-size: 12px;
}
.maxia-variants-table td .price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.maxia-variants-table td .price-list li {
  display: inline-block;
  width: 90px;
  text-align: center;
}
.maxia-variants-table td .price-list .price-list-quantity {
  font-size: 0.875rem;
  color: #ff0000;
}
.price-list .maxia-variants-table-price .price-default {
  display: block;
}
.maxia-variants-table-base-price {
  font-size: 0.875rem;
}
/* Delivery time */
.maxia-variants-table .product-delivery-information p {
  white-space: normal;
  margin-bottom: 0;
}
.maxia-variants-table [class^="maxia-variants-table-column-price"] .product-delivery-information {
  margin: 10px 0 0 0;
}
.maxia-variants-table .price-list + .product-delivery-information {
  margin: 10px 0 5px 0;
}
/* Buy action */
.maxia-variants-table-column-buy {
  width: 250px;
}
.maxia-variants-table-column-buy:not([style]) {
  min-width: 200px;
}
.maxia-variants-table-column-buy .product-delivery-information {
  margin: 10px 0 5px 0;
}
.maxia-variants-table-column-buy input[type="hidden"] + .product-delivery-information {
  margin-top: 0;
}
.maxia-variants-table-column-buy .table-buy-btn {
  width: 100%;
  height: 100%;
}
.maxia-variants-table-column-buy .product-detail-quantity-group.input-group {
  flex-wrap: nowrap;
}
/* Footer - Pagination */
.maxia-variants-table-container .fixed-table-pagination {
  margin-top: 10px;
  display: flex !important;
  flex-wrap: wrap;
}
.maxia-variants-table-container .fixed-table-pagination .pagination {
  order: 1;
  margin-right: 20px;
}
.maxia-variants-table-container .fixed-table-pagination .pagination-detail {
  order: 2;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.maxia-variants-table-container .fixed-table-pagination .maxia-variants-table-buy-all-form {
  order: 3;
  display: flex;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
}
.maxia-variants-table-container.no-pages .fixed-table-pagination {
  display: flex;
}
.maxia-variants-table-container.no-pages .fixed-table-pagination .pagination {
  display: none !important;
}
.maxia-variants-table-container.no-pages .fixed-table-pagination .maxia-variants-table-buy-all-form {
  margin-left: auto;
}
.maxia-variants-table-container.no-pages .fixed-table-pagination .table-buy-btn {
  text-overflow: clip;
}
@media (max-width: 767.98px) {
  .maxia-variants-table-container .fixed-table-pagination {
    justify-content: center;
  }
  .maxia-variants-table-container .fixed-table-pagination > .pagination {
    margin-bottom: 12px;
  }
  .maxia-variants-table-container .fixed-table-pagination .pagination-detail {
    display: none;
  }
  .maxia-variants-table-container .fixed-table-pagination .maxia-variants-table-buy-all-form {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .maxia-variants-table-container .fixed-table-pagination {
    flex-direction: column;
  }
  .maxia-variants-table-container .fixed-table-pagination > .pagination {
    margin-left: auto;
    margin-right: auto;
  }
  .maxia-variants-table-container .fixed-table-pagination .maxia-variants-table-buy-all-form {
    margin-left: auto;
    margin-right: auto;
  }
}
/* Buy all button */
.maxia-variants-table-buy-all-form .buy-all-button .icon {
  margin-left: 10px;
  vertical-align: 2px;
}
.maxia-variants-table-buy-all-form .buy-all-button[disabled] .icon {
  color: #bcc1c7;
}
/* Expand all button */
.maxia-variants-table-footer-actions {
  display: flex;
  justify-content: center;
}
.maxia-variants-table-footer-actions .maxia-variants-table-buy-all-form {
  align-self: flex-end;
}
.maxia-variants-table-expand-all-button-wrapper {
  align-self: center;
}
.maxia-variants-table-container.has-expand-all-button .fixed-table-pagination .pagination {
  display: none !important;
}
.maxia-variants-table-container.is-expanded .maxia-variants-table-expand-all-button-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .maxia-variants-table-container.has-buy-all-button .maxia-variants-table-expand-all-button-wrapper {
    margin-top: 10px;
  }
}
/* Viewport visibility */
.mvt-min-width-desktop .maxia-variants-table-container.position-above_description, .mvt-min-width-desktop .maxia-variants-table-container.position-under_description {
  display: none;
}
@media screen and (min-width: 1200px) {
  .mvt-min-width-desktop .maxia-variants-table-container.position-above_description, .mvt-min-width-desktop .maxia-variants-table-container.position-under_description {
    display: block;
  }
}
.mvt-min-width-tablet-landscape .maxia-variants-table-container.position-above_description, .mvt-min-width-tablet-landscape .maxia-variants-table-container.position-under_description {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mvt-min-width-tablet-landscape .maxia-variants-table-container.position-above_description, .mvt-min-width-tablet-landscape .maxia-variants-table-container.position-under_description {
    display: block;
  }
}
.mvt-min-width-tablet .maxia-variants-table-container.position-above_description, .mvt-min-width-tablet .maxia-variants-table-container.position-under_description {
  display: none;
}
@media screen and (min-width: 768px) {
  .mvt-min-width-tablet .maxia-variants-table-container.position-above_description, .mvt-min-width-tablet .maxia-variants-table-container.position-under_description {
    display: block;
  }
}
/* Inside tab */
.product-detail-maxia-variants-table-tab-title {
  margin-bottom: 15px;
}
.offcanvas .offcanvas-content-container.maxia-variants-table-offcanvas-container {
  overflow-y: auto;
}
@media (min-width: 576px) {
  .offcanvas .offcanvas-content-container.maxia-variants-table-offcanvas-container {
    width: auto;
  }
}
.offcanvas-maxia-variants-table .maxia-variants-table-offcanvas-container .tab-pane-container {
  padding: 15px;
}
.offcanvas.offcanvas-maxia-variants-table {
  z-index: 1051;
}
/* Filters */
.maxia-variants-table-filter-container .filter-panel-wrapper-toggle {
  margin-bottom: 20px;
}
/* Column visibility */
@media (max-width: 575.98px) {
  .maxia-variants-table .hide-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .maxia-variants-table .hide-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .maxia-variants-table .hide-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .maxia-variants-table .hide-lg {
    display: none !important;
  }
}
.has-card-view .maxia-variants-table-column-productNumber, .has-card-view .maxia-variants-table-column-manufacturerNumber, .has-card-view .maxia-variants-table-column-delivery, .has-card-view .maxia-variants-table-column-image, .has-card-view .maxia-variants-table-column-buy {
  width: auto;
}
.has-card-view .table {
  background: transparent;
}
.has-card-view .table td {
  padding: 0;
  border: none;
}
.has-card-view .table, .has-card-view .table-bordered {
  border: none;
}
.has-card-view .table-bordered > :not(caption) > * {
  border-width: 0;
}
.maxia-variants-table-container .card-views {
  padding: 5px;
  margin-bottom: 20px;
  border: 1px solid #eaeaf0;
  border-radius: 0px;
  background: transparent;
}
.maxia-variants-table-container tr:last-child .card-views {
  margin-bottom: 0;
}
.maxia-variants-table-container .card-view {
  padding: 10px;
}
.maxia-variants-table-container .card-view:last-child {
  border-bottom: none;
}
.bootstrap-table .fixed-table-container .table.maxia-variants-table tbody tr .card-view {
  flex-direction: column;
}
.bootstrap-table .fixed-table-container .table.maxia-variants-table tbody tr .card-view .card-view-title {
  margin-bottom: 10px;
  hyphens: auto;
}
@media screen and (min-width: 400px) {
  .bootstrap-table .fixed-table-container .table.maxia-variants-table tbody tr .card-view {
    flex-direction: row;
  }
  .bootstrap-table .fixed-table-container .table.maxia-variants-table tbody tr .card-view .card-view-title {
    margin-bottom: 0;
    min-width: 30%;
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .has-card-view td .price-list li {
    text-align: left;
  }
}
.bootstrap-table .fixed-table-container.has-card-view .table tr.group-by td {
  display: block;
  margin-bottom: 20px;
  padding: 15px;
  background: #f9f9f9;
  color: #1a1a1a;
  font-weight: 600;
  border: 1px solid #eaeaf0;
  border-radius: 0px;
}
.maxia-variants-table-column-buy .btn-outline-light.btn-minus, .maxia-variants-table-column-buy .btn-outline-light.btn-plus {
  --bs-btn-bg: var(--bs-body-bg);
}
/* Small layout */
.maxia-variants-table-variants-hint {
  margin-bottom: 20px;
  flex-direction: column;
  align-items: flex-start;
}
.maxia-variants-table-variants-text {
  clear: both;
  display: inline-block;
  padding: 0.75rem;
  border-radius: 3px;
  border: 1px solid #dadae5;
  margin-bottom: 15px;
}
.maxia-variants-table-variants-button {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.maxia-variants-table-variants-button .icon {
  vertical-align: 2px;
  margin-left: 4px;
}
.maxia-variants-table-variants-button.btn-link {
  padding-left: 0;
  padding-right: 0;
  font-weight: bold;
  font-size: 1.125rem;
  color: #ff0000;
}
.maxia-variants-table-variants-button.btn-link .icon {
  color: #ff0000;
}
.maxia-variants-table-variants-button.btn-link:hover {
  text-decoration: none;
  color: #c00;
}
.maxia-variants-table-variants-button.btn-link:hover .icon {
  color: #c00;
}
/* Viewport visibility */
/* hide / show minimal buy box and table */
.mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-variants-hint, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information.maxia-variants-table-delivery-information {
  display: none;
}
@media screen and (min-width: 1200px) {
  .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-price-container, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .mabp-price-table-container, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-configurator-container, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .swag-cms-extensions-quickview-detail-configurator, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-form-container, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .swag-cms-extensions-quickview-product-buy-form .buy-widget, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information:not(.maxia-variants-table-delivery-information) {
    display: none;
  }
  .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price .product-detail-price-container, .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information.maxia-variants-table-delivery-information {
    display: block;
  }
  .mvt-min-width-desktop.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-variants-hint {
    display: flex;
  }
}
.mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-variants-hint, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information.maxia-variants-table-delivery-information {
  display: none;
}
@media screen and (min-width: 1024px) {
  .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-price-container, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .mabp-price-table-container, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-configurator-container, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .swag-cms-extensions-quickview-detail-configurator, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-form-container, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .swag-cms-extensions-quickview-product-buy-form .buy-widget, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information:not(.maxia-variants-table-delivery-information) {
    display: none;
  }
  .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price .product-detail-price-container, .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information.maxia-variants-table-delivery-information {
    display: block;
  }
  .mvt-min-width-tablet-landscape.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-variants-hint {
    display: flex;
  }
}
.mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-variants-hint, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information.maxia-variants-table-delivery-information {
  display: none;
}
@media screen and (min-width: 768px) {
  .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-price-container, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .mabp-price-table-container, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-configurator-container, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .swag-cms-extensions-quickview-detail-configurator, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-form-container, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .swag-cms-extensions-quickview-product-buy-form .buy-widget, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information:not(.maxia-variants-table-delivery-information) {
    display: none;
  }
  .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price .product-detail-price-container, .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information.maxia-variants-table-delivery-information {
    display: block;
  }
  .mvt-min-width-tablet.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-variants-hint {
    display: flex;
  }
}
.mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-price-container, .mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .mabp-price-table-container, .mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-configurator-container, .mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .swag-cms-extensions-quickview-detail-configurator, .mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-form-container, .mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .swag-cms-extensions-quickview-product-buy-form .buy-widget, .mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information:not(.maxia-variants-table-delivery-information) {
  display: none;
}
.mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price, .mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-cheapest-price .product-detail-price-container, .mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .product-detail-delivery-information.maxia-variants-table-delivery-information {
  display: block;
}
.mvt-min-width-phone.mvt-minimal-buybox [class^="product-detail-buy"] .maxia-variants-table-variants-hint {
  display: flex;
}
.maxia-zoom-viewer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  z-index: 500;
}
.maxia-zoom-viewer img {
  height: 100%;
  width: auto;
  max-width: none;
}
.maxia-zoom-viewer.show {
  opacity: 1;
  width: auto;
  height: 400px;
  border: 1px solid #eaeaf0;
}
@media (min-width: 768px) {
  .search-suggest-container {
    width: 700px;
    left: 50%;
    transform: translateX(-50%);
  }
  .search-suggest-container-width {
    width: 500px;
  }
}
.search-suggest-container .nav-tabs {
  border: none;
}
.blog-slider.has-border {
  border: 1px solid #eaeaf0;
  border-radius: 0px;
}
.blog-slider.has-border {
  padding: 25px;
}
.blog-slider.has-nav {
  padding-left: 20px;
  padding-right: 20px;
}
.blog-slider.has-border.has-nav {
  padding-left: 40px;
  padding-right: 40px;
}
.blog-slider-container {
  padding-bottom: 1px;
}
.blog-slider-controls-prev, .blog-slider-controls-next {
  border: 0;
  background: none;
}
.blog-slider-controls-prev {
  left: -10px;
}
.blog-slider-controls-prev.has-border {
  left: 0;
}
.blog-slider-controls-next {
  right: -10px;
}
.blog-slider-controls-next.has-border {
  right: 0;
}
.blog-slider-box {
  height: 100%;
}
.blog-slider-variant-characteristics {
  min-height: 3em;
}
.blog-slider-variant-characteristics .blog-slider-variant-characteristics-text {
  overflow: hidden;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* stylelint-enable */
  line-clamp: 2;
  text-overflow: ellipsis;
  font-size: 0.875rem;
}
.blog-slider-variant-characteristics .blog-slider-variant-characteristics-option {
  font-weight: 600;
}
.blog-slider-image-wrapper {
  height: 200px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 180px;
  margin-bottom: 15px;
  position: relative;
}
.blog-slider-image-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-slider-image-link.is-cover {
  align-items: flex-start;
}
.blog-slider-image {
  display: block;
  max-width: 100%;
  max-height: 200px;
}
.blog-slider-image.is-standard, .blog-slider-image.is-cover, .blog-slider-image.is-contain {
  width: 100%;
  height: 100%;
}
.blog-slider-image.is-cover {
  object-fit: cover;
}
.blog-slider-image.is-contain {
  object-fit: contain;
}
.blog-slider-image.is-standard {
  object-fit: scale-down;
}
.blog-slider-image-placeholder {
  max-width: 180px;
  height: 100%;
}
.blog-slider-rating {
  margin-bottom: 10px;
  height: 25px;
}
/* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
.blog-slider-name {
  color: #ff0000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 44px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.blog-slider-name:hover {
  color: var(--text-color-brand-primary);
  text-decoration: none;
}
.blog-slider-description {
  height: 54px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
.blog-slider-price-info {
  margin-top: 10px;
}
.blog-slider-price-info .blog-slider-advanced-list-price-wrapper {
  font-weight: 400;
}
.blog-slider-price-unit {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}
.blog-slider-unit-label {
  font-weight: 600;
}
.blog-slider-cheapest-price {
  min-height: 20px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 32px;
}
.blog-slider-cheapest-price .blog-slider-cheapest-price-price {
  font-weight: 600;
}
.blog-slider-cheapest-price.with-regulation-price, .blog-slider-cheapest-price.with-list-price {
  margin-bottom: 6px;
}
.blog-slider-cheapest-price.with-from-price {
  margin-bottom: 5px;
}
.blog-slider-price {
  color: #ff0000;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  overflow: hidden;
}
.blog-slider-price.with-list-price {
  color: #e52427;
}
.blog-slider-price .list-price {
  color: #ff0000;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}
.blog-slider-price .list-price .list-price-price {
  text-decoration: line-through;
}
.blog-slider-price .regulation-price {
  color: #ff0000;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
  padding-left: 0;
}
.blog-slider-price .list-price-no-line-through .list-price-price {
  text-decoration: none;
}
.blog-slider-price .strikeprice-text {
  color: #ff0000;
  font-weight: 400;
  padding-left: 5px;
  font-size: 12px;
}
.blog-slider-action {
  margin-top: 20px;
}
.blog-slider-badges {
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 10;
}
.blog-slider-badges .badge {
  padding: 0 8px;
  height: 32px;
  margin: 0 0 8px;
  line-height: 32px;
  font-weight: 600;
  color: #fff;
  border-radius: 0 3px 3px 0;
  border-color: transparent;
  font-size: 18px;
  letter-spacing: 0;
}
.blog-slider-box.box-image .blog-slider-image-wrapper {
  height: 332px;
}
.blog-slider-box.box-image .blog-slider-image {
  max-height: 332px;
}
.blog-slider-box.box-image .blog-slider-image.is-standard {
  height: 100%;
  object-fit: cover;
}
.blog-slider-price-wrapper {
  font-size: 18px;
}
.blog-slider-box {
  border-color: #eaeaf0;
  background-color: #fff;
}
.blog-slider-box .card-body {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
}
.blog-slider-name {
  font-weight: 600;
}
.btn-read {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d90000;
  --bs-btn-hover-border-color: #c00;
  --bs-btn-focus-shadow-rgb: 255, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c00;
  --bs-btn-active-border-color: #bf0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
}
.btn-read.disabled, .btn-read:disabled {
  opacity: 1;
  background: #eee;
  border-color: #eee;
  color: #bcc1c7;
}
.sas-blog-sidebar-filter {
  margin-bottom: 1rem;
}
.sas-blog-sidebar-filter .filter-panel-wrapper-toggle {
  display: none;
}
@media (max-width: 991.98px) {
  .sas-blog-sidebar-filter .filter-panel-wrapper-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .sas-blog-sidebar-filter .filter-panel-wrapper {
    display: none;
  }
}
@media (min-width: 992px) {
  .sas-blog-sidebar-filter {
    display: none;
  }
  .sas-blog-sidebar-filter + .filter-panel-wrapper, .sas-blog-sidebar-filter ~ .filter-panel-wrapper {
    display: block;
  }
}
.cms-element-sas-blog-listing-actions .sorting {
  min-width: 200px;
}
@media (max-width: 991.98px) {
  .cms-element-sas-blog-listing-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cms-element-sas-blog-listing-actions .sorting {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
/*
 * Compatibility fix for the "Shopware CMS Extensions" (SwagCmsExtensions) scroll-navigation
 * (anchor) feature on blog detail pages.
 *
 * The blog renders the article's CMS layout nested inside the blog-detail block, whose
 * `.cms-block` / `.cms-block-container` are `position: relative` (Shopware core). That makes
 * the nested `.scroll-navigation-anchor` elements resolve their `offsetParent` to that block
 * container instead of `<body>`. SwagCmsExtensions' scroll JS scrolls to `anchor.offsetTop`,
 * which is measured relative to the `offsetParent` - so on blog pages every jump lands short
 * by the block's offset and clicks scroll to the wrong section.
 *
 * Neutralising the positioning context on the blog-detail block lets the anchors resolve their
 * `offsetParent` to `<body>` (matching a regular CMS page), so `offsetTop` equals the document
 * position and the jump navigation scrolls correctly.
 *
 * Scoped with `:has()` so it only applies when the block actually contains scroll-navigation
 * anchors - i.e. only when SwagCmsExtensions is active and navigation points are configured.
 * Shops without the plugin (or blog posts without anchors) are completely unaffected.
 */
.cms-block-blog-detail:has(.swag-cms-extensions-scroll-navigation-wrapper), .cms-block-blog-detail:has(.swag-cms-extensions-scroll-navigation-wrapper) > .cms-block-container {
  position: static !important;
}
.blog-image, .blog-image-placeholder {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.blog-card .card-text {
  height: 85px;
  overflow: hidden;
}
.blog-card .card-footer {
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  margin-top: 25px;
}
.blog-card .card-footer .blog-author-avatar, .blog-card .card-footer .blog-image-placeholder {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}
.blog-card .card-footer .blog-author-display-name {
  font-weight: 600;
  margin-bottom: 0;
}
.has-element-loader .cms-element-product-listing .blog-image-link span.icon {
  opacity: 0;
}
.has-element-loader .cms-element-product-listing .blog-image {
  opacity: 0;
}
.has-element-loader .cms-element-product-listing .blog-date, .has-element-loader .cms-element-product-listing .blog-title a, .has-element-loader .cms-element-product-listing .blog-image-link, .has-element-loader .cms-element-product-listing .card-text, .has-element-loader .cms-element-product-listing .card-footer {
  border-radius: 0px;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
.has-element-loader .cms-element-product-listing .card-text, .has-element-loader .cms-element-product-listing .card-footer {
  height: 60px;
}
.has-element-loader .cms-element-product-listing .card-text .blog-image-placeholder, .has-element-loader .cms-element-product-listing .card-text .blog-author-display-name, .has-element-loader .cms-element-product-listing .card-footer .blog-image-placeholder, .has-element-loader .cms-element-product-listing .card-footer .blog-author-display-name {
  opacity: 0;
}
.swag-cms-extensions-quickview-modal {
  padding-right: 0;
  word-break: break-word;
}
.swag-cms-extensions-quickview-modal .swag-cms-extensions-quickview-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1051;
}
.swag-cms-extensions-quickview-modal .modal-content {
  margin: 0 calc(min(1.8rem, 10vw) - var(--bs-modal-margin));
  border-radius: 0px;
  align-items: center;
  box-shadow: none;
  max-width: calc(100vw - min(1.8rem, 10vw) * 2);
}
.swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .loader, .swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .element-loader-backdrop > .table-loader, .swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .swag-cms-extensions-quickview-modal .modal-content .quickview-loading-indicator .element-loader-backdrop > .table-loader {
  margin: 3rem;
}
.swag-cms-extensions-quickview-modal .modal-body, .swag-cms-extensions-quickview-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .swag-cms-extensions-quickview-modal .confirm-message {
  padding: unset;
  align-self: stretch;
}
.swag-cms-extensions-quickview-modal .quickview-loading-indicator {
  display: flex;
  justify-content: center;
}
.swag-cms-extensions-quickview-modal .product-block-prices-grid .product-block-prices-cell {
  line-height: 1.3rem;
}
.swag-cms-extensions-quickview-modal .product-block-prices-grid .product-block-prices-cell.product-block-prices-cell-thin {
  line-height: 1.3rem;
}
.swag-cms-extensions-quickview-container {
  padding: 1rem;
  overflow: hidden;
  overflow-y: auto;
  max-height: 95vh;
}
.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
  display: none;
  margin-top: 24px;
  padding-right: 24px;
}
.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name {
  display: block;
}
.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content {
  margin-top: 1.5rem;
}
.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity {
  margin-bottom: 0.5rem;
}
.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form {
  padding: 0;
  margin: 0;
}
.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form form {
  margin-bottom: 0.75rem;
}
.swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-container {
  margin-left: 0;
  margin-right: 0;
}
#swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
  position: fixed;
  opacity: 1;
  background: #ffffff;
  width: min(1.8rem, 10vw);
  height: 80%;
  top: 10%;
  right: 0;
  border-radius: 0px;
}
#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
  width: 1.8333333333rem;
  height: 1.8333333333rem;
}
#swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
  color: #798490;
}
#swag-cms-extensions-quickview-carousel .carousel-control-prev:focus-visible, #swag-cms-extensions-quickview-carousel .carousel-control-next:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
@media (min-width: 1200px) {
  #swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
    background: none;
    width: 5rem;
  }
  #swag-cms-extensions-quickview-carousel .carousel-control-prev .icon, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon {
    width: 5rem;
    height: 5rem;
  }
  #swag-cms-extensions-quickview-carousel .carousel-control-prev .icon-white, #swag-cms-extensions-quickview-carousel .carousel-control-next .icon-white {
    color: #4a545b;
  }
  #swag-cms-extensions-quickview-carousel .carousel-control-prev {
    left: max(0px, calc(32vw - 25rem));
  }
  #swag-cms-extensions-quickview-carousel .carousel-control-next {
    right: max(0px, calc(32vw - 25rem));
  }
}
@media (min-width: 992px) {
  #swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
    height: 33%;
    top: 33%;
  }
  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
    display: block;
  }
  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-name {
    display: none;
  }
  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-product-buy-form {
    padding-top: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #swag-cms-extensions-quickview-carousel .carousel-control-prev, #swag-cms-extensions-quickview-carousel .carousel-control-next {
    width: 3rem;
    height: 50%;
    top: 25%;
  }
}
@media (min-width: 768px) {
  .swag-cms-extensions-quickview-container {
    padding: 3rem;
  }
  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-content--buy-quantity {
    margin-bottom: unset;
  }
  .swag-cms-extensions-quickview-modal {
    word-break: unset;
  }
  .swag-cms-extensions-quickview-modal .modal-content {
    border-radius: unset;
  }
}
@media (min-width: 576px) {
  .swag-cms-extensions-quickview-container .swag-cms-extensions-quickview-manufacturer-logo {
    text-align: right;
  }
}
.scroll-navigation-sidebar {
  position: fixed;
  width: 36px;
  right: 20px;
  bottom: 20px;
  padding: 26px 9px;
  border-radius: 50px;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.scroll-navigation-sidebar a, .scroll-navigation-sidebar a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.scroll-navigation-sidebar button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.scroll-navigation-sidebar-close, .scroll-navigation-sidebar-list {
  display: none;
}
.scroll-navigation-sidebar-mobile-menu {
  position: absolute;
  display: block;
  height: 50px;
  width: 154px;
  right: 0;
  bottom: 2px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}
.scroll-navigation-sidebar-mobile-button {
  display: inline-block;
  padding: 13px 8px;
}
.scroll-navigation-sidebar-mobile-button:first-child {
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  border-right: 1px solid #eee;
}
.scroll-navigation-sidebar-mobile-button:nth-child(2) {
  padding-left: 16px;
}
.scroll-navigation-sidebar-mobile-button:last-child {
  padding-right: 16px;
}
.scroll-navigation-sidebar-mobile-button-icon {
  position: relative;
  top: -3px;
}
.scroll-navigation-sidebar-mobile-button-icon > span {
  color: #1a1a1a;
}
.scroll-navigation-sidebar.list--visible {
  left: 39px;
  width: auto;
  padding-right: 0;
  border-radius: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu {
  display: none;
}
.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close {
  position: absolute;
  display: block;
  top: 9px;
  right: 9px;
}
.scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list {
  position: relative;
  display: flex;
  height: auto;
  max-height: 300px;
  padding: 0 12px;
  line-height: 0;
  overflow-y: auto;
  flex-direction: column;
}
.scroll-navigation-sidebar-entry {
  display: flex;
  height: 20px;
  padding: 22px 9px;
  align-items: center;
  justify-content: flex-start;
}
.scroll-navigation-sidebar-entry-line {
  position: relative;
  display: block;
  height: 44px;
  margin-right: -5px;
  margin-bottom: -44px;
  border-right: 2px solid #1a1a1a;
}
.scroll-navigation-sidebar-entry:last-child > .scroll-navigation-sidebar-entry-line {
  border-right: 1px solid transparent;
}
.scroll-navigation-sidebar-entry-bullet {
  display: block;
  height: 8px;
  width: 8px;
  margin-left: 1px;
  transform: scale(1);
  transition: all 0.2s ease-out;
  border-radius: 50%;
  background-color: #ff0000;
  z-index: 6;
}
.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-bullet {
  background-color: #ff0000;
  transform: scale(2);
}
.scroll-navigation-sidebar-entry-label {
  width: 100%;
  left: 26px;
  padding: 22px;
  margin-left: -5px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scroll-navigation-sidebar-entry--active > .scroll-navigation-sidebar-entry-label {
  color: #ff0000;
  font-weight: 600;
}
.scroll-navigation-anchor {
  position: relative;
}
.scroll-up-button {
  display: block;
  left: 1.5rem;
  right: auto;
}
@media (min-width: 576px) {
  .scroll-navigation-sidebar.list--visible {
    left: auto;
    width: 422px;
  }
}
@media (min-width: 1200px) {
  .scroll-navigation-sidebar {
    top: 50%;
    left: 39px;
    right: auto;
    bottom: auto;
    padding: 0;
    transform: translateY(-50%);
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .scroll-navigation-sidebar.list--visible {
    left: 39px;
    width: 36px;
    border-radius: 50px;
  }
  .scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-close, .scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-mobile-menu {
    display: none;
  }
  .scroll-navigation-sidebar.list--visible .scroll-navigation-sidebar-list {
    padding: 12px;
  }
  .scroll-navigation-sidebar-close, .scroll-navigation-sidebar-mobile-menu {
    display: none;
  }
  .scroll-navigation-sidebar-list {
    position: relative;
    display: flex;
    height: auto;
    width: 77px;
    padding: 12px;
    margin-left: -4px;
    line-height: 0;
    flex-direction: column;
  }
  .scroll-navigation-sidebar-entry {
    width: 64px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .scroll-navigation-sidebar-entry-bullet {
    margin-left: 0;
  }
  .scroll-navigation-sidebar-entry-label {
    opacity: 0;
    padding: 14px;
    border-radius: 0px;
  }
  .scroll-navigation-sidebar-entry-line {
    height: 32px;
    margin-bottom: -32px;
    pointer-events: none;
  }
  .scroll-navigation-sidebar-entry:hover {
    width: auto;
    margin-right: auto;
  }
  .scroll-navigation-sidebar-entry:hover > .scroll-navigation-sidebar-entry-label {
    opacity: 1;
    width: auto;
    margin-left: 12px;
    background-color: #ffffff;
    box-shadow: 4px 3px 6px 0 rgba(0, 0, 0, 0.15);
    pointer-events: none;
    transition: all 0.2s ease-out;
  }
  .scroll-navigation-sidebar-entry:last-child > .scroll-navigation-sidebar-entry-line {
    border-right: 2px solid transparent;
  }
  .scroll-up-button {
    left: auto;
    right: 1.5rem;
  }
}
.lenz-vat-id-validation-result {
  border: 1px solid #eaeaf0;
  padding: 10px;
}
.lenz-vat-id-validation-result .validation-row {
  display: flex;
}
.lenz-vat-id-validation-result .validation-row.validation-row-success {
  background: #c8ffd7;
}
.lenz-vat-id-validation-result .validation-row.validation-row-error {
  background: #ffb1b2;
}
.lenz-vat-id-validation-result .validation-row *[class^="cell-"] {
  border: 1px solid #eaeaf0;
  padding: 5px 3px;
}
.lenz-vat-id-validation-result .validation-row .cell-field {
  width: 20%;
}
.lenz-vat-id-validation-result .validation-row .cell-value {
  width: 30%;
}
.lenz-vat-id-validation-result .validation-row .cell-validation-msg {
  width: 50%;
}
.lenz-vat-id-validation-result .validation-state {
  margin-top: 20px;
}
.lenz-vat-id-ajax-feedback {
  font-size: 0.85em;
  margin-top: 0.25rem;
  min-height: 1.25em;
}
.lenz-vat-id-ajax-feedback--valid {
  color: var(--bs-success, #198754);
}
.lenz-vat-id-ajax-feedback--invalid {
  color: var(--bs-danger, #dc3545);
}
.lenz-vat-id-ajax-feedback--error {
  color: var(--bs-warning, #ffc107);
}
.lenz-vat-id-ajax-feedback--warning {
  color: var(--bs-warning, #ffc107);
}
.lenz-vat-id-ajax-feedback--loading {
  color: var(--bs-secondary, #6c757d);
}
.lenz-vat-id-ajax-feedback__suggestions {
  list-style: none;
  padding: 0;
  margin: 0.25rem 0 0;
  font-size: 0.85em;
}
.lenz-vat-id-ajax-feedback__suggestions li {
  margin-bottom: 0.15rem;
}
.lenz-vat-id-ajax-feedback__apply-all {
  margin-top: 0.25rem;
}
.prems--autocomplete-password-strength {
  border-radius: 3px;
  background: url("data:image/svg+xml;charset=utf-8;base64,CiAgICA8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIg dmVyc2lvbj0iMS4xIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIj4KICAg ICAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkaWVudCIgeDE9IjAlIiB5MT0i MCUiIHgyPSIxMDAlIiB5Mj0iMCUiPic8c3RvcCBvZmZzZXQ9IjAlIiBzdHls ZT0ic3RvcC1jb2xvcjojY2MwMDAwO3N0b3Atb3BhY2l0eToxIiAvPicsICc8 c3RvcCBvZmZzZXQ9IjM1JSIgc3R5bGU9InN0b3AtY29sb3I6I2YyZWM0Zjtz dG9wLW9wYWNpdHk6MSIgLz4nLCAnPHN0b3Agb2Zmc2V0PSI4MCUiIHN0eWxl PSJzdG9wLWNvbG9yOiM4ZGUwNGE7c3RvcC1vcGFjaXR5OjEiIC8+JzwvbGlu ZWFyR3JhZGllbnQ+CiAgICAgIDxyZWN0IHdpZHRoPSIxMDAlIiBoZWlnaHQ9 IjEwMCUiIGZpbGw9InVybCgjZ3JhZGllbnQpIiAvPgogICAgPC9zdmc+CiAg ICA= ") center center no-repeat transparent;
  margin: 4px 0 0;
  overflow: hidden;
  border: 1px solid #a3b5c1;
  background-color: #ff4c00;
  float: right;
  width: 100%;
  height: 5px;
}
.prems--autocomplete-password-strength .strengthmeter-scorebar {
  background-color: white;
  float: right;
  line-height: 5px;
  width: 100%;
}
.prems--autocomplete-error {
  margin-bottom: 2px;
  padding: 0 5px 10px 0;
  color: #ff4c00;
  clear: both;
}
.prems--autocomplete-error i {
  margin-right: 5px;
}
.prems--autocomplete-error.did--you-mean {
  line-height: 40px;
  color: #b1deff;
  text-decoration: underline;
  cursor: pointer;
}
.prems--autocomplete {
  background-color: #fff;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  overflow: hidden;
  position: absolute;
  z-index: 1000;
  padding-left: 0;
  margin-top: 22px;
}
.prems--autocomplete li {
  border-top: 1px solid #e6e6e6;
  color: #999;
  cursor: default;
  font-size: 11px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 4px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prems--autocomplete li :hover, .prems--autocomplete li .active {
  background: #fafafa;
}
.prems--autocomplete .place--marker {
  background-image: url("/bundles/premsautocomplete6/autocomplete-icons.png");
  background-size: 34px auto;
  display: inline-block;
  height: 20px;
  margin-right: 7px;
  margin-top: 6px;
  vertical-align: top;
  width: 15px;
  background-position: -1px -161px;
}
.prems--autocomplete .place--geo {
  color: #999;
  cursor: default;
  font-size: 11px;
  line-height: 30px;
  text-align: left;
  white-space: nowrap;
}
.prems--autocomplete .place--query {
  color: #000;
  font-size: 13px;
  padding-right: 3px;
}
.prems--autocomplete .place--matched {
  font-weight: 700;
}
.prems--autocomplete::after {
  background-image: url("/bundles/premsautocomplete6/powered-by-google-on-white3.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 120px 14px;
  content: "";
  display: block;
  height: 16px;
  padding: 1px 1px 1px 0;
  text-align: right;
}
.form-group {
  position: relative;
}
.gfit-dropdown-login p.login-form-description {
  display: none;
}
.gfit-dropdown-login div.row {
  display: block;
}
.gfit-dropdown-login div.row > div.form-group {
  max-width: 100%;
  width: 100%;
  flex: initial;
}
.gfit-dropdown-login div.login-submit button.btn, .gfit-dropdown-login div.login-submit button.acris-last-search-term-delete {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gfit-account-menu-dropdown .dropdown-menu {
    min-width: 300px;
  }
}
.offcanvas-cart .cart-item.is-discount .cart-item-price-surcharge {
  font-weight: 600;
  margin-left: 1rem;
  text-align: right;
}
.offcanvas-cart .cart-item.is-discount .cart-item-price-surcharge .cart-item-reference-price {
  color: #4d4d4d;
  display: inline-block;
  line-height: 0.85rem;
}
@media (max-width: 575.98px) {
  .cart-offcanvas .cart-item-price-surcharge {
    order: 4;
  }
}
.cart-item-total-price-surcharge {
  order: 5;
}
.cart-item-total-price-surcharge {
  font-weight: 600;
}
.cart-item-unit-price, .cart-item-total-price-surcharge, .cart-item-tax-price {
  justify-content: space-between;
  display: flex;
}
@media (min-width: 576px) {
  .cart-item-quantity, .cart-item-unit-price, .cart-item-total-price-surcharge, .cart-item-tax-price {
    text-align: right;
  }
  .cart-item-unit-price, .cart-item-total-price-surcharge, .cart-item-tax-price {
    justify-content: normal;
    display: block;
  }
}
@media (min-width: 768px) {
  .cart-item-info, .cart-item-quantity, .cart-item-unit-price, .cart-item-total-price-surcharge, .cart-item-tax-price, .cart-item-remove {
    order: 0;
  }
}
.acris-surcharge-discount-quantity {
  text-align: center;
  align-items: center;
}
.acris-optional-surcharge-discounts {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #eaeaf0;
}
.acris-optional-surcharge-discounts.acris-optional-surcharge-discounts--belowLineItems {
  margin-bottom: 1.5rem;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount {
  padding: 0.125rem 0.25rem;
  border-radius: 0px;
  transition: background-color 0.15s ease-in-out;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount:hover {
  background-color: #f9f9f9;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount-check {
  margin-bottom: 0;
  min-height: auto;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount-label {
  margin-bottom: 0;
  cursor: pointer;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount-price {
  white-space: nowrap;
  color: #495057;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount-help {
  align-self: center;
  margin-left: auto;
  flex: 0 0 auto;
  display: inline-flex;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount-help-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: none;
  line-height: 1;
  color: #798490;
  cursor: help;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount-help-btn:hover, .acris-optional-surcharge-discounts .acris-optional-surcharge-discount-help-btn:focus-visible {
  color: #1a1a1a;
}
.acris-optional-surcharge-discounts .acris-optional-surcharge-discount-info-text {
  display: none;
}
a.acris-price-on-request-button {
  text-decoration: none;
}
.product-price-info .product-price-wrapper .product-price, .product-price-info .product-price-wrapper .js-quickorder-summary .total-price, .js-quickorder-summary .product-price-info .product-price-wrapper .total-price {
  display: inline-block;
}
.create-request-cart-form .dropdown-menu {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid #eaeaf0;
}
.create-request-cart-form .form-control:focus {
  border-color: #ff0000;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.create-request-cart-form .btn:disabled, .create-request-cart-form .acris-last-search-term-delete:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.acris-price-on-request-create-request-cart-button, .acris-price-on-request-create-request-cart-button.acris-last-search-term-delete {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.btn.acris-price-on-request-create-request-cart-button svg, .acris-price-on-request-create-request-cart-button.acris-last-search-term-delete svg {
  top: 0;
}
.btn.acris-price-on-request-button .loader, .acris-price-on-request-button.acris-last-search-term-delete .loader, .btn.acris-price-on-request-button .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .btn.acris-price-on-request-button .element-loader-backdrop > .table-loader, .btn.acris-price-on-request-button .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .btn.acris-price-on-request-button .element-loader-backdrop > .table-loader, .acris-price-on-request-button.acris-last-search-term-delete .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .acris-price-on-request-button.acris-last-search-term-delete .element-loader-backdrop > .table-loader, .acris-price-on-request-button.acris-last-search-term-delete .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .acris-price-on-request-button.acris-last-search-term-delete .element-loader-backdrop > .table-loader {
  color: #fff;
}
.btn.acris-price-on-request-button + .acris-price-on-request-button-success-alert .alert, .acris-price-on-request-button.acris-last-search-term-delete + .acris-price-on-request-button-success-alert .alert {
  margin: 0;
}
.cms-block-acris-price-on-request .confirm-alert {
  padding: 0;
}
.cms-element-acris-price-on-request-form .form-group.spacing-bottom-small {
  margin-bottom: 0.25rem;
}
.cms-element-acris-price-on-request-form .form-group.spacing-bottom-mediumSmall {
  margin-bottom: 0.5rem;
}
.cms-element-acris-price-on-request-form .form-group.spacing-bottom-mediumLarge {
  margin-bottom: 1.5rem;
}
.cms-element-acris-price-on-request-form .form-group.spacing-bottom-large {
  margin-bottom: 3rem;
}
.cms-element-acris-price-on-request-form .form-group .acris-reset-file-input-btn {
  width: 100px;
}
.cms-element-acris-price-on-request-form .form-group .acris-form-builder-field-tooltip .icon > svg {
  top: 0;
}
.cms-element-acris-price-on-request-form .js-request-form-search-toggle > .icon.d-none {
  display: none;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid * > a:not(:hover) {
  color: unset;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .acris-request-form-line-item-prices .product-block-prices-cell:last-child {
  text-align: right;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .product-price-info {
  margin-top: 0;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .product-price-info .product-price-wrapper .product-price, .cms-element-acris-price-on-request-form .acris-request-form-grid .product-price-info .product-price-wrapper .js-quickorder-summary .total-price, .js-quickorder-summary .cms-element-acris-price-on-request-form .acris-request-form-grid .product-price-info .product-price-wrapper .total-price {
  margin: 0;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .line-item-info {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .cms-element-acris-price-on-request-form .acris-request-form-grid .line-item-info {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .line-item-quantity {
  margin-top: 10px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .cms-element-acris-price-on-request-form .acris-request-form-grid .line-item-quantity {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .cms-element-acris-price-on-request-form .acris-request-form-grid .line-item-quantity {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.cms-element-acris-price-on-request-form .acris-request-form-grid:not(.with-prices) .line-item-info {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .cms-element-acris-price-on-request-form .acris-request-form-grid:not(.with-prices) .line-item-info {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cms-element-acris-price-on-request-form .acris-request-form-grid:not(.with-prices) .line-item-info:not(.has-multiple) {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
.cms-element-acris-price-on-request-form .acris-request-form-grid:not(.with-prices) .line-item-quantity {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .cms-element-acris-price-on-request-form .acris-request-form-grid:not(.with-prices) .line-item-quantity {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .line-item .line-item-unit-price {
  flex: 0 0 auto;
  width: 25%;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .line-item .product-price, .cms-element-acris-price-on-request-form .acris-request-form-grid .line-item .js-quickorder-summary .total-price, .js-quickorder-summary .cms-element-acris-price-on-request-form .acris-request-form-grid .line-item .total-price {
  font-size: 0.875rem;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .line-item .line-item-total-price .line-item-total-price-value {
  font-size: 1.125rem;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .line-item .line-item-total-price .line-item-total-price-value span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
}
.cms-element-acris-price-on-request-form .acris-request-form-grid .line-item .line-item-remove {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 16.66666667%;
}
@media (max-width: 767.98px) {
  .cms-element-acris-price-on-request-form .acris-request-form-grid .line-item .line-item-remove {
    align-self: baseline;
  }
}
@media (max-width: 575.98px) {
  .cms-element-acris-price-on-request-form .line-item-row {
    display: grid;
  }
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-group {
  min-width: 0;
  margin-bottom: 1rem;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-group.spacing-bottom-small {
  margin-bottom: 0.25rem;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-group.spacing-bottom-mediumSmall {
  margin-bottom: 0.5rem;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-group.spacing-bottom-mediumLarge {
  margin-bottom: 1.5rem;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-group.spacing-bottom-large {
  margin-bottom: 3rem;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-group > .row {
  clear: both;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-group-title {
  float: left;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  border-bottom: 0;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-group-title-separated {
  border-bottom: 1px solid #eaeaf0;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-title {
  border-bottom: 0;
}
.cms-element-acris-price-on-request-form .acris-price-on-request-form-title-separated {
  border-bottom: 1px solid #eaeaf0;
}
.acris-price-on-request-modal-title.mb-0 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .acris-price-on-request-large-modal .modal-dialog {
    max-width: 70vw;
  }
}
@media (min-width: 992px) {
  .acris-price-on-request-large-modal .modal-dialog {
    max-width: 60vh;
  }
}
.acris-request-cart-product-search .acris-request-cart-product-search-results .search-suggest-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.request-cart-item .w-min-content {
  width: min-content;
}
.request-cart-item .badge-status-draft {
  background-color: #4aa3df;
  color: #000;
}
.request-cart-item .badge-status-requested {
  background-color: #f1c40f;
  color: #000;
}
.request-cart-item .badge-status-confirmed {
  background-color: #2ecc71;
  color: #000;
}
.request-cart-item .badge-status-rejected {
  background-color: #c82f1e;
  color: #fff;
}
.request-cart-item .request-cart-item-name-input {
  width: 100%;
}
@media (min-width: 768px) {
  .request-cart-item .request-cart-item-name-input {
    width: 25%;
  }
}
.request-cart-item .acris-request-cart-grid * > a:not(:hover) {
  color: unset;
}
.request-cart-item .acris-request-cart-grid .acris-request-cart-line-item-prices .product-block-prices-cell:last-child {
  text-align: right;
}
.request-cart-item .acris-request-cart-grid .product-price-info {
  margin-top: 0;
}
.request-cart-item .acris-request-cart-grid .product-price-info .product-price-wrapper .product-price, .request-cart-item .acris-request-cart-grid .product-price-info .product-price-wrapper .js-quickorder-summary .total-price, .js-quickorder-summary .request-cart-item .acris-request-cart-grid .product-price-info .product-price-wrapper .total-price {
  margin: 0;
}
.request-cart-item .acris-request-cart-grid .line-item-info {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .request-cart-item .acris-request-cart-grid .line-item-info {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.request-cart-item .acris-request-cart-grid .line-item-quantity {
  margin-top: 10px;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .request-cart-item .acris-request-cart-grid .line-item-quantity {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .request-cart-item .acris-request-cart-grid .line-item-quantity {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
.request-cart-item .acris-request-cart-grid:not(.with-prices) .line-item-info {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 83.33333333%;
}
@media (min-width: 768px) {
  .request-cart-item .acris-request-cart-grid:not(.with-prices) .line-item-info {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.request-cart-item .acris-request-cart-grid:not(.with-prices) .line-item-quantity {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .request-cart-item .acris-request-cart-grid:not(.with-prices) .line-item-quantity {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.request-cart-item .acris-request-cart-grid .line-item .line-item-unit-price {
  flex: 0 0 auto;
  width: 25%;
}
.request-cart-item .acris-request-cart-grid .line-item .product-price, .request-cart-item .acris-request-cart-grid .line-item .js-quickorder-summary .total-price, .js-quickorder-summary .request-cart-item .acris-request-cart-grid .line-item .total-price {
  font-size: 0.875rem;
}
.request-cart-item .acris-request-cart-grid .line-item .line-item-total-price .line-item-total-price-value {
  font-size: 1.125rem;
}
.request-cart-item .acris-request-cart-grid .line-item .line-item-total-price .line-item-total-price-value span {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  .request-cart-item .acris-request-cart-grid .line-item .line-item-remove {
    align-self: baseline;
  }
}
@media (max-width: 575.98px) {
  .request-cart-item .line-item-row {
    display: grid;
  }
}
.acris-request-cart-modal .modal-footer * {
  margin: 0;
}
.acris-request-cart-modal #acris-request-cart-add-item .line-item-quantity-group.quantity-selector-group {
  width: 100%;
}
@media (min-width: 768px) {
  .acris-request-cart-modal #acris-request-cart-add-item .line-item-quantity-group.quantity-selector-group {
    width: 200px;
  }
}
.acris-request-cart-modal #acris-request-cart-add-item .acris-request-cart-new-item .js-new-request-cart-input {
  width: 100%;
}
@media (min-width: 768px) {
  .acris-request-cart-modal #acris-request-cart-add-item .acris-request-cart-new-item .js-new-request-cart-input {
    width: 200px;
  }
}
.request-cart-activity {
  /* Status-based marker colors (reusing shared variables) */
}
.request-cart-activity .activity-title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.request-cart-activity .activity-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.request-cart-activity .activity-item {
  position: relative;
  padding-left: 2rem;
  /* space for marker/line */
  min-height: 1.5rem;
}
.request-cart-activity .activity-marker {
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f1c40f;
  /* default */
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}
.request-cart-activity .customer-message .activity-marker {
  /* Optional: slightly darker ring for customer messages */
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.request-cart-activity .activity-item--status-draft .activity-marker {
  background-color: #4aa3df;
  box-shadow: 0 0 0 3px rgba(74, 163, 223, 0.25);
}
.request-cart-activity .activity-item--status-requested .activity-marker {
  background-color: #f1c40f;
  box-shadow: 0 0 0 3px rgba(241, 196, 15, 0.25);
}
.request-cart-activity .activity-item--status-confirmed .activity-marker {
  background-color: #2ecc71;
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.25);
}
.request-cart-activity .activity-item--status-rejected .activity-marker {
  background-color: #c82f1e;
  box-shadow: 0 0 0 3px rgba(200, 47, 30, 0.25);
}
.request-cart-activity .activity-line {
  position: absolute;
  left: 0.75rem;
  top: 1.25rem;
  /* start below marker */
  width: 2px;
  height: calc(100% + 0.5rem);
  background-color: #eaeaf0;
}
.request-cart-activity .activity-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.request-cart-activity .activity-header {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  line-height: 1.25rem;
}
.request-cart-activity .activity-author {
  font-weight: 600;
}
.request-cart-activity .activity-date {
  color: #798490;
  /* muted */
  white-space: nowrap;
  font-size: 0.875rem;
}
.request-cart-activity .activity-message {
  white-space: pre-wrap;
  /* preserve line breaks */
  color: #1a1a1a;
}
.request-cart-activity .activity-item.empty .activity-content {
  padding-left: 0;
  /* no marker spacing */
}
.acris-price-on-request-header-actions .acris-price-on-request-button {
  position: relative;
}
.acris-price-on-request-header-actions .acris-price-on-request-count {
  position: absolute;
  top: 0;
  right: 0;
}
.gfit-input-error-hint {
  margin-bottom: 2px;
  padding: 0 5px 10px 0;
  color: #FF0000;
}
.was-validated .form-control.gfit-eori-number-input.is-invalid {
  border-color: #e52427;
}
.was-validated .form-control.gfit-eori-number-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 36, 39, 0.25);
}
.gfit-eori-input-group {
  position: relative;
}
.gfit-eori-input-group .gfit-loading-indicator {
  position: absolute;
  top: 0;
  right: 4px;
  height: 41px;
  display: flex;
  align-items: center;
  padding-right: 3px;
}
@media (min-width: 768px) {
  .search-suggest-container.has-acris-additional-search-result, .search-suggest-container.has-acris-chat-widget {
    width: 800px;
  }
}
@media (min-width: 992px) {
  .search-suggest-container.has-acris-additional-search-result, .search-suggest-container.has-acris-chat-widget {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .search-suggest-container.has-acris-additional-search-result, .search-suggest-container.has-acris-chat-widget {
    width: 1200px;
  }
}
@media (max-width: 767.98px) {
  .search-suggest-container.has-acris-additional-search-result .acris-cart-and-quantity, .search-suggest-container.has-acris-chat-widget .acris-cart-and-quantity {
    flex-direction: row;
    width: 100%;
  }
  .search-suggest-container.has-acris-additional-search-result .acris-cart-and-quantity .product-price-wrapper, .search-suggest-container.has-acris-chat-widget .acris-cart-and-quantity .product-price-wrapper {
    justify-content: start;
  }
  .search-suggest-container.has-acris-additional-search-result .acris-cart-and-quantity .acris-search-suggest-product-actions .buy-widget, .search-suggest-container.has-acris-chat-widget .acris-cart-and-quantity .acris-search-suggest-product-actions .buy-widget {
    flex-direction: row;
  }
  .search-suggest-container.has-acris-additional-search-result .acris-cart-and-quantity .acris-search-suggest-product-actions .acris-search-suggest-btn-actions, .search-suggest-container.has-acris-chat-widget .acris-cart-and-quantity .acris-search-suggest-product-actions .acris-search-suggest-btn-actions {
    zoom: unset;
  }
}
.search-suggest-container.position-calculated, .search-suggest-container.has-acris-additional-search-result.position-calculated {
  transform: none;
  width: auto;
}
.search-suggest-container .acris-search-suggest-results {
  overflow-y: auto;
  overflow-x: hidden;
}
.change-pseudo-selector .search-suggest-container::after {
  display: none;
}
.change-pseudo-selector .search-suggest {
  height: 0;
}
.change-pseudo-selector .search-suggest::before {
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  top: 49px;
  content: "";
  display: block;
  position: absolute;
  z-index: 1001;
  background: #fff;
  left: 50%;
  margin-left: -6px;
  border: 1px solid #eaeaf0;
  border-bottom: 0 none;
  border-right: 0 none;
}
/* Use both classes cause of better compatibility with different themes */
.acris-search-suggest-layout-1.search-suggest-container {
  padding-top: 1.5rem;
  /* just cause of compatibility with themes */
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-height: none;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-suggestions {
  text-align: center;
  border-bottom: 1px solid #eaeaf0;
  padding-bottom: 1.4rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-total {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-total {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-total .search-suggest-total {
  border-top: 1px solid #eaeaf0;
  padding: 1.5rem 0 0.5rem 0;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-results {
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-results {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-results {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-headline {
  position: relative;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-headline > .acris-search-suggest-counter {
  margin-left: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-no-result {
  padding-top: 0.5rem;
  text-align: left;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name {
  height: 80px;
  font-weight: normal;
  margin-bottom: 0;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-image-container {
  width: 80px;
  height: 80px;
  margin: 0;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-image {
  max-width: 80px;
  max-height: 80px;
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .acris-search-suggest-layout-1.search-suggest-container .search-suggest-product {
    padding: 1rem;
  }
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product:hover .search-suggest-product-name a, .acris-search-suggest-layout-1.search-suggest-container .search-suggest-product:hover .acris-search-suggest-product-desc {
  color: #ff0000;
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product-name a {
  color: #1a1a1a;
  text-decoration: none;
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product-name a:hover {
  color: #ff0000;
  text-decoration: none;
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product-link:hover .search-suggest-product-name {
  color: #ff0000;
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product-image-container {
  width: 100px;
  height: 100px;
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product-image {
  max-width: 100px;
  max-height: 100px;
  object-fit: contain;
  height: 100%;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-data {
  width: calc(100% - 100px - 1rem);
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product-name {
  overflow: visible;
  white-space: normal;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-number {
  font-size: 0.875rem;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-delivery-information {
  font-size: 0.875rem;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-delivery-information p.delivery-information {
  margin-bottom: 0;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-desc {
  margin-top: 0.25rem;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-desc.product-description {
  max-height: 4.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-price {
  width: 100%;
  margin-top: 0.5rem;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-price .product-price, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-price .js-quickorder-summary .total-price, .js-quickorder-summary .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-price .total-price {
  margin-top: 0;
}
.acris-search-suggest-layout-1.search-suggest-container .search-suggest-product-price {
  font-size: 1.125rem;
  font-weight: 600;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-quantity-select {
  margin-bottom: 0;
  width: fit-content;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-quantity-select .input-group {
  flex-wrap: nowrap;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-quantity-select .product-detail-quantity-input {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-quantity-select .btn-plus, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-quantity-select .btn-minus {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-actions {
  zoom: 0.8;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-actions .acris-search-suggest-quantity-select {
  min-width: 90px;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-actions .product-wishlist .product-wishlist-action {
  border: 0;
  background: none;
  padding: 0;
  color: #1a1a1a;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-actions .product-wishlist .product-wishlist-action:hover {
  color: #ff0000;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-actions .product-wishlist .product-wishlist-action:hover .icon-wishlist-not-added {
  color: #ff0000;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-actions .product-wishlist .product-wishlist-action .icon-wishlist-not-added {
  color: #1a1a1a;
}
.acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-actions .product-wishlist .product-wishlist-action .icon-wishlist-added {
  color: #ff0000;
}
@media (max-width: 575.98px) {
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-results-inner {
    flex-wrap: wrap;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results {
    width: 100%;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-headline {
    padding: 0.5rem 1rem;
    margin: 0;
    background-color: #eee;
    display: flex;
    align-items: center;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-headline .icon {
    transition: transform 0.3s ease-out;
    margin-left: auto;
    display: none;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-headline .icon > svg {
    top: -0.25rem;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-headline.has-list .icon {
    display: block;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-headline.is-active .icon {
    transform: rotate(90deg);
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-link {
    padding: 0.5rem 1rem;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-data-list {
    display: none;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-data-list.is-active {
    display: block;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-products-results {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results {
    flex: 0 0 40%;
    max-width: 40%;
    padding-right: 1rem;
    border-right: 1px solid #eaeaf0;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-headline::after {
    height: 1px;
    width: 100%;
    max-width: 100%;
    display: block;
    content: "";
    background-color: #eaeaf0;
    position: absolute;
    left: 0;
    bottom: -0.5rem;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-headline .icon {
    display: none;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .acris-search-suggest-headline > .acris-search-suggest-counter {
    display: none;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-products-results {
    width: 100%;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-products-results.has-data-results {
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results {
    padding-right: 1.5rem;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-products-results.has-data-results {
    padding-left: 1.5rem;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-data {
    width: auto;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-product-price {
    width: auto;
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  .acris-search-suggest-layout-1.search-suggest-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results {
    padding-right: 3rem;
  }
  .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-products-results.has-data-results {
    padding-left: 3rem;
  }
}
.acris-search-suggest-data-results-cms-pages .cms-section-default.boxed {
  padding: 0;
}
.acris-suggest-highlight {
  color: var(--bs-primary);
}
.acris-search-suggest-with-chat-wrapper {
  width: 100%;
}
.acris-search-suggest-with-chat-wrapper.has-active-chat {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 75vw;
  z-index: 1000;
  background: #fff;
  border: 1px solid #eaeaf0;
  box-shadow: 0 10px 25px -15px #000;
}
.acris-search-suggest-with-chat-wrapper.has-active-chat .acris-chat-suggest-wrapper {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-bottom: 16px;
  padding-right: 0;
  border-right: none;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
  align-self: stretch;
}
.acris-search-suggest-with-chat-wrapper.has-active-chat .search-suggest-container, .acris-search-suggest-with-chat-wrapper.has-active-chat #search-suggest-listbox {
  flex: 1 1 auto;
  position: static;
  border: none;
  box-shadow: none;
  outline: none;
  align-self: stretch;
}
@media (max-width: 991px) {
  .acris-search-suggest-with-chat-wrapper.has-active-chat {
    flex-direction: column;
  }
  .acris-search-suggest-with-chat-wrapper.has-active-chat .acris-chat-suggest-wrapper, .acris-search-suggest-with-chat-wrapper.has-active-chat .search-suggest-container, .acris-search-suggest-with-chat-wrapper.has-active-chat #search-suggest-listbox {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.acris-chat-suggest-wrapper {
  width: 100%;
  padding: 0;
}
.acris-chat-suggest-wrapper #acris-chat {
  display: none;
}
.acris-chat-suggest-wrapper #acris-chat-suggest {
  display: block;
  width: 100%;
}
.acris-chat-suggest-wrapper #acris-chat-suggest .acris-chat__window {
  position: static;
  transform: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 500px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  display: block;
  overflow: hidden;
  background: transparent;
}
.acris-chat-suggest-wrapper #acris-chat-suggest .acris-chat__window .acris-chat__launcher {
  display: none;
}
.acris-chat-suggest-wrapper #acris-chat-suggest .acris-chat__window .acris-chat__header {
  padding: 12px 16px;
}
.acris-chat-suggest-wrapper #acris-chat-suggest .acris-chat__window .acris-chat__body {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.acris-chat-suggest-wrapper #acris-chat-suggest .acris-chat__window .acris-chat__messages-wrapper {
  flex: 1;
  min-width: 0;
  display: block;
}
.acris-chat-suggest-wrapper #acris-chat-suggest .acris-chat__window .acris-chat__messages {
  max-height: 450px;
  min-height: 150px;
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.acris-chat-suggest-wrapper #acris-chat-suggest .acris-chat__window .acris-chat__recommendations {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex: 0 0 200px;
  position: relative;
  padding: 0.5rem 1rem;
  background: #fff;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}
.acris-chat-suggest-wrapper #acris-chat-suggest .acris-chat__window .acris-chat__input {
  display: none;
}
.acris-search-suggest-with-chat-wrapper.has-active-chat .search-suggest.js-search-result::after {
  display: none;
}
body.is-acris-chat-fullscreen .search-suggest.js-search-result {
  display: none;
}
#acrisSearchFilterPanelCollapse.collapse:not(.show) {
  display: none;
}
@media (min-width: 768px) {
  #acrisSearchFilterPanelCollapseButton.btn.filter-panel-wrapper-toggle, #acrisSearchFilterPanelCollapseButton.filter-panel-wrapper-toggle.acris-last-search-term-delete {
    display: block;
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  #acrisSearchFilterPanelCollapseButton.btn.filter-panel-wrapper-toggle, #acrisSearchFilterPanelCollapseButton.filter-panel-wrapper-toggle.acris-last-search-term-delete {
    flex: 0 0 auto;
    width: fit-content;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .acris-search-suggest-adaptive-layout1 {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .acris-search-suggest-adaptive-layout2 {
    display: none;
  }
}
.acris-search-suggest-layout-2 .product-box .product-image-wrapper {
  position: relative;
}
.acris-search-suggest-layout-2 .product-box .product-image-wrapper .product-wishlist .product-wishlist-action-circle {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
}
.acris-search-suggest-layout-2 .product-box .product-image-wrapper .product-wishlist .product-wishlist-action-circle:focus {
  outline: none;
  box-shadow: none;
}
.acris-search-suggest-layout-2 .product-box .product-image-wrapper .product-wishlist .product-wishlist-action-circle .icon-wishlist-added {
  color: #ff0000;
}
.acris-search-suggest-layout-2 .product-box .product-action .acris-search-suggest-quantity-select {
  width: 100%;
  margin-bottom: 0.5rem;
  zoom: 0.8;
}
.acris-search-suggest-layout-2 .product-box .product-action .btn-buy, .acris-search-suggest-layout-2 .product-box .product-action .btn-light {
  zoom: 0.8;
}
.acris-search-pro {
  max-height: 48px;
  margin-bottom: 0;
}
.cms-element-entity-listing .cms-listing-col {
  margin-bottom: 1.5rem;
}
.cms-element-entity-listing .cms-listing-row {
  margin-right: -15px;
  margin-left: -15px;
}
.cms-element-entity-listing .cms-listing-col {
  padding-right: 15px;
  padding-left: 15px;
}
.cms-element-entity-listing .cms-listing-col {
  margin-bottom: 30px;
}
.cms-block-acris-search-sidebar-filter {
  overflow: visible;
}
.compact-search-box .product-image-wrapper {
  margin-bottom: 0;
}
.compact-search-box .compact-search-box-wrapper {
  position: relative;
  height: 200px;
}
.compact-search-box .compact-search-box-wrapper .compact-search-box-info {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 35px;
}
.compact-search-box .compact-search-box-wrapper .compact-search-box-info .product-name {
  background-color: white;
  padding: 10px;
  margin: 0;
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.5);
}
.compact-search-box .compact-search-box-wrapper .compact-search-box-info .acris-category-name {
  overflow: visible;
  -webkit-line-clamp: none;
}
.compact-search-box-default {
  background-color: #eee;
}
.col-5ths, .col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 100%;
}
@media (min-width: 576px) {
  .col-xs-5ths {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-xs-5ths {
    width: 20%;
    float: left;
  }
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.acris-last-search-terms-container {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ff0000;
  box-shadow: 0 10px 25px -15px #000;
  padding: 1rem;
  list-style: none;
  touch-action: manipulation;
  overflow: visible;
}
.acris-last-search-terms-container::after {
  transform: rotate(135deg);
  width: 12px;
  height: 12px;
  top: -7px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #ff0000;
  border-top: 0 none;
  border-right: 0 none;
}
@media (min-width: 768px) {
  .acris-last-search-terms-container {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.acris-last-search-terms-wrapper {
  padding: 0;
  max-height: 350px;
  overflow-y: auto;
}
.acris-last-search-terms-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}
.acris-last-search-terms-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acris-last-search-term-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.acris-last-search-term-item:last-child {
  border-bottom: 0;
}
.acris-last-search-term-item:hover .acris-last-search-term-link {
  color: var(--bs-link-hover-color-rgb);
}
.acris-last-search-term-item .acris-last-search-term-link {
  font-weight: 600;
  color: #ff0000;
}
.acris-last-search-term-link {
  display: flex;
  align-items: center;
  flex: 1;
  color: #1a1a1a;
  text-decoration: none;
  min-width: 0;
}
.acris-last-search-term-link:hover {
  color: #ff0000;
  text-decoration: none;
}
.acris-last-search-term-link:focus, .acris-last-search-term-link:focus-visible {
  color: #ff0000;
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
  outline: none;
}
.acris-last-search-term-text {
  font-size: 1.125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acris-last-search-term-delete {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  flex-shrink: 0;
  border: none;
}
.acris-last-search-term-delete .icon {
  color: inherit;
}
.acris-last-search-term-delete:hover {
  color: #ff0000;
}
@media (max-width: 575.98px) {
  .acris-last-search-terms-wrapper {
    max-height: 250px;
  }
}
.acris-search-suggestion-pills {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  max-width: 45%;
  overflow: hidden;
  pointer-events: none;
}
.acris-search-suggestion-pills .acris-search-suggestion-pill {
  pointer-events: auto;
}
.acris-search-suggestion-pills.acris-search-suggestion-pills.d-none {
  display: none;
}
.acris-search-suggestion-pill {
  flex-shrink: 0;
  border: 1px solid #f9f9f9;
  border-radius: 50rem;
  background-color: #f9f9f9;
  color: #1a1a1a;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
}
.acris-search-suggestion-pill:hover, .acris-search-suggestion-pill:focus {
  border-color: #ff0000;
  color: #ff0000;
  outline: none;
}
@media (max-width: 575.98px) {
  .acris-search-suggestion-pills {
    display: none;
  }
}
.manufacturer-page-image-logo {
  max-width: 200px;
  max-height: 70px;
}
.acris-chat {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
  z-index: 1000;
  font-family: inherit;
}
.acris-chat.is-consent-blocked .acris-chat__input, .acris-chat.is-consent-blocked .acris-chat__send, .acris-chat.is-consent-blocked .acris-chat__new-chat, .acris-chat.is-consent-blocked .acris-chat__history-item {
  opacity: 0.6;
  pointer-events: none;
}
.acris-chat.is-consent-blocked .acris-chat__input[aria-disabled="true"] {
  cursor: not-allowed;
}
.acris-chat__launcher {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: none;
  background: #ff0000;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  line-height: 0;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
}
.acris-chat__launcher .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.acris-chat__launcher .icon svg {
  top: 0;
}
.acris-chat__launcher .icon path {
  color: #ffffff;
  fill: #ffffff;
}
.acris-chat__launcher[hidden] {
  display: none;
}
.acris-chat__launcher:hover {
  transform: scale(1.05);
  background: #e60000;
}
.acris-chat__launcher:focus, .acris-chat__launcher:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 0, 0, 0.4);
}
.acris-chat__launcher--bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
.acris-chat__launcher--bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
}
.acris-chat__launcher--bottom-center {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.acris-chat__launcher--bottom-center:hover {
  transform: translateX(-50%) scale(1.05);
}
.acris-chat__launcher--top-left {
  top: 90px;
  right: auto;
  bottom: auto;
  left: 20px;
}
.acris-chat__launcher--top-right {
  top: 90px;
  right: 20px;
  bottom: auto;
  left: auto;
}
.acris-chat__launcher--top-center {
  top: 90px;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.acris-chat__launcher--top-center:hover {
  transform: translateX(-50%) scale(1.05);
}
.acris-chat__window {
  width: 100%;
  max-height: 500px;
  background: #f9f9f9;
  color: #1a1a1a;
  border: none;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.acris-chat__window.is-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  z-index: 1000;
  border-radius: 0;
  background: #ffffff;
}
.acris-chat__window.is-fullscreen .acris-chat__body {
  flex: 1;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  background: #ffffff;
}
.acris-chat__window.is-fullscreen .acris-chat__history {
  display: flex;
  flex: 0 0 250px;
  max-width: 350px;
  min-width: 200px;
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1rem;
  position: relative;
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded {
  flex: 0 0 50px;
  min-width: 50px;
  padding: 0;
  margin: 0;
  overflow: visible;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-header, .acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-actions {
  display: none;
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-toggle {
  left: calc(50% - 7px);
  transform: rotate(180deg);
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  flex: 1;
  margin: 0;
  padding: 44px 0 12px;
  overflow-y: auto;
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-item {
  width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 0;
  gap: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-color: transparent;
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-item-content {
  display: none;
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-item-initial {
  display: flex;
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-item:hover .acris-chat__history-item-initial {
  background: #bcc1c7;
}
.acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-item.is-active .acris-chat__history-item-initial {
  background: rgba(255, 0, 0, 0.15);
  color: #ff0000;
}
.acris-chat__window.is-fullscreen .acris-chat__messages-wrapper {
  flex: 1 1 auto;
  min-width: 0;
  background: #ffffff;
}
.acris-chat__window.is-fullscreen .acris-chat__messages {
  max-height: none;
  flex: 1;
  overflow-y: auto;
  background: #ffffff;
}
.acris-chat__window.is-fullscreen .acris-chat__recommendations {
  display: flex;
  flex-direction: column;
  flex: 0 0 300px;
  max-width: 400px;
  min-width: 250px;
  background: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow-y: auto;
}
.acris-chat__header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 12px;
  color: #1a1a1a;
  border-bottom: 1px solid #eaeaf0;
}
.is-fullscreen .acris-chat__header {
  background: #ffffff;
}
.acris-chat__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
}
.acris-chat__title .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #ff0000;
}
.acris-chat__title .icon svg {
  top: 0;
}
.acris-chat__actions {
  display: flex;
  gap: 6px;
  position: absolute;
  right: 12px;
}
.acris-chat__close {
  background: transparent;
  border: none;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.acris-chat__close .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.acris-chat__close .icon svg {
  top: 0;
}
.acris-chat__close:focus, .acris-chat__close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #ff0000;
}
.acris-chat__body {
  display: flex;
  flex-direction: row;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.acris-chat__messages-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
}
.acris-chat__messages {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: visible;
  max-height: none;
  position: relative;
  justify-content: flex-start;
}
.acris-chat__messages::after {
  display: none;
}
.acris-chat__messages.is-expanded {
  max-height: none;
  overflow-y: auto;
}
.acris-chat__messages.is-expanded::after {
  display: none;
}
.acris-chat__messages .acris-chat__msg.is-hidden-overview {
  display: none;
}
.acris-chat__window.is-fullscreen .acris-chat__history {
  display: flex;
}
.acris-chat__window.is-fullscreen .acris-chat__messages {
  max-height: none;
  overflow-y: auto;
}
.acris-chat__window.is-fullscreen .acris-chat__msg.is-hidden-overview {
  display: flex;
}
.acris-chat__go-ai {
  margin: 1rem;
  width: calc(100% - 2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.acris-chat__go-ai .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: inherit;
}
.acris-chat__go-ai .icon svg {
  top: 0;
}
.acris-chat__go-ai:hover {
  background-color: #ff0000;
  color: #ffffff;
  border-color: #ff0000;
}
.acris-chat__go-ai[hidden] {
  display: none;
}
.acris-chat__window.is-fullscreen .acris-chat__go-ai {
  display: none;
}
.acris-chat__go-ai--inline {
  align-self: flex-end;
  margin-left: auto;
  width: fit-content;
  margin-top: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
.acris-chat__header .acris-chat__go-ai--header {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  gap: 4px;
}
.acris-chat__header .acris-chat__go-ai--header:hover, .acris-chat__header .acris-chat__go-ai--header:focus {
  background-color: transparent;
  border-color: transparent;
  color: #ff0000;
  text-decoration: underline;
}
.acris-chat__recommendations {
  border-left: none;
  padding: 1rem;
  overflow-y: auto;
  display: block;
  flex: 1;
  min-width: 300px;
}
.acris-chat__recommendations .acris-chat__product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.acris-chat__recommendations .acris-chat-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: start;
  gap: 8px;
  padding: 6px 8px;
  background: transparent;
}
.acris-chat__recommendations .acris-chat-card__image {
  width: 64px;
  height: 64px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}
.acris-chat__recommendations .acris-chat-card__image img, .acris-chat__recommendations .acris-chat-card__image picture, .acris-chat__recommendations .acris-chat__product-list .search-suggest-product-image {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}
.acris-chat__recommendations .acris-chat-card__head {
  margin: 0;
  min-width: 0;
}
.acris-chat__recommendations .acris-chat-card__title {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 2px 0;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.acris-chat__recommendations .acris-chat-card__price {
  font-size: 12px;
  line-height: 1.2;
  margin: 0;
  white-space: normal;
}
.acris-chat__recommendations .acris-chat-card__price .product-price-wrapper {
  flex-wrap: wrap;
}
.acris-chat__recommendations .acris-chat-card__desc {
  display: none;
}
.acris-chat__history {
  display: none;
  background: rgba(0, 0, 0, 0.02);
  border-right: none;
  overflow-y: auto;
  flex-direction: column;
  padding: 12px;
  position: relative;
  justify-content: flex-start;
  align-items: stretch;
}
.is-fullscreen .acris-chat__history {
  background: #ffffff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.acris-chat__history-toggle {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 0 4px 0;
  border: none;
  background: transparent;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}
.is-fullscreen .acris-chat__history-toggle {
  display: flex;
  width: 14px;
  height: 14px;
  color: #798490;
}
.acris-chat__history-toggle .icon {
  width: 14px;
  height: 14px;
  color: #798490;
}
.acris-chat__history-toggle .icon svg {
  top: 0;
}
.acris-chat__history-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 8px;
}
.acris-chat__history-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #798490;
}
.acris-chat__history-actions {
  margin-bottom: 20px;
}
.acris-chat__new-chat {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.acris-chat__new-chat .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: inherit;
}
.acris-chat__new-chat .icon svg {
  top: 0;
}
.acris-chat__history-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.acris-chat__history-item {
  position: relative;
  font-size: 13px;
  padding: 12px;
  cursor: pointer;
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.acris-chat__history-item:hover, .acris-chat__history-item:focus-within {
  background: #eee;
}
.acris-chat__history-item:hover .acris-chat__history-item-delete, .acris-chat__history-item:focus-within .acris-chat__history-item-delete {
  opacity: 1;
}
.acris-chat__history-item.is-active {
  background: rgba(255, 0, 0, 0.1);
  border-color: #ff0000;
}
.acris-chat__history-item.is-active .acris-chat__history-item-title {
  color: #ff0000;
  font-weight: 700;
}
.acris-chat__history-item-content {
  flex: 1;
  min-width: 0;
}
.acris-chat__history-item-initial {
  display: none;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #eee;
  color: #4a545b;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.acris-chat__history-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  gap: 4px;
}
.acris-chat__history-item-title {
  flex: 1;
  min-width: 0;
  font-weight: 600;
  color: #4a545b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.acris-chat__history-item-date {
  font-size: 10px;
  color: #798490;
  flex-shrink: 0;
}
.acris-chat__history-item-preview {
  font-size: 11px;
  color: #798490;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
}
.acris-chat__history-item-delete {
  flex-shrink: 0;
  margin-left: 8px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #798490;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acris-chat__history-item-delete .icon {
  width: 16px;
  height: 16px;
}
.acris-chat__history-item-delete .icon svg {
  top: 0;
}
.acris-chat__history-item-delete:hover, .acris-chat__history-item-delete:focus-visible {
  background: rgba(200, 47, 30, 0.12);
  color: #c82f1e;
}
.acris-chat__history-item-delete:focus-visible {
  opacity: 1;
  outline: 2px solid rgba(200, 47, 30, 0.35);
  outline-offset: 1px;
}
.acris-chat__msg {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 10px;
  max-width: 80%;
  white-space: pre-line;
  color: #1a1a1a;
  background: transparent;
  border: none;
  box-shadow: none;
}
.acris-chat__msg--bot {
  align-self: flex-start;
  align-items: flex-start;
  max-width: 90%;
  height: auto;
  flex-shrink: 0;
}
.acris-chat__msg--user {
  align-self: flex-end;
  align-items: flex-end;
  text-align: right;
}
.acris-chat__msg--user .acris-chat__bot-label, .acris-chat__msg--user .acris-chat__msg-regen {
  display: none;
}
.acris-chat__msg--user.is-hidden-overview {
  display: none;
}
.acris-chat__bot-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
}
.acris-chat__bot-label .icon {
  width: 14px;
  height: 14px;
  color: #ff0000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.acris-chat__bot-label .icon svg {
  top: 0;
}
.acris-chat__bot-label::before {
  display: none;
}
.acris-chat__msg-content {
  display: block;
  height: auto;
  min-height: min-content;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0px;
}
.acris-chat__recs-group {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  pointer-events: auto;
  width: 100%;
}
.acris-chat__window:not(.is-fullscreen) .acris-chat__recs-group {
  position: relative;
  top: auto;
  padding: 0;
}
.acris-chat__msg-recommendations {
  display: none;
}
.acris-chat__window.is-fullscreen .acris-chat__msg--bot {
  max-width: 80%;
}
/* Compact product cards inside chat */
.acris-chat__product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 6px;
}
.acris-chat__product-list .search-suggest-product.container, .acris-chat__product-list .cms-section .search-suggest-product.boxed, .cms-section .acris-chat__product-list .search-suggest-product.boxed {
  padding: 10px;
  border: 1px solid #eaeaf0;
}
.acris-chat__product-list .search-suggest-product-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out;
}
.acris-chat__product-list .search-suggest-product-link:focus, .acris-chat__product-list .search-suggest-product-link:focus-visible {
  outline: none;
  box-shadow: none;
}
.acris-chat__product-list .search-suggest-product-name.h5 {
  font-size: 14px;
  margin: 8px 0 4px 0;
}
.acris-chat__product-list .acris-search-suggest-product-price {
  font-size: 13px;
  font-weight: 700;
}
/* New vertical card layout */
.acris-chat-card {
  display: block;
}
.acris-chat-card__image {
  width: 100%;
  margin-bottom: 8px;
  display: block;
}
.acris-chat-card__desc {
  text-align: justify;
  hyphens: auto;
  font-size: 13px;
  color: #4a545b;
}
.acris-chat-card__image img, .acris-chat-card__image picture, .acris-chat__product-list .search-suggest-product-image {
  width: 100%;
  height: auto;
  display: block;
}
.acris-chat-card__title {
  flex: 1 1 auto;
  margin: 4px 0;
  font-size: 14px;
  font-weight: 600;
}
.acris-chat-card__price {
  flex: 0 0 auto;
  margin-left: 8px;
  white-space: nowrap;
  color: #404b58;
  margin-bottom: 6px;
}
.acris-chat__input {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: transparent;
}
.is-fullscreen .acris-chat__input {
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.acris-chat__window.is-fullscreen .acris-chat__messages-wrapper {
  overflow-x: visible;
}
.acris-chat__window.is-fullscreen .acris-chat__messages-wrapper .acris-chat__input {
  display: flex;
}
.acris-chat__window.is-fullscreen .acris-chat__recommendations .acris-chat__input {
  display: none;
}
.acris-chat__text {
  flex: 1;
  border: 1px solid #222222;
  padding: 10px 18px;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.5;
  min-height: 42px;
  max-height: 140px;
  height: auto;
  resize: none;
  overflow-y: hidden;
}
.acris-chat__text:focus, .acris-chat__text:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #ff0000;
}
.acris-chat__msg-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}
.search-suggest-ai-overview .acris-chat__msg-regen {
  display: none;
}
.acris-chat__msg-copy, .acris-chat__msg-regen {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: transparent;
  color: #798490;
  font-size: 11px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.15s, color 0.1s, background 0.1s;
}
.acris-chat__msg--bot:hover .acris-chat__msg-copy, .acris-chat__msg--user:hover .acris-chat__msg-copy, .acris-chat__msg--bot:hover .acris-chat__msg-regen, .acris-chat__msg--user:hover .acris-chat__msg-regen {
  opacity: 1;
}
.acris-chat__msg-copy:hover, .acris-chat__msg-regen:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #4a545b;
}
.acris-chat__msg-copy .icon, .acris-chat__msg-regen .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
.acris-chat__msg-copy svg, .acris-chat__msg-regen svg {
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  top: 0;
}
.acris-chat__msg-copy-idle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.acris-chat__msg-copy-done {
  display: none;
  align-items: center;
}
.acris-chat__msg-copy.is-copied .acris-chat__msg-copy-idle {
  display: none;
}
.acris-chat__msg-copy.is-copied .acris-chat__msg-copy-done {
  display: inline-flex;
}
.acris-chat__msg-copy.is-copied {
  opacity: 1;
  color: #2ecc71;
  border-color: #2ecc71;
}
.acris-chat__send {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #ff0000;
  width: 42px;
  height: 42px;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  padding: 0;
}
.acris-chat__send .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 2px;
}
.acris-chat__send .icon svg {
  top: 0;
}
.acris-chat__send .icon, .acris-chat__send .icon svg, .acris-chat__send .icon use {
  color: currentColor;
  fill: currentColor;
}
.acris-chat__send:focus, .acris-chat__send:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #ff0000;
}
.acris-chat__send[disabled] {
  background: #bcc1c7;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.7;
}
/* Loading dots animation */
.acris-chat__loading {
  display: flex;
  gap: 4px;
  padding: 8px 10px;
  align-items: center;
}
.acris-chat__loading span {
  width: 6px;
  height: 6px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  animation: acris-loading 1.4s infinite ease-in-out both;
}
.acris-chat__loading span:nth-child(1) {
  animation-delay: -0.32s;
}
.acris-chat__loading span:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes acris-loading {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
body.is-acris-chat-fullscreen {
  overflow: hidden;
}
/* Ensure product image in chat is larger (override 35px constraint) */
.acris-chat__product-list .search-suggest-product-image, .acris-chat-card .search-suggest-product-image {
  width: 60%;
  height: auto;
  max-width: none;
  max-height: none;
  display: block;
  margin: 0 auto 8px auto;
}
@media (max-width: 850px) {
  .acris-chat__body {
    flex-direction: column;
  }
  .acris-chat__launcher--top-left, .acris-chat__launcher--top-right, .acris-chat__launcher--top-center {
    top: 70px;
  }
  .acris-chat__recommendations, .acris-chat__window.is-fullscreen .acris-chat__recommendations {
    display: none;
  }
  .acris-chat__messages-wrapper {
    width: 100%;
    flex: 1;
  }
  .acris-chat__window.is-fullscreen .acris-chat__messages-wrapper {
    width: 100%;
    flex: 1;
  }
  .acris-chat__messages .acris-chat__recs-group {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    max-width: 90%;
    padding: 0;
    align-self: flex-start;
  }
  .acris-chat__window.is-fullscreen .acris-chat__messages .acris-chat__recs-group {
    width: 80%;
    max-width: 80%;
  }
  .acris-chat__messages .acris-chat__recs-group .acris-chat__product-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 8px;
    width: 100%;
    overflow: visible;
  }
  .acris-chat__messages .acris-chat__recs-group .search-suggest-product.container, .acris-chat__messages .acris-chat__recs-group .cms-section .search-suggest-product.boxed, .cms-section .acris-chat__messages .acris-chat__recs-group .search-suggest-product.boxed {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .acris-chat__messages .acris-chat__recs-group .search-suggest-product-image, .acris-chat__messages .acris-chat__recs-group .acris-chat-card__image img {
    width: 100%;
    height: auto;
  }
  .acris-chat__messages .acris-chat__recs-group .search-suggest-product-name, .acris-chat__messages .acris-chat__recs-group .acris-chat-card__title {
    font-size: 12px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .acris-chat__messages .acris-chat__recs-group .acris-search-suggest-product-price {
    font-size: 12px;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history {
    position: fixed;
    left: -70vw;
    top: 0;
    width: 70vw;
    min-width: 70vw;
    z-index: 1001;
    height: 100vh;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    padding: 12px;
    background: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history > .acris-chat__history-toggle {
    display: flex;
    position: fixed;
    top: 6px;
    left: 70vw;
    padding: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 1002;
    cursor: pointer;
    transform: rotate(0deg);
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .acris-chat__window.is-fullscreen .acris-chat__history > .acris-chat__history-toggle .icon {
    width: 16px;
    height: 16px;
    color: #4a545b;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history.is-folded {
    left: -70vw;
    width: 50px;
    min-width: 50px;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history.is-folded > .acris-chat__history-toggle {
    left: 6px;
    transform: rotate(180deg);
  }
  .acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-header, .acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-actions, .acris-chat__window.is-fullscreen .acris-chat__history.is-folded .acris-chat__history-list {
    display: none;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history.is-visible {
    left: 0;
    width: 70vw;
    min-width: 70vw;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history.is-visible > .acris-chat__history-toggle {
    left: calc(70vw - 40px);
    transform: rotate(0deg);
  }
  .acris-chat__window.is-fullscreen .acris-chat__history.is-visible .acris-chat__history-header, .acris-chat__window.is-fullscreen .acris-chat__history.is-visible .acris-chat__history-actions, .acris-chat__window.is-fullscreen .acris-chat__history.is-visible .acris-chat__history-list {
    display: flex;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history .acris-chat__history-header {
    display: none;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history .acris-chat__history-actions {
    display: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history .acris-chat__history-list {
    display: none;
    width: 100%;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history .acris-chat__new-chat {
    width: 100%;
    display: flex;
  }
  .acris-chat__window.is-fullscreen .acris-chat__history.is-visible::before {
    content: "";
    position: fixed;
    left: 70vw;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    pointer-events: auto;
  }
}
.search-suggest-ai-overview {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.search-suggest-ai-overview .acris-chat {
  position: static;
  width: 100%;
  margin: 0;
  z-index: auto;
}
.search-suggest-ai-overview .acris-chat .acris-chat__history, .search-suggest-ai-overview .acris-chat .acris-chat__recommendations {
  display: none;
}
.search-suggest-ai-overview .acris-chat__window {
  position: static;
  width: 100%;
  max-height: none;
  border-radius: 0;
  box-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.search-suggest-ai-overview .acris-chat__window.is-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  z-index: 1000;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.search-suggest-ai-overview .acris-chat__window.is-fullscreen .acris-chat__body {
  flex: 1;
  overflow-y: auto;
}
.search-suggest-ai-overview .acris-chat__window.is-fullscreen .acris-chat__messages {
  max-height: none;
  flex: 1;
}
.search-suggest-ai-overview .acris-chat__body {
  flex-direction: row;
}
@media (max-width: 850px) {
  .search-suggest-ai-overview .acris-chat__body {
    flex-direction: column;
  }
  .search-suggest-ai-overview .acris-chat__body .acris-chat__recommendations {
    display: none;
  }
}
.search-suggest-ai-overview .acris-chat__messages-wrapper {
  flex: 1;
  min-width: 0;
}
.search-suggest-ai-overview .acris-chat__messages {
  max-height: 450px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 850px) {
  .search-suggest-ai-overview .acris-chat__messages .acris-chat__recs-group {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    max-width: 90%;
    padding: 0;
    align-self: flex-start;
    display: block;
  }
}
.search-suggest-ai-overview .acris-chat__recommendations {
  display: flex;
  flex-direction: column;
  width: 300px;
  flex: 0 0 300px;
  position: relative;
  padding: 1rem;
  background: #ffffff;
  border-left: 1px solid #eaeaf0;
  overflow-y: auto;
}
.search-suggest-ai-overview .acris-chat__input {
  display: flex;
}
.search-suggest-ai-overview .acris-chat__recs-group {
  position: static;
  top: auto;
  left: auto;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  box-shadow: none;
  border: none;
}
.search-suggest-ai-overview .acris-chat__product-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.search-suggest-ai-overview .acris-chat-card {
  width: 100%;
  margin-bottom: 0;
}
body.is-acris-suggest-loading .acris-chat__launcher {
  display: none;
}
.fpfs-wrapper {
  padding: 5px 15px;
}
.fpfs-dropdown-is--expanded {
  min-height: 251px;
}
/**
 * Table
 */
/**
 * Quantity input
 */
/**
 * Viewport visibilty
 */
/**
 * Zoom viewer
 */
/**
 * Cards
 */
/**
 * Dropzone
 */
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}
/* Applies to all tooltips */
[tooltip]::before, [tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.688rem;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}
/* Make the tooltips respond to hover */
[tooltip]:hover::before, [tooltip]:hover::after {
  display: block;
}
/* don't show empty tooltips */
[tooltip=""]::before, [tooltip=""]::after {
  display: none !important;
}
/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
.gfit-slider-label {
  margin-left: 5px;
}
.gfit-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  white-space: nowrap;
  overflow: visible;
}
.gfit-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.gfit-switch input:checked ~ .gfit-slider {
  background-color: #ff0000;
}
.gfit-switch input:checked ~ .gfit-slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.gfit-switch input:focus + .gfit-slider {
  box-shadow: 0 0 1px #2196F3;
}
.gfit-switch .gfit-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 16px;
}
.gfit-switch .gfit-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gfit-switch .gfit-slider:before {
  border-radius: 50%;
}
.gfit-switch .gfit-slider-label {
  position: absolute;
  top: 0;
  left: 40px;
}
.vue-slider {
  margin-bottom: 21px;
}
.vue-slider .vue-slider-process {
  background-color: #ff0000;
}
.vue-slider .vue-slider-marks .vue-slider-mark-step {
  background-color: white;
  width: 2px;
  margin-left: 1px;
}
.vue-slider .vue-slider-marks .vue-slider-mark-label {
  font-size: 0.75rem;
}
.vue-slider .vue-slider-marks :first-child .vue-slider-mark-label {
  margin-left: 6px;
}
.vue-slider .vue-slider-marks :last-child .vue-slider-mark-label {
  margin-left: -6px;
}
.vue-slider .vue-slider-dot-tooltip-inner {
  background-color: #ff0000;
  border-color: #c00;
}
.product-choice-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.product-choice-table thead th {
  background: #ff0000;
  text-align: left;
  vertical-align: bottom;
  font-weight: 600;
  border-right: 1px solid;
  border-color: #ff4d4d;
  border-top: none;
  border-bottom: none;
  color: white;
}
.product-choice-table thead th:first-child {
  border-left: 1px solid;
  border-left-color: #ff4d4d;
}
.product-choice-table td {
  height: 64px;
  transition: background 0.2s ease-in-out;
  padding: 8px 15px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid;
  border-color: #eaeaf0;
  color: #1a1a1a;
}
.product-choice-table tr:nth-child(even) {
  background: transparent;
}
.product-choice-table tr:first-child td {
  border-top: none;
}
.product-choice-table.table-striped > tbody > tr.selected:nth-of-type(odd) > * {
  --bs-table-bg-type: adjust-color($gfit-product-choice-table-heading-background, $alpha: -0.90);
}
.product-choice-table > :not(caption) > *.selected > * {
  background-color: rgba(255, 0, 0, 0.1);
}
.product-choice-table tr.selected {
  background-color: rgba(255, 0, 0, 0.1);
}
.product-choice-table .product-choice-table-price-column {
  width: 1px;
  white-space: nowrap;
  text-align: right;
  font-weight: 700;
}
.product-choice-table td:last-of-type, .product-choice-table td:first-of-type {
  width: 1px;
  white-space: nowrap;
}
.product-choice-table th.product-choice-table-price-column {
  text-align: left;
}
.product-choice-table.multiple .product-choice-table-action-column {
  width: unset;
}
.product-choice-table .gfit-product-multi-choice-quantity {
  margin: 0 10px;
}
.product-choice-table .gfit-product-image {
  height: 50px;
}
.product-choice-table .btn-toggle-product .btn-toggle-product-label {
  display: none;
  margin-left: 0.5rem;
}
.product-choice-table.small-table thead {
  display: none;
}
.product-choice-table.small-table tbody tr {
  border: none;
  margin-bottom: 1.25rem;
  display: block;
}
.product-choice-table.small-table tbody tr:first-child td {
  border: 1px solid #eaeaf0;
  border-bottom: none;
}
.product-choice-table.small-table tbody tr td {
  display: flex;
  height: unset;
  border: 1px solid #eaeaf0;
  border-bottom: none;
}
.product-choice-table.small-table tbody tr td:last-of-type, .product-choice-table.small-table tbody tr td:first-of-type, .product-choice-table.small-table tbody tr td.product-choice-table-price-column {
  width: unset;
  border: 1px solid #eaeaf0;
  border-bottom: none;
}
.product-choice-table.small-table tbody tr td:last-of-type {
  border-bottom: 1px solid #eaeaf0;
}
.product-choice-table.small-table tbody tr td::before {
  content: attr(data-label);
  display: block;
  width: 50%;
  text-align: left;
  font-weight: bold;
}
.product-choice-table.small-table tbody tr td.product-choice-table-actions-column::before {
  display: none;
}
.product-choice-table.small-table tbody tr td.product-choice-table-description-column > div {
  flex: 1;
}
.product-choice-table.small-table .btn-toggle-product {
  flex: 1;
}
.product-choice-table.small-table .btn-toggle-product .btn-toggle-product-label {
  display: unset;
}
.product-choice-table.small-table.multiple tbody tr td.product-choice-table-actions-column::before {
  display: block;
}
.gfit-loader {
  width: 108px;
  height: 16px;
  background: radial-gradient(circle 8px at 8px center, #ff0000 100%, transparent 0), radial-gradient(circle 8px at 8px center, #ff0000 100%, transparent 0);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  position: relative;
  animation: ballX 1s linear infinite;
}
.gfit-loader:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff0000;
  inset: 0;
  margin: auto;
  animation: moveX 1s cubic-bezier(0.5, 300, 0.5, -300) infinite;
}
@keyframes ballX {
  0%, 25%, 50%, 75%, 100% {
    background-position: 25% 0, 75% 0;
  }
  40% {
    background-position: 25% 0, 85% 0;
  }
  90% {
    background-position: 15% 0, 75% 0;
  }
}
@keyframes moveX {
  100% {
    transform: translate(0.15px);
  }
}
.btn-loader {
  margin-left: 0.5rem;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
.btn-loader.dark {
  border-color: #ff0000;
  border-bottom-color: transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gfit-grid {
  display: grid;
  gap: 0.625rem;
}
.gfit-grid.product-detail-configurator-options .product-detail-configurator-option {
  margin-right: initial;
  width: 100%;
  position: relative;
}
.gfit-grid.product-detail-configurator-options .product-detail-configurator-option .product-detail-configurator-option-label {
  width: 100%;
  min-width: unset;
  height: unset;
  aspect-ratio: 1;
}
.gfit-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-1 {
    grid-template-columns: repeat(max(0, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-1 {
    grid-template-columns: repeat(max(0, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-2 {
    grid-template-columns: repeat(max(1, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-2 {
    grid-template-columns: repeat(max(1, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-3 {
    grid-template-columns: repeat(max(2, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-3 {
    grid-template-columns: repeat(max(1, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-4 {
    grid-template-columns: repeat(max(3, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-4 {
    grid-template-columns: repeat(max(2, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-5 {
    grid-template-columns: repeat(max(3, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-5 {
    grid-template-columns: repeat(max(2, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-6 {
    grid-template-columns: repeat(max(4, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-6 {
    grid-template-columns: repeat(max(3, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-7 {
    grid-template-columns: repeat(max(5, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-7 {
    grid-template-columns: repeat(max(3, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-8 {
    grid-template-columns: repeat(max(6, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-8 {
    grid-template-columns: repeat(max(4, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-9 {
    grid-template-columns: repeat(max(6, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-9 {
    grid-template-columns: repeat(max(4, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-10 {
    grid-template-columns: repeat(max(7, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-10 {
    grid-template-columns: repeat(max(5, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-11 {
    grid-template-columns: repeat(max(8, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-11 {
    grid-template-columns: repeat(max(5, 1), minmax(0, 1fr));
  }
}
.gfit-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 714px) {
  .gfit-grid-cols-12 {
    grid-template-columns: repeat(max(9, 1), minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .gfit-grid-cols-12 {
    grid-template-columns: repeat(max(6, 1), minmax(0, 1fr));
  }
}
.gfit-col-span-1 {
  grid-column: span 1/ span 1;
}
.gfit-row-span-1 {
  grid-row: span 1/ span 1;
}
.gfit-col-span-2 {
  grid-column: span 2/ span 2;
}
.gfit-row-span-2 {
  grid-row: span 2/ span 2;
}
.gfit-col-span-3 {
  grid-column: span 3/ span 3;
}
.gfit-row-span-3 {
  grid-row: span 3/ span 3;
}
.gfit-col-span-4 {
  grid-column: span 4/ span 4;
}
.gfit-row-span-4 {
  grid-row: span 4/ span 4;
}
.gfit-col-span-5 {
  grid-column: span 5/ span 5;
}
.gfit-row-span-5 {
  grid-row: span 5/ span 5;
}
.gfit-col-span-6 {
  grid-column: span 6/ span 6;
}
.gfit-row-span-6 {
  grid-row: span 6/ span 6;
}
.gfit-col-span-7 {
  grid-column: span 7/ span 7;
}
.gfit-row-span-7 {
  grid-row: span 7/ span 7;
}
.gfit-col-span-8 {
  grid-column: span 8/ span 8;
}
.gfit-row-span-8 {
  grid-row: span 8/ span 8;
}
.gfit-col-span-9 {
  grid-column: span 9/ span 9;
}
.gfit-row-span-9 {
  grid-row: span 9/ span 9;
}
.gfit-col-span-10 {
  grid-column: span 10/ span 10;
}
.gfit-row-span-10 {
  grid-row: span 10/ span 10;
}
.gfit-col-span-11 {
  grid-column: span 11/ span 11;
}
.gfit-row-span-11 {
  grid-row: span 11/ span 11;
}
.gfit-col-span-12 {
  grid-column: span 12/ span 12;
}
.gfit-row-span-12 {
  grid-row: span 12/ span 12;
}
.gfit-col-span-13 {
  grid-column: span 13/ span 13;
}
.gfit-row-span-13 {
  grid-row: span 13/ span 13;
}
.gfit-col-span-14 {
  grid-column: span 14/ span 14;
}
.gfit-row-span-14 {
  grid-row: span 14/ span 14;
}
.gfit-col-span-15 {
  grid-column: span 15/ span 15;
}
.gfit-row-span-15 {
  grid-row: span 15/ span 15;
}
.gfit-col-span-16 {
  grid-column: span 16/ span 16;
}
.gfit-row-span-16 {
  grid-row: span 16/ span 16;
}
.gfit-col-span-17 {
  grid-column: span 17/ span 17;
}
.gfit-row-span-17 {
  grid-row: span 17/ span 17;
}
.gfit-col-span-18 {
  grid-column: span 18/ span 18;
}
.gfit-row-span-18 {
  grid-row: span 18/ span 18;
}
.gfit-col-span-19 {
  grid-column: span 19/ span 19;
}
.gfit-row-span-19 {
  grid-row: span 19/ span 19;
}
.gfit-col-span-20 {
  grid-column: span 20/ span 20;
}
.gfit-row-span-20 {
  grid-row: span 20/ span 20;
}
.gfit-col-span-21 {
  grid-column: span 21/ span 21;
}
.gfit-row-span-21 {
  grid-row: span 21/ span 21;
}
.gfit-col-span-22 {
  grid-column: span 22/ span 22;
}
.gfit-row-span-22 {
  grid-row: span 22/ span 22;
}
.gfit-col-span-23 {
  grid-column: span 23/ span 23;
}
.gfit-row-span-23 {
  grid-row: span 23/ span 23;
}
.gfit-col-span-24 {
  grid-column: span 24/ span 24;
}
.gfit-row-span-24 {
  grid-row: span 24/ span 24;
}
.gfit-col-span-25 {
  grid-column: span 25/ span 25;
}
.gfit-row-span-25 {
  grid-row: span 25/ span 25;
}
.gfit-col-span-26 {
  grid-column: span 26/ span 26;
}
.gfit-row-span-26 {
  grid-row: span 26/ span 26;
}
.gfit-col-span-27 {
  grid-column: span 27/ span 27;
}
.gfit-row-span-27 {
  grid-row: span 27/ span 27;
}
.gfit-col-span-28 {
  grid-column: span 28/ span 28;
}
.gfit-row-span-28 {
  grid-row: span 28/ span 28;
}
.gfit-col-span-29 {
  grid-column: span 29/ span 29;
}
.gfit-row-span-29 {
  grid-row: span 29/ span 29;
}
.gfit-col-span-30 {
  grid-column: span 30/ span 30;
}
.gfit-row-span-30 {
  grid-row: span 30/ span 30;
}
.gfit-col-span-31 {
  grid-column: span 31/ span 31;
}
.gfit-row-span-31 {
  grid-row: span 31/ span 31;
}
.gfit-col-span-32 {
  grid-column: span 32/ span 32;
}
.gfit-row-span-32 {
  grid-row: span 32/ span 32;
}
.gfit-upload-dropzone {
  border: 2px dashed #ff0000;
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff0000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 900;
  padding: 2rem;
  transition: background-color 0.15s ease-in-out;
}
.gfit-upload-dropzone.disabled {
  opacity: 0.5;
}
.gfit-upload-dropzone.dragover {
  border-style: solid;
  background-color: rgba(255, 0, 0, 0.2);
}
.gfit-upload-dropzone .btn-outline-primary {
  background-color: white;
  margin-left: 1rem;
}
.gfit-upload-dropzone .btn-outline-primary:hover {
  background-color: #ff0000;
}
.gfit-upload-dropzone .fa-cloud-arrow-up {
  margin-right: 1rem;
  color: #ff0000;
}
.gfit-upload-dropzone .gfit-upload-dropzone-restrictions {
  color: #999999;
  font-weight: 400;
  font-size: 0.875rem;
}
.gfit-upload-dropzone .btn-browse {
  overflow: initial;
  text-overflow: initial;
  white-space: initial;
  text-wrap: nowrap;
  margin-left: 0.5rem;
}
.gfit-upload-files .gfit-upload-file {
  border: 1px solid #ff0000;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  position: relative;
}
.gfit-upload-files .gfit-upload-file.uploading {
  opacity: 0.5;
}
.gfit-upload-files .gfit-upload-file.success {
  border-color: #2ecc71;
}
.gfit-upload-files .gfit-upload-file.success .icon {
  color: #2ecc71;
}
.gfit-upload-files .gfit-upload-file.error {
  border-color: #c82f1e;
  color: #c82f1e;
}
.gfit-upload-files .gfit-upload-file.error .icon {
  color: #c82f1e;
}
.gfit-upload-files .gfit-upload-file .svg-inline--fa {
  margin-right: 0.5rem;
  margin-top: 1px;
}
.gfit-upload-files .gfit-upload-file .svg-inline--fa.fa-xmark {
  cursor: pointer;
}
.gfit-upload-files .gfit-upload-file .icon.icon-x {
  cursor: pointer;
}
.gfit-upload-files .gfit-upload-file .gfit-upload-file-name {
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gfit-upload-files .gfit-upload-file .gfit-upload-file-name .error {
  color: #999999;
  display: inline-block;
}
.gfit-upload-files .gfit-upload-file .gfit-upload-file-name .error + .error {
  margin-left: 0.25rem;
}
.gfit-upload-files .gfit-upload-file .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(255, 0, 0, 0.1);
}
.product-detail-configurator-option-label.gfit-is-display-text {
  align-items: start;
  box-shadow: inset 3px 3px 0 #fff, inset -3px -25px 0 #fff;
  height: 82px;
}
.product-detail-configurator-option-label.gfit-is-display-text .product-detail-configurator-option-image {
  width: 100%;
}
.product-detail-configurator-option-label.gfit-is-display-text.is-display-media {
  height: initial;
  flex-wrap: wrap;
  max-width: 82px;
}
.product-detail-configurator-option-label .product-detail-configurator-option-image.gfit {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: unset;
  aspect-ratio: 1;
}
.product-detail-configurator-option-label .product-detail-configurator-option-image .product-detail-configurator-option-image {
  height: 100%;
  max-width: 100%;
}
.gfit-grid .gfit-is-display-text {
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}
.gfit-grid .gfit-is-display-text.is-display-media {
  max-width: unset;
}
.product-detail-configurator-option .product-badges {
  left: 0;
}
.gfit-configurator-downloads {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.gfit-configurator-downloads .gfit-configurator-download {
  display: flex;
  gap: 1rem;
}
.gfit-configurator-downloads .gfit-configurator-download .gfit-configurator-download-image {
  flex: 1;
}
.gfit-configurator-downloads .gfit-configurator-download .gfit-configurator-download-image img {
  width: 100%;
}
.gfit-configurator-downloads .gfit-configurator-download .gfit-configurator-download-infos {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gfit-configurator-downloads .gfit-configurator-download .gfit-configurator-download-infos .gfit-configurator-option-download-label {
  font-weight: bold;
}
.gfit-configurator-downloads .gfit-configurator-download .gfit-configurator-download-infos .gfit-configurator-option-download-description {
  margin: 0.5rem 0;
}
.gfit-configurator-downloads .gfit-configurator-download .gfit-configurator-download-infos .gfit-configurator-option-download-button .icon {
  margin-right: 4px;
}
.gfit-configurator-downloads .gfit-configurator-download .gfit-configurator-download-infos .gfit-configurator-option-download-button .icon > svg {
  top: 3px;
}
.modal.more-products {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.more-products .modal-dialog {
  max-height: 100vh;
  min-width: 800px;
}
.modal.more-products .modal-dialog .modal-content {
  max-height: calc(100vh - 3.5rem);
}
.modal.more-products .modal-dialog .modal-content .modal-body, .modal.more-products .modal-dialog .modal-content .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal.more-products .modal-dialog .modal-content .confirm-message {
  max-height: calc(100vh - 6.5rem);
  overflow: auto;
}
@media (max-width: 800px) {
  .modal.more-products .modal-dialog {
    min-width: calc(100% - 1rem);
    max-width: calc(100% - 1rem);
  }
}
.modal-enter-active, .modal-leave-active {
  transition: opacity 0.5s ease;
  z-index: 10000;
  position: relative;
}
.modal-enter-from, .modal-leave-to {
  opacity: 0;
}
.gfit-icon svg {
  top: 2px;
}
.icon.icon-primary {
  color: #ff0000;
}
.tabs-container {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 0.0625rem solid #eaeaf0;
}
.tabs-container .gfit-collapse + .gfit-collapse {
  margin-top: 1rem;
}
.gfit-linked-configurator-text {
  margin-bottom: 1rem;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base, .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect, .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.gfit-range-slider {
  margin: 2rem 0;
}
.gfit-range-slider .noUi-value-horizontal {
  font-size: 80%;
}
.gfit-range-slider .noUi-handle {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0.5px 0.5px 2px 1px #00000052;
  right: -0.5rem;
}
.gfit-range-slider .noUi-handle:before, .gfit-range-slider .noUi-handle:after {
  background: none;
  border: none;
  box-shadow: none;
}
.gfit-range-slider .noUi-tooltip {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #ff0000;
  border-color: #c00;
  box-sizing: content-box;
}
.gfit-range-slider .noUi-target {
  background-color: #ccc;
  border: none;
  height: 4px;
}
.gfit-range-slider .noUi-connect {
  background-color: #ff0000;
}
.gfit-range-slider .noUi-marker-horizontal.noUi-marker-sub, .gfit-range-slider .noUi-marker-horizontal.noUi-marker-large {
  height: 4px;
  top: -4px;
  background-color: white;
  z-index: 100;
}
.gfit-show-custom-stock {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.v-collapse {
  transition: height var(--vc-auto-duration) ease-out;
}
.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}
.items-center {
  align-items: center;
}
.gap-sm {
  gap: 0.5rem;
}
.gfit-product-configurator {
  margin: 20px 0;
  position: relative;
}
.gfit-product-configurator > .remove-iterable {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.gfit-product-configurator > .remove-iterable .fa-xmark {
  cursor: pointer;
  transition: color 0.25s ease;
}
.gfit-product-configurator > .remove-iterable:hover .fa-xmark {
  color: #ff0000;
}
.gfit-product-configurator > .iterable-header {
  position: absolute;
  top: -0.90625rem;
  left: 1rem;
  background-color: white;
  padding: 0.25rem;
}
.gfit-product-configurator:hover > .remove-iterable {
  opacity: 1;
}
.gfit-product-configurator.gfit-unstyled-container {
  margin: 0;
}
.gfit-product-configurator .gfit-collapse {
  border: 0.0625rem solid #eaeaf0;
  border-radius: 0.1875rem;
}
.gfit-product-configurator .gfit-collapse .header {
  padding: 15px 20px;
  background-color: #f9f9f9;
  user-select: none;
  cursor: pointer;
}
.gfit-product-configurator .gfit-collapse .header h4, .gfit-product-configurator .gfit-collapse .header .h4 {
  margin: 0;
}
.gfit-product-configurator .gfit-collapse .body {
  padding: 20px;
}
.gfit-product-configurator .gfit-collapse .body.show {
  display: block;
}
.gfit-product-configurator .gfit-collapse .body .gfit-field-image {
  max-height: 6.25rem;
}
.gfit-product-configurator .gfit-collapse.gfit-unstyled-container {
  border: none;
}
.gfit-product-configurator .gfit-collapse.gfit-unstyled-container .body {
  padding: 0;
}
.gfit-product-configurator .big-1\/2 {
  width: 50%;
}
.gfit-product-configurator .text-center {
  text-align: center;
}
.gfit-product-configurator .product-grid {
  margin-bottom: 1.25rem;
}
.gfit-product-configurator .product-grid .product-card {
  transition: all;
  border: 0.0625rem solid #eaeaf0;
  padding: 10px;
  cursor: pointer;
  height: 100%;
  position: relative;
}
.gfit-product-configurator .product-grid .product-card .product-image-placeholder {
  padding: 20px;
  width: 100%;
  max-width: 100%;
  height: unset;
}
.gfit-product-configurator .product-grid .product-card:hover {
  border-color: #ff0000;
}
.gfit-product-configurator .product-grid .product-card .options {
  font-size: 70%;
}
.gfit-product-configurator .product-grid .product-card.more-card {
  background-color: #ff0000;
  border-color: #ff0000;
  color: white;
  font-size: 150%;
}
.gfit-product-configurator .product-grid .product-choice {
  display: none;
}
.gfit-product-configurator .product-grid .product-choice:checked + .product-card {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.15);
}
.gfit-product-configurator .form-label {
  font-weight: 700;
}
.gfit-product-configurator .product-detail-configurator-group-title {
  display: flex;
  align-items: center;
}
.gfit-product-configurator .product-detail-configurator-group-description {
  margin-bottom: 0.5rem;
}
.gfit-product-configurator .gfit-product-configurator-actions {
  margin-bottom: 1rem;
  gap: 1rem;
}
@media (max-width: 1083px) {
  .gfit-product-configurator .gfit-product-configurator-actions {
    display: block;
  }
}
@media (min-width: 633px) and (max-width: 991px) {
  .gfit-product-configurator .gfit-product-configurator-actions {
    display: flex;
  }
}
.gfit-product-configurator .add-to-cart-container {
  margin-top: 1.25rem;
}
.gfit-hidden {
  display: none;
}
.gfit-static-field .gfit-field-media {
  margin-bottom: 0.625rem;
}
.gfit-static-field .gfit-field-media img {
  width: 100%;
}
.gfit-static-field .gfit-field-label {
  font-weight: bold;
  margin-bottom: 0.625rem;
}
.hidden {
  display: none;
}
.gfit-input-container {
  display: flex;
  flex-wrap: wrap;
}
.gfit-input-container input, .gfit-input-container select {
  flex: 1;
}
.gfit-input-container .gfit-input-prefix {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border: 0.0625rem solid #eaeaf0;
  border-right: 0;
  width: fit-content;
}
.gfit-input-container .gfit-input-suffix {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  border: 0.0625rem solid #eaeaf0;
  border-left: 0;
  width: fit-content;
}
.gfit-input-container .input-group {
  flex: 1;
}
.has-prefix .gfit-input-container input, .has-prefix .gfit-input-container select {
  border-left: 0;
}
.has-suffix .gfit-input-container input, .has-suffix .gfit-input-container select {
  border-right: 0;
}
.static .gfit-input-suffix, .static .gfit-input-prefix {
  background-color: var(--bs-secondary-bg);
}
.form-group.static {
  margin-bottom: unset;
  display: flex;
  justify-content: flex-start;
}
.form-group.static .form-label {
  margin-right: 0.3rem;
  width: unset;
  font-weight: bold;
}
@media (min-width: 992px) {
  .product-detail-main.has-configurator .product-detail-media {
    flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .product-detail-main.has-configurator .product-detail-buy {
    flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}
.gfit-product-configurator .gfit-collapse.step-different-suggestion:not(.step-invalid) {
  border-color: #f1c40f;
}
.field-invalid .form-control, .field-invalid .custom-select {
  border-color: #c82f1e;
}
.field-invalid .form-text {
  color: #c82f1e;
}
.field-invalid .gfit-input-prefix {
  border-color: #c82f1e;
}
.field-invalid .gfit-input-suffix {
  border-color: #c82f1e;
}
.different-suggestion:not(.field-invalid) .form-control {
  border-color: #f1c40f;
}
.gfit-icon-info {
  margin-left: 0.325rem;
}
.gfit-product-detail-configurator-options {
  display: flex;
  flex-wrap: wrap;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option {
  width: 68px;
  margin-right: 0.5rem;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option.gfit-product-detail-configurator-option-button {
  width: unset;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option .gfit-product-detail-configurator-option-price {
  text-align: center;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option .gfit-product-detail-configurator-option-label {
  width: 100%;
  padding: 0.1875rem;
  border: 0.0625rem solid #eaeaf0;
  border-radius: 0.1875rem;
  transition: border-color 0.45s cubic-bezier(0.3, 0, 0.15, 1), background-color 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  cursor: pointer;
  margin-bottom: unset;
  text-align: center;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option .gfit-product-detail-configurator-option-label:hover {
  border: 0.0625rem solid #ff0000;
  cursor: pointer;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option .gfit-product-detail-configurator-option-label .gfit-product-detail-configurator-option-image {
  cursor: pointer;
  display: block;
  height: 50px;
  width: 100%;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option .gfit-product-detail-configurator-option-label img.gfit-product-detail-configurator-option-image {
  width: unset;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option .gfit-product-detail-configurator-option-input {
  display: none;
}
.gfit-product-detail-configurator-options .gfit-product-detail-configurator-option .gfit-product-detail-configurator-option-input:checked + .gfit-product-detail-configurator-option-label {
  border-color: #ff0000;
  background-color: rgba(255, 0, 0, 0.15);
}
.flex-center {
  display: flex;
  justify-content: center;
}
.icon.step-valid {
  color: #2ecc71;
}
.icon.step-invalid {
  color: #c82f1e;
}
.gfit-step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.gfit-step-header .step-values {
  font-weight: normal;
  flex: 1 1 0%;
  text-align: right;
}
@media (max-width: 991px) {
  .gfit-step-header .step-values {
    display: none;
  }
  .gfit-step-header .step-values.display-small {
    margin-top: 1rem;
    display: block;
  }
}
.gfit-step-header .step-title {
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gfit-step-header .step-validation {
  display: flex;
  align-items: center;
}
.step-values.display-small {
  display: none;
}
@media (max-width: 991px) {
  .step-values.display-small {
    display: block;
  }
}
.step-values .steps-values-value {
  font-weight: bold;
}
.iterable-lines .step-values {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.iterable-lines .step-values :hover {
  color: #ff0000;
}
.iterable-lines .fa-exclamation {
  margin-right: 0.5rem;
}
.has-configurator:not(.cms-block-container-row) .product-detail-price-container {
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: #ffffff;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.has-configurator:not(.cms-block-container-row) .product-detail-price-container .gfit-price-container, .has-configurator:not(.cms-block-container-row) .product-detail-price-container .gfit-buy-widget-buttons {
  width: 100%;
}
.has-configurator:not(.cms-block-container-row) .product-detail-tax-container {
  position: sticky;
  top: 109px;
  z-index: 11;
  background-color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 0.0625rem solid #eaeaf0;
}
@media (max-width: 991px) {
  .has-configurator:not(.cms-block-container-row) .product-detail-tax-container {
    top: 104.33px;
  }
}
.has-configurator:not(.cms-block-container-row) .product-detail-tax-container p {
  margin-bottom: 0;
}
.has-configurator:not(.cms-block-container-row) .product-detail-delivery-information {
  padding-top: 1.25rem;
}
.has-configurator:not(.cms-block-container-row) .buy-widget-container:not(.add-to-cart-container) {
  display: none;
}
.btn-light:disabled {
  opacity: 0.2;
}
.step-active-switch {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.step-active-switch .gfit-switch {
  margin-bottom: 0;
}
.step-inactive, .next-step-inactiv {
  opacity: 0.5;
}
.product-choice-table-description-label {
  font-weight: 700;
}
.gfit-step + .gfit-step {
  margin-top: 1rem;
}
.gfit-step .header.values {
  padding: 0.5rem 1rem;
}
.gfit-step .header.values .step-sum {
  font-weight: bold;
  margin-right: 0.5rem;
}
.gfit-step .header.values .step-action-icon {
  cursor: pointer;
  margin-left: 0.5rem;
}
.gfit-step .header.values .step-action-icon .fa-pencil, .gfit-step .header.values .step-action-icon .fa-trash {
  transition: color 0.33s ease;
}
.gfit-step .header.values .step-action-icon:hover .fa-pencil {
  color: #ff0000;
}
.gfit-step .header.values .step-action-icon:hover .fa-trash {
  color: #c82f1e;
}
.gfit-step .header.values .gfit-icon-pencil, .gfit-step .header.values .gfit-icon-trash {
  cursor: pointer;
}
.gfit-step .header.values .gfit-icon-pencil > svg, .gfit-step .header.values .gfit-icon-trash > svg {
  top: 0.25rem;
}
.gfit-step .header.values .gfit-icon-pencil:hover > svg > path, .gfit-step .header.values .gfit-icon-trash:hover > svg > path {
  fill: #ff0000;
}
.gfit-step .header.values .gfit-icon-trash:hover > svg > path {
  fill: #c82f1e;
}
.cart-item-child-quantity {
  font-weight: bold;
}
.flex-1 {
  flex: 1;
}
.no-wrap {
  white-space: nowrap;
}
.fit-content {
  width: fit-content;
}
.float-left {
  float: left;
}
.gfit-product-option-label {
  padding: 10px;
  position: relative;
}
.gfit-product-option-label .product-badges {
  left: -11px;
  top: 15px;
}
.gfit-product-configurator-field-icon {
  height: 1.5rem;
  margin-right: 0.25rem;
}
a.gfit {
  cursor: pointer;
}
a.gfit .gfit-path {
  transition: fill 0.3s;
}
a.gfit:hover {
  color: #ff0000;
}
a.gfit:hover .gfit-path {
  fill: #ff0000;
}
.gfit-copy-token {
  margin-left: 0.5rem;
}
.product-configurator-save-actions button + button {
  margin-left: 0.5rem;
}
.gfit-product-configurator-iterable-add-icon {
  height: 14px;
  margin-right: 0.75rem;
}
.alert-has-icon .svg-inline--fa {
  margin: 0.5rem;
  color: white;
}
.product-detail-configurator-group-title .gfit-description-icon, .gfit-step-header .gfit-description-icon {
  margin-left: 0.5rem;
}
.gfit-step-actions {
  margin-top: 1.25rem;
}
.gfit-disabled-token {
  text-decoration: line-through;
}
.text-right {
  text-align: right;
}
#gfit-buy-widget-buttons {
  width: 100%;
}
@media (max-width: 767px) {
  .btn-buy .buy-button-text {
    display: none;
  }
}
@media (min-width: 768px) {
  .btn-buy .buy-button-icon {
    display: none;
  }
}
/* titillium-web-200 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 200;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-200italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 200;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-200italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-300 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-300italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 300;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-300italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-regular.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-600italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 600;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-600italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-700italic - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: italic;
  font-weight: 700;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-700italic.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/* titillium-web-900 - latin */
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 900;
  src: url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.eot?#iefix") format("embedded-opentype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.woff") format("woff"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.ttf") format("truetype"), url("/bundles/tcinncustomizing/fonts/titillium-web-v15-latin/titillium-web-v15-latin-900.svg#TitilliumWeb") format("svg");
  /* Legacy iOS */
}
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}
.fa, .fa-classic, .fa-sharp, .fas, .fa-solid, .far, .fa-regular, .fasr, .fal, .fa-light, .fasl, .fat, .fa-thin, .fast, .fad, .fa-duotone, .fass, .fa-sharp-solid, .fab, .fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas, .fa-classic, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin {
  font-family: "Font Awesome 6 Pro";
}
.fab, .fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fad, .fa-classic.fa-duotone, .fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}
.fass, .fasr, .fasl, .fast, .fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}
.fass, .fa-sharp {
  font-weight: 900;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "";
}
.fa-arrows-to-circle::before {
  content: "";
}
.fa-circle-chevron-right::before {
  content: "";
}
.fa-chevron-circle-right::before {
  content: "";
}
.fa-wagon-covered::before {
  content: "";
}
.fa-line-height::before {
  content: "";
}
.fa-bagel::before {
  content: "";
}
.fa-transporter-7::before {
  content: "";
}
.fa-at::before {
  content: "@";
}
.fa-rectangles-mixed::before {
  content: "";
}
.fa-phone-arrow-up-right::before {
  content: "";
}
.fa-phone-arrow-up::before {
  content: "";
}
.fa-phone-outgoing::before {
  content: "";
}
.fa-trash-can::before {
  content: "";
}
.fa-trash-alt::before {
  content: "";
}
.fa-circle-l::before {
  content: "";
}
.fa-head-side-goggles::before {
  content: "";
}
.fa-head-vr::before {
  content: "";
}
.fa-text-height::before {
  content: "";
}
.fa-user-xmark::before {
  content: "";
}
.fa-user-times::before {
  content: "";
}
.fa-face-hand-yawn::before {
  content: "";
}
.fa-gauge-simple-min::before {
  content: "";
}
.fa-tachometer-slowest::before {
  content: "";
}
.fa-stethoscope::before {
  content: "";
}
.fa-coffin::before {
  content: "";
}
.fa-message::before {
  content: "";
}
.fa-comment-alt::before {
  content: "";
}
.fa-salad::before {
  content: "";
}
.fa-bowl-salad::before {
  content: "";
}
.fa-info::before {
  content: "";
}
.fa-robot-astromech::before {
  content: "";
}
.fa-ring-diamond::before {
  content: "";
}
.fa-fondue-pot::before {
  content: "";
}
.fa-theta::before {
  content: "";
}
.fa-face-hand-peeking::before {
  content: "";
}
.fa-square-user::before {
  content: "";
}
.fa-down-left-and-up-right-to-center::before {
  content: "";
}
.fa-compress-alt::before {
  content: "";
}
.fa-explosion::before {
  content: "";
}
.fa-file-lines::before {
  content: "";
}
.fa-file-alt::before {
  content: "";
}
.fa-file-text::before {
  content: "";
}
.fa-wave-square::before {
  content: "";
}
.fa-ring::before {
  content: "";
}
.fa-building-un::before {
  content: "";
}
.fa-dice-three::before {
  content: "";
}
.fa-tire-pressure-warning::before {
  content: "";
}
.fa-wifi-fair::before {
  content: "";
}
.fa-wifi-2::before {
  content: "";
}
.fa-calendar-days::before {
  content: "";
}
.fa-calendar-alt::before {
  content: "";
}
.fa-mp3-player::before {
  content: "";
}
.fa-anchor-circle-check::before {
  content: "";
}
.fa-tally-4::before {
  content: "";
}
.fa-rectangle-history::before {
  content: "";
}
.fa-building-circle-arrow-right::before {
  content: "";
}
.fa-volleyball::before {
  content: "";
}
.fa-volleyball-ball::before {
  content: "";
}
.fa-sun-haze::before {
  content: "";
}
.fa-text-size::before {
  content: "";
}
.fa-ufo::before {
  content: "";
}
.fa-fork::before {
  content: "";
}
.fa-utensil-fork::before {
  content: "";
}
.fa-arrows-up-to-line::before {
  content: "";
}
.fa-mobile-signal::before {
  content: "";
}
.fa-barcode-scan::before {
  content: "";
}
.fa-sort-down::before {
  content: "";
}
.fa-sort-desc::before {
  content: "";
}
.fa-folder-arrow-down::before {
  content: "";
}
.fa-folder-download::before {
  content: "";
}
.fa-circle-minus::before {
  content: "";
}
.fa-minus-circle::before {
  content: "";
}
.fa-face-icicles::before {
  content: "";
}
.fa-shovel::before {
  content: "";
}
.fa-door-open::before {
  content: "";
}
.fa-films::before {
  content: "";
}
.fa-right-from-bracket::before {
  content: "";
}
.fa-sign-out-alt::before {
  content: "";
}
.fa-face-glasses::before {
  content: "";
}
.fa-nfc::before {
  content: "";
}
.fa-atom::before {
  content: "";
}
.fa-soap::before {
  content: "";
}
.fa-icons::before {
  content: "";
}
.fa-heart-music-camera-bolt::before {
  content: "";
}
.fa-microphone-lines-slash::before {
  content: "";
}
.fa-microphone-alt-slash::before {
  content: "";
}
.fa-closed-captioning-slash::before {
  content: "";
}
.fa-calculator-simple::before {
  content: "";
}
.fa-calculator-alt::before {
  content: "";
}
.fa-bridge-circle-check::before {
  content: "";
}
.fa-sliders-up::before {
  content: "";
}
.fa-sliders-v::before {
  content: "";
}
.fa-location-minus::before {
  content: "";
}
.fa-map-marker-minus::before {
  content: "";
}
.fa-pump-medical::before {
  content: "";
}
.fa-fingerprint::before {
  content: "";
}
.fa-ski-boot::before {
  content: "";
}
.fa-standard-definition::before {
  content: "";
}
.fa-rectangle-sd::before {
  content: "";
}
.fa-h1::before {
  content: "";
}
.fa-hand-point-right::before {
  content: "";
}
.fa-magnifying-glass-location::before {
  content: "";
}
.fa-search-location::before {
  content: "";
}
.fa-message-bot::before {
  content: "";
}
.fa-forward-step::before {
  content: "";
}
.fa-step-forward::before {
  content: "";
}
.fa-face-smile-beam::before {
  content: "";
}
.fa-smile-beam::before {
  content: "";
}
.fa-light-ceiling::before {
  content: "";
}
.fa-message-exclamation::before {
  content: "";
}
.fa-comment-alt-exclamation::before {
  content: "";
}
.fa-bowl-scoop::before {
  content: "";
}
.fa-bowl-shaved-ice::before {
  content: "";
}
.fa-square-x::before {
  content: "";
}
.fa-building-memo::before {
  content: "";
}
.fa-utility-pole-double::before {
  content: "";
}
.fa-flag-checkered::before {
  content: "";
}
.fa-chevrons-up::before {
  content: "";
}
.fa-chevron-double-up::before {
  content: "";
}
.fa-football::before {
  content: "";
}
.fa-football-ball::before {
  content: "";
}
.fa-user-vneck::before {
  content: "";
}
.fa-school-circle-exclamation::before {
  content: "";
}
.fa-crop::before {
  content: "";
}
.fa-angles-down::before {
  content: "";
}
.fa-angle-double-down::before {
  content: "";
}
.fa-users-rectangle::before {
  content: "";
}
.fa-people-roof::before {
  content: "";
}
.fa-square-arrow-right::before {
  content: "";
}
.fa-arrow-square-right::before {
  content: "";
}
.fa-location-plus::before {
  content: "";
}
.fa-map-marker-plus::before {
  content: "";
}
.fa-lightbulb-exclamation-on::before {
  content: "";
}
.fa-people-line::before {
  content: "";
}
.fa-beer-mug-empty::before {
  content: "";
}
.fa-beer::before {
  content: "";
}
.fa-crate-empty::before {
  content: "";
}
.fa-diagram-predecessor::before {
  content: "";
}
.fa-transporter::before {
  content: "";
}
.fa-calendar-circle-user::before {
  content: "";
}
.fa-arrow-up-long::before {
  content: "";
}
.fa-long-arrow-up::before {
  content: "";
}
.fa-person-carry-box::before {
  content: "";
}
.fa-person-carry::before {
  content: "";
}
.fa-fire-flame-simple::before {
  content: "";
}
.fa-burn::before {
  content: "";
}
.fa-person::before {
  content: "";
}
.fa-male::before {
  content: "";
}
.fa-laptop::before {
  content: "";
}
.fa-file-csv::before {
  content: "";
}
.fa-menorah::before {
  content: "";
}
.fa-union::before {
  content: "";
}
.fa-chevrons-left::before {
  content: "";
}
.fa-chevron-double-left::before {
  content: "";
}
.fa-circle-heart::before {
  content: "";
}
.fa-heart-circle::before {
  content: "";
}
.fa-truck-plane::before {
  content: "";
}
.fa-record-vinyl::before {
  content: "";
}
.fa-bring-forward::before {
  content: "";
}
.fa-square-p::before {
  content: "";
}
.fa-face-grin-stars::before {
  content: "";
}
.fa-grin-stars::before {
  content: "";
}
.fa-sigma::before {
  content: "";
}
.fa-camera-movie::before {
  content: "";
}
.fa-bong::before {
  content: "";
}
.fa-clarinet::before {
  content: "";
}
.fa-truck-flatbed::before {
  content: "";
}
.fa-spaghetti-monster-flying::before {
  content: "";
}
.fa-pastafarianism::before {
  content: "";
}
.fa-arrow-down-up-across-line::before {
  content: "";
}
.fa-arrows-rotate-reverse::before {
  content: "";
}
.fa-leaf-heart::before {
  content: "";
}
.fa-house-building::before {
  content: "";
}
.fa-cheese-swiss::before {
  content: "";
}
.fa-spoon::before {
  content: "";
}
.fa-utensil-spoon::before {
  content: "";
}
.fa-jar-wheat::before {
  content: "";
}
.fa-envelopes-bulk::before {
  content: "";
}
.fa-mail-bulk::before {
  content: "";
}
.fa-file-circle-exclamation::before {
  content: "";
}
.fa-bow-arrow::before {
  content: "";
}
.fa-cart-xmark::before {
  content: "";
}
.fa-hexagon-xmark::before {
  content: "";
}
.fa-times-hexagon::before {
  content: "";
}
.fa-xmark-hexagon::before {
  content: "";
}
.fa-circle-h::before {
  content: "";
}
.fa-hospital-symbol::before {
  content: "";
}
.fa-merge::before {
  content: "";
}
.fa-pager::before {
  content: "";
}
.fa-cart-minus::before {
  content: "";
}
.fa-address-book::before {
  content: "";
}
.fa-contact-book::before {
  content: "";
}
.fa-pan-frying::before {
  content: "";
}
.fa-grid::before {
  content: "";
}
.fa-grid-3::before {
  content: "";
}
.fa-football-helmet::before {
  content: "";
}
.fa-hand-love::before {
  content: "";
}
.fa-trees::before {
  content: "";
}
.fa-strikethrough::before {
  content: "";
}
.fa-page::before {
  content: "";
}
.fa-k::before {
  content: "K";
}
.fa-diagram-previous::before {
  content: "";
}
.fa-gauge-min::before {
  content: "";
}
.fa-tachometer-alt-slowest::before {
  content: "";
}
.fa-folder-grid::before {
  content: "";
}
.fa-eggplant::before {
  content: "";
}
.fa-excavator::before {
  content: "";
}
.fa-ram::before {
  content: "";
}
.fa-landmark-flag::before {
  content: "";
}
.fa-lips::before {
  content: "";
}
.fa-pencil::before {
  content: "";
}
.fa-pencil-alt::before {
  content: "";
}
.fa-backward::before {
  content: "";
}
.fa-caret-right::before {
  content: "";
}
.fa-comments::before {
  content: "";
}
.fa-paste::before {
  content: "";
}
.fa-file-clipboard::before {
  content: "";
}
.fa-desktop-arrow-down::before {
  content: "";
}
.fa-code-pull-request::before {
  content: "";
}
.fa-pumpkin::before {
  content: "";
}
.fa-clipboard-list::before {
  content: "";
}
.fa-pen-field::before {
  content: "";
}
.fa-blueberries::before {
  content: "";
}
.fa-truck-ramp-box::before {
  content: "";
}
.fa-truck-loading::before {
  content: "";
}
.fa-note::before {
  content: "";
}
.fa-arrow-down-to-square::before {
  content: "";
}
.fa-user-check::before {
  content: "";
}
.fa-cloud-xmark::before {
  content: "";
}
.fa-vial-virus::before {
  content: "";
}
.fa-book-blank::before {
  content: "";
}
.fa-book-alt::before {
  content: "";
}
.fa-golf-flag-hole::before {
  content: "";
}
.fa-message-arrow-down::before {
  content: "";
}
.fa-comment-alt-arrow-down::before {
  content: "";
}
.fa-face-unamused::before {
  content: "";
}
.fa-sheet-plastic::before {
  content: "";
}
.fa-circle-9::before {
  content: "";
}
.fa-blog::before {
  content: "";
}
.fa-user-ninja::before {
  content: "";
}
.fa-pencil-slash::before {
  content: "";
}
.fa-bowling-pins::before {
  content: "";
}
.fa-person-arrow-up-from-line::before {
  content: "";
}
.fa-down-right::before {
  content: "";
}
.fa-scroll-torah::before {
  content: "";
}
.fa-torah::before {
  content: "";
}
.fa-webhook::before {
  content: "";
}
.fa-blinds-open::before {
  content: "";
}
.fa-fence::before {
  content: "";
}
.fa-up::before {
  content: "";
}
.fa-arrow-alt-up::before {
  content: "";
}
.fa-broom-ball::before {
  content: "";
}
.fa-quidditch::before {
  content: "";
}
.fa-quidditch-broom-ball::before {
  content: "";
}
.fa-drumstick::before {
  content: "";
}
.fa-square-v::before {
  content: "";
}
.fa-face-awesome::before {
  content: "";
}
.fa-gave-dandy::before {
  content: "";
}
.fa-dial-off::before {
  content: "";
}
.fa-toggle-off::before {
  content: "";
}
.fa-face-smile-horns::before {
  content: "";
}
.fa-box-archive::before {
  content: "";
}
.fa-archive::before {
  content: "";
}
.fa-grapes::before {
  content: "";
}
.fa-person-drowning::before {
  content: "";
}
.fa-dial-max::before {
  content: "";
}
.fa-circle-m::before {
  content: "";
}
.fa-calendar-image::before {
  content: "";
}
.fa-circle-caret-down::before {
  content: "";
}
.fa-caret-circle-down::before {
  content: "";
}
.fa-arrow-down-9-1::before {
  content: "";
}
.fa-sort-numeric-desc::before {
  content: "";
}
.fa-sort-numeric-down-alt::before {
  content: "";
}
.fa-face-grin-tongue-squint::before {
  content: "";
}
.fa-grin-tongue-squint::before {
  content: "";
}
.fa-shish-kebab::before {
  content: "";
}
.fa-spray-can::before {
  content: "";
}
.fa-alarm-snooze::before {
  content: "";
}
.fa-scarecrow::before {
  content: "";
}
.fa-truck-monster::before {
  content: "";
}
.fa-gift-card::before {
  content: "";
}
.fa-w::before {
  content: "W";
}
.fa-code-pull-request-draft::before {
  content: "";
}
.fa-square-b::before {
  content: "";
}
.fa-elephant::before {
  content: "";
}
.fa-earth-africa::before {
  content: "";
}
.fa-globe-africa::before {
  content: "";
}
.fa-rainbow::before {
  content: "";
}
.fa-circle-notch::before {
  content: "";
}
.fa-tablet-screen-button::before {
  content: "";
}
.fa-tablet-alt::before {
  content: "";
}
.fa-paw::before {
  content: "";
}
.fa-message-question::before {
  content: "";
}
.fa-cloud::before {
  content: "";
}
.fa-trowel-bricks::before {
  content: "";
}
.fa-square-3::before {
  content: "";
}
.fa-face-flushed::before {
  content: "";
}
.fa-flushed::before {
  content: "";
}
.fa-hospital-user::before {
  content: "";
}
.fa-microwave::before {
  content: "";
}
.fa-chf-sign::before {
  content: "";
}
.fa-tent-arrow-left-right::before {
  content: "";
}
.fa-cart-circle-arrow-up::before {
  content: "";
}
.fa-trash-clock::before {
  content: "";
}
.fa-gavel::before {
  content: "";
}
.fa-legal::before {
  content: "";
}
.fa-sprinkler-ceiling::before {
  content: "";
}
.fa-browsers::before {
  content: "";
}
.fa-trillium::before {
  content: "";
}
.fa-music-slash::before {
  content: "";
}
.fa-truck-ramp::before {
  content: "";
}
.fa-binoculars::before {
  content: "";
}
.fa-microphone-slash::before {
  content: "";
}
.fa-box-tissue::before {
  content: "";
}
.fa-circle-c::before {
  content: "";
}
.fa-star-christmas::before {
  content: "";
}
.fa-chart-bullet::before {
  content: "";
}
.fa-motorcycle::before {
  content: "";
}
.fa-tree-christmas::before {
  content: "";
}
.fa-tire-flat::before {
  content: "";
}
.fa-sunglasses::before {
  content: "";
}
.fa-badge::before {
  content: "";
}
.fa-message-pen::before {
  content: "";
}
.fa-comment-alt-edit::before {
  content: "";
}
.fa-message-edit::before {
  content: "";
}
.fa-bell-concierge::before {
  content: "";
}
.fa-concierge-bell::before {
  content: "";
}
.fa-pen-ruler::before {
  content: "";
}
.fa-pencil-ruler::before {
  content: "";
}
.fa-file-mp3::before {
  content: "";
}
.fa-arrow-progress::before {
  content: "";
}
.fa-chess-rook-piece::before {
  content: "";
}
.fa-chess-rook-alt::before {
  content: "";
}
.fa-square-root::before {
  content: "";
}
.fa-album-collection-circle-plus::before {
  content: "";
}
.fa-people-arrows::before {
  content: "";
}
.fa-people-arrows-left-right::before {
  content: "";
}
.fa-sign-post::before {
  content: "";
}
.fa-face-angry-horns::before {
  content: "";
}
.fa-mars-and-venus-burst::before {
  content: "";
}
.fa-tombstone::before {
  content: "";
}
.fa-square-caret-right::before {
  content: "";
}
.fa-caret-square-right::before {
  content: "";
}
.fa-scissors::before {
  content: "";
}
.fa-cut::before {
  content: "";
}
.fa-list-music::before {
  content: "";
}
.fa-sun-plant-wilt::before {
  content: "";
}
.fa-toilets-portable::before {
  content: "";
}
.fa-hockey-puck::before {
  content: "";
}
.fa-mustache::before {
  content: "";
}
.fa-hyphen::before {
  content: "-";
}
.fa-table::before {
  content: "";
}
.fa-user-chef::before {
  content: "";
}
.fa-message-image::before {
  content: "";
}
.fa-comment-alt-image::before {
  content: "";
}
.fa-users-medical::before {
  content: "";
}
.fa-sensor-triangle-exclamation::before {
  content: "";
}
.fa-sensor-alert::before {
  content: "";
}
.fa-magnifying-glass-arrow-right::before {
  content: "";
}
.fa-tachograph-digital::before {
  content: "";
}
.fa-digital-tachograph::before {
  content: "";
}
.fa-face-mask::before {
  content: "";
}
.fa-pickleball::before {
  content: "";
}
.fa-star-sharp-half::before {
  content: "";
}
.fa-users-slash::before {
  content: "";
}
.fa-clover::before {
  content: "";
}
.fa-meat::before {
  content: "";
}
.fa-reply::before {
  content: "";
}
.fa-mail-reply::before {
  content: "";
}
.fa-star-and-crescent::before {
  content: "";
}
.fa-empty-set::before {
  content: "";
}
.fa-house-fire::before {
  content: "";
}
.fa-square-minus::before {
  content: "";
}
.fa-minus-square::before {
  content: "";
}
.fa-helicopter::before {
  content: "";
}
.fa-bird::before {
  content: "";
}
.fa-compass::before {
  content: "";
}
.fa-square-caret-down::before {
  content: "";
}
.fa-caret-square-down::before {
  content: "";
}
.fa-heart-half-stroke::before {
  content: "";
}
.fa-heart-half-alt::before {
  content: "";
}
.fa-file-circle-question::before {
  content: "";
}
.fa-truck-utensils::before {
  content: "";
}
.fa-laptop-code::before {
  content: "";
}
.fa-joystick::before {
  content: "";
}
.fa-grill-fire::before {
  content: "";
}
.fa-rectangle-vertical-history::before {
  content: "";
}
.fa-swatchbook::before {
  content: "";
}
.fa-prescription-bottle::before {
  content: "";
}
.fa-bars::before {
  content: "";
}
.fa-navicon::before {
  content: "";
}
.fa-keyboard-left::before {
  content: "";
}
.fa-people-group::before {
  content: "";
}
.fa-hourglass-end::before {
  content: "";
}
.fa-hourglass-3::before {
  content: "";
}
.fa-heart-crack::before {
  content: "";
}
.fa-heart-broken::before {
  content: "";
}
.fa-face-beam-hand-over-mouth::before {
  content: "";
}
.fa-droplet-percent::before {
  content: "";
}
.fa-humidity::before {
  content: "";
}
.fa-square-up-right::before {
  content: "";
}
.fa-external-link-square-alt::before {
  content: "";
}
.fa-face-kiss-beam::before {
  content: "";
}
.fa-kiss-beam::before {
  content: "";
}
.fa-corn::before {
  content: "";
}
.fa-roller-coaster::before {
  content: "";
}
.fa-photo-film-music::before {
  content: "";
}
.fa-radar::before {
  content: "";
}
.fa-sickle::before {
  content: "";
}
.fa-film::before {
  content: "";
}
.fa-coconut::before {
  content: "";
}
.fa-ruler-horizontal::before {
  content: "";
}
.fa-shield-cross::before {
  content: "";
}
.fa-cassette-tape::before {
  content: "";
}
.fa-square-terminal::before {
  content: "";
}
.fa-people-robbery::before {
  content: "";
}
.fa-lightbulb::before {
  content: "";
}
.fa-caret-left::before {
  content: "";
}
.fa-comment-middle::before {
  content: "";
}
.fa-trash-can-list::before {
  content: "";
}
.fa-block::before {
  content: "";
}
.fa-circle-exclamation::before {
  content: "";
}
.fa-exclamation-circle::before {
  content: "";
}
.fa-school-circle-xmark::before {
  content: "";
}
.fa-arrow-right-from-bracket::before {
  content: "";
}
.fa-sign-out::before {
  content: "";
}
.fa-face-frown-slight::before {
  content: "";
}
.fa-circle-chevron-down::before {
  content: "";
}
.fa-chevron-circle-down::before {
  content: "";
}
.fa-sidebar-flip::before {
  content: "";
}
.fa-unlock-keyhole::before {
  content: "";
}
.fa-unlock-alt::before {
  content: "";
}
.fa-temperature-list::before {
  content: "";
}
.fa-cloud-showers-heavy::before {
  content: "";
}
.fa-headphones-simple::before {
  content: "";
}
.fa-headphones-alt::before {
  content: "";
}
.fa-sitemap::before {
  content: "";
}
.fa-pipe-section::before {
  content: "";
}
.fa-space-station-moon-construction::before {
  content: "";
}
.fa-space-station-moon-alt::before {
  content: "";
}
.fa-circle-dollar-to-slot::before {
  content: "";
}
.fa-donate::before {
  content: "";
}
.fa-memory::before {
  content: "";
}
.fa-face-sleeping::before {
  content: "";
}
.fa-road-spikes::before {
  content: "";
}
.fa-fire-burner::before {
  content: "";
}
.fa-squirrel::before {
  content: "";
}
.fa-arrow-up-to-line::before {
  content: "";
}
.fa-arrow-to-top::before {
  content: "";
}
.fa-flag::before {
  content: "";
}
.fa-face-cowboy-hat::before {
  content: "";
}
.fa-hanukiah::before {
  content: "";
}
.fa-chart-scatter-3d::before {
  content: "";
}
.fa-display-chart-up::before {
  content: "";
}
.fa-square-code::before {
  content: "";
}
.fa-feather::before {
  content: "";
}
.fa-volume-low::before {
  content: "";
}
.fa-volume-down::before {
  content: "";
}
.fa-xmark-to-slot::before {
  content: "";
}
.fa-times-to-slot::before {
  content: "";
}
.fa-vote-nay::before {
  content: "";
}
.fa-box-taped::before {
  content: "";
}
.fa-box-alt::before {
  content: "";
}
.fa-comment-slash::before {
  content: "";
}
.fa-swords::before {
  content: "";
}
.fa-cloud-sun-rain::before {
  content: "";
}
.fa-album::before {
  content: "";
}
.fa-circle-n::before {
  content: "";
}
.fa-compress::before {
  content: "";
}
.fa-wheat-awn::before {
  content: "";
}
.fa-wheat-alt::before {
  content: "";
}
.fa-ankh::before {
  content: "";
}
.fa-hands-holding-child::before {
  content: "";
}
.fa-asterisk::before {
  content: "*";
}
.fa-key-skeleton-left-right::before {
  content: "";
}
.fa-comment-lines::before {
  content: "";
}
.fa-luchador-mask::before {
  content: "";
}
.fa-luchador::before {
  content: "";
}
.fa-mask-luchador::before {
  content: "";
}
.fa-square-check::before {
  content: "";
}
.fa-check-square::before {
  content: "";
}
.fa-shredder::before {
  content: "";
}
.fa-book-open-cover::before {
  content: "";
}
.fa-book-open-alt::before {
  content: "";
}
.fa-sandwich::before {
  content: "";
}
.fa-peseta-sign::before {
  content: "";
}
.fa-square-parking-slash::before {
  content: "";
}
.fa-parking-slash::before {
  content: "";
}
.fa-train-tunnel::before {
  content: "";
}
.fa-heading::before {
  content: "";
}
.fa-header::before {
  content: "";
}
.fa-ghost::before {
  content: "";
}
.fa-face-anguished::before {
  content: "";
}
.fa-hockey-sticks::before {
  content: "";
}
.fa-abacus::before {
  content: "";
}
.fa-film-simple::before {
  content: "";
}
.fa-film-alt::before {
  content: "";
}
.fa-list::before {
  content: "";
}
.fa-list-squares::before {
  content: "";
}
.fa-tree-palm::before {
  content: "";
}
.fa-square-phone-flip::before {
  content: "";
}
.fa-phone-square-alt::before {
  content: "";
}
.fa-cart-plus::before {
  content: "";
}
.fa-gamepad::before {
  content: "";
}
.fa-border-center-v::before {
  content: "";
}
.fa-circle-dot::before {
  content: "";
}
.fa-dot-circle::before {
  content: "";
}
.fa-clipboard-medical::before {
  content: "";
}
.fa-face-dizzy::before {
  content: "";
}
.fa-dizzy::before {
  content: "";
}
.fa-egg::before {
  content: "";
}
.fa-up-to-line::before {
  content: "";
}
.fa-arrow-alt-to-top::before {
  content: "";
}
.fa-house-medical-circle-xmark::before {
  content: "";
}
.fa-watch-fitness::before {
  content: "";
}
.fa-clock-nine-thirty::before {
  content: "";
}
.fa-campground::before {
  content: "";
}
.fa-folder-plus::before {
  content: "";
}
.fa-jug::before {
  content: "";
}
.fa-futbol::before {
  content: "";
}
.fa-futbol-ball::before {
  content: "";
}
.fa-soccer-ball::before {
  content: "";
}
.fa-snow-blowing::before {
  content: "";
}
.fa-paintbrush::before {
  content: "";
}
.fa-paint-brush::before {
  content: "";
}
.fa-lock::before {
  content: "";
}
.fa-arrow-down-from-line::before {
  content: "";
}
.fa-arrow-from-top::before {
  content: "";
}
.fa-gas-pump::before {
  content: "";
}
.fa-signal-bars-slash::before {
  content: "";
}
.fa-signal-alt-slash::before {
  content: "";
}
.fa-monkey::before {
  content: "";
}
.fa-rectangle-pro::before {
  content: "";
}
.fa-pro::before {
  content: "";
}
.fa-house-night::before {
  content: "";
}
.fa-hot-tub-person::before {
  content: "";
}
.fa-hot-tub::before {
  content: "";
}
.fa-globe-pointer::before {
  content: "";
}
.fa-blanket::before {
  content: "";
}
.fa-map-location::before {
  content: "";
}
.fa-map-marked::before {
  content: "";
}
.fa-house-flood-water::before {
  content: "";
}
.fa-comments-question-check::before {
  content: "";
}
.fa-tree::before {
  content: "";
}
.fa-arrows-cross::before {
  content: "";
}
.fa-backpack::before {
  content: "";
}
.fa-square-small::before {
  content: "";
}
.fa-folder-arrow-up::before {
  content: "";
}
.fa-folder-upload::before {
  content: "";
}
.fa-bridge-lock::before {
  content: "";
}
.fa-crosshairs-simple::before {
  content: "";
}
.fa-sack-dollar::before {
  content: "";
}
.fa-pen-to-square::before {
  content: "";
}
.fa-edit::before {
  content: "";
}
.fa-square-sliders::before {
  content: "";
}
.fa-sliders-h-square::before {
  content: "";
}
.fa-car-side::before {
  content: "";
}
.fa-message-middle-top::before {
  content: "";
}
.fa-comment-middle-top-alt::before {
  content: "";
}
.fa-lightbulb-on::before {
  content: "";
}
.fa-knife::before {
  content: "";
}
.fa-utensil-knife::before {
  content: "";
}
.fa-share-nodes::before {
  content: "";
}
.fa-share-alt::before {
  content: "";
}
.fa-display-chart-up-circle-dollar::before {
  content: "";
}
.fa-wave-sine::before {
  content: "";
}
.fa-heart-circle-minus::before {
  content: "";
}
.fa-circle-w::before {
  content: "";
}
.fa-circle-calendar::before {
  content: "";
}
.fa-calendar-circle::before {
  content: "";
}
.fa-hourglass-half::before {
  content: "";
}
.fa-hourglass-2::before {
  content: "";
}
.fa-microscope::before {
  content: "";
}
.fa-sunset::before {
  content: "";
}
.fa-sink::before {
  content: "";
}
.fa-calendar-exclamation::before {
  content: "";
}
.fa-truck-container-empty::before {
  content: "";
}
.fa-hand-heart::before {
  content: "";
}
.fa-bag-shopping::before {
  content: "";
}
.fa-shopping-bag::before {
  content: "";
}
.fa-arrow-down-z-a::before {
  content: "";
}
.fa-sort-alpha-desc::before {
  content: "";
}
.fa-sort-alpha-down-alt::before {
  content: "";
}
.fa-mitten::before {
  content: "";
}
.fa-reply-clock::before {
  content: "";
}
.fa-reply-time::before {
  content: "";
}
.fa-person-rays::before {
  content: "";
}
.fa-right::before {
  content: "";
}
.fa-arrow-alt-right::before {
  content: "";
}
.fa-circle-f::before {
  content: "";
}
.fa-users::before {
  content: "";
}
.fa-face-pleading::before {
  content: "";
}
.fa-eye-slash::before {
  content: "";
}
.fa-flask-vial::before {
  content: "";
}
.fa-police-box::before {
  content: "";
}
.fa-cucumber::before {
  content: "";
}
.fa-head-side-brain::before {
  content: "";
}
.fa-hand::before {
  content: "";
}
.fa-hand-paper::before {
  content: "";
}
.fa-person-biking-mountain::before {
  content: "";
}
.fa-biking-mountain::before {
  content: "";
}
.fa-utensils-slash::before {
  content: "";
}
.fa-print-magnifying-glass::before {
  content: "";
}
.fa-print-search::before {
  content: "";
}
.fa-turn-right::before {
  content: "";
}
.fa-folder-bookmark::before {
  content: "";
}
.fa-arrow-turn-left-down::before {
  content: "";
}
.fa-om::before {
  content: "";
}
.fa-pi::before {
  content: "";
}
.fa-flask-round-potion::before {
  content: "";
}
.fa-flask-potion::before {
  content: "";
}
.fa-face-shush::before {
  content: "";
}
.fa-worm::before {
  content: "";
}
.fa-house-circle-xmark::before {
  content: "";
}
.fa-plug::before {
  content: "";
}
.fa-calendar-circle-exclamation::before {
  content: "";
}
.fa-square-i::before {
  content: "";
}
.fa-chevron-up::before {
  content: "";
}
.fa-face-saluting::before {
  content: "";
}
.fa-gauge-simple-low::before {
  content: "";
}
.fa-tachometer-slow::before {
  content: "";
}
.fa-face-persevering::before {
  content: "";
}
.fa-circle-camera::before {
  content: "";
}
.fa-camera-circle::before {
  content: "";
}
.fa-hand-spock::before {
  content: "";
}
.fa-spider-web::before {
  content: "";
}
.fa-circle-microphone::before {
  content: "";
}
.fa-microphone-circle::before {
  content: "";
}
.fa-book-arrow-up::before {
  content: "";
}
.fa-popsicle::before {
  content: "";
}
.fa-command::before {
  content: "";
}
.fa-blinds::before {
  content: "";
}
.fa-stopwatch::before {
  content: "";
}
.fa-saxophone::before {
  content: "";
}
.fa-square-2::before {
  content: "";
}
.fa-field-hockey-stick-ball::before {
  content: "";
}
.fa-field-hockey::before {
  content: "";
}
.fa-arrow-up-square-triangle::before {
  content: "";
}
.fa-sort-shapes-up-alt::before {
  content: "";
}
.fa-face-scream::before {
  content: "";
}
.fa-square-m::before {
  content: "";
}
.fa-camera-web::before {
  content: "";
}
.fa-webcam::before {
  content: "";
}
.fa-comment-arrow-down::before {
  content: "";
}
.fa-lightbulb-cfl::before {
  content: "";
}
.fa-window-frame-open::before {
  content: "";
}
.fa-face-kiss::before {
  content: "";
}
.fa-kiss::before {
  content: "";
}
.fa-bridge-circle-xmark::before {
  content: "";
}
.fa-period::before {
  content: ".";
}
.fa-face-grin-tongue::before {
  content: "";
}
.fa-grin-tongue::before {
  content: "";
}
.fa-up-to-dotted-line::before {
  content: "";
}
.fa-thought-bubble::before {
  content: "";
}
.fa-skeleton-ribs::before {
  content: "";
}
.fa-raygun::before {
  content: "";
}
.fa-flute::before {
  content: "";
}
.fa-acorn::before {
  content: "";
}
.fa-video-arrow-up-right::before {
  content: "";
}
.fa-grate-droplet::before {
  content: "";
}
.fa-seal-exclamation::before {
  content: "";
}
.fa-chess-bishop::before {
  content: "";
}
.fa-message-sms::before {
  content: "";
}
.fa-coffee-beans::before {
  content: "";
}
.fa-hat-witch::before {
  content: "";
}
.fa-face-grin-wink::before {
  content: "";
}
.fa-grin-wink::before {
  content: "";
}
.fa-clock-three-thirty::before {
  content: "";
}
.fa-ear-deaf::before {
  content: "";
}
.fa-deaf::before {
  content: "";
}
.fa-deafness::before {
  content: "";
}
.fa-hard-of-hearing::before {
  content: "";
}
.fa-alarm-clock::before {
  content: "";
}
.fa-eclipse::before {
  content: "";
}
.fa-face-relieved::before {
  content: "";
}
.fa-road-circle-check::before {
  content: "";
}
.fa-dice-five::before {
  content: "";
}
.fa-octagon-minus::before {
  content: "";
}
.fa-minus-octagon::before {
  content: "";
}
.fa-square-rss::before {
  content: "";
}
.fa-rss-square::before {
  content: "";
}
.fa-face-zany::before {
  content: "";
}
.fa-tricycle::before {
  content: "";
}
.fa-land-mine-on::before {
  content: "";
}
.fa-square-arrow-up-left::before {
  content: "";
}
.fa-i-cursor::before {
  content: "";
}
.fa-chart-mixed-up-circle-dollar::before {
  content: "";
}
.fa-salt-shaker::before {
  content: "";
}
.fa-stamp::before {
  content: "";
}
.fa-file-plus::before {
  content: "";
}
.fa-draw-square::before {
  content: "";
}
.fa-toilet-paper-under-slash::before {
  content: "";
}
.fa-toilet-paper-reverse-slash::before {
  content: "";
}
.fa-stairs::before {
  content: "";
}
.fa-drone-front::before {
  content: "";
}
.fa-drone-alt::before {
  content: "";
}
.fa-glass-empty::before {
  content: "";
}
.fa-dial-high::before {
  content: "";
}
.fa-user-helmet-safety::before {
  content: "";
}
.fa-user-construction::before {
  content: "";
}
.fa-user-hard-hat::before {
  content: "";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "";
}
.fa-hryvnia::before {
  content: "";
}
.fa-arrow-down-left-and-arrow-up-right-to-center::before {
  content: "";
}
.fa-pills::before {
  content: "";
}
.fa-face-grin-wide::before {
  content: "";
}
.fa-grin-alt::before {
  content: "";
}
.fa-tooth::before {
  content: "";
}
.fa-basketball-hoop::before {
  content: "";
}
.fa-objects-align-bottom::before {
  content: "";
}
.fa-v::before {
  content: "V";
}
.fa-sparkles::before {
  content: "";
}
.fa-squid::before {
  content: "";
}
.fa-leafy-green::before {
  content: "";
}
.fa-circle-arrow-up-right::before {
  content: "";
}
.fa-calendars::before {
  content: "";
}
.fa-bangladeshi-taka-sign::before {
  content: "";
}
.fa-bicycle::before {
  content: "";
}
.fa-hammer-war::before {
  content: "";
}
.fa-circle-d::before {
  content: "";
}
.fa-spider-black-widow::before {
  content: "";
}
.fa-staff-snake::before {
  content: "";
}
.fa-rod-asclepius::before {
  content: "";
}
.fa-rod-snake::before {
  content: "";
}
.fa-staff-aesculapius::before {
  content: "";
}
.fa-pear::before {
  content: "";
}
.fa-head-side-cough-slash::before {
  content: "";
}
.fa-file-mov::before {
  content: "";
}
.fa-triangle::before {
  content: "";
}
.fa-apartment::before {
  content: "";
}
.fa-truck-medical::before {
  content: "";
}
.fa-ambulance::before {
  content: "";
}
.fa-pepper::before {
  content: "";
}
.fa-piano::before {
  content: "";
}
.fa-gun-squirt::before {
  content: "";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "";
}
.fa-snowman::before {
  content: "";
}
.fa-user-alien::before {
  content: "";
}
.fa-shield-check::before {
  content: "";
}
.fa-mortar-pestle::before {
  content: "";
}
.fa-road-barrier::before {
  content: "";
}
.fa-chart-candlestick::before {
  content: "";
}
.fa-briefcase-blank::before {
  content: "";
}
.fa-school::before {
  content: "";
}
.fa-igloo::before {
  content: "";
}
.fa-bracket-round::before {
  content: "(";
}
.fa-parenthesis::before {
  content: "(";
}
.fa-joint::before {
  content: "";
}
.fa-horse-saddle::before {
  content: "";
}
.fa-mug-marshmallows::before {
  content: "";
}
.fa-filters::before {
  content: "";
}
.fa-bell-on::before {
  content: "";
}
.fa-angle-right::before {
  content: "";
}
.fa-dial-med::before {
  content: "";
}
.fa-horse::before {
  content: "";
}
.fa-q::before {
  content: "Q";
}
.fa-monitor-waveform::before {
  content: "";
}
.fa-monitor-heart-rate::before {
  content: "";
}
.fa-link-simple::before {
  content: "";
}
.fa-whistle::before {
  content: "";
}
.fa-g::before {
  content: "G";
}
.fa-wine-glass-crack::before {
  content: "";
}
.fa-fragile::before {
  content: "";
}
.fa-slot-machine::before {
  content: "";
}
.fa-notes-medical::before {
  content: "";
}
.fa-car-wash::before {
  content: "";
}
.fa-escalator::before {
  content: "";
}
.fa-comment-image::before {
  content: "";
}
.fa-temperature-half::before {
  content: "";
}
.fa-temperature-2::before {
  content: "";
}
.fa-thermometer-2::before {
  content: "";
}
.fa-thermometer-half::before {
  content: "";
}
.fa-dong-sign::before {
  content: "";
}
.fa-donut::before {
  content: "";
}
.fa-doughnut::before {
  content: "";
}
.fa-capsules::before {
  content: "";
}
.fa-poo-storm::before {
  content: "";
}
.fa-poo-bolt::before {
  content: "";
}
.fa-tally-1::before {
  content: "";
}
.fa-file-vector::before {
  content: "";
}
.fa-face-frown-open::before {
  content: "";
}
.fa-frown-open::before {
  content: "";
}
.fa-square-dashed::before {
  content: "";
}
.fa-bag-shopping-plus::before {
  content: "";
}
.fa-square-j::before {
  content: "";
}
.fa-hand-point-up::before {
  content: "";
}
.fa-money-bill::before {
  content: "";
}
.fa-arrow-up-big-small::before {
  content: "";
}
.fa-sort-size-up::before {
  content: "";
}
.fa-barcode-read::before {
  content: "";
}
.fa-baguette::before {
  content: "";
}
.fa-bowl-soft-serve::before {
  content: "";
}
.fa-face-holding-back-tears::before {
  content: "";
}
.fa-square-up::before {
  content: "";
}
.fa-arrow-alt-square-up::before {
  content: "";
}
.fa-train-subway-tunnel::before {
  content: "";
}
.fa-subway-tunnel::before {
  content: "";
}
.fa-square-exclamation::before {
  content: "";
}
.fa-exclamation-square::before {
  content: "";
}
.fa-semicolon::before {
  content: ";";
}
.fa-bookmark::before {
  content: "";
}
.fa-fan-table::before {
  content: "";
}
.fa-align-justify::before {
  content: "";
}
.fa-battery-low::before {
  content: "";
}
.fa-battery-1::before {
  content: "";
}
.fa-credit-card-front::before {
  content: "";
}
.fa-brain-arrow-curved-right::before {
  content: "";
}
.fa-mind-share::before {
  content: "";
}
.fa-umbrella-beach::before {
  content: "";
}
.fa-helmet-un::before {
  content: "";
}
.fa-location-smile::before {
  content: "";
}
.fa-map-marker-smile::before {
  content: "";
}
.fa-arrow-left-to-line::before {
  content: "";
}
.fa-arrow-to-left::before {
  content: "";
}
.fa-bullseye::before {
  content: "";
}
.fa-sushi::before {
  content: "";
}
.fa-nigiri::before {
  content: "";
}
.fa-message-captions::before {
  content: "";
}
.fa-comment-alt-captions::before {
  content: "";
}
.fa-trash-list::before {
  content: "";
}
.fa-bacon::before {
  content: "";
}
.fa-option::before {
  content: "";
}
.fa-raccoon::before {
  content: "";
}
.fa-hand-point-down::before {
  content: "";
}
.fa-arrow-up-from-bracket::before {
  content: "";
}
.fa-head-side-gear::before {
  content: "";
}
.fa-trash-plus::before {
  content: "";
}
.fa-objects-align-top::before {
  content: "";
}
.fa-folder::before {
  content: "";
}
.fa-folder-blank::before {
  content: "";
}
.fa-face-anxious-sweat::before {
  content: "";
}
.fa-credit-card-blank::before {
  content: "";
}
.fa-file-waveform::before {
  content: "";
}
.fa-file-medical-alt::before {
  content: "";
}
.fa-microchip-ai::before {
  content: "";
}
.fa-mug::before {
  content: "";
}
.fa-plane-up-slash::before {
  content: "";
}
.fa-radiation::before {
  content: "";
}
.fa-pen-circle::before {
  content: "";
}
.fa-bag-seedling::before {
  content: "";
}
.fa-chart-simple::before {
  content: "";
}
.fa-crutches::before {
  content: "";
}
.fa-circle-parking::before {
  content: "";
}
.fa-parking-circle::before {
  content: "";
}
.fa-mars-stroke::before {
  content: "";
}
.fa-leaf-oak::before {
  content: "";
}
.fa-square-bolt::before {
  content: "";
}
.fa-vial::before {
  content: "";
}
.fa-gauge::before {
  content: "";
}
.fa-dashboard::before {
  content: "";
}
.fa-gauge-med::before {
  content: "";
}
.fa-tachometer-alt-average::before {
  content: "";
}
.fa-wand-magic-sparkles::before {
  content: "";
}
.fa-magic-wand-sparkles::before {
  content: "";
}
.fa-lambda::before {
  content: "";
}
.fa-e::before {
  content: "E";
}
.fa-pizza::before {
  content: "";
}
.fa-bowl-chopsticks-noodles::before {
  content: "";
}
.fa-h3::before {
  content: "";
}
.fa-pen-clip::before {
  content: "";
}
.fa-pen-alt::before {
  content: "";
}
.fa-bridge-circle-exclamation::before {
  content: "";
}
.fa-badge-percent::before {
  content: "";
}
.fa-rotate-reverse::before {
  content: "";
}
.fa-user::before {
  content: "";
}
.fa-sensor::before {
  content: "";
}
.fa-comma::before {
  content: ",";
}
.fa-school-circle-check::before {
  content: "";
}
.fa-toilet-paper-under::before {
  content: "";
}
.fa-toilet-paper-reverse::before {
  content: "";
}
.fa-light-emergency::before {
  content: "";
}
.fa-arrow-down-to-arc::before {
  content: "";
}
.fa-dumpster::before {
  content: "";
}
.fa-van-shuttle::before {
  content: "";
}
.fa-shuttle-van::before {
  content: "";
}
.fa-building-user::before {
  content: "";
}
.fa-light-switch::before {
  content: "";
}
.fa-square-caret-left::before {
  content: "";
}
.fa-caret-square-left::before {
  content: "";
}
.fa-highlighter::before {
  content: "";
}
.fa-wave-pulse::before {
  content: "";
}
.fa-heart-rate::before {
  content: "";
}
.fa-key::before {
  content: "";
}
.fa-hat-santa::before {
  content: "";
}
.fa-tamale::before {
  content: "";
}
.fa-box-check::before {
  content: "";
}
.fa-bullhorn::before {
  content: "";
}
.fa-steak::before {
  content: "";
}
.fa-location-crosshairs-slash::before {
  content: "";
}
.fa-location-slash::before {
  content: "";
}
.fa-person-dolly::before {
  content: "";
}
.fa-globe::before {
  content: "";
}
.fa-synagogue::before {
  content: "";
}
.fa-file-chart-column::before {
  content: "";
}
.fa-file-chart-line::before {
  content: "";
}
.fa-person-half-dress::before {
  content: "";
}
.fa-folder-image::before {
  content: "";
}
.fa-calendar-pen::before {
  content: "";
}
.fa-calendar-edit::before {
  content: "";
}
.fa-road-bridge::before {
  content: "";
}
.fa-face-smile-tear::before {
  content: "";
}
.fa-message-plus::before {
  content: "";
}
.fa-comment-alt-plus::before {
  content: "";
}
.fa-location-arrow::before {
  content: "";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "";
}
.fa-person-dress-fairy::before {
  content: "";
}
.fa-rectangle-history-circle-user::before {
  content: "";
}
.fa-building-lock::before {
  content: "";
}
.fa-chart-line-up::before {
  content: "";
}
.fa-mailbox::before {
  content: "";
}
.fa-sign-posts::before {
  content: "";
}
.fa-truck-bolt::before {
  content: "";
}
.fa-pizza-slice::before {
  content: "";
}
.fa-money-bill-wave::before {
  content: "";
}
.fa-chart-area::before {
  content: "";
}
.fa-area-chart::before {
  content: "";
}
.fa-house-flag::before {
  content: "";
}
.fa-circle-three-quarters-stroke::before {
  content: "";
}
.fa-person-circle-minus::before {
  content: "";
}
.fa-scalpel::before {
  content: "";
}
.fa-ban::before {
  content: "";
}
.fa-cancel::before {
  content: "";
}
.fa-bell-exclamation::before {
  content: "";
}
.fa-circle-bookmark::before {
  content: "";
}
.fa-bookmark-circle::before {
  content: "";
}
.fa-egg-fried::before {
  content: "";
}
.fa-face-weary::before {
  content: "";
}
.fa-uniform-martial-arts::before {
  content: "";
}
.fa-camera-rotate::before {
  content: "";
}
.fa-sun-dust::before {
  content: "";
}
.fa-comment-text::before {
  content: "";
}
.fa-spray-can-sparkles::before {
  content: "";
}
.fa-air-freshener::before {
  content: "";
}
.fa-signal-bars::before {
  content: "";
}
.fa-signal-alt::before {
  content: "";
}
.fa-signal-alt-4::before {
  content: "";
}
.fa-signal-bars-strong::before {
  content: "";
}
.fa-diamond-exclamation::before {
  content: "";
}
.fa-star::before {
  content: "";
}
.fa-dial-min::before {
  content: "";
}
.fa-repeat::before {
  content: "";
}
.fa-cross::before {
  content: "";
}
.fa-page-caret-down::before {
  content: "";
}
.fa-file-caret-down::before {
  content: "";
}
.fa-box::before {
  content: "";
}
.fa-venus-mars::before {
  content: "";
}
.fa-clock-seven-thirty::before {
  content: "";
}
.fa-arrow-pointer::before {
  content: "";
}
.fa-mouse-pointer::before {
  content: "";
}
.fa-clock-four-thirty::before {
  content: "";
}
.fa-signal-bars-good::before {
  content: "";
}
.fa-signal-alt-3::before {
  content: "";
}
.fa-cactus::before {
  content: "";
}
.fa-lightbulb-gear::before {
  content: "";
}
.fa-maximize::before {
  content: "";
}
.fa-expand-arrows-alt::before {
  content: "";
}
.fa-charging-station::before {
  content: "";
}
.fa-shapes::before {
  content: "";
}
.fa-triangle-circle-square::before {
  content: "";
}
.fa-plane-tail::before {
  content: "";
}
.fa-gauge-simple-max::before {
  content: "";
}
.fa-tachometer-fastest::before {
  content: "";
}
.fa-circle-u::before {
  content: "";
}
.fa-shield-slash::before {
  content: "";
}
.fa-square-phone-hangup::before {
  content: "";
}
.fa-phone-square-down::before {
  content: "";
}
.fa-arrow-up-left::before {
  content: "";
}
.fa-transporter-1::before {
  content: "";
}
.fa-peanuts::before {
  content: "";
}
.fa-shuffle::before {
  content: "";
}
.fa-random::before {
  content: "";
}
.fa-person-running::before {
  content: "";
}
.fa-running::before {
  content: "";
}
.fa-mobile-retro::before {
  content: "";
}
.fa-grip-lines-vertical::before {
  content: "";
}
.fa-bin-bottles-recycle::before {
  content: "";
}
.fa-arrow-up-from-square::before {
  content: "";
}
.fa-file-dashed-line::before {
  content: "";
}
.fa-page-break::before {
  content: "";
}
.fa-bracket-curly-right::before {
  content: "}";
}
.fa-spider::before {
  content: "";
}
.fa-clock-three::before {
  content: "";
}
.fa-hands-bound::before {
  content: "";
}
.fa-scalpel-line-dashed::before {
  content: "";
}
.fa-scalpel-path::before {
  content: "";
}
.fa-file-invoice-dollar::before {
  content: "";
}
.fa-pipe-smoking::before {
  content: "";
}
.fa-face-astonished::before {
  content: "";
}
.fa-window::before {
  content: "";
}
.fa-plane-circle-exclamation::before {
  content: "";
}
.fa-ear::before {
  content: "";
}
.fa-file-lock::before {
  content: "";
}
.fa-diagram-venn::before {
  content: "";
}
.fa-x-ray::before {
  content: "";
}
.fa-goal-net::before {
  content: "";
}
.fa-coffin-cross::before {
  content: "";
}
.fa-spell-check::before {
  content: "";
}
.fa-location-xmark::before {
  content: "";
}
.fa-map-marker-times::before {
  content: "";
}
.fa-map-marker-xmark::before {
  content: "";
}
.fa-circle-quarter-stroke::before {
  content: "";
}
.fa-lasso::before {
  content: "";
}
.fa-slash::before {
  content: "";
}
.fa-person-to-portal::before {
  content: "";
}
.fa-portal-enter::before {
  content: "";
}
.fa-calendar-star::before {
  content: "";
}
.fa-computer-mouse::before {
  content: "";
}
.fa-mouse::before {
  content: "";
}
.fa-arrow-right-to-bracket::before {
  content: "";
}
.fa-sign-in::before {
  content: "";
}
.fa-pegasus::before {
  content: "";
}
.fa-files-medical::before {
  content: "";
}
.fa-cannon::before {
  content: "";
}
.fa-nfc-lock::before {
  content: "";
}
.fa-person-ski-lift::before {
  content: "";
}
.fa-ski-lift::before {
  content: "";
}
.fa-square-6::before {
  content: "";
}
.fa-shop-slash::before {
  content: "";
}
.fa-store-alt-slash::before {
  content: "";
}
.fa-wind-turbine::before {
  content: "";
}
.fa-sliders-simple::before {
  content: "";
}
.fa-grid-round::before {
  content: "";
}
.fa-badge-sheriff::before {
  content: "";
}
.fa-server::before {
  content: "";
}
.fa-virus-covid-slash::before {
  content: "";
}
.fa-intersection::before {
  content: "";
}
.fa-shop-lock::before {
  content: "";
}
.fa-family::before {
  content: "";
}
.fa-hourglass-start::before {
  content: "";
}
.fa-hourglass-1::before {
  content: "";
}
.fa-user-hair-buns::before {
  content: "";
}
.fa-blender-phone::before {
  content: "";
}
.fa-hourglass-clock::before {
  content: "";
}
.fa-person-seat-reclined::before {
  content: "";
}
.fa-paper-plane-top::before {
  content: "";
}
.fa-paper-plane-alt::before {
  content: "";
}
.fa-send::before {
  content: "";
}
.fa-message-arrow-up::before {
  content: "";
}
.fa-comment-alt-arrow-up::before {
  content: "";
}
.fa-lightbulb-exclamation::before {
  content: "";
}
.fa-layer-minus::before {
  content: "";
}
.fa-layer-group-minus::before {
  content: "";
}
.fa-chart-pie-simple-circle-currency::before {
  content: "";
}
.fa-circle-e::before {
  content: "";
}
.fa-building-wheat::before {
  content: "";
}
.fa-gauge-max::before {
  content: "";
}
.fa-tachometer-alt-fastest::before {
  content: "";
}
.fa-person-breastfeeding::before {
  content: "";
}
.fa-apostrophe::before {
  content: "'";
}
.fa-file-png::before {
  content: "";
}
.fa-fire-hydrant::before {
  content: "";
}
.fa-right-to-bracket::before {
  content: "";
}
.fa-sign-in-alt::before {
  content: "";
}
.fa-video-plus::before {
  content: "";
}
.fa-square-right::before {
  content: "";
}
.fa-arrow-alt-square-right::before {
  content: "";
}
.fa-comment-smile::before {
  content: "";
}
.fa-venus::before {
  content: "";
}
.fa-passport::before {
  content: "";
}
.fa-inbox-in::before {
  content: "";
}
.fa-inbox-arrow-down::before {
  content: "";
}
.fa-heart-pulse::before {
  content: "";
}
.fa-heartbeat::before {
  content: "";
}
.fa-circle-8::before {
  content: "";
}
.fa-clouds-moon::before {
  content: "";
}
.fa-clock-ten-thirty::before {
  content: "";
}
.fa-people-carry-box::before {
  content: "";
}
.fa-people-carry::before {
  content: "";
}
.fa-folder-user::before {
  content: "";
}
.fa-trash-can-xmark::before {
  content: "";
}
.fa-temperature-high::before {
  content: "";
}
.fa-microchip::before {
  content: "";
}
.fa-left-long-to-line::before {
  content: "";
}
.fa-crown::before {
  content: "";
}
.fa-weight-hanging::before {
  content: "";
}
.fa-xmarks-lines::before {
  content: "";
}
.fa-file-prescription::before {
  content: "";
}
.fa-calendar-range::before {
  content: "";
}
.fa-flower-daffodil::before {
  content: "";
}
.fa-hand-back-point-up::before {
  content: "";
}
.fa-weight-scale::before {
  content: "";
}
.fa-weight::before {
  content: "";
}
.fa-arrow-up-to-arc::before {
  content: "";
}
.fa-star-exclamation::before {
  content: "";
}
.fa-books::before {
  content: "";
}
.fa-user-group::before {
  content: "";
}
.fa-user-friends::before {
  content: "";
}
.fa-arrow-up-a-z::before {
  content: "";
}
.fa-sort-alpha-up::before {
  content: "";
}
.fa-layer-plus::before {
  content: "";
}
.fa-layer-group-plus::before {
  content: "";
}
.fa-play-pause::before {
  content: "";
}
.fa-block-question::before {
  content: "";
}
.fa-snooze::before {
  content: "";
}
.fa-zzz::before {
  content: "";
}
.fa-scanner-image::before {
  content: "";
}
.fa-tv-retro::before {
  content: "";
}
.fa-square-t::before {
  content: "";
}
.fa-farm::before {
  content: "";
}
.fa-barn-silo::before {
  content: "";
}
.fa-chess-knight::before {
  content: "";
}
.fa-bars-sort::before {
  content: "";
}
.fa-pallet-boxes::before {
  content: "";
}
.fa-palette-boxes::before {
  content: "";
}
.fa-pallet-alt::before {
  content: "";
}
.fa-face-laugh-squint::before {
  content: "";
}
.fa-laugh-squint::before {
  content: "";
}
.fa-code-simple::before {
  content: "";
}
.fa-bolt-slash::before {
  content: "";
}
.fa-panel-fire::before {
  content: "";
}
.fa-binary-circle-check::before {
  content: "";
}
.fa-comment-minus::before {
  content: "";
}
.fa-burrito::before {
  content: "";
}
.fa-violin::before {
  content: "";
}
.fa-objects-column::before {
  content: "";
}
.fa-square-chevron-down::before {
  content: "";
}
.fa-chevron-square-down::before {
  content: "";
}
.fa-comment-plus::before {
  content: "";
}
.fa-triangle-instrument::before {
  content: "";
}
.fa-triangle-music::before {
  content: "";
}
.fa-wheelchair::before {
  content: "";
}
.fa-user-pilot-tie::before {
  content: "";
}
.fa-piano-keyboard::before {
  content: "";
}
.fa-bed-empty::before {
  content: "";
}
.fa-circle-arrow-up::before {
  content: "";
}
.fa-arrow-circle-up::before {
  content: "";
}
.fa-toggle-on::before {
  content: "";
}
.fa-rectangle-vertical::before {
  content: "";
}
.fa-rectangle-portrait::before {
  content: "";
}
.fa-person-walking::before {
  content: "";
}
.fa-walking::before {
  content: "";
}
.fa-l::before {
  content: "L";
}
.fa-signal-stream::before {
  content: "";
}
.fa-down-to-bracket::before {
  content: "";
}
.fa-circle-z::before {
  content: "";
}
.fa-stars::before {
  content: "";
}
.fa-fire::before {
  content: "";
}
.fa-bed-pulse::before {
  content: "";
}
.fa-procedures::before {
  content: "";
}
.fa-house-day::before {
  content: "";
}
.fa-shuttle-space::before {
  content: "";
}
.fa-space-shuttle::before {
  content: "";
}
.fa-shirt-long-sleeve::before {
  content: "";
}
.fa-chart-pie-simple::before {
  content: "";
}
.fa-chart-pie-alt::before {
  content: "";
}
.fa-face-laugh::before {
  content: "";
}
.fa-laugh::before {
  content: "";
}
.fa-folder-open::before {
  content: "";
}
.fa-album-collection-circle-user::before {
  content: "";
}
.fa-candy::before {
  content: "";
}
.fa-bowl-hot::before {
  content: "";
}
.fa-soup::before {
  content: "";
}
.fa-flatbread::before {
  content: "";
}
.fa-heart-circle-plus::before {
  content: "";
}
.fa-code-fork::before {
  content: "";
}
.fa-city::before {
  content: "";
}
.fa-signal-bars-weak::before {
  content: "";
}
.fa-signal-alt-1::before {
  content: "";
}
.fa-microphone-lines::before {
  content: "";
}
.fa-microphone-alt::before {
  content: "";
}
.fa-clock-twelve::before {
  content: "";
}
.fa-pepper-hot::before {
  content: "";
}
.fa-citrus-slice::before {
  content: "";
}
.fa-sheep::before {
  content: "";
}
.fa-unlock::before {
  content: "";
}
.fa-colon-sign::before {
  content: "";
}
.fa-headset::before {
  content: "";
}
.fa-badger-honey::before {
  content: "";
}
.fa-h4::before {
  content: "";
}
.fa-store-slash::before {
  content: "";
}
.fa-road-circle-xmark::before {
  content: "";
}
.fa-signal-slash::before {
  content: "";
}
.fa-user-minus::before {
  content: "";
}
.fa-mars-stroke-up::before {
  content: "";
}
.fa-mars-stroke-v::before {
  content: "";
}
.fa-champagne-glasses::before {
  content: "";
}
.fa-glass-cheers::before {
  content: "";
}
.fa-taco::before {
  content: "";
}
.fa-hexagon-plus::before {
  content: "";
}
.fa-plus-hexagon::before {
  content: "";
}
.fa-clipboard::before {
  content: "";
}
.fa-house-circle-exclamation::before {
  content: "";
}
.fa-file-arrow-up::before {
  content: "";
}
.fa-file-upload::before {
  content: "";
}
.fa-wifi::before {
  content: "";
}
.fa-wifi-3::before {
  content: "";
}
.fa-wifi-strong::before {
  content: "";
}
.fa-messages::before {
  content: "";
}
.fa-comments-alt::before {
  content: "";
}
.fa-bath::before {
  content: "";
}
.fa-bathtub::before {
  content: "";
}
.fa-umbrella-simple::before {
  content: "";
}
.fa-umbrella-alt::before {
  content: "";
}
.fa-rectangle-history-circle-plus::before {
  content: "";
}
.fa-underline::before {
  content: "";
}
.fa-prescription-bottle-pill::before {
  content: "";
}
.fa-user-pen::before {
  content: "";
}
.fa-user-edit::before {
  content: "";
}
.fa-binary-slash::before {
  content: "";
}
.fa-square-o::before {
  content: "";
}
.fa-signature::before {
  content: "";
}
.fa-stroopwafel::before {
  content: "";
}
.fa-bold::before {
  content: "";
}
.fa-anchor-lock::before {
  content: "";
}
.fa-building-ngo::before {
  content: "";
}
.fa-transporter-3::before {
  content: "";
}
.fa-engine-warning::before {
  content: "";
}
.fa-engine-exclamation::before {
  content: "";
}
.fa-circle-down-right::before {
  content: "";
}
.fa-square-k::before {
  content: "";
}
.fa-manat-sign::before {
  content: "";
}
.fa-money-check-pen::before {
  content: "";
}
.fa-money-check-edit::before {
  content: "";
}
.fa-not-equal::before {
  content: "";
}
.fa-border-top-left::before {
  content: "";
}
.fa-border-style::before {
  content: "";
}
.fa-map-location-dot::before {
  content: "";
}
.fa-map-marked-alt::before {
  content: "";
}
.fa-tilde::before {
  content: "~";
}
.fa-jedi::before {
  content: "";
}
.fa-square-poll-vertical::before {
  content: "";
}
.fa-poll::before {
  content: "";
}
.fa-arrow-down-square-triangle::before {
  content: "";
}
.fa-sort-shapes-down-alt::before {
  content: "";
}
.fa-mug-hot::before {
  content: "";
}
.fa-dog-leashed::before {
  content: "";
}
.fa-car-battery::before {
  content: "";
}
.fa-battery-car::before {
  content: "";
}
.fa-face-downcast-sweat::before {
  content: "";
}
.fa-mailbox-flag-up::before {
  content: "";
}
.fa-memo-circle-info::before {
  content: "";
}
.fa-gift::before {
  content: "";
}
.fa-dice-two::before {
  content: "";
}
.fa-volume::before {
  content: "";
}
.fa-volume-medium::before {
  content: "";
}
.fa-transporter-5::before {
  content: "";
}
.fa-gauge-circle-bolt::before {
  content: "";
}
.fa-coin-front::before {
  content: "";
}
.fa-file-slash::before {
  content: "";
}
.fa-message-arrow-up-right::before {
  content: "";
}
.fa-treasure-chest::before {
  content: "";
}
.fa-chess-queen::before {
  content: "";
}
.fa-paintbrush-fine::before {
  content: "";
}
.fa-paint-brush-alt::before {
  content: "";
}
.fa-paint-brush-fine::before {
  content: "";
}
.fa-paintbrush-alt::before {
  content: "";
}
.fa-glasses::before {
  content: "";
}
.fa-hood-cloak::before {
  content: "";
}
.fa-square-quote::before {
  content: "";
}
.fa-up-left::before {
  content: "";
}
.fa-bring-front::before {
  content: "";
}
.fa-chess-board::before {
  content: "";
}
.fa-burger-cheese::before {
  content: "";
}
.fa-cheeseburger::before {
  content: "";
}
.fa-building-circle-check::before {
  content: "";
}
.fa-repeat-1::before {
  content: "";
}
.fa-arrow-down-to-line::before {
  content: "";
}
.fa-arrow-to-bottom::before {
  content: "";
}
.fa-grid-5::before {
  content: "";
}
.fa-swap-arrows::before {
  content: "";
}
.fa-right-long-to-line::before {
  content: "";
}
.fa-person-chalkboard::before {
  content: "";
}
.fa-mars-stroke-right::before {
  content: "";
}
.fa-mars-stroke-h::before {
  content: "";
}
.fa-hand-back-fist::before {
  content: "";
}
.fa-hand-rock::before {
  content: "";
}
.fa-grid-round-5::before {
  content: "";
}
.fa-tally::before {
  content: "";
}
.fa-tally-5::before {
  content: "";
}
.fa-square-caret-up::before {
  content: "";
}
.fa-caret-square-up::before {
  content: "";
}
.fa-cloud-showers-water::before {
  content: "";
}
.fa-chart-bar::before {
  content: "";
}
.fa-bar-chart::before {
  content: "";
}
.fa-hands-bubbles::before {
  content: "";
}
.fa-hands-wash::before {
  content: "";
}
.fa-less-than-equal::before {
  content: "";
}
.fa-train::before {
  content: "";
}
.fa-up-from-dotted-line::before {
  content: "";
}
.fa-eye-low-vision::before {
  content: "";
}
.fa-low-vision::before {
  content: "";
}
.fa-traffic-light-go::before {
  content: "";
}
.fa-face-exhaling::before {
  content: "";
}
.fa-sensor-fire::before {
  content: "";
}
.fa-user-unlock::before {
  content: "";
}
.fa-hexagon-divide::before {
  content: "";
}
.fa-00::before {
  content: "";
}
.fa-crow::before {
  content: "";
}
.fa-cassette-betamax::before {
  content: "";
}
.fa-betamax::before {
  content: "";
}
.fa-sailboat::before {
  content: "";
}
.fa-window-restore::before {
  content: "";
}
.fa-nfc-magnifying-glass::before {
  content: "";
}
.fa-file-binary::before {
  content: "";
}
.fa-circle-v::before {
  content: "";
}
.fa-square-plus::before {
  content: "";
}
.fa-plus-square::before {
  content: "";
}
.fa-bowl-scoops::before {
  content: "";
}
.fa-mistletoe::before {
  content: "";
}
.fa-custard::before {
  content: "";
}
.fa-lacrosse-stick::before {
  content: "";
}
.fa-hockey-mask::before {
  content: "";
}
.fa-sunrise::before {
  content: "";
}
.fa-subtitles::before {
  content: "";
}
.fa-panel-ews::before {
  content: "";
}
.fa-torii-gate::before {
  content: "";
}
.fa-cloud-exclamation::before {
  content: "";
}
.fa-message-lines::before {
  content: "";
}
.fa-comment-alt-lines::before {
  content: "";
}
.fa-frog::before {
  content: "";
}
.fa-bucket::before {
  content: "";
}
.fa-floppy-disk-pen::before {
  content: "";
}
.fa-image::before {
  content: "";
}
.fa-window-frame::before {
  content: "";
}
.fa-microphone::before {
  content: "";
}
.fa-cow::before {
  content: "";
}
.fa-file-zip::before {
  content: "";
}
.fa-square-ring::before {
  content: "";
}
.fa-down-from-line::before {
  content: "";
}
.fa-arrow-alt-from-top::before {
  content: "";
}
.fa-caret-up::before {
  content: "";
}
.fa-shield-xmark::before {
  content: "";
}
.fa-shield-times::before {
  content: "";
}
.fa-screwdriver::before {
  content: "";
}
.fa-circle-sort-down::before {
  content: "";
}
.fa-sort-circle-down::before {
  content: "";
}
.fa-folder-closed::before {
  content: "";
}
.fa-house-tsunami::before {
  content: "";
}
.fa-square-nfi::before {
  content: "";
}
.fa-forklift::before {
  content: "";
}
.fa-arrow-up-from-ground-water::before {
  content: "";
}
.fa-bracket-square-right::before {
  content: "]";
}
.fa-martini-glass::before {
  content: "";
}
.fa-glass-martini-alt::before {
  content: "";
}
.fa-rotate-left::before {
  content: "";
}
.fa-rotate-back::before {
  content: "";
}
.fa-rotate-backward::before {
  content: "";
}
.fa-undo-alt::before {
  content: "";
}
.fa-table-columns::before {
  content: "";
}
.fa-columns::before {
  content: "";
}
.fa-square-a::before {
  content: "";
}
.fa-tick::before {
  content: "";
}
.fa-lemon::before {
  content: "";
}
.fa-head-side-mask::before {
  content: "";
}
.fa-handshake::before {
  content: "";
}
.fa-gem::before {
  content: "";
}
.fa-dolly::before {
  content: "";
}
.fa-dolly-box::before {
  content: "";
}
.fa-smoking::before {
  content: "";
}
.fa-minimize::before {
  content: "";
}
.fa-compress-arrows-alt::before {
  content: "";
}
.fa-refrigerator::before {
  content: "";
}
.fa-monument::before {
  content: "";
}
.fa-octagon-xmark::before {
  content: "";
}
.fa-times-octagon::before {
  content: "";
}
.fa-xmark-octagon::before {
  content: "";
}
.fa-align-slash::before {
  content: "";
}
.fa-snowplow::before {
  content: "";
}
.fa-angles-right::before {
  content: "";
}
.fa-angle-double-right::before {
  content: "";
}
.fa-truck-ramp-couch::before {
  content: "";
}
.fa-truck-couch::before {
  content: "";
}
.fa-cannabis::before {
  content: "";
}
.fa-circle-play::before {
  content: "";
}
.fa-play-circle::before {
  content: "";
}
.fa-arrow-up-right-and-arrow-down-left-from-center::before {
  content: "";
}
.fa-location-arrow-up::before {
  content: "";
}
.fa-tablets::before {
  content: "";
}
.fa-360-degrees::before {
  content: "";
}
.fa-ethernet::before {
  content: "";
}
.fa-euro-sign::before {
  content: "";
}
.fa-eur::before {
  content: "";
}
.fa-euro::before {
  content: "";
}
.fa-chair::before {
  content: "";
}
.fa-circle-check::before {
  content: "";
}
.fa-check-circle::before {
  content: "";
}
.fa-square-dashed-circle-plus::before {
  content: "";
}
.fa-hand-holding-circle-dollar::before {
  content: "";
}
.fa-money-simple-from-bracket::before {
  content: "";
}
.fa-bat::before {
  content: "";
}
.fa-circle-stop::before {
  content: "";
}
.fa-stop-circle::before {
  content: "";
}
.fa-head-side-headphones::before {
  content: "";
}
.fa-phone-rotary::before {
  content: "";
}
.fa-compass-drafting::before {
  content: "";
}
.fa-drafting-compass::before {
  content: "";
}
.fa-plate-wheat::before {
  content: "";
}
.fa-calendar-circle-minus::before {
  content: "";
}
.fa-chopsticks::before {
  content: "";
}
.fa-car-wrench::before {
  content: "";
}
.fa-car-mechanic::before {
  content: "";
}
.fa-icicles::before {
  content: "";
}
.fa-person-shelter::before {
  content: "";
}
.fa-neuter::before {
  content: "";
}
.fa-id-badge::before {
  content: "";
}
.fa-kazoo::before {
  content: "";
}
.fa-marker::before {
  content: "";
}
.fa-bin-bottles::before {
  content: "";
}
.fa-face-laugh-beam::before {
  content: "";
}
.fa-laugh-beam::before {
  content: "";
}
.fa-square-arrow-down-left::before {
  content: "";
}
.fa-battery-bolt::before {
  content: "";
}
.fa-tree-large::before {
  content: "";
}
.fa-helicopter-symbol::before {
  content: "";
}
.fa-aperture::before {
  content: "";
}
.fa-universal-access::before {
  content: "";
}
.fa-gear-complex::before {
  content: "";
}
.fa-file-magnifying-glass::before {
  content: "";
}
.fa-file-search::before {
  content: "";
}
.fa-up-right::before {
  content: "";
}
.fa-circle-chevron-up::before {
  content: "";
}
.fa-chevron-circle-up::before {
  content: "";
}
.fa-user-police::before {
  content: "";
}
.fa-lari-sign::before {
  content: "";
}
.fa-volcano::before {
  content: "";
}
.fa-teddy-bear::before {
  content: "";
}
.fa-stocking::before {
  content: "";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "";
}
.fa-image-slash::before {
  content: "";
}
.fa-mask-snorkel::before {
  content: "";
}
.fa-smoke::before {
  content: "";
}
.fa-sterling-sign::before {
  content: "";
}
.fa-gbp::before {
  content: "";
}
.fa-pound-sign::before {
  content: "";
}
.fa-battery-exclamation::before {
  content: "";
}
.fa-viruses::before {
  content: "";
}
.fa-square-person-confined::before {
  content: "";
}
.fa-user-tie::before {
  content: "";
}
.fa-arrow-down-long::before {
  content: "";
}
.fa-long-arrow-down::before {
  content: "";
}
.fa-tent-arrow-down-to-line::before {
  content: "";
}
.fa-certificate::before {
  content: "";
}
.fa-crystal-ball::before {
  content: "";
}
.fa-reply-all::before {
  content: "";
}
.fa-mail-reply-all::before {
  content: "";
}
.fa-suitcase::before {
  content: "";
}
.fa-person-skating::before {
  content: "";
}
.fa-skating::before {
  content: "";
}
.fa-star-shooting::before {
  content: "";
}
.fa-binary-lock::before {
  content: "";
}
.fa-filter-circle-dollar::before {
  content: "";
}
.fa-funnel-dollar::before {
  content: "";
}
.fa-camera-retro::before {
  content: "";
}
.fa-circle-arrow-down::before {
  content: "";
}
.fa-arrow-circle-down::before {
  content: "";
}
.fa-comment-pen::before {
  content: "";
}
.fa-comment-edit::before {
  content: "";
}
.fa-file-import::before {
  content: "";
}
.fa-arrow-right-to-file::before {
  content: "";
}
.fa-banjo::before {
  content: "";
}
.fa-square-arrow-up-right::before {
  content: "";
}
.fa-external-link-square::before {
  content: "";
}
.fa-light-emergency-on::before {
  content: "";
}
.fa-kerning::before {
  content: "";
}
.fa-box-open::before {
  content: "";
}
.fa-square-f::before {
  content: "";
}
.fa-scroll::before {
  content: "";
}
.fa-spa::before {
  content: "";
}
.fa-arrow-left-from-line::before {
  content: "";
}
.fa-arrow-from-right::before {
  content: "";
}
.fa-strawberry::before {
  content: "";
}
.fa-location-pin-lock::before {
  content: "";
}
.fa-pause::before {
  content: "";
}
.fa-clock-eight-thirty::before {
  content: "";
}
.fa-plane-engines::before {
  content: "";
}
.fa-plane-alt::before {
  content: "";
}
.fa-hill-avalanche::before {
  content: "";
}
.fa-temperature-empty::before {
  content: "";
}
.fa-temperature-0::before {
  content: "";
}
.fa-thermometer-0::before {
  content: "";
}
.fa-thermometer-empty::before {
  content: "";
}
.fa-bomb::before {
  content: "";
}
.fa-gauge-low::before {
  content: "";
}
.fa-tachometer-alt-slow::before {
  content: "";
}
.fa-registered::before {
  content: "";
}
.fa-trash-can-plus::before {
  content: "";
}
.fa-address-card::before {
  content: "";
}
.fa-contact-card::before {
  content: "";
}
.fa-vcard::before {
  content: "";
}
.fa-scale-unbalanced-flip::before {
  content: "";
}
.fa-balance-scale-right::before {
  content: "";
}
.fa-globe-snow::before {
  content: "";
}
.fa-subscript::before {
  content: "";
}
.fa-diamond-turn-right::before {
  content: "";
}
.fa-directions::before {
  content: "";
}
.fa-integral::before {
  content: "";
}
.fa-burst::before {
  content: "";
}
.fa-house-laptop::before {
  content: "";
}
.fa-laptop-house::before {
  content: "";
}
.fa-face-tired::before {
  content: "";
}
.fa-tired::before {
  content: "";
}
.fa-money-bills::before {
  content: "";
}
.fa-blinds-raised::before {
  content: "";
}
.fa-smog::before {
  content: "";
}
.fa-ufo-beam::before {
  content: "";
}
.fa-circle-caret-up::before {
  content: "";
}
.fa-caret-circle-up::before {
  content: "";
}
.fa-user-vneck-hair-long::before {
  content: "";
}
.fa-square-a-lock::before {
  content: "";
}
.fa-crutch::before {
  content: "";
}
.fa-gas-pump-slash::before {
  content: "";
}
.fa-cloud-arrow-up::before {
  content: "";
}
.fa-cloud-upload::before {
  content: "";
}
.fa-cloud-upload-alt::before {
  content: "";
}
.fa-palette::before {
  content: "";
}
.fa-transporter-4::before {
  content: "";
}
.fa-chart-mixed-up-circle-currency::before {
  content: "";
}
.fa-objects-align-right::before {
  content: "";
}
.fa-arrows-turn-right::before {
  content: "";
}
.fa-vest::before {
  content: "";
}
.fa-pig::before {
  content: "";
}
.fa-inbox-full::before {
  content: "";
}
.fa-circle-envelope::before {
  content: "";
}
.fa-envelope-circle::before {
  content: "";
}
.fa-triangle-person-digging::before {
  content: "";
}
.fa-construction::before {
  content: "";
}
.fa-ferry::before {
  content: "";
}
.fa-bullseye-arrow::before {
  content: "";
}
.fa-arrows-down-to-people::before {
  content: "";
}
.fa-seedling::before {
  content: "";
}
.fa-sprout::before {
  content: "";
}
.fa-clock-seven::before {
  content: "";
}
.fa-left-right::before {
  content: "";
}
.fa-arrows-alt-h::before {
  content: "";
}
.fa-boxes-packing::before {
  content: "";
}
.fa-circle-arrow-left::before {
  content: "";
}
.fa-arrow-circle-left::before {
  content: "";
}
.fa-flashlight::before {
  content: "";
}
.fa-file-jpg::before {
  content: "";
}
.fa-group-arrows-rotate::before {
  content: "";
}
.fa-bowl-food::before {
  content: "";
}
.fa-square-9::before {
  content: "";
}
.fa-candy-cane::before {
  content: "";
}
.fa-arrow-down-wide-short::before {
  content: "";
}
.fa-sort-amount-asc::before {
  content: "";
}
.fa-sort-amount-down::before {
  content: "";
}
.fa-square-dollar::before {
  content: "";
}
.fa-dollar-square::before {
  content: "";
}
.fa-usd-square::before {
  content: "";
}
.fa-phone-arrow-right::before {
  content: "";
}
.fa-hand-holding-seedling::before {
  content: "";
}
.fa-message-check::before {
  content: "";
}
.fa-comment-alt-check::before {
  content: "";
}
.fa-cloud-bolt::before {
  content: "";
}
.fa-thunderstorm::before {
  content: "";
}
.fa-chart-line-up-down::before {
  content: "";
}
.fa-text-slash::before {
  content: "";
}
.fa-remove-format::before {
  content: "";
}
.fa-watch::before {
  content: "";
}
.fa-circle-down-left::before {
  content: "";
}
.fa-text::before {
  content: "";
}
.fa-projector::before {
  content: "";
}
.fa-face-smile-wink::before {
  content: "";
}
.fa-smile-wink::before {
  content: "";
}
.fa-tombstone-blank::before {
  content: "";
}
.fa-tombstone-alt::before {
  content: "";
}
.fa-chess-king-piece::before {
  content: "";
}
.fa-chess-king-alt::before {
  content: "";
}
.fa-circle-6::before {
  content: "";
}
.fa-waves-sine::before {
  content: "";
}
.fa-left::before {
  content: "";
}
.fa-arrow-alt-left::before {
  content: "";
}
.fa-file-word::before {
  content: "";
}
.fa-file-powerpoint::before {
  content: "";
}
.fa-square-down::before {
  content: "";
}
.fa-arrow-alt-square-down::before {
  content: "";
}
.fa-objects-align-center-vertical::before {
  content: "";
}
.fa-arrows-left-right::before {
  content: "";
}
.fa-arrows-h::before {
  content: "";
}
.fa-house-lock::before {
  content: "";
}
.fa-cloud-arrow-down::before {
  content: "";
}
.fa-cloud-download::before {
  content: "";
}
.fa-cloud-download-alt::before {
  content: "";
}
.fa-wreath::before {
  content: "";
}
.fa-children::before {
  content: "";
}
.fa-meter-droplet::before {
  content: "";
}
.fa-chalkboard::before {
  content: "";
}
.fa-blackboard::before {
  content: "";
}
.fa-user-large-slash::before {
  content: "";
}
.fa-user-alt-slash::before {
  content: "";
}
.fa-signal-strong::before {
  content: "";
}
.fa-signal-4::before {
  content: "";
}
.fa-lollipop::before {
  content: "";
}
.fa-lollypop::before {
  content: "";
}
.fa-list-tree::before {
  content: "";
}
.fa-envelope-open::before {
  content: "";
}
.fa-draw-circle::before {
  content: "";
}
.fa-cat-space::before {
  content: "";
}
.fa-handshake-simple-slash::before {
  content: "";
}
.fa-handshake-alt-slash::before {
  content: "";
}
.fa-rabbit-running::before {
  content: "";
}
.fa-rabbit-fast::before {
  content: "";
}
.fa-memo-pad::before {
  content: "";
}
.fa-mattress-pillow::before {
  content: "";
}
.fa-alarm-plus::before {
  content: "";
}
.fa-alicorn::before {
  content: "";
}
.fa-comment-question::before {
  content: "";
}
.fa-gingerbread-man::before {
  content: "";
}
.fa-guarani-sign::before {
  content: "";
}
.fa-burger-fries::before {
  content: "";
}
.fa-mug-tea::before {
  content: "";
}
.fa-border-top::before {
  content: "";
}
.fa-arrows-rotate::before {
  content: "";
}
.fa-refresh::before {
  content: "";
}
.fa-sync::before {
  content: "";
}
.fa-circle-book-open::before {
  content: "";
}
.fa-book-circle::before {
  content: "";
}
.fa-arrows-to-dotted-line::before {
  content: "";
}
.fa-fire-extinguisher::before {
  content: "";
}
.fa-magnifying-glass-arrows-rotate::before {
  content: "";
}
.fa-garage-open::before {
  content: "";
}
.fa-shelves-empty::before {
  content: "";
}
.fa-cruzeiro-sign::before {
  content: "";
}
.fa-watch-apple::before {
  content: "";
}
.fa-watch-calculator::before {
  content: "";
}
.fa-list-dropdown::before {
  content: "";
}
.fa-cabinet-filing::before {
  content: "";
}
.fa-burger-soda::before {
  content: "";
}
.fa-square-arrow-up::before {
  content: "";
}
.fa-arrow-square-up::before {
  content: "";
}
.fa-greater-than-equal::before {
  content: "";
}
.fa-pallet-box::before {
  content: "";
}
.fa-face-confounded::before {
  content: "";
}
.fa-shield-halved::before {
  content: "";
}
.fa-shield-alt::before {
  content: "";
}
.fa-truck-plow::before {
  content: "";
}
.fa-book-atlas::before {
  content: "";
}
.fa-atlas::before {
  content: "";
}
.fa-virus::before {
  content: "";
}
.fa-grid-round-2::before {
  content: "";
}
.fa-comment-middle-top::before {
  content: "";
}
.fa-wave::before {
  content: "";
}
.fa-envelope-circle-check::before {
  content: "";
}
.fa-layer-group::before {
  content: "";
}
.fa-restroom-simple::before {
  content: "";
}
.fa-arrows-to-dot::before {
  content: "";
}
.fa-border-outer::before {
  content: "";
}
.fa-hashtag-lock::before {
  content: "";
}
.fa-clock-two-thirty::before {
  content: "";
}
.fa-archway::before {
  content: "";
}
.fa-heart-circle-check::before {
  content: "";
}
.fa-house-chimney-crack::before {
  content: "";
}
.fa-house-damage::before {
  content: "";
}
.fa-file-zipper::before {
  content: "";
}
.fa-file-archive::before {
  content: "";
}
.fa-ticket-perforated::before {
  content: "";
}
.fa-heart-half::before {
  content: "";
}
.fa-comment-check::before {
  content: "";
}
.fa-square::before {
  content: "";
}
.fa-memo::before {
  content: "";
}
.fa-martini-glass-empty::before {
  content: "";
}
.fa-glass-martini::before {
  content: "";
}
.fa-couch::before {
  content: "";
}
.fa-cedi-sign::before {
  content: "";
}
.fa-italic::before {
  content: "";
}
.fa-glass-citrus::before {
  content: "";
}
.fa-calendar-lines-pen::before {
  content: "";
}
.fa-church::before {
  content: "";
}
.fa-person-snowmobiling::before {
  content: "";
}
.fa-snowmobile::before {
  content: "";
}
.fa-face-hushed::before {
  content: "";
}
.fa-comments-dollar::before {
  content: "";
}
.fa-tickets-simple::before {
  content: "";
}
.fa-pickaxe::before {
  content: "";
}
.fa-link-simple-slash::before {
  content: "";
}
.fa-democrat::before {
  content: "";
}
.fa-face-confused::before {
  content: "";
}
.fa-pinball::before {
  content: "";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "";
}
.fa-skiing::before {
  content: "";
}
.fa-deer::before {
  content: "";
}
.fa-input-pipe::before {
  content: "";
}
.fa-road-lock::before {
  content: "";
}
.fa-a::before {
  content: "A";
}
.fa-bookmark-slash::before {
  content: "";
}
.fa-temperature-arrow-down::before {
  content: "";
}
.fa-temperature-down::before {
  content: "";
}
.fa-mace::before {
  content: "";
}
.fa-feather-pointed::before {
  content: "";
}
.fa-feather-alt::before {
  content: "";
}
.fa-sausage::before {
  content: "";
}
.fa-trash-can-clock::before {
  content: "";
}
.fa-p::before {
  content: "P";
}
.fa-broom-wide::before {
  content: "";
}
.fa-snowflake::before {
  content: "";
}
.fa-stomach::before {
  content: "";
}
.fa-newspaper::before {
  content: "";
}
.fa-rectangle-ad::before {
  content: "";
}
.fa-ad::before {
  content: "";
}
.fa-guitar-electric::before {
  content: "";
}
.fa-arrow-turn-down-right::before {
  content: "";
}
.fa-moon-cloud::before {
  content: "";
}
.fa-bread-slice-butter::before {
  content: "";
}
.fa-circle-arrow-right::before {
  content: "";
}
.fa-arrow-circle-right::before {
  content: "";
}
.fa-user-group-crown::before {
  content: "";
}
.fa-users-crown::before {
  content: "";
}
.fa-circle-i::before {
  content: "";
}
.fa-toilet-paper-check::before {
  content: "";
}
.fa-filter-circle-xmark::before {
  content: "";
}
.fa-locust::before {
  content: "";
}
.fa-sort::before {
  content: "";
}
.fa-unsorted::before {
  content: "";
}
.fa-list-ol::before {
  content: "";
}
.fa-list-1-2::before {
  content: "";
}
.fa-list-numeric::before {
  content: "";
}
.fa-chart-waterfall::before {
  content: "";
}
.fa-sparkle::before {
  content: "";
}
.fa-face-party::before {
  content: "";
}
.fa-kidneys::before {
  content: "";
}
.fa-wifi-exclamation::before {
  content: "";
}
.fa-chart-network::before {
  content: "";
}
.fa-person-dress-burst::before {
  content: "";
}
.fa-dice-d4::before {
  content: "";
}
.fa-money-check-dollar::before {
  content: "";
}
.fa-money-check-alt::before {
  content: "";
}
.fa-vector-square::before {
  content: "";
}
.fa-bread-slice::before {
  content: "";
}
.fa-language::before {
  content: "";
}
.fa-wheat-awn-slash::before {
  content: "";
}
.fa-face-kiss-wink-heart::before {
  content: "";
}
.fa-kiss-wink-heart::before {
  content: "";
}
.fa-dagger::before {
  content: "";
}
.fa-podium::before {
  content: "";
}
.fa-memo-circle-check::before {
  content: "";
}
.fa-route-highway::before {
  content: "";
}
.fa-down-to-line::before {
  content: "";
}
.fa-arrow-alt-to-bottom::before {
  content: "";
}
.fa-filter::before {
  content: "";
}
.fa-square-g::before {
  content: "";
}
.fa-circle-phone::before {
  content: "";
}
.fa-phone-circle::before {
  content: "";
}
.fa-clipboard-prescription::before {
  content: "";
}
.fa-user-nurse-hair::before {
  content: "";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "";
}
.fa-toggle-large-on::before {
  content: "";
}
.fa-up-down-left-right::before {
  content: "";
}
.fa-arrows-alt::before {
  content: "";
}
.fa-dryer-heat::before {
  content: "";
}
.fa-dryer-alt::before {
  content: "";
}
.fa-house-chimney-user::before {
  content: "";
}
.fa-hand-holding-heart::before {
  content: "";
}
.fa-arrow-up-small-big::before {
  content: "";
}
.fa-sort-size-up-alt::before {
  content: "";
}
.fa-train-track::before {
  content: "";
}
.fa-puzzle-piece::before {
  content: "";
}
.fa-money-check::before {
  content: "";
}
.fa-star-half-stroke::before {
  content: "";
}
.fa-star-half-alt::before {
  content: "";
}
.fa-file-exclamation::before {
  content: "";
}
.fa-code::before {
  content: "";
}
.fa-whiskey-glass::before {
  content: "";
}
.fa-glass-whiskey::before {
  content: "";
}
.fa-moon-stars::before {
  content: "";
}
.fa-building-circle-exclamation::before {
  content: "";
}
.fa-clothes-hanger::before {
  content: "";
}
.fa-mobile-notch::before {
  content: "";
}
.fa-mobile-iphone::before {
  content: "";
}
.fa-magnifying-glass-chart::before {
  content: "";
}
.fa-arrow-up-right-from-square::before {
  content: "";
}
.fa-external-link::before {
  content: "";
}
.fa-cubes-stacked::before {
  content: "";
}
.fa-images-user::before {
  content: "";
}
.fa-won-sign::before {
  content: "";
}
.fa-krw::before {
  content: "";
}
.fa-won::before {
  content: "";
}
.fa-image-polaroid-user::before {
  content: "";
}
.fa-virus-covid::before {
  content: "";
}
.fa-square-ellipsis::before {
  content: "";
}
.fa-pie::before {
  content: "";
}
.fa-chess-knight-piece::before {
  content: "";
}
.fa-chess-knight-alt::before {
  content: "";
}
.fa-austral-sign::before {
  content: "";
}
.fa-cloud-plus::before {
  content: "";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "";
}
.fa-bed-bunk::before {
  content: "";
}
.fa-road::before {
  content: "";
}
.fa-taxi::before {
  content: "";
}
.fa-cab::before {
  content: "";
}
.fa-person-circle-plus::before {
  content: "";
}
.fa-chart-pie::before {
  content: "";
}
.fa-pie-chart::before {
  content: "";
}
.fa-bolt-lightning::before {
  content: "";
}
.fa-clock-eight::before {
  content: "";
}
.fa-sack-xmark::before {
  content: "";
}
.fa-file-xls::before {
  content: "";
}
.fa-file-excel::before {
  content: "";
}
.fa-file-contract::before {
  content: "";
}
.fa-fish-fins::before {
  content: "";
}
.fa-circle-q::before {
  content: "";
}
.fa-building-flag::before {
  content: "";
}
.fa-face-grin-beam::before {
  content: "";
}
.fa-grin-beam::before {
  content: "";
}
.fa-object-ungroup::before {
  content: "";
}
.fa-face-disguise::before {
  content: "";
}
.fa-circle-arrow-down-right::before {
  content: "";
}
.fa-alien-8bit::before {
  content: "";
}
.fa-alien-monster::before {
  content: "";
}
.fa-hand-point-ribbon::before {
  content: "";
}
.fa-poop::before {
  content: "";
}
.fa-object-exclude::before {
  content: "";
}
.fa-telescope::before {
  content: "";
}
.fa-location-pin::before {
  content: "";
}
.fa-map-marker::before {
  content: "";
}
.fa-square-list::before {
  content: "";
}
.fa-kaaba::before {
  content: "";
}
.fa-toilet-paper::before {
  content: "";
}
.fa-helmet-safety::before {
  content: "";
}
.fa-hard-hat::before {
  content: "";
}
.fa-hat-hard::before {
  content: "";
}
.fa-comment-code::before {
  content: "";
}
.fa-sim-cards::before {
  content: "";
}
.fa-starship::before {
  content: "";
}
.fa-eject::before {
  content: "";
}
.fa-circle-right::before {
  content: "";
}
.fa-arrow-alt-circle-right::before {
  content: "";
}
.fa-plane-circle-check::before {
  content: "";
}
.fa-seal::before {
  content: "";
}
.fa-user-cowboy::before {
  content: "";
}
.fa-hexagon-vertical-nft::before {
  content: "";
}
.fa-face-rolling-eyes::before {
  content: "";
}
.fa-meh-rolling-eyes::before {
  content: "";
}
.fa-bread-loaf::before {
  content: "";
}
.fa-rings-wedding::before {
  content: "";
}
.fa-object-group::before {
  content: "";
}
.fa-french-fries::before {
  content: "";
}
.fa-chart-line::before {
  content: "";
}
.fa-line-chart::before {
  content: "";
}
.fa-calendar-arrow-down::before {
  content: "";
}
.fa-calendar-download::before {
  content: "";
}
.fa-send-back::before {
  content: "";
}
.fa-mask-ventilator::before {
  content: "";
}
.fa-tickets::before {
  content: "";
}
.fa-signature-lock::before {
  content: "";
}
.fa-arrow-right::before {
  content: "";
}
.fa-signs-post::before {
  content: "";
}
.fa-map-signs::before {
  content: "";
}
.fa-octagon-plus::before {
  content: "";
}
.fa-plus-octagon::before {
  content: "";
}
.fa-cash-register::before {
  content: "";
}
.fa-person-circle-question::before {
  content: "";
}
.fa-melon-slice::before {
  content: "";
}
.fa-space-station-moon::before {
  content: "";
}
.fa-message-smile::before {
  content: "";
}
.fa-comment-alt-smile::before {
  content: "";
}
.fa-cup-straw::before {
  content: "";
}
.fa-left-from-line::before {
  content: "";
}
.fa-arrow-alt-from-right::before {
  content: "";
}
.fa-h::before {
  content: "H";
}
.fa-basket-shopping-simple::before {
  content: "";
}
.fa-shopping-basket-alt::before {
  content: "";
}
.fa-hands-holding-heart::before {
  content: "";
}
.fa-hands-heart::before {
  content: "";
}
.fa-clock-nine::before {
  content: "";
}
.fa-hammer-brush::before {
  content: "";
}
.fa-tarp::before {
  content: "";
}
.fa-face-sleepy::before {
  content: "";
}
.fa-hand-horns::before {
  content: "";
}
.fa-screwdriver-wrench::before {
  content: "";
}
.fa-tools::before {
  content: "";
}
.fa-arrows-to-eye::before {
  content: "";
}
.fa-circle-three-quarters::before {
  content: "";
}
.fa-trophy-star::before {
  content: "";
}
.fa-trophy-alt::before {
  content: "";
}
.fa-plug-circle-bolt::before {
  content: "";
}
.fa-face-thermometer::before {
  content: "";
}
.fa-grid-round-4::before {
  content: "";
}
.fa-sign-posts-wrench::before {
  content: "";
}
.fa-shirt-running::before {
  content: "";
}
.fa-book-circle-arrow-up::before {
  content: "";
}
.fa-face-nauseated::before {
  content: "";
}
.fa-heart::before {
  content: "";
}
.fa-file-chart-pie::before {
  content: "";
}
.fa-mars-and-venus::before {
  content: "";
}
.fa-house-user::before {
  content: "";
}
.fa-home-user::before {
  content: "";
}
.fa-circle-arrow-down-left::before {
  content: "";
}
.fa-dumpster-fire::before {
  content: "";
}
.fa-hexagon-minus::before {
  content: "";
}
.fa-minus-hexagon::before {
  content: "";
}
.fa-left-to-line::before {
  content: "";
}
.fa-arrow-alt-to-left::before {
  content: "";
}
.fa-house-crack::before {
  content: "";
}
.fa-paw-simple::before {
  content: "";
}
.fa-paw-alt::before {
  content: "";
}
.fa-arrow-left-long-to-line::before {
  content: "";
}
.fa-brackets-round::before {
  content: "";
}
.fa-parentheses::before {
  content: "";
}
.fa-martini-glass-citrus::before {
  content: "";
}
.fa-cocktail::before {
  content: "";
}
.fa-user-shakespeare::before {
  content: "";
}
.fa-arrow-right-to-arc::before {
  content: "";
}
.fa-face-surprise::before {
  content: "";
}
.fa-surprise::before {
  content: "";
}
.fa-bottle-water::before {
  content: "";
}
.fa-circle-pause::before {
  content: "";
}
.fa-pause-circle::before {
  content: "";
}
.fa-gauge-circle-plus::before {
  content: "";
}
.fa-folders::before {
  content: "";
}
.fa-angel::before {
  content: "";
}
.fa-value-absolute::before {
  content: "";
}
.fa-rabbit::before {
  content: "";
}
.fa-toilet-paper-slash::before {
  content: "";
}
.fa-circle-euro::before {
  content: "";
}
.fa-apple-whole::before {
  content: "";
}
.fa-apple-alt::before {
  content: "";
}
.fa-kitchen-set::before {
  content: "";
}
.fa-diamond-half::before {
  content: "";
}
.fa-lock-keyhole::before {
  content: "";
}
.fa-lock-alt::before {
  content: "";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "";
}
.fa-temperature-1::before {
  content: "";
}
.fa-thermometer-1::before {
  content: "";
}
.fa-thermometer-quarter::before {
  content: "";
}
.fa-square-info::before {
  content: "";
}
.fa-info-square::before {
  content: "";
}
.fa-wifi-slash::before {
  content: "";
}
.fa-toilet-paper-xmark::before {
  content: "";
}
.fa-hands-holding-dollar::before {
  content: "";
}
.fa-hands-usd::before {
  content: "";
}
.fa-cube::before {
  content: "";
}
.fa-arrow-down-triangle-square::before {
  content: "";
}
.fa-sort-shapes-down::before {
  content: "";
}
.fa-bitcoin-sign::before {
  content: "";
}
.fa-shutters::before {
  content: "";
}
.fa-shield-dog::before {
  content: "";
}
.fa-solar-panel::before {
  content: "";
}
.fa-lock-open::before {
  content: "";
}
.fa-table-tree::before {
  content: "";
}
.fa-house-chimney-heart::before {
  content: "";
}
.fa-tally-3::before {
  content: "";
}
.fa-elevator::before {
  content: "";
}
.fa-money-bill-transfer::before {
  content: "";
}
.fa-money-bill-trend-up::before {
  content: "";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "";
}
.fa-square-poll-horizontal::before {
  content: "";
}
.fa-poll-h::before {
  content: "";
}
.fa-circle::before {
  content: "";
}
.fa-cart-circle-exclamation::before {
  content: "";
}
.fa-sword::before {
  content: "";
}
.fa-backward-fast::before {
  content: "";
}
.fa-fast-backward::before {
  content: "";
}
.fa-recycle::before {
  content: "";
}
.fa-user-astronaut::before {
  content: "";
}
.fa-interrobang::before {
  content: "";
}
.fa-plane-slash::before {
  content: "";
}
.fa-circle-dashed::before {
  content: "";
}
.fa-trademark::before {
  content: "";
}
.fa-basketball::before {
  content: "";
}
.fa-basketball-ball::before {
  content: "";
}
.fa-fork-knife::before {
  content: "";
}
.fa-utensils-alt::before {
  content: "";
}
.fa-satellite-dish::before {
  content: "";
}
.fa-badge-check::before {
  content: "";
}
.fa-circle-up::before {
  content: "";
}
.fa-arrow-alt-circle-up::before {
  content: "";
}
.fa-slider::before {
  content: "";
}
.fa-mobile-screen-button::before {
  content: "";
}
.fa-mobile-alt::before {
  content: "";
}
.fa-clock-one-thirty::before {
  content: "";
}
.fa-inbox-out::before {
  content: "";
}
.fa-inbox-arrow-up::before {
  content: "";
}
.fa-cloud-slash::before {
  content: "";
}
.fa-volume-high::before {
  content: "";
}
.fa-volume-up::before {
  content: "";
}
.fa-users-rays::before {
  content: "";
}
.fa-wallet::before {
  content: "";
}
.fa-octagon-check::before {
  content: "";
}
.fa-flatbread-stuffed::before {
  content: "";
}
.fa-clipboard-check::before {
  content: "";
}
.fa-cart-circle-plus::before {
  content: "";
}
.fa-truck-clock::before {
  content: "";
}
.fa-shipping-timed::before {
  content: "";
}
.fa-pool-8-ball::before {
  content: "";
}
.fa-file-audio::before {
  content: "";
}
.fa-turn-down-left::before {
  content: "";
}
.fa-lock-hashtag::before {
  content: "";
}
.fa-chart-radar::before {
  content: "";
}
.fa-staff::before {
  content: "";
}
.fa-burger::before {
  content: "";
}
.fa-hamburger::before {
  content: "";
}
.fa-utility-pole::before {
  content: "";
}
.fa-transporter-6::before {
  content: "";
}
.fa-arrow-turn-left::before {
  content: "";
}
.fa-wrench::before {
  content: "";
}
.fa-bugs::before {
  content: "";
}
.fa-vector-polygon::before {
  content: "";
}
.fa-diagram-nested::before {
  content: "";
}
.fa-rupee-sign::before {
  content: "";
}
.fa-rupee::before {
  content: "";
}
.fa-file-image::before {
  content: "";
}
.fa-circle-question::before {
  content: "";
}
.fa-question-circle::before {
  content: "";
}
.fa-tickets-perforated::before {
  content: "";
}
.fa-image-user::before {
  content: "";
}
.fa-buoy::before {
  content: "";
}
.fa-plane-departure::before {
  content: "";
}
.fa-handshake-slash::before {
  content: "";
}
.fa-book-bookmark::before {
  content: "";
}
.fa-border-center-h::before {
  content: "";
}
.fa-can-food::before {
  content: "";
}
.fa-typewriter::before {
  content: "";
}
.fa-arrow-right-from-arc::before {
  content: "";
}
.fa-circle-k::before {
  content: "";
}
.fa-face-hand-over-mouth::before {
  content: "";
}
.fa-popcorn::before {
  content: "";
}
.fa-house-water::before {
  content: "";
}
.fa-house-flood::before {
  content: "";
}
.fa-object-subtract::before {
  content: "";
}
.fa-code-branch::before {
  content: "";
}
.fa-warehouse-full::before {
  content: "";
}
.fa-warehouse-alt::before {
  content: "";
}
.fa-hat-cowboy::before {
  content: "";
}
.fa-bridge::before {
  content: "";
}
.fa-phone-flip::before {
  content: "";
}
.fa-phone-alt::before {
  content: "";
}
.fa-arrow-down-from-dotted-line::before {
  content: "";
}
.fa-file-doc::before {
  content: "";
}
.fa-square-quarters::before {
  content: "";
}
.fa-truck-front::before {
  content: "";
}
.fa-cat::before {
  content: "";
}
.fa-trash-xmark::before {
  content: "";
}
.fa-circle-caret-left::before {
  content: "";
}
.fa-caret-circle-left::before {
  content: "";
}
.fa-files::before {
  content: "";
}
.fa-anchor-circle-exclamation::before {
  content: "";
}
.fa-face-clouds::before {
  content: "";
}
.fa-user-crown::before {
  content: "";
}
.fa-basket-shopping-plus::before {
  content: "";
}
.fa-truck-field::before {
  content: "";
}
.fa-route::before {
  content: "";
}
.fa-cart-circle-check::before {
  content: "";
}
.fa-clipboard-question::before {
  content: "";
}
.fa-panorama::before {
  content: "";
}
.fa-comment-medical::before {
  content: "";
}
.fa-teeth-open::before {
  content: "";
}
.fa-user-tie-hair-long::before {
  content: "";
}
.fa-file-circle-minus::before {
  content: "";
}
.fa-head-side-medical::before {
  content: "";
}
.fa-arrow-turn-right::before {
  content: "";
}
.fa-tags::before {
  content: "";
}
.fa-wine-glass::before {
  content: "";
}
.fa-forward-fast::before {
  content: "";
}
.fa-fast-forward::before {
  content: "";
}
.fa-face-meh-blank::before {
  content: "";
}
.fa-meh-blank::before {
  content: "";
}
.fa-user-robot::before {
  content: "";
}
.fa-square-parking::before {
  content: "";
}
.fa-parking::before {
  content: "";
}
.fa-card-diamond::before {
  content: "";
}
.fa-face-zipper::before {
  content: "";
}
.fa-face-raised-eyebrow::before {
  content: "";
}
.fa-house-signal::before {
  content: "";
}
.fa-square-chevron-up::before {
  content: "";
}
.fa-chevron-square-up::before {
  content: "";
}
.fa-bars-progress::before {
  content: "";
}
.fa-tasks-alt::before {
  content: "";
}
.fa-faucet-drip::before {
  content: "";
}
.fa-arrows-to-line::before {
  content: "";
}
.fa-dolphin::before {
  content: "";
}
.fa-arrow-up-right::before {
  content: "";
}
.fa-circle-r::before {
  content: "";
}
.fa-cart-flatbed::before {
  content: "";
}
.fa-dolly-flatbed::before {
  content: "";
}
.fa-ban-smoking::before {
  content: "";
}
.fa-smoking-ban::before {
  content: "";
}
.fa-circle-sort-up::before {
  content: "";
}
.fa-sort-circle-up::before {
  content: "";
}
.fa-terminal::before {
  content: "";
}
.fa-mobile-button::before {
  content: "";
}
.fa-house-medical-flag::before {
  content: "";
}
.fa-basket-shopping::before {
  content: "";
}
.fa-shopping-basket::before {
  content: "";
}
.fa-tape::before {
  content: "";
}
.fa-chestnut::before {
  content: "";
}
.fa-bus-simple::before {
  content: "";
}
.fa-bus-alt::before {
  content: "";
}
.fa-eye::before {
  content: "";
}
.fa-face-sad-cry::before {
  content: "";
}
.fa-sad-cry::before {
  content: "";
}
.fa-heat::before {
  content: "";
}
.fa-ticket-airline::before {
  content: "";
}
.fa-ticket-perforated-plane::before {
  content: "";
}
.fa-ticket-plane::before {
  content: "";
}
.fa-boot-heeled::before {
  content: "";
}
.fa-arrows-minimize::before {
  content: "";
}
.fa-compress-arrows::before {
  content: "";
}
.fa-audio-description::before {
  content: "";
}
.fa-person-military-to-person::before {
  content: "";
}
.fa-file-shield::before {
  content: "";
}
.fa-hexagon::before {
  content: "";
}
.fa-manhole::before {
  content: "";
}
.fa-user-slash::before {
  content: "";
}
.fa-pen::before {
  content: "";
}
.fa-tower-observation::before {
  content: "";
}
.fa-floppy-disks::before {
  content: "";
}
.fa-toilet-paper-blank-under::before {
  content: "";
}
.fa-toilet-paper-reverse-alt::before {
  content: "";
}
.fa-file-code::before {
  content: "";
}
.fa-signal::before {
  content: "";
}
.fa-signal-5::before {
  content: "";
}
.fa-signal-perfect::before {
  content: "";
}
.fa-pump::before {
  content: "";
}
.fa-bus::before {
  content: "";
}
.fa-heart-circle-xmark::before {
  content: "";
}
.fa-arrow-up-left-from-circle::before {
  content: "";
}
.fa-house-chimney::before {
  content: "";
}
.fa-home-lg::before {
  content: "";
}
.fa-window-maximize::before {
  content: "";
}
.fa-dryer::before {
  content: "";
}
.fa-face-frown::before {
  content: "";
}
.fa-frown::before {
  content: "";
}
.fa-chess-bishop-piece::before {
  content: "";
}
.fa-chess-bishop-alt::before {
  content: "";
}
.fa-shirt-tank-top::before {
  content: "";
}
.fa-diploma::before {
  content: "";
}
.fa-scroll-ribbon::before {
  content: "";
}
.fa-screencast::before {
  content: "";
}
.fa-walker::before {
  content: "";
}
.fa-prescription::before {
  content: "";
}
.fa-shop::before {
  content: "";
}
.fa-store-alt::before {
  content: "";
}
.fa-floppy-disk::before {
  content: "";
}
.fa-save::before {
  content: "";
}
.fa-vihara::before {
  content: "";
}
.fa-face-kiss-closed-eyes::before {
  content: "";
}
.fa-scale-unbalanced::before {
  content: "";
}
.fa-balance-scale-left::before {
  content: "";
}
.fa-file-user::before {
  content: "";
}
.fa-user-police-tie::before {
  content: "";
}
.fa-face-tongue-money::before {
  content: "";
}
.fa-tennis-ball::before {
  content: "";
}
.fa-square-l::before {
  content: "";
}
.fa-sort-up::before {
  content: "";
}
.fa-sort-asc::before {
  content: "";
}
.fa-calendar-arrow-up::before {
  content: "";
}
.fa-calendar-upload::before {
  content: "";
}
.fa-comment-dots::before {
  content: "";
}
.fa-commenting::before {
  content: "";
}
.fa-plant-wilt::before {
  content: "";
}
.fa-scarf::before {
  content: "";
}
.fa-album-circle-plus::before {
  content: "";
}
.fa-user-nurse-hair-long::before {
  content: "";
}
.fa-diamond::before {
  content: "";
}
.fa-square-left::before {
  content: "";
}
.fa-arrow-alt-square-left::before {
  content: "";
}
.fa-face-grin-squint::before {
  content: "";
}
.fa-grin-squint::before {
  content: "";
}
.fa-circle-ellipsis-vertical::before {
  content: "";
}
.fa-hand-holding-dollar::before {
  content: "";
}
.fa-hand-holding-usd::before {
  content: "";
}
.fa-grid-dividers::before {
  content: "";
}
.fa-bacterium::before {
  content: "";
}
.fa-hand-pointer::before {
  content: "";
}
.fa-drum-steelpan::before {
  content: "";
}
.fa-hand-scissors::before {
  content: "";
}
.fa-hands-praying::before {
  content: "";
}
.fa-praying-hands::before {
  content: "";
}
.fa-face-pensive::before {
  content: "";
}
.fa-user-music::before {
  content: "";
}
.fa-arrow-rotate-right::before {
  content: "";
}
.fa-arrow-right-rotate::before {
  content: "";
}
.fa-arrow-rotate-forward::before {
  content: "";
}
.fa-redo::before {
  content: "";
}
.fa-messages-dollar::before {
  content: "";
}
.fa-comments-alt-dollar::before {
  content: "";
}
.fa-sensor-on::before {
  content: "";
}
.fa-balloon::before {
  content: "";
}
.fa-biohazard::before {
  content: "";
}
.fa-chess-queen-piece::before {
  content: "";
}
.fa-chess-queen-alt::before {
  content: "";
}
.fa-location-crosshairs::before {
  content: "";
}
.fa-location::before {
  content: "";
}
.fa-mars-double::before {
  content: "";
}
.fa-house-person-leave::before {
  content: "";
}
.fa-house-leave::before {
  content: "";
}
.fa-house-person-depart::before {
  content: "";
}
.fa-ruler-triangle::before {
  content: "";
}
.fa-card-club::before {
  content: "";
}
.fa-child-dress::before {
  content: "";
}
.fa-users-between-lines::before {
  content: "";
}
.fa-lungs-virus::before {
  content: "";
}
.fa-spinner-third::before {
  content: "";
}
.fa-face-grin-tears::before {
  content: "";
}
.fa-grin-tears::before {
  content: "";
}
.fa-phone::before {
  content: "";
}
.fa-computer-mouse-scrollwheel::before {
  content: "";
}
.fa-mouse-alt::before {
  content: "";
}
.fa-calendar-xmark::before {
  content: "";
}
.fa-calendar-times::before {
  content: "";
}
.fa-child-reaching::before {
  content: "";
}
.fa-table-layout::before {
  content: "";
}
.fa-narwhal::before {
  content: "";
}
.fa-ramp-loading::before {
  content: "";
}
.fa-calendar-circle-plus::before {
  content: "";
}
.fa-toothbrush::before {
  content: "";
}
.fa-border-inner::before {
  content: "";
}
.fa-paw-claws::before {
  content: "";
}
.fa-kiwi-fruit::before {
  content: "";
}
.fa-traffic-light-slow::before {
  content: "";
}
.fa-rectangle-code::before {
  content: "";
}
.fa-head-side-virus::before {
  content: "";
}
.fa-keyboard-brightness::before {
  content: "";
}
.fa-books-medical::before {
  content: "";
}
.fa-lightbulb-slash::before {
  content: "";
}
.fa-house-blank::before {
  content: "";
}
.fa-home-blank::before {
  content: "";
}
.fa-square-5::before {
  content: "";
}
.fa-square-heart::before {
  content: "";
}
.fa-heart-square::before {
  content: "";
}
.fa-puzzle::before {
  content: "";
}
.fa-user-gear::before {
  content: "";
}
.fa-user-cog::before {
  content: "";
}
.fa-pipe-circle-check::before {
  content: "";
}
.fa-arrow-up-1-9::before {
  content: "";
}
.fa-sort-numeric-up::before {
  content: "";
}
.fa-octagon-exclamation::before {
  content: "";
}
.fa-dial-low::before {
  content: "";
}
.fa-door-closed::before {
  content: "";
}
.fa-laptop-mobile::before {
  content: "";
}
.fa-phone-laptop::before {
  content: "";
}
.fa-conveyor-belt-boxes::before {
  content: "";
}
.fa-conveyor-belt-alt::before {
  content: "";
}
.fa-shield-virus::before {
  content: "";
}
.fa-starfighter-twin-ion-engine-advanced::before {
  content: "";
}
.fa-starfighter-alt-advanced::before {
  content: "";
}
.fa-dice-six::before {
  content: "";
}
.fa-starfighter-twin-ion-engine::before {
  content: "";
}
.fa-starfighter-alt::before {
  content: "";
}
.fa-rocket-launch::before {
  content: "";
}
.fa-mosquito-net::before {
  content: "";
}
.fa-vent-damper::before {
  content: "";
}
.fa-bridge-water::before {
  content: "";
}
.fa-ban-bug::before {
  content: "";
}
.fa-debug::before {
  content: "";
}
.fa-person-booth::before {
  content: "";
}
.fa-text-width::before {
  content: "";
}
.fa-garage-car::before {
  content: "";
}
.fa-square-kanban::before {
  content: "";
}
.fa-hat-wizard::before {
  content: "";
}
.fa-chart-kanban::before {
  content: "";
}
.fa-pen-fancy::before {
  content: "";
}
.fa-coffee-pot::before {
  content: "";
}
.fa-mouse-field::before {
  content: "";
}
.fa-person-digging::before {
  content: "";
}
.fa-digging::before {
  content: "";
}
.fa-shower-down::before {
  content: "";
}
.fa-shower-alt::before {
  content: "";
}
.fa-box-circle-check::before {
  content: "";
}
.fa-brightness::before {
  content: "";
}
.fa-car-side-bolt::before {
  content: "";
}
.fa-file-xml::before {
  content: "";
}
.fa-ornament::before {
  content: "";
}
.fa-phone-arrow-down-left::before {
  content: "";
}
.fa-phone-arrow-down::before {
  content: "";
}
.fa-phone-incoming::before {
  content: "";
}
.fa-cloud-word::before {
  content: "";
}
.fa-hand-fingers-crossed::before {
  content: "";
}
.fa-trash::before {
  content: "";
}
.fa-gauge-simple::before {
  content: "";
}
.fa-gauge-simple-med::before {
  content: "";
}
.fa-tachometer-average::before {
  content: "";
}
.fa-arrow-down-small-big::before {
  content: "";
}
.fa-sort-size-down-alt::before {
  content: "";
}
.fa-book-medical::before {
  content: "";
}
.fa-face-melting::before {
  content: "";
}
.fa-poo::before {
  content: "";
}
.fa-pen-clip-slash::before {
  content: "";
}
.fa-pen-alt-slash::before {
  content: "";
}
.fa-quote-right::before {
  content: "";
}
.fa-quote-right-alt::before {
  content: "";
}
.fa-scroll-old::before {
  content: "";
}
.fa-guitars::before {
  content: "";
}
.fa-phone-xmark::before {
  content: "";
}
.fa-hose::before {
  content: "";
}
.fa-clock-six::before {
  content: "";
}
.fa-shirt::before {
  content: "";
}
.fa-t-shirt::before {
  content: "";
}
.fa-tshirt::before {
  content: "";
}
.fa-billboard::before {
  content: "";
}
.fa-square-r::before {
  content: "";
}
.fa-cubes::before {
  content: "";
}
.fa-envelope-open-dollar::before {
  content: "";
}
.fa-divide::before {
  content: "";
}
.fa-sun-cloud::before {
  content: "";
}
.fa-lamp-floor::before {
  content: "";
}
.fa-square-7::before {
  content: "";
}
.fa-tenge-sign::before {
  content: "";
}
.fa-tenge::before {
  content: "";
}
.fa-headphones::before {
  content: "";
}
.fa-hands-holding::before {
  content: "";
}
.fa-campfire::before {
  content: "";
}
.fa-circle-ampersand::before {
  content: "";
}
.fa-snowflakes::before {
  content: "";
}
.fa-hands-clapping::before {
  content: "";
}
.fa-republican::before {
  content: "";
}
.fa-leaf-maple::before {
  content: "";
}
.fa-arrow-left::before {
  content: "";
}
.fa-person-circle-xmark::before {
  content: "";
}
.fa-ruler::before {
  content: "";
}
.fa-cup-straw-swoosh::before {
  content: "";
}
.fa-temperature-sun::before {
  content: "";
}
.fa-temperature-hot::before {
  content: "";
}
.fa-align-left::before {
  content: "";
}
.fa-dice-d6::before {
  content: "";
}
.fa-restroom::before {
  content: "";
}
.fa-high-definition::before {
  content: "";
}
.fa-rectangle-hd::before {
  content: "";
}
.fa-j::before {
  content: "J";
}
.fa-galaxy::before {
  content: "";
}
.fa-users-viewfinder::before {
  content: "";
}
.fa-file-video::before {
  content: "";
}
.fa-cherries::before {
  content: "";
}
.fa-up-right-from-square::before {
  content: "";
}
.fa-external-link-alt::before {
  content: "";
}
.fa-circle-sort::before {
  content: "";
}
.fa-sort-circle::before {
  content: "";
}
.fa-table-cells::before {
  content: "";
}
.fa-th::before {
  content: "";
}
.fa-bag-shopping-minus::before {
  content: "";
}
.fa-file-pdf::before {
  content: "";
}
.fa-siren::before {
  content: "";
}
.fa-arrow-up-to-dotted-line::before {
  content: "";
}
.fa-image-landscape::before {
  content: "";
}
.fa-landscape::before {
  content: "";
}
.fa-tank-water::before {
  content: "";
}
.fa-curling-stone::before {
  content: "";
}
.fa-curling::before {
  content: "";
}
.fa-gamepad-modern::before {
  content: "";
}
.fa-gamepad-alt::before {
  content: "";
}
.fa-messages-question::before {
  content: "";
}
.fa-book-bible::before {
  content: "";
}
.fa-bible::before {
  content: "";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "";
}
.fa-medkit::before {
  content: "";
}
.fa-briefcase-arrow-right::before {
  content: "";
}
.fa-expand-wide::before {
  content: "";
}
.fa-clock-eleven-thirty::before {
  content: "";
}
.fa-rv::before {
  content: "";
}
.fa-user-secret::before {
  content: "";
}
.fa-otter::before {
  content: "";
}
.fa-dreidel::before {
  content: "";
}
.fa-person-dress::before {
  content: "";
}
.fa-female::before {
  content: "";
}
.fa-comment-dollar::before {
  content: "";
}
.fa-business-time::before {
  content: "";
}
.fa-briefcase-clock::before {
  content: "";
}
.fa-flower-tulip::before {
  content: "";
}
.fa-people-pants-simple::before {
  content: "";
}
.fa-cloud-drizzle::before {
  content: "";
}
.fa-table-cells-large::before {
  content: "";
}
.fa-th-large::before {
  content: "";
}
.fa-book-tanakh::before {
  content: "";
}
.fa-tanakh::before {
  content: "";
}
.fa-solar-system::before {
  content: "";
}
.fa-seal-question::before {
  content: "";
}
.fa-phone-volume::before {
  content: "";
}
.fa-volume-control-phone::before {
  content: "";
}
.fa-disc-drive::before {
  content: "";
}
.fa-hat-cowboy-side::before {
  content: "";
}
.fa-table-rows::before {
  content: "";
}
.fa-rows::before {
  content: "";
}
.fa-location-exclamation::before {
  content: "";
}
.fa-map-marker-exclamation::before {
  content: "";
}
.fa-face-fearful::before {
  content: "";
}
.fa-clipboard-user::before {
  content: "";
}
.fa-bus-school::before {
  content: "";
}
.fa-film-slash::before {
  content: "";
}
.fa-square-arrow-down-right::before {
  content: "";
}
.fa-book-sparkles::before {
  content: "";
}
.fa-book-spells::before {
  content: "";
}
.fa-washing-machine::before {
  content: "";
}
.fa-washer::before {
  content: "";
}
.fa-child::before {
  content: "";
}
.fa-lira-sign::before {
  content: "";
}
.fa-user-visor::before {
  content: "";
}
.fa-file-plus-minus::before {
  content: "";
}
.fa-chess-clock-flip::before {
  content: "";
}
.fa-chess-clock-alt::before {
  content: "";
}
.fa-satellite::before {
  content: "";
}
.fa-truck-fire::before {
  content: "";
}
.fa-plane-lock::before {
  content: "";
}
.fa-steering-wheel::before {
  content: "";
}
.fa-tag::before {
  content: "";
}
.fa-stretcher::before {
  content: "";
}
.fa-book-section::before {
  content: "";
}
.fa-book-law::before {
  content: "";
}
.fa-inboxes::before {
  content: "";
}
.fa-coffee-bean::before {
  content: "";
}
.fa-circle-yen::before {
  content: "";
}
.fa-brackets-curly::before {
  content: "";
}
.fa-ellipsis-stroke-vertical::before {
  content: "";
}
.fa-ellipsis-v-alt::before {
  content: "";
}
.fa-comment::before {
  content: "";
}
.fa-square-1::before {
  content: "";
}
.fa-cake-candles::before {
  content: "";
}
.fa-birthday-cake::before {
  content: "";
}
.fa-cake::before {
  content: "";
}
.fa-head-side::before {
  content: "";
}
.fa-truck-ladder::before {
  content: "";
}
.fa-envelope::before {
  content: "";
}
.fa-dolly-empty::before {
  content: "";
}
.fa-face-tissue::before {
  content: "";
}
.fa-angles-up::before {
  content: "";
}
.fa-angle-double-up::before {
  content: "";
}
.fa-bin-recycle::before {
  content: "";
}
.fa-paperclip::before {
  content: "";
}
.fa-chart-line-down::before {
  content: "";
}
.fa-arrow-right-to-city::before {
  content: "";
}
.fa-lock-a::before {
  content: "";
}
.fa-ribbon::before {
  content: "";
}
.fa-lungs::before {
  content: "";
}
.fa-person-pinball::before {
  content: "";
}
.fa-arrow-up-9-1::before {
  content: "";
}
.fa-sort-numeric-up-alt::before {
  content: "";
}
.fa-apple-core::before {
  content: "";
}
.fa-circle-y::before {
  content: "";
}
.fa-h6::before {
  content: "";
}
.fa-litecoin-sign::before {
  content: "";
}
.fa-circle-small::before {
  content: "";
}
.fa-border-none::before {
  content: "";
}
.fa-arrow-turn-down-left::before {
  content: "";
}
.fa-circle-nodes::before {
  content: "";
}
.fa-parachute-box::before {
  content: "";
}
.fa-reflect-horizontal::before {
  content: "";
}
.fa-message-medical::before {
  content: "";
}
.fa-comment-alt-medical::before {
  content: "";
}
.fa-rugby-ball::before {
  content: "";
}
.fa-comment-music::before {
  content: "";
}
.fa-indent::before {
  content: "";
}
.fa-tree-deciduous::before {
  content: "";
}
.fa-tree-alt::before {
  content: "";
}
.fa-puzzle-piece-simple::before {
  content: "";
}
.fa-puzzle-piece-alt::before {
  content: "";
}
.fa-truck-field-un::before {
  content: "";
}
.fa-nfc-trash::before {
  content: "";
}
.fa-hourglass::before {
  content: "";
}
.fa-hourglass-empty::before {
  content: "";
}
.fa-mountain::before {
  content: "";
}
.fa-file-xmark::before {
  content: "";
}
.fa-file-times::before {
  content: "";
}
.fa-house-heart::before {
  content: "";
}
.fa-home-heart::before {
  content: "";
}
.fa-house-chimney-blank::before {
  content: "";
}
.fa-meter-bolt::before {
  content: "";
}
.fa-user-doctor::before {
  content: "";
}
.fa-user-md::before {
  content: "";
}
.fa-circle-info::before {
  content: "";
}
.fa-info-circle::before {
  content: "";
}
.fa-fishing-rod::before {
  content: "";
}
.fa-hammer-crash::before {
  content: "";
}
.fa-message-heart::before {
  content: "";
}
.fa-cloud-meatball::before {
  content: "";
}
.fa-camera-polaroid::before {
  content: "";
}
.fa-camera::before {
  content: "";
}
.fa-camera-alt::before {
  content: "";
}
.fa-square-virus::before {
  content: "";
}
.fa-cart-arrow-up::before {
  content: "";
}
.fa-meteor::before {
  content: "";
}
.fa-car-on::before {
  content: "";
}
.fa-sleigh::before {
  content: "";
}
.fa-arrow-down-1-9::before {
  content: "";
}
.fa-sort-numeric-asc::before {
  content: "";
}
.fa-sort-numeric-down::before {
  content: "";
}
.fa-buoy-mooring::before {
  content: "";
}
.fa-square-4::before {
  content: "";
}
.fa-hand-holding-droplet::before {
  content: "";
}
.fa-hand-holding-water::before {
  content: "";
}
.fa-file-eps::before {
  content: "";
}
.fa-tricycle-adult::before {
  content: "";
}
.fa-waveform::before {
  content: "";
}
.fa-water::before {
  content: "";
}
.fa-star-sharp-half-stroke::before {
  content: "";
}
.fa-star-sharp-half-alt::before {
  content: "";
}
.fa-nfc-signal::before {
  content: "";
}
.fa-plane-prop::before {
  content: "";
}
.fa-calendar-check::before {
  content: "";
}
.fa-clock-desk::before {
  content: "";
}
.fa-calendar-clock::before {
  content: "";
}
.fa-calendar-time::before {
  content: "";
}
.fa-braille::before {
  content: "";
}
.fa-prescription-bottle-medical::before {
  content: "";
}
.fa-prescription-bottle-alt::before {
  content: "";
}
.fa-plate-utensils::before {
  content: "";
}
.fa-family-pants::before {
  content: "";
}
.fa-hose-reel::before {
  content: "";
}
.fa-house-window::before {
  content: "";
}
.fa-landmark::before {
  content: "";
}
.fa-truck::before {
  content: "";
}
.fa-music-magnifying-glass::before {
  content: "";
}
.fa-crosshairs::before {
  content: "";
}
.fa-cloud-rainbow::before {
  content: "";
}
.fa-person-cane::before {
  content: "";
}
.fa-alien::before {
  content: "";
}
.fa-tent::before {
  content: "";
}
.fa-laptop-binary::before {
  content: "";
}
.fa-vest-patches::before {
  content: "";
}
.fa-people-dress-simple::before {
  content: "";
}
.fa-check-double::before {
  content: "";
}
.fa-arrow-down-a-z::before {
  content: "";
}
.fa-sort-alpha-asc::before {
  content: "";
}
.fa-sort-alpha-down::before {
  content: "";
}
.fa-bowling-ball-pin::before {
  content: "";
}
.fa-bell-school-slash::before {
  content: "";
}
.fa-plus-large::before {
  content: "";
}
.fa-money-bill-wheat::before {
  content: "";
}
.fa-camera-viewfinder::before {
  content: "";
}
.fa-screenshot::before {
  content: "";
}
.fa-message-music::before {
  content: "";
}
.fa-comment-alt-music::before {
  content: "";
}
.fa-car-building::before {
  content: "";
}
.fa-border-bottom-right::before {
  content: "";
}
.fa-border-style-alt::before {
  content: "";
}
.fa-octagon::before {
  content: "";
}
.fa-comment-arrow-up-right::before {
  content: "";
}
.fa-octagon-divide::before {
  content: "";
}
.fa-cookie::before {
  content: "";
}
.fa-arrow-rotate-left::before {
  content: "";
}
.fa-arrow-left-rotate::before {
  content: "";
}
.fa-arrow-rotate-back::before {
  content: "";
}
.fa-arrow-rotate-backward::before {
  content: "";
}
.fa-undo::before {
  content: "";
}
.fa-tv-music::before {
  content: "";
}
.fa-hard-drive::before {
  content: "";
}
.fa-hdd::before {
  content: "";
}
.fa-reel::before {
  content: "";
}
.fa-face-grin-squint-tears::before {
  content: "";
}
.fa-grin-squint-tears::before {
  content: "";
}
.fa-dumbbell::before {
  content: "";
}
.fa-rectangle-list::before {
  content: "";
}
.fa-list-alt::before {
  content: "";
}
.fa-tarp-droplet::before {
  content: "";
}
.fa-alarm-exclamation::before {
  content: "";
}
.fa-house-medical-circle-check::before {
  content: "";
}
.fa-traffic-cone::before {
  content: "";
}
.fa-grate::before {
  content: "";
}
.fa-arrow-down-right::before {
  content: "";
}
.fa-person-skiing-nordic::before {
  content: "";
}
.fa-skiing-nordic::before {
  content: "";
}
.fa-calendar-plus::before {
  content: "";
}
.fa-person-from-portal::before {
  content: "";
}
.fa-portal-exit::before {
  content: "";
}
.fa-plane-arrival::before {
  content: "";
}
.fa-cowbell-circle-plus::before {
  content: "";
}
.fa-cowbell-more::before {
  content: "";
}
.fa-circle-left::before {
  content: "";
}
.fa-arrow-alt-circle-left::before {
  content: "";
}
.fa-distribute-spacing-vertical::before {
  content: "";
}
.fa-signal-bars-fair::before {
  content: "";
}
.fa-signal-alt-2::before {
  content: "";
}
.fa-sportsball::before {
  content: "";
}
.fa-game-console-handheld-crank::before {
  content: "";
}
.fa-train-subway::before {
  content: "";
}
.fa-subway::before {
  content: "";
}
.fa-chart-gantt::before {
  content: "";
}
.fa-face-smile-upside-down::before {
  content: "";
}
.fa-ball-pile::before {
  content: "";
}
.fa-badge-dollar::before {
  content: "";
}
.fa-money-bills-simple::before {
  content: "";
}
.fa-money-bills-alt::before {
  content: "";
}
.fa-list-timeline::before {
  content: "";
}
.fa-indian-rupee-sign::before {
  content: "";
}
.fa-indian-rupee::before {
  content: "";
}
.fa-inr::before {
  content: "";
}
.fa-crop-simple::before {
  content: "";
}
.fa-crop-alt::before {
  content: "";
}
.fa-money-bill-1::before {
  content: "";
}
.fa-money-bill-alt::before {
  content: "";
}
.fa-left-long::before {
  content: "";
}
.fa-long-arrow-alt-left::before {
  content: "";
}
.fa-keyboard-down::before {
  content: "";
}
.fa-circle-up-right::before {
  content: "";
}
.fa-cloud-bolt-moon::before {
  content: "";
}
.fa-thunderstorm-moon::before {
  content: "";
}
.fa-turn-left-up::before {
  content: "";
}
.fa-dna::before {
  content: "";
}
.fa-virus-slash::before {
  content: "";
}
.fa-bracket-round-right::before {
  content: ")";
}
.fa-circle-sterling::before {
  content: "";
}
.fa-circle-5::before {
  content: "";
}
.fa-minus::before {
  content: "";
}
.fa-subtract::before {
  content: "";
}
.fa-fire-flame::before {
  content: "";
}
.fa-flame::before {
  content: "";
}
.fa-right-to-line::before {
  content: "";
}
.fa-arrow-alt-to-right::before {
  content: "";
}
.fa-gif::before {
  content: "";
}
.fa-chess::before {
  content: "";
}
.fa-trash-slash::before {
  content: "";
}
.fa-arrow-left-long::before {
  content: "";
}
.fa-long-arrow-left::before {
  content: "";
}
.fa-plug-circle-check::before {
  content: "";
}
.fa-font-case::before {
  content: "";
}
.fa-street-view::before {
  content: "";
}
.fa-arrow-down-left::before {
  content: "";
}
.fa-franc-sign::before {
  content: "";
}
.fa-flask-round-poison::before {
  content: "";
}
.fa-flask-poison::before {
  content: "";
}
.fa-volume-off::before {
  content: "";
}
.fa-book-circle-arrow-right::before {
  content: "";
}
.fa-chart-user::before {
  content: "";
}
.fa-user-chart::before {
  content: "";
}
.fa-hands-asl-interpreting::before {
  content: "";
}
.fa-american-sign-language-interpreting::before {
  content: "";
}
.fa-asl-interpreting::before {
  content: "";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "";
}
.fa-presentation-screen::before {
  content: "";
}
.fa-presentation::before {
  content: "";
}
.fa-circle-bolt::before {
  content: "";
}
.fa-face-smile-halo::before {
  content: "";
}
.fa-cart-circle-arrow-down::before {
  content: "";
}
.fa-house-person-return::before {
  content: "";
}
.fa-house-person-arrive::before {
  content: "";
}
.fa-house-return::before {
  content: "";
}
.fa-message-xmark::before {
  content: "";
}
.fa-comment-alt-times::before {
  content: "";
}
.fa-message-times::before {
  content: "";
}
.fa-file-certificate::before {
  content: "";
}
.fa-file-award::before {
  content: "";
}
.fa-user-doctor-hair-long::before {
  content: "";
}
.fa-camera-security::before {
  content: "";
}
.fa-camera-home::before {
  content: "";
}
.fa-gear::before {
  content: "";
}
.fa-cog::before {
  content: "";
}
.fa-droplet-slash::before {
  content: "";
}
.fa-tint-slash::before {
  content: "";
}
.fa-book-heart::before {
  content: "";
}
.fa-mosque::before {
  content: "";
}
.fa-duck::before {
  content: "";
}
.fa-mosquito::before {
  content: "";
}
.fa-star-of-david::before {
  content: "";
}
.fa-flag-swallowtail::before {
  content: "";
}
.fa-flag-alt::before {
  content: "";
}
.fa-person-military-rifle::before {
  content: "";
}
.fa-car-garage::before {
  content: "";
}
.fa-cart-shopping::before {
  content: "";
}
.fa-shopping-cart::before {
  content: "";
}
.fa-book-font::before {
  content: "";
}
.fa-shield-plus::before {
  content: "";
}
.fa-vials::before {
  content: "";
}
.fa-eye-dropper-full::before {
  content: "";
}
.fa-distribute-spacing-horizontal::before {
  content: "";
}
.fa-tablet-rugged::before {
  content: "";
}
.fa-temperature-snow::before {
  content: "";
}
.fa-temperature-frigid::before {
  content: "";
}
.fa-moped::before {
  content: "";
}
.fa-face-smile-plus::before {
  content: "";
}
.fa-smile-plus::before {
  content: "";
}
.fa-radio-tuner::before {
  content: "";
}
.fa-radio-alt::before {
  content: "";
}
.fa-face-swear::before {
  content: "";
}
.fa-water-arrow-down::before {
  content: "";
}
.fa-water-lower::before {
  content: "";
}
.fa-scanner-touchscreen::before {
  content: "";
}
.fa-circle-7::before {
  content: "";
}
.fa-plug-circle-plus::before {
  content: "";
}
.fa-person-ski-jumping::before {
  content: "";
}
.fa-ski-jump::before {
  content: "";
}
.fa-place-of-worship::before {
  content: "";
}
.fa-water-arrow-up::before {
  content: "";
}
.fa-water-rise::before {
  content: "";
}
.fa-waveform-lines::before {
  content: "";
}
.fa-waveform-path::before {
  content: "";
}
.fa-split::before {
  content: "";
}
.fa-film-canister::before {
  content: "";
}
.fa-film-cannister::before {
  content: "";
}
.fa-folder-xmark::before {
  content: "";
}
.fa-folder-times::before {
  content: "";
}
.fa-toilet-paper-blank::before {
  content: "";
}
.fa-toilet-paper-alt::before {
  content: "";
}
.fa-tablet-screen::before {
  content: "";
}
.fa-tablet-android-alt::before {
  content: "";
}
.fa-hexagon-vertical-nft-slanted::before {
  content: "";
}
.fa-folder-music::before {
  content: "";
}
.fa-display-medical::before {
  content: "";
}
.fa-desktop-medical::before {
  content: "";
}
.fa-share-all::before {
  content: "";
}
.fa-peapod::before {
  content: "";
}
.fa-chess-clock::before {
  content: "";
}
.fa-axe::before {
  content: "";
}
.fa-square-d::before {
  content: "";
}
.fa-grip-vertical::before {
  content: "";
}
.fa-mobile-signal-out::before {
  content: "";
}
.fa-arrow-turn-up::before {
  content: "";
}
.fa-level-up::before {
  content: "";
}
.fa-u::before {
  content: "U";
}
.fa-arrow-up-from-dotted-line::before {
  content: "";
}
.fa-square-root-variable::before {
  content: "";
}
.fa-square-root-alt::before {
  content: "";
}
.fa-light-switch-on::before {
  content: "";
}
.fa-arrow-down-arrow-up::before {
  content: "";
}
.fa-sort-alt::before {
  content: "";
}
.fa-raindrops::before {
  content: "";
}
.fa-dash::before {
  content: "";
}
.fa-minus-large::before {
  content: "";
}
.fa-clock::before {
  content: "";
}
.fa-clock-four::before {
  content: "";
}
.fa-input-numeric::before {
  content: "";
}
.fa-truck-tow::before {
  content: "";
}
.fa-backward-step::before {
  content: "";
}
.fa-step-backward::before {
  content: "";
}
.fa-pallet::before {
  content: "";
}
.fa-car-bolt::before {
  content: "";
}
.fa-arrows-maximize::before {
  content: "";
}
.fa-expand-arrows::before {
  content: "";
}
.fa-faucet::before {
  content: "";
}
.fa-cloud-sleet::before {
  content: "";
}
.fa-lamp-street::before {
  content: "";
}
.fa-list-radio::before {
  content: "";
}
.fa-pen-nib-slash::before {
  content: "";
}
.fa-baseball-bat-ball::before {
  content: "";
}
.fa-square-up-left::before {
  content: "";
}
.fa-overline::before {
  content: "";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "";
}
.fa-keyboard::before {
  content: "";
}
.fa-arrows-from-dotted-line::before {
  content: "";
}
.fa-usb-drive::before {
  content: "";
}
.fa-ballot::before {
  content: "";
}
.fa-caret-down::before {
  content: "";
}
.fa-location-dot-slash::before {
  content: "";
}
.fa-map-marker-alt-slash::before {
  content: "";
}
.fa-cards::before {
  content: "";
}
.fa-house-chimney-medical::before {
  content: "";
}
.fa-clinic-medical::before {
  content: "";
}
.fa-boxing-glove::before {
  content: "";
}
.fa-glove-boxing::before {
  content: "";
}
.fa-temperature-three-quarters::before {
  content: "";
}
.fa-temperature-3::before {
  content: "";
}
.fa-thermometer-3::before {
  content: "";
}
.fa-thermometer-three-quarters::before {
  content: "";
}
.fa-bell-school::before {
  content: "";
}
.fa-mobile-screen::before {
  content: "";
}
.fa-mobile-android-alt::before {
  content: "";
}
.fa-plane-up::before {
  content: "";
}
.fa-folder-heart::before {
  content: "";
}
.fa-circle-location-arrow::before {
  content: "";
}
.fa-location-circle::before {
  content: "";
}
.fa-face-head-bandage::before {
  content: "";
}
.fa-sushi-roll::before {
  content: "";
}
.fa-maki-roll::before {
  content: "";
}
.fa-makizushi::before {
  content: "";
}
.fa-car-bump::before {
  content: "";
}
.fa-piggy-bank::before {
  content: "";
}
.fa-racquet::before {
  content: "";
}
.fa-car-mirrors::before {
  content: "";
}
.fa-industry-windows::before {
  content: "";
}
.fa-industry-alt::before {
  content: "";
}
.fa-bolt-auto::before {
  content: "";
}
.fa-battery-half::before {
  content: "";
}
.fa-battery-3::before {
  content: "";
}
.fa-flux-capacitor::before {
  content: "";
}
.fa-mountain-city::before {
  content: "";
}
.fa-coins::before {
  content: "";
}
.fa-honey-pot::before {
  content: "";
}
.fa-olive::before {
  content: "";
}
.fa-khanda::before {
  content: "";
}
.fa-filter-list::before {
  content: "";
}
.fa-outlet::before {
  content: "";
}
.fa-sliders::before {
  content: "";
}
.fa-sliders-h::before {
  content: "";
}
.fa-cauldron::before {
  content: "";
}
.fa-people::before {
  content: "";
}
.fa-folder-tree::before {
  content: "";
}
.fa-network-wired::before {
  content: "";
}
.fa-croissant::before {
  content: "";
}
.fa-map-pin::before {
  content: "";
}
.fa-hamsa::before {
  content: "";
}
.fa-cent-sign::before {
  content: "";
}
.fa-swords-laser::before {
  content: "";
}
.fa-flask::before {
  content: "";
}
.fa-person-pregnant::before {
  content: "";
}
.fa-square-u::before {
  content: "";
}
.fa-wand-sparkles::before {
  content: "";
}
.fa-router::before {
  content: "";
}
.fa-ellipsis-vertical::before {
  content: "";
}
.fa-ellipsis-v::before {
  content: "";
}
.fa-sword-laser-alt::before {
  content: "";
}
.fa-ticket::before {
  content: "";
}
.fa-power-off::before {
  content: "";
}
.fa-coin::before {
  content: "";
}
.fa-laptop-slash::before {
  content: "";
}
.fa-right-long::before {
  content: "";
}
.fa-long-arrow-alt-right::before {
  content: "";
}
.fa-circle-b::before {
  content: "";
}
.fa-person-dress-simple::before {
  content: "";
}
.fa-pipe-collar::before {
  content: "";
}
.fa-lights-holiday::before {
  content: "";
}
.fa-citrus::before {
  content: "";
}
.fa-flag-usa::before {
  content: "";
}
.fa-laptop-file::before {
  content: "";
}
.fa-tty::before {
  content: "";
}
.fa-teletype::before {
  content: "";
}
.fa-chart-tree-map::before {
  content: "";
}
.fa-diagram-next::before {
  content: "";
}
.fa-person-rifle::before {
  content: "";
}
.fa-clock-five-thirty::before {
  content: "";
}
.fa-pipe-valve::before {
  content: "";
}
.fa-arrow-up-from-arc::before {
  content: "";
}
.fa-face-spiral-eyes::before {
  content: "";
}
.fa-compress-wide::before {
  content: "";
}
.fa-circle-phone-hangup::before {
  content: "";
}
.fa-phone-circle-down::before {
  content: "";
}
.fa-gear-complex-code::before {
  content: "";
}
.fa-house-medical-circle-exclamation::before {
  content: "";
}
.fa-badminton::before {
  content: "";
}
.fa-closed-captioning::before {
  content: "";
}
.fa-person-hiking::before {
  content: "";
}
.fa-hiking::before {
  content: "";
}
.fa-right-from-line::before {
  content: "";
}
.fa-arrow-alt-from-left::before {
  content: "";
}
.fa-venus-double::before {
  content: "";
}
.fa-images::before {
  content: "";
}
.fa-calculator::before {
  content: "";
}
.fa-shuttlecock::before {
  content: "";
}
.fa-user-hair::before {
  content: "";
}
.fa-eye-evil::before {
  content: "";
}
.fa-people-pulling::before {
  content: "";
}
.fa-n::before {
  content: "N";
}
.fa-swap::before {
  content: "";
}
.fa-garage::before {
  content: "";
}
.fa-cable-car::before {
  content: "";
}
.fa-tram::before {
  content: "";
}
.fa-shovel-snow::before {
  content: "";
}
.fa-cloud-rain::before {
  content: "";
}
.fa-face-lying::before {
  content: "";
}
.fa-sprinkler::before {
  content: "";
}
.fa-building-circle-xmark::before {
  content: "";
}
.fa-person-sledding::before {
  content: "";
}
.fa-sledding::before {
  content: "";
}
.fa-game-console-handheld::before {
  content: "";
}
.fa-ship::before {
  content: "";
}
.fa-clock-six-thirty::before {
  content: "";
}
.fa-battery-slash::before {
  content: "";
}
.fa-tugrik-sign::before {
  content: "";
}
.fa-arrows-down-to-line::before {
  content: "";
}
.fa-download::before {
  content: "";
}
.fa-angles-up-down::before {
  content: "";
}
.fa-shelves::before {
  content: "";
}
.fa-inventory::before {
  content: "";
}
.fa-cloud-snow::before {
  content: "";
}
.fa-face-grin::before {
  content: "";
}
.fa-grin::before {
  content: "";
}
.fa-delete-left::before {
  content: "";
}
.fa-backspace::before {
  content: "";
}
.fa-oven::before {
  content: "";
}
.fa-cloud-binary::before {
  content: "";
}
.fa-eye-dropper::before {
  content: "";
}
.fa-eye-dropper-empty::before {
  content: "";
}
.fa-eyedropper::before {
  content: "";
}
.fa-comment-captions::before {
  content: "";
}
.fa-comments-question::before {
  content: "";
}
.fa-scribble::before {
  content: "";
}
.fa-rotate-exclamation::before {
  content: "";
}
.fa-file-circle-check::before {
  content: "";
}
.fa-glass::before {
  content: "";
}
.fa-loader::before {
  content: "";
}
.fa-forward::before {
  content: "";
}
.fa-user-pilot::before {
  content: "";
}
.fa-mobile::before {
  content: "";
}
.fa-mobile-android::before {
  content: "";
}
.fa-mobile-phone::before {
  content: "";
}
.fa-code-pull-request-closed::before {
  content: "";
}
.fa-face-meh::before {
  content: "";
}
.fa-meh::before {
  content: "";
}
.fa-align-center::before {
  content: "";
}
.fa-book-skull::before {
  content: "";
}
.fa-book-dead::before {
  content: "";
}
.fa-id-card::before {
  content: "";
}
.fa-drivers-license::before {
  content: "";
}
.fa-face-dotted::before {
  content: "";
}
.fa-face-worried::before {
  content: "";
}
.fa-outdent::before {
  content: "";
}
.fa-dedent::before {
  content: "";
}
.fa-court-sport::before {
  content: "";
}
.fa-heart-circle-exclamation::before {
  content: "";
}
.fa-house::before {
  content: "";
}
.fa-home::before {
  content: "";
}
.fa-home-alt::before {
  content: "";
}
.fa-home-lg-alt::before {
  content: "";
}
.fa-vector-circle::before {
  content: "";
}
.fa-car-circle-bolt::before {
  content: "";
}
.fa-calendar-week::before {
  content: "";
}
.fa-flying-disc::before {
  content: "";
}
.fa-laptop-medical::before {
  content: "";
}
.fa-square-down-right::before {
  content: "";
}
.fa-b::before {
  content: "B";
}
.fa-seat-airline::before {
  content: "";
}
.fa-moon-over-sun::before {
  content: "";
}
.fa-eclipse-alt::before {
  content: "";
}
.fa-pipe::before {
  content: "|";
}
.fa-file-medical::before {
  content: "";
}
.fa-potato::before {
  content: "";
}
.fa-dice-one::before {
  content: "";
}
.fa-circle-a::before {
  content: "";
}
.fa-helmet-battle::before {
  content: "";
}
.fa-butter::before {
  content: "";
}
.fa-blanket-fire::before {
  content: "";
}
.fa-kiwi-bird::before {
  content: "";
}
.fa-castle::before {
  content: "";
}
.fa-golf-club::before {
  content: "";
}
.fa-arrow-right-arrow-left::before {
  content: "";
}
.fa-exchange::before {
  content: "";
}
.fa-rotate-right::before {
  content: "";
}
.fa-redo-alt::before {
  content: "";
}
.fa-rotate-forward::before {
  content: "";
}
.fa-utensils::before {
  content: "";
}
.fa-cutlery::before {
  content: "";
}
.fa-arrow-up-wide-short::before {
  content: "";
}
.fa-sort-amount-up::before {
  content: "";
}
.fa-chart-pie-simple-circle-dollar::before {
  content: "";
}
.fa-balloons::before {
  content: "";
}
.fa-mill-sign::before {
  content: "";
}
.fa-bowl-rice::before {
  content: "";
}
.fa-timeline-arrow::before {
  content: "";
}
.fa-skull::before {
  content: "";
}
.fa-game-board-simple::before {
  content: "";
}
.fa-game-board-alt::before {
  content: "";
}
.fa-circle-video::before {
  content: "";
}
.fa-video-circle::before {
  content: "";
}
.fa-chart-scatter-bubble::before {
  content: "";
}
.fa-house-turret::before {
  content: "";
}
.fa-banana::before {
  content: "";
}
.fa-hand-holding-skull::before {
  content: "";
}
.fa-people-dress::before {
  content: "";
}
.fa-loveseat::before {
  content: "";
}
.fa-couch-small::before {
  content: "";
}
.fa-tower-broadcast::before {
  content: "";
}
.fa-broadcast-tower::before {
  content: "";
}
.fa-truck-pickup::before {
  content: "";
}
.fa-block-quote::before {
  content: "";
}
.fa-up-long::before {
  content: "";
}
.fa-long-arrow-alt-up::before {
  content: "";
}
.fa-stop::before {
  content: "";
}
.fa-code-merge::before {
  content: "";
}
.fa-money-check-dollar-pen::before {
  content: "";
}
.fa-money-check-edit-alt::before {
  content: "";
}
.fa-up-from-line::before {
  content: "";
}
.fa-arrow-alt-from-bottom::before {
  content: "";
}
.fa-upload::before {
  content: "";
}
.fa-hurricane::before {
  content: "";
}
.fa-grid-round-2-plus::before {
  content: "";
}
.fa-people-pants::before {
  content: "";
}
.fa-mound::before {
  content: "";
}
.fa-windsock::before {
  content: "";
}
.fa-circle-half::before {
  content: "";
}
.fa-brake-warning::before {
  content: "";
}
.fa-toilet-portable::before {
  content: "";
}
.fa-compact-disc::before {
  content: "";
}
.fa-file-arrow-down::before {
  content: "";
}
.fa-file-download::before {
  content: "";
}
.fa-saxophone-fire::before {
  content: "";
}
.fa-sax-hot::before {
  content: "";
}
.fa-camera-web-slash::before {
  content: "";
}
.fa-webcam-slash::before {
  content: "";
}
.fa-folder-medical::before {
  content: "";
}
.fa-folder-gear::before {
  content: "";
}
.fa-folder-cog::before {
  content: "";
}
.fa-hand-wave::before {
  content: "";
}
.fa-arrow-up-arrow-down::before {
  content: "";
}
.fa-sort-up-down::before {
  content: "";
}
.fa-caravan::before {
  content: "";
}
.fa-shield-cat::before {
  content: "";
}
.fa-message-slash::before {
  content: "";
}
.fa-comment-alt-slash::before {
  content: "";
}
.fa-bolt::before {
  content: "";
}
.fa-zap::before {
  content: "";
}
.fa-trash-can-check::before {
  content: "";
}
.fa-glass-water::before {
  content: "";
}
.fa-oil-well::before {
  content: "";
}
.fa-person-simple::before {
  content: "";
}
.fa-arrow-turn-left-up::before {
  content: "";
}
.fa-vault::before {
  content: "";
}
.fa-mars::before {
  content: "";
}
.fa-toilet::before {
  content: "";
}
.fa-plane-circle-xmark::before {
  content: "";
}
.fa-yen-sign::before {
  content: "";
}
.fa-cny::before {
  content: "";
}
.fa-jpy::before {
  content: "";
}
.fa-rmb::before {
  content: "";
}
.fa-yen::before {
  content: "";
}
.fa-gear-code::before {
  content: "";
}
.fa-notes::before {
  content: "";
}
.fa-ruble-sign::before {
  content: "";
}
.fa-rouble::before {
  content: "";
}
.fa-rub::before {
  content: "";
}
.fa-ruble::before {
  content: "";
}
.fa-trash-undo::before {
  content: "";
}
.fa-trash-arrow-turn-left::before {
  content: "";
}
.fa-champagne-glass::before {
  content: "";
}
.fa-glass-champagne::before {
  content: "";
}
.fa-objects-align-center-horizontal::before {
  content: "";
}
.fa-sun::before {
  content: "";
}
.fa-trash-can-slash::before {
  content: "";
}
.fa-trash-alt-slash::before {
  content: "";
}
.fa-screen-users::before {
  content: "";
}
.fa-users-class::before {
  content: "";
}
.fa-guitar::before {
  content: "";
}
.fa-square-arrow-left::before {
  content: "";
}
.fa-arrow-square-left::before {
  content: "";
}
.fa-square-8::before {
  content: "";
}
.fa-face-smile-hearts::before {
  content: "";
}
.fa-brackets-square::before {
  content: "";
}
.fa-brackets::before {
  content: "";
}
.fa-laptop-arrow-down::before {
  content: "";
}
.fa-hockey-stick-puck::before {
  content: "";
}
.fa-house-tree::before {
  content: "";
}
.fa-signal-fair::before {
  content: "";
}
.fa-signal-2::before {
  content: "";
}
.fa-face-laugh-wink::before {
  content: "";
}
.fa-laugh-wink::before {
  content: "";
}
.fa-circle-dollar::before {
  content: "";
}
.fa-dollar-circle::before {
  content: "";
}
.fa-usd-circle::before {
  content: "";
}
.fa-horse-head::before {
  content: "";
}
.fa-arrows-repeat::before {
  content: "";
}
.fa-repeat-alt::before {
  content: "";
}
.fa-bore-hole::before {
  content: "";
}
.fa-industry::before {
  content: "";
}
.fa-image-polaroid::before {
  content: "";
}
.fa-wave-triangle::before {
  content: "";
}
.fa-turn-left-down::before {
  content: "";
}
.fa-person-running-fast::before {
  content: "";
}
.fa-circle-down::before {
  content: "";
}
.fa-arrow-alt-circle-down::before {
  content: "";
}
.fa-grill::before {
  content: "";
}
.fa-arrows-turn-to-dots::before {
  content: "";
}
.fa-chart-mixed::before {
  content: "";
}
.fa-analytics::before {
  content: "";
}
.fa-florin-sign::before {
  content: "";
}
.fa-arrow-down-short-wide::before {
  content: "";
}
.fa-sort-amount-desc::before {
  content: "";
}
.fa-sort-amount-down-alt::before {
  content: "";
}
.fa-less-than::before {
  content: "<";
}
.fa-display-code::before {
  content: "";
}
.fa-desktop-code::before {
  content: "";
}
.fa-face-drooling::before {
  content: "";
}
.fa-oil-temperature::before {
  content: "";
}
.fa-oil-temp::before {
  content: "";
}
.fa-square-question::before {
  content: "";
}
.fa-question-square::before {
  content: "";
}
.fa-air-conditioner::before {
  content: "";
}
.fa-angle-down::before {
  content: "";
}
.fa-mountains::before {
  content: "";
}
.fa-omega::before {
  content: "";
}
.fa-car-tunnel::before {
  content: "";
}
.fa-person-dolly-empty::before {
  content: "";
}
.fa-pan-food::before {
  content: "";
}
.fa-head-side-cough::before {
  content: "";
}
.fa-grip-lines::before {
  content: "";
}
.fa-thumbs-down::before {
  content: "";
}
.fa-user-lock::before {
  content: "";
}
.fa-arrow-right-long::before {
  content: "";
}
.fa-long-arrow-right::before {
  content: "";
}
.fa-tickets-airline::before {
  content: "";
}
.fa-tickets-perforated-plane::before {
  content: "";
}
.fa-tickets-plane::before {
  content: "";
}
.fa-tent-double-peak::before {
  content: "";
}
.fa-anchor-circle-xmark::before {
  content: "";
}
.fa-ellipsis::before {
  content: "";
}
.fa-ellipsis-h::before {
  content: "";
}
.fa-nfc-slash::before {
  content: "";
}
.fa-chess-pawn::before {
  content: "";
}
.fa-kit-medical::before {
  content: "";
}
.fa-first-aid::before {
  content: "";
}
.fa-grid-2-plus::before {
  content: "";
}
.fa-bells::before {
  content: "";
}
.fa-person-through-window::before {
  content: "";
}
.fa-toolbox::before {
  content: "";
}
.fa-envelope-dot::before {
  content: "";
}
.fa-envelope-badge::before {
  content: "";
}
.fa-magnifying-glass-waveform::before {
  content: "";
}
.fa-hands-holding-circle::before {
  content: "";
}
.fa-bug::before {
  content: "";
}
.fa-bowl-chopsticks::before {
  content: "";
}
.fa-credit-card::before {
  content: "";
}
.fa-credit-card-alt::before {
  content: "";
}
.fa-circle-s::before {
  content: "";
}
.fa-box-ballot::before {
  content: "";
}
.fa-car::before {
  content: "";
}
.fa-automobile::before {
  content: "";
}
.fa-hand-holding-hand::before {
  content: "";
}
.fa-user-tie-hair::before {
  content: "";
}
.fa-podium-star::before {
  content: "";
}
.fa-user-hair-mullet::before {
  content: "";
}
.fa-business-front::before {
  content: "";
}
.fa-party-back::before {
  content: "";
}
.fa-trian-balbot::before {
  content: "";
}
.fa-microphone-stand::before {
  content: "";
}
.fa-book-open-reader::before {
  content: "";
}
.fa-book-reader::before {
  content: "";
}
.fa-family-dress::before {
  content: "";
}
.fa-circle-x::before {
  content: "";
}
.fa-cabin::before {
  content: "";
}
.fa-mountain-sun::before {
  content: "";
}
.fa-chart-simple-horizontal::before {
  content: "";
}
.fa-arrows-left-right-to-line::before {
  content: "";
}
.fa-hand-back-point-left::before {
  content: "";
}
.fa-message-dots::before {
  content: "";
}
.fa-comment-alt-dots::before {
  content: "";
}
.fa-messaging::before {
  content: "";
}
.fa-file-heart::before {
  content: "";
}
.fa-beer-mug::before {
  content: "";
}
.fa-beer-foam::before {
  content: "";
}
.fa-dice-d20::before {
  content: "";
}
.fa-drone::before {
  content: "";
}
.fa-truck-droplet::before {
  content: "";
}
.fa-file-circle-xmark::before {
  content: "";
}
.fa-temperature-arrow-up::before {
  content: "";
}
.fa-temperature-up::before {
  content: "";
}
.fa-medal::before {
  content: "";
}
.fa-person-fairy::before {
  content: "";
}
.fa-bed::before {
  content: "";
}
.fa-book-copy::before {
  content: "";
}
.fa-square-h::before {
  content: "";
}
.fa-h-square::before {
  content: "";
}
.fa-square-c::before {
  content: "";
}
.fa-clock-two::before {
  content: "";
}
.fa-square-ellipsis-vertical::before {
  content: "";
}
.fa-calendar-users::before {
  content: "";
}
.fa-podcast::before {
  content: "";
}
.fa-bee::before {
  content: "";
}
.fa-temperature-full::before {
  content: "";
}
.fa-temperature-4::before {
  content: "";
}
.fa-thermometer-4::before {
  content: "";
}
.fa-thermometer-full::before {
  content: "";
}
.fa-bell::before {
  content: "";
}
.fa-candy-bar::before {
  content: "";
}
.fa-chocolate-bar::before {
  content: "";
}
.fa-xmark-large::before {
  content: "";
}
.fa-pinata::before {
  content: "";
}
.fa-file-ppt::before {
  content: "";
}
.fa-arrows-from-line::before {
  content: "";
}
.fa-superscript::before {
  content: "";
}
.fa-bowl-spoon::before {
  content: "";
}
.fa-hexagon-check::before {
  content: "";
}
.fa-plug-circle-xmark::before {
  content: "";
}
.fa-star-of-life::before {
  content: "";
}
.fa-phone-slash::before {
  content: "";
}
.fa-traffic-light-stop::before {
  content: "";
}
.fa-paint-roller::before {
  content: "";
}
.fa-accent-grave::before {
  content: "`";
}
.fa-handshake-angle::before {
  content: "";
}
.fa-hands-helping::before {
  content: "";
}
.fa-circle-0::before {
  content: "";
}
.fa-dial-med-low::before {
  content: "";
}
.fa-location-dot::before {
  content: "";
}
.fa-map-marker-alt::before {
  content: "";
}
.fa-crab::before {
  content: "";
}
.fa-box-open-full::before {
  content: "";
}
.fa-box-full::before {
  content: "";
}
.fa-file::before {
  content: "";
}
.fa-greater-than::before {
  content: ">";
}
.fa-quotes::before {
  content: "";
}
.fa-pretzel::before {
  content: "";
}
.fa-t-rex::before {
  content: "";
}
.fa-person-swimming::before {
  content: "";
}
.fa-swimmer::before {
  content: "";
}
.fa-arrow-down::before {
  content: "";
}
.fa-user-robot-xmarks::before {
  content: "";
}
.fa-message-quote::before {
  content: "";
}
.fa-comment-alt-quote::before {
  content: "";
}
.fa-candy-corn::before {
  content: "";
}
.fa-folder-magnifying-glass::before {
  content: "";
}
.fa-folder-search::before {
  content: "";
}
.fa-notebook::before {
  content: "";
}
.fa-droplet::before {
  content: "";
}
.fa-tint::before {
  content: "";
}
.fa-bullseye-pointer::before {
  content: "";
}
.fa-eraser::before {
  content: "";
}
.fa-hexagon-image::before {
  content: "";
}
.fa-earth-americas::before {
  content: "";
}
.fa-earth::before {
  content: "";
}
.fa-earth-america::before {
  content: "";
}
.fa-globe-americas::before {
  content: "";
}
.fa-file-svg::before {
  content: "";
}
.fa-crate-apple::before {
  content: "";
}
.fa-apple-crate::before {
  content: "";
}
.fa-person-burst::before {
  content: "";
}
.fa-game-board::before {
  content: "";
}
.fa-hat-chef::before {
  content: "";
}
.fa-hand-back-point-right::before {
  content: "";
}
.fa-dove::before {
  content: "";
}
.fa-snowflake-droplets::before {
  content: "";
}
.fa-battery-empty::before {
  content: "";
}
.fa-battery-0::before {
  content: "";
}
.fa-grid-4::before {
  content: "";
}
.fa-socks::before {
  content: "";
}
.fa-face-sunglasses::before {
  content: "";
}
.fa-inbox::before {
  content: "";
}
.fa-square-0::before {
  content: "";
}
.fa-section::before {
  content: "";
}
.fa-square-this-way-up::before {
  content: "";
}
.fa-box-up::before {
  content: "";
}
.fa-gauge-high::before {
  content: "";
}
.fa-tachometer-alt::before {
  content: "";
}
.fa-tachometer-alt-fast::before {
  content: "";
}
.fa-square-ampersand::before {
  content: "";
}
.fa-envelope-open-text::before {
  content: "";
}
.fa-lamp-desk::before {
  content: "";
}
.fa-hospital::before {
  content: "";
}
.fa-hospital-alt::before {
  content: "";
}
.fa-hospital-wide::before {
  content: "";
}
.fa-poll-people::before {
  content: "";
}
.fa-whiskey-glass-ice::before {
  content: "";
}
.fa-glass-whiskey-rocks::before {
  content: "";
}
.fa-wine-bottle::before {
  content: "";
}
.fa-chess-rook::before {
  content: "";
}
.fa-user-bounty-hunter::before {
  content: "";
}
.fa-bars-staggered::before {
  content: "";
}
.fa-reorder::before {
  content: "";
}
.fa-stream::before {
  content: "";
}
.fa-diagram-sankey::before {
  content: "";
}
.fa-cloud-hail-mixed::before {
  content: "";
}
.fa-circle-up-left::before {
  content: "";
}
.fa-dharmachakra::before {
  content: "";
}
.fa-objects-align-left::before {
  content: "";
}
.fa-oil-can-drip::before {
  content: "";
}
.fa-face-smiling-hands::before {
  content: "";
}
.fa-broccoli::before {
  content: "";
}
.fa-route-interstate::before {
  content: "";
}
.fa-ear-muffs::before {
  content: "";
}
.fa-hotdog::before {
  content: "";
}
.fa-transporter-empty::before {
  content: "";
}
.fa-person-walking-with-cane::before {
  content: "";
}
.fa-blind::before {
  content: "";
}
.fa-angle-90::before {
  content: "";
}
.fa-rectangle-terminal::before {
  content: "";
}
.fa-kite::before {
  content: "";
}
.fa-drum::before {
  content: "";
}
.fa-scrubber::before {
  content: "";
}
.fa-ice-cream::before {
  content: "";
}
.fa-heart-circle-bolt::before {
  content: "";
}
.fa-fish-bones::before {
  content: "";
}
.fa-deer-rudolph::before {
  content: "";
}
.fa-fax::before {
  content: "";
}
.fa-paragraph::before {
  content: "";
}
.fa-head-side-heart::before {
  content: "";
}
.fa-square-e::before {
  content: "";
}
.fa-meter-fire::before {
  content: "";
}
.fa-cloud-hail::before {
  content: "";
}
.fa-check-to-slot::before {
  content: "";
}
.fa-vote-yea::before {
  content: "";
}
.fa-money-from-bracket::before {
  content: "";
}
.fa-star-half::before {
  content: "";
}
.fa-car-bus::before {
  content: "";
}
.fa-speaker::before {
  content: "";
}
.fa-timer::before {
  content: "";
}
.fa-boxes-stacked::before {
  content: "";
}
.fa-boxes::before {
  content: "";
}
.fa-boxes-alt::before {
  content: "";
}
.fa-landmark-magnifying-glass::before {
  content: "";
}
.fa-grill-hot::before {
  content: "";
}
.fa-ballot-check::before {
  content: "";
}
.fa-link::before {
  content: "";
}
.fa-chain::before {
  content: "";
}
.fa-ear-listen::before {
  content: "";
}
.fa-assistive-listening-systems::before {
  content: "";
}
.fa-file-minus::before {
  content: "";
}
.fa-tree-city::before {
  content: "";
}
.fa-play::before {
  content: "";
}
.fa-font::before {
  content: "";
}
.fa-cup-togo::before {
  content: "";
}
.fa-coffee-togo::before {
  content: "";
}
.fa-square-down-left::before {
  content: "";
}
.fa-burger-lettuce::before {
  content: "";
}
.fa-rupiah-sign::before {
  content: "";
}
.fa-magnifying-glass::before {
  content: "";
}
.fa-search::before {
  content: "";
}
.fa-table-tennis-paddle-ball::before {
  content: "";
}
.fa-ping-pong-paddle-ball::before {
  content: "";
}
.fa-table-tennis::before {
  content: "";
}
.fa-person-dots-from-line::before {
  content: "";
}
.fa-diagnoses::before {
  content: "";
}
.fa-chevrons-down::before {
  content: "";
}
.fa-chevron-double-down::before {
  content: "";
}
.fa-trash-can-arrow-up::before {
  content: "";
}
.fa-trash-restore-alt::before {
  content: "";
}
.fa-signal-good::before {
  content: "";
}
.fa-signal-3::before {
  content: "";
}
.fa-location-question::before {
  content: "";
}
.fa-map-marker-question::before {
  content: "";
}
.fa-floppy-disk-circle-xmark::before {
  content: "";
}
.fa-floppy-disk-times::before {
  content: "";
}
.fa-save-circle-xmark::before {
  content: "";
}
.fa-save-times::before {
  content: "";
}
.fa-naira-sign::before {
  content: "";
}
.fa-peach::before {
  content: "";
}
.fa-taxi-bus::before {
  content: "";
}
.fa-bracket-curly::before {
  content: "{";
}
.fa-bracket-curly-left::before {
  content: "{";
}
.fa-lobster::before {
  content: "";
}
.fa-cart-flatbed-empty::before {
  content: "";
}
.fa-dolly-flatbed-empty::before {
  content: "";
}
.fa-colon::before {
  content: ":";
}
.fa-cart-arrow-down::before {
  content: "";
}
.fa-wand::before {
  content: "";
}
.fa-walkie-talkie::before {
  content: "";
}
.fa-file-pen::before {
  content: "";
}
.fa-file-edit::before {
  content: "";
}
.fa-receipt::before {
  content: "";
}
.fa-table-picnic::before {
  content: "";
}
.fa-square-pen::before {
  content: "";
}
.fa-pen-square::before {
  content: "";
}
.fa-pencil-square::before {
  content: "";
}
.fa-circle-microphone-lines::before {
  content: "";
}
.fa-microphone-circle-alt::before {
  content: "";
}
.fa-display-slash::before {
  content: "";
}
.fa-desktop-slash::before {
  content: "";
}
.fa-suitcase-rolling::before {
  content: "";
}
.fa-person-circle-exclamation::before {
  content: "";
}
.fa-transporter-2::before {
  content: "";
}
.fa-hands-holding-diamond::before {
  content: "";
}
.fa-hand-receiving::before {
  content: "";
}
.fa-money-bill-simple-wave::before {
  content: "";
}
.fa-chevron-down::before {
  content: "";
}
.fa-battery-full::before {
  content: "";
}
.fa-battery::before {
  content: "";
}
.fa-battery-5::before {
  content: "";
}
.fa-bell-plus::before {
  content: "";
}
.fa-book-arrow-right::before {
  content: "";
}
.fa-hospitals::before {
  content: "";
}
.fa-club::before {
  content: "";
}
.fa-skull-crossbones::before {
  content: "";
}
.fa-droplet-degree::before {
  content: "";
}
.fa-dewpoint::before {
  content: "";
}
.fa-code-compare::before {
  content: "";
}
.fa-list-ul::before {
  content: "";
}
.fa-list-dots::before {
  content: "";
}
.fa-hand-holding-magic::before {
  content: "";
}
.fa-watermelon-slice::before {
  content: "";
}
.fa-circle-ellipsis::before {
  content: "";
}
.fa-school-lock::before {
  content: "";
}
.fa-tower-cell::before {
  content: "";
}
.fa-sd-cards::before {
  content: "";
}
.fa-jug-bottle::before {
  content: "";
}
.fa-down-long::before {
  content: "";
}
.fa-long-arrow-alt-down::before {
  content: "";
}
.fa-envelopes::before {
  content: "";
}
.fa-phone-office::before {
  content: "";
}
.fa-ranking-star::before {
  content: "";
}
.fa-chess-king::before {
  content: "";
}
.fa-nfc-pen::before {
  content: "";
}
.fa-person-harassing::before {
  content: "";
}
.fa-magnifying-glass-play::before {
  content: "";
}
.fa-hat-winter::before {
  content: "";
}
.fa-brazilian-real-sign::before {
  content: "";
}
.fa-landmark-dome::before {
  content: "";
}
.fa-landmark-alt::before {
  content: "";
}
.fa-bone-break::before {
  content: "";
}
.fa-arrow-up::before {
  content: "";
}
.fa-down-from-dotted-line::before {
  content: "";
}
.fa-tv::before {
  content: "";
}
.fa-television::before {
  content: "";
}
.fa-tv-alt::before {
  content: "";
}
.fa-border-left::before {
  content: "";
}
.fa-circle-divide::before {
  content: "";
}
.fa-shrimp::before {
  content: "";
}
.fa-list-check::before {
  content: "";
}
.fa-tasks::before {
  content: "";
}
.fa-diagram-subtask::before {
  content: "";
}
.fa-jug-detergent::before {
  content: "";
}
.fa-circle-user::before {
  content: "";
}
.fa-user-circle::before {
  content: "";
}
.fa-square-y::before {
  content: "";
}
.fa-user-doctor-hair::before {
  content: "";
}
.fa-planet-ringed::before {
  content: "";
}
.fa-mushroom::before {
  content: "";
}
.fa-user-shield::before {
  content: "";
}
.fa-megaphone::before {
  content: "";
}
.fa-wreath-laurel::before {
  content: "";
}
.fa-circle-exclamation-check::before {
  content: "";
}
.fa-wind::before {
  content: "";
}
.fa-box-dollar::before {
  content: "";
}
.fa-box-usd::before {
  content: "";
}
.fa-car-burst::before {
  content: "";
}
.fa-car-crash::before {
  content: "";
}
.fa-y::before {
  content: "Y";
}
.fa-user-headset::before {
  content: "";
}
.fa-arrows-retweet::before {
  content: "";
}
.fa-retweet-alt::before {
  content: "";
}
.fa-person-snowboarding::before {
  content: "";
}
.fa-snowboarding::before {
  content: "";
}
.fa-square-chevron-right::before {
  content: "";
}
.fa-chevron-square-right::before {
  content: "";
}
.fa-lacrosse-stick-ball::before {
  content: "";
}
.fa-truck-fast::before {
  content: "";
}
.fa-shipping-fast::before {
  content: "";
}
.fa-user-magnifying-glass::before {
  content: "";
}
.fa-star-sharp::before {
  content: "";
}
.fa-comment-heart::before {
  content: "";
}
.fa-circle-1::before {
  content: "";
}
.fa-circle-star::before {
  content: "";
}
.fa-star-circle::before {
  content: "";
}
.fa-fish::before {
  content: "";
}
.fa-cloud-fog::before {
  content: "";
}
.fa-fog::before {
  content: "";
}
.fa-waffle::before {
  content: "";
}
.fa-music-note::before {
  content: "";
}
.fa-music-alt::before {
  content: "";
}
.fa-hexagon-exclamation::before {
  content: "";
}
.fa-cart-shopping-fast::before {
  content: "";
}
.fa-object-union::before {
  content: "";
}
.fa-user-graduate::before {
  content: "";
}
.fa-starfighter::before {
  content: "";
}
.fa-circle-half-stroke::before {
  content: "";
}
.fa-adjust::before {
  content: "";
}
.fa-arrow-right-long-to-line::before {
  content: "";
}
.fa-square-arrow-down::before {
  content: "";
}
.fa-arrow-square-down::before {
  content: "";
}
.fa-diamond-half-stroke::before {
  content: "";
}
.fa-clapperboard::before {
  content: "";
}
.fa-square-chevron-left::before {
  content: "";
}
.fa-chevron-square-left::before {
  content: "";
}
.fa-phone-intercom::before {
  content: "";
}
.fa-link-horizontal::before {
  content: "";
}
.fa-chain-horizontal::before {
  content: "";
}
.fa-mango::before {
  content: "";
}
.fa-music-note-slash::before {
  content: "";
}
.fa-music-alt-slash::before {
  content: "";
}
.fa-circle-radiation::before {
  content: "";
}
.fa-radiation-alt::before {
  content: "";
}
.fa-face-tongue-sweat::before {
  content: "";
}
.fa-globe-stand::before {
  content: "";
}
.fa-baseball::before {
  content: "";
}
.fa-baseball-ball::before {
  content: "";
}
.fa-circle-p::before {
  content: "";
}
.fa-award-simple::before {
  content: "";
}
.fa-jet-fighter-up::before {
  content: "";
}
.fa-diagram-project::before {
  content: "";
}
.fa-project-diagram::before {
  content: "";
}
.fa-pedestal::before {
  content: "";
}
.fa-chart-pyramid::before {
  content: "";
}
.fa-sidebar::before {
  content: "";
}
.fa-snowman-head::before {
  content: "";
}
.fa-frosty-head::before {
  content: "";
}
.fa-copy::before {
  content: "";
}
.fa-burger-glass::before {
  content: "";
}
.fa-volume-xmark::before {
  content: "";
}
.fa-volume-mute::before {
  content: "";
}
.fa-volume-times::before {
  content: "";
}
.fa-hand-sparkles::before {
  content: "";
}
.fa-bars-filter::before {
  content: "";
}
.fa-paintbrush-pencil::before {
  content: "";
}
.fa-party-bell::before {
  content: "";
}
.fa-user-vneck-hair::before {
  content: "";
}
.fa-jack-o-lantern::before {
  content: "";
}
.fa-grip::before {
  content: "";
}
.fa-grip-horizontal::before {
  content: "";
}
.fa-share-from-square::before {
  content: "";
}
.fa-share-square::before {
  content: "";
}
.fa-keynote::before {
  content: "";
}
.fa-child-combatant::before {
  content: "";
}
.fa-child-rifle::before {
  content: "";
}
.fa-gun::before {
  content: "";
}
.fa-square-phone::before {
  content: "";
}
.fa-phone-square::before {
  content: "";
}
.fa-hat-beach::before {
  content: "";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "";
}
.fa-computer::before {
  content: "";
}
.fa-fort::before {
  content: "";
}
.fa-cloud-check::before {
  content: "";
}
.fa-xmark::before {
  content: "";
}
.fa-close::before {
  content: "";
}
.fa-multiply::before {
  content: "";
}
.fa-remove::before {
  content: "";
}
.fa-times::before {
  content: "";
}
.fa-face-smirking::before {
  content: "";
}
.fa-arrows-up-down-left-right::before {
  content: "";
}
.fa-arrows::before {
  content: "";
}
.fa-chalkboard-user::before {
  content: "";
}
.fa-chalkboard-teacher::before {
  content: "";
}
.fa-rhombus::before {
  content: "";
}
.fa-claw-marks::before {
  content: "";
}
.fa-peso-sign::before {
  content: "";
}
.fa-face-smile-tongue::before {
  content: "";
}
.fa-cart-circle-xmark::before {
  content: "";
}
.fa-building-shield::before {
  content: "";
}
.fa-circle-phone-flip::before {
  content: "";
}
.fa-phone-circle-alt::before {
  content: "";
}
.fa-baby::before {
  content: "";
}
.fa-users-line::before {
  content: "";
}
.fa-quote-left::before {
  content: "";
}
.fa-quote-left-alt::before {
  content: "";
}
.fa-tractor::before {
  content: "";
}
.fa-key-skeleton::before {
  content: "";
}
.fa-trash-arrow-up::before {
  content: "";
}
.fa-trash-restore::before {
  content: "";
}
.fa-arrow-down-up-lock::before {
  content: "";
}
.fa-arrow-down-to-bracket::before {
  content: "";
}
.fa-lines-leaning::before {
  content: "";
}
.fa-square-q::before {
  content: "";
}
.fa-ruler-combined::before {
  content: "";
}
.fa-symbols::before {
  content: "";
}
.fa-icons-alt::before {
  content: "";
}
.fa-copyright::before {
  content: "";
}
.fa-flask-gear::before {
  content: "";
}
.fa-highlighter-line::before {
  content: "";
}
.fa-bracket-square::before {
  content: "[";
}
.fa-bracket::before {
  content: "[";
}
.fa-bracket-left::before {
  content: "[";
}
.fa-island-tropical::before {
  content: "";
}
.fa-island-tree-palm::before {
  content: "";
}
.fa-arrow-right-from-line::before {
  content: "";
}
.fa-arrow-from-left::before {
  content: "";
}
.fa-h2::before {
  content: "";
}
.fa-equals::before {
  content: "=";
}
.fa-cake-slice::before {
  content: "";
}
.fa-shortcake::before {
  content: "";
}
.fa-building-magnifying-glass::before {
  content: "";
}
.fa-peanut::before {
  content: "";
}
.fa-wrench-simple::before {
  content: "";
}
.fa-blender::before {
  content: "";
}
.fa-teeth::before {
  content: "";
}
.fa-tally-2::before {
  content: "";
}
.fa-shekel-sign::before {
  content: "";
}
.fa-ils::before {
  content: "";
}
.fa-shekel::before {
  content: "";
}
.fa-sheqel::before {
  content: "";
}
.fa-sheqel-sign::before {
  content: "";
}
.fa-cars::before {
  content: "";
}
.fa-axe-battle::before {
  content: "";
}
.fa-user-hair-long::before {
  content: "";
}
.fa-map::before {
  content: "";
}
.fa-arrow-left-from-arc::before {
  content: "";
}
.fa-file-circle-info::before {
  content: "";
}
.fa-face-disappointed::before {
  content: "";
}
.fa-lasso-sparkles::before {
  content: "";
}
.fa-clock-eleven::before {
  content: "";
}
.fa-rocket::before {
  content: "";
}
.fa-siren-on::before {
  content: "";
}
.fa-clock-ten::before {
  content: "";
}
.fa-candle-holder::before {
  content: "";
}
.fa-video-arrow-down-left::before {
  content: "";
}
.fa-photo-film::before {
  content: "";
}
.fa-photo-video::before {
  content: "";
}
.fa-floppy-disk-circle-arrow-right::before {
  content: "";
}
.fa-save-circle-arrow-right::before {
  content: "";
}
.fa-folder-minus::before {
  content: "";
}
.fa-planet-moon::before {
  content: "";
}
.fa-face-eyes-xmarks::before {
  content: "";
}
.fa-chart-scatter::before {
  content: "";
}
.fa-display-arrow-down::before {
  content: "";
}
.fa-store::before {
  content: "";
}
.fa-arrow-trend-up::before {
  content: "";
}
.fa-plug-circle-minus::before {
  content: "";
}
.fa-olive-branch::before {
  content: "";
}
.fa-angle::before {
  content: "";
}
.fa-vacuum-robot::before {
  content: "";
}
.fa-sign-hanging::before {
  content: "";
}
.fa-sign::before {
  content: "";
}
.fa-square-divide::before {
  content: "";
}
.fa-folder-check::before {
  content: "";
}
.fa-signal-stream-slash::before {
  content: "";
}
.fa-bezier-curve::before {
  content: "";
}
.fa-eye-dropper-half::before {
  content: "";
}
.fa-store-lock::before {
  content: "";
}
.fa-bell-slash::before {
  content: "";
}
.fa-cloud-bolt-sun::before {
  content: "";
}
.fa-thunderstorm-sun::before {
  content: "";
}
.fa-camera-slash::before {
  content: "";
}
.fa-comment-quote::before {
  content: "";
}
.fa-tablet::before {
  content: "";
}
.fa-tablet-android::before {
  content: "";
}
.fa-school-flag::before {
  content: "";
}
.fa-message-code::before {
  content: "";
}
.fa-glass-half::before {
  content: "";
}
.fa-glass-half-empty::before {
  content: "";
}
.fa-glass-half-full::before {
  content: "";
}
.fa-fill::before {
  content: "";
}
.fa-message-minus::before {
  content: "";
}
.fa-comment-alt-minus::before {
  content: "";
}
.fa-angle-up::before {
  content: "";
}
.fa-dinosaur::before {
  content: "";
}
.fa-drumstick-bite::before {
  content: "";
}
.fa-link-horizontal-slash::before {
  content: "";
}
.fa-chain-horizontal-slash::before {
  content: "";
}
.fa-holly-berry::before {
  content: "";
}
.fa-nose::before {
  content: "";
}
.fa-arrow-left-to-arc::before {
  content: "";
}
.fa-chevron-left::before {
  content: "";
}
.fa-bacteria::before {
  content: "";
}
.fa-clouds::before {
  content: "";
}
.fa-money-bill-simple::before {
  content: "";
}
.fa-hand-lizard::before {
  content: "";
}
.fa-table-pivot::before {
  content: "";
}
.fa-filter-slash::before {
  content: "";
}
.fa-trash-can-undo::before {
  content: "";
}
.fa-trash-can-arrow-turn-left::before {
  content: "";
}
.fa-trash-undo-alt::before {
  content: "";
}
.fa-notdef::before {
  content: "";
}
.fa-disease::before {
  content: "";
}
.fa-person-to-door::before {
  content: "";
}
.fa-turntable::before {
  content: "";
}
.fa-briefcase-medical::before {
  content: "";
}
.fa-genderless::before {
  content: "";
}
.fa-chevron-right::before {
  content: "";
}
.fa-signal-weak::before {
  content: "";
}
.fa-signal-1::before {
  content: "";
}
.fa-clock-five::before {
  content: "";
}
.fa-retweet::before {
  content: "";
}
.fa-car-rear::before {
  content: "";
}
.fa-car-alt::before {
  content: "";
}
.fa-pump-soap::before {
  content: "";
}
.fa-computer-classic::before {
  content: "";
}
.fa-frame::before {
  content: "";
}
.fa-video-slash::before {
  content: "";
}
.fa-battery-quarter::before {
  content: "";
}
.fa-battery-2::before {
  content: "";
}
.fa-ellipsis-stroke::before {
  content: "";
}
.fa-ellipsis-h-alt::before {
  content: "";
}
.fa-radio::before {
  content: "";
}
.fa-baby-carriage::before {
  content: "";
}
.fa-carriage-baby::before {
  content: "";
}
.fa-face-expressionless::before {
  content: "";
}
.fa-down-to-dotted-line::before {
  content: "";
}
.fa-cloud-music::before {
  content: "";
}
.fa-traffic-light::before {
  content: "";
}
.fa-cloud-minus::before {
  content: "";
}
.fa-thermometer::before {
  content: "";
}
.fa-shield-minus::before {
  content: "";
}
.fa-vr-cardboard::before {
  content: "";
}
.fa-car-tilt::before {
  content: "";
}
.fa-gauge-circle-minus::before {
  content: "";
}
.fa-brightness-low::before {
  content: "";
}
.fa-hand-middle-finger::before {
  content: "";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "";
}
.fa-glass-water-droplet::before {
  content: "";
}
.fa-conveyor-belt::before {
  content: "";
}
.fa-location-check::before {
  content: "";
}
.fa-map-marker-check::before {
  content: "";
}
.fa-coin-vertical::before {
  content: "";
}
.fa-display::before {
  content: "";
}
.fa-person-sign::before {
  content: "";
}
.fa-face-smile::before {
  content: "";
}
.fa-smile::before {
  content: "";
}
.fa-phone-hangup::before {
  content: "";
}
.fa-signature-slash::before {
  content: "";
}
.fa-thumbtack::before {
  content: "";
}
.fa-thumb-tack::before {
  content: "";
}
.fa-wheat-slash::before {
  content: "";
}
.fa-trophy::before {
  content: "";
}
.fa-clouds-sun::before {
  content: "";
}
.fa-person-praying::before {
  content: "";
}
.fa-pray::before {
  content: "";
}
.fa-hammer::before {
  content: "";
}
.fa-face-vomit::before {
  content: "";
}
.fa-speakers::before {
  content: "";
}
.fa-tty-answer::before {
  content: "";
}
.fa-teletype-answer::before {
  content: "";
}
.fa-mug-tea-saucer::before {
  content: "";
}
.fa-diagram-lean-canvas::before {
  content: "";
}
.fa-alt::before {
  content: "";
}
.fa-dial::before {
  content: "";
}
.fa-dial-med-high::before {
  content: "";
}
.fa-hand-peace::before {
  content: "";
}
.fa-circle-trash::before {
  content: "";
}
.fa-trash-circle::before {
  content: "";
}
.fa-rotate::before {
  content: "";
}
.fa-sync-alt::before {
  content: "";
}
.fa-circle-quarters::before {
  content: "";
}
.fa-spinner::before {
  content: "";
}
.fa-tower-control::before {
  content: "";
}
.fa-arrow-up-triangle-square::before {
  content: "";
}
.fa-sort-shapes-up::before {
  content: "";
}
.fa-whale::before {
  content: "";
}
.fa-robot::before {
  content: "";
}
.fa-peace::before {
  content: "";
}
.fa-party-horn::before {
  content: "";
}
.fa-gears::before {
  content: "";
}
.fa-cogs::before {
  content: "";
}
.fa-sun-bright::before {
  content: "";
}
.fa-sun-alt::before {
  content: "";
}
.fa-warehouse::before {
  content: "";
}
.fa-conveyor-belt-arm::before {
  content: "";
}
.fa-lock-keyhole-open::before {
  content: "";
}
.fa-lock-open-alt::before {
  content: "";
}
.fa-square-fragile::before {
  content: "";
}
.fa-box-fragile::before {
  content: "";
}
.fa-square-wine-glass-crack::before {
  content: "";
}
.fa-arrow-up-right-dots::before {
  content: "";
}
.fa-square-n::before {
  content: "";
}
.fa-splotch::before {
  content: "";
}
.fa-face-grin-hearts::before {
  content: "";
}
.fa-grin-hearts::before {
  content: "";
}
.fa-meter::before {
  content: "";
}
.fa-mandolin::before {
  content: "";
}
.fa-dice-four::before {
  content: "";
}
.fa-sim-card::before {
  content: "";
}
.fa-transgender::before {
  content: "";
}
.fa-transgender-alt::before {
  content: "";
}
.fa-mercury::before {
  content: "";
}
.fa-up-from-bracket::before {
  content: "";
}
.fa-knife-kitchen::before {
  content: "";
}
.fa-border-right::before {
  content: "";
}
.fa-arrow-turn-down::before {
  content: "";
}
.fa-level-down::before {
  content: "";
}
.fa-spade::before {
  content: "";
}
.fa-card-spade::before {
  content: "";
}
.fa-line-columns::before {
  content: "";
}
.fa-arrow-right-to-line::before {
  content: "";
}
.fa-arrow-to-right::before {
  content: "";
}
.fa-person-falling-burst::before {
  content: "";
}
.fa-flag-pennant::before {
  content: "";
}
.fa-pennant::before {
  content: "";
}
.fa-conveyor-belt-empty::before {
  content: "";
}
.fa-user-group-simple::before {
  content: "";
}
.fa-award::before {
  content: "";
}
.fa-ticket-simple::before {
  content: "";
}
.fa-ticket-alt::before {
  content: "";
}
.fa-building::before {
  content: "";
}
.fa-angles-left::before {
  content: "";
}
.fa-angle-double-left::before {
  content: "";
}
.fa-camcorder::before {
  content: "";
}
.fa-video-handheld::before {
  content: "";
}
.fa-pancakes::before {
  content: "";
}
.fa-album-circle-user::before {
  content: "";
}
.fa-subtitles-slash::before {
  content: "";
}
.fa-qrcode::before {
  content: "";
}
.fa-dice-d10::before {
  content: "";
}
.fa-fireplace::before {
  content: "";
}
.fa-browser::before {
  content: "";
}
.fa-pen-paintbrush::before {
  content: "";
}
.fa-pencil-paintbrush::before {
  content: "";
}
.fa-fish-cooked::before {
  content: "";
}
.fa-chair-office::before {
  content: "";
}
.fa-magnifying-glass-music::before {
  content: "";
}
.fa-nesting-dolls::before {
  content: "";
}
.fa-clock-rotate-left::before {
  content: "";
}
.fa-history::before {
  content: "";
}
.fa-trumpet::before {
  content: "";
}
.fa-face-grin-beam-sweat::before {
  content: "";
}
.fa-grin-beam-sweat::before {
  content: "";
}
.fa-fire-smoke::before {
  content: "";
}
.fa-phone-missed::before {
  content: "";
}
.fa-file-export::before {
  content: "";
}
.fa-arrow-right-from-file::before {
  content: "";
}
.fa-shield::before {
  content: "";
}
.fa-shield-blank::before {
  content: "";
}
.fa-arrow-up-short-wide::before {
  content: "";
}
.fa-sort-amount-up-alt::before {
  content: "";
}
.fa-arrows-repeat-1::before {
  content: "";
}
.fa-repeat-1-alt::before {
  content: "";
}
.fa-gun-slash::before {
  content: "";
}
.fa-avocado::before {
  content: "";
}
.fa-binary::before {
  content: "";
}
.fa-glasses-round::before {
  content: "";
}
.fa-glasses-alt::before {
  content: "";
}
.fa-phone-plus::before {
  content: "";
}
.fa-person-seat::before {
  content: "";
}
.fa-house-medical::before {
  content: "";
}
.fa-golf-ball-tee::before {
  content: "";
}
.fa-golf-ball::before {
  content: "";
}
.fa-circle-chevron-left::before {
  content: "";
}
.fa-chevron-circle-left::before {
  content: "";
}
.fa-house-chimney-window::before {
  content: "";
}
.fa-scythe::before {
  content: "";
}
.fa-pen-nib::before {
  content: "";
}
.fa-ban-parking::before {
  content: "";
}
.fa-parking-circle-slash::before {
  content: "";
}
.fa-tent-arrow-turn-left::before {
  content: "";
}
.fa-face-diagonal-mouth::before {
  content: "";
}
.fa-diagram-cells::before {
  content: "";
}
.fa-cricket-bat-ball::before {
  content: "";
}
.fa-cricket::before {
  content: "";
}
.fa-tents::before {
  content: "";
}
.fa-wand-magic::before {
  content: "";
}
.fa-magic::before {
  content: "";
}
.fa-dog::before {
  content: "";
}
.fa-pen-line::before {
  content: "";
}
.fa-atom-simple::before {
  content: "";
}
.fa-atom-alt::before {
  content: "";
}
.fa-ampersand::before {
  content: "&";
}
.fa-carrot::before {
  content: "";
}
.fa-arrow-up-from-line::before {
  content: "";
}
.fa-arrow-from-bottom::before {
  content: "";
}
.fa-moon::before {
  content: "";
}
.fa-pen-slash::before {
  content: "";
}
.fa-wine-glass-empty::before {
  content: "";
}
.fa-wine-glass-alt::before {
  content: "";
}
.fa-square-star::before {
  content: "";
}
.fa-cheese::before {
  content: "";
}
.fa-send-backward::before {
  content: "";
}
.fa-yin-yang::before {
  content: "";
}
.fa-music::before {
  content: "";
}
.fa-compass-slash::before {
  content: "";
}
.fa-clock-one::before {
  content: "";
}
.fa-file-music::before {
  content: "";
}
.fa-code-commit::before {
  content: "";
}
.fa-temperature-low::before {
  content: "";
}
.fa-person-biking::before {
  content: "";
}
.fa-biking::before {
  content: "";
}
.fa-display-chart-up-circle-currency::before {
  content: "";
}
.fa-skeleton::before {
  content: "";
}
.fa-circle-g::before {
  content: "";
}
.fa-circle-arrow-up-left::before {
  content: "";
}
.fa-coin-blank::before {
  content: "";
}
.fa-broom::before {
  content: "";
}
.fa-vacuum::before {
  content: "";
}
.fa-shield-heart::before {
  content: "";
}
.fa-card-heart::before {
  content: "";
}
.fa-lightbulb-cfl-on::before {
  content: "";
}
.fa-melon::before {
  content: "";
}
.fa-gopuram::before {
  content: "";
}
.fa-earth-oceania::before {
  content: "";
}
.fa-globe-oceania::before {
  content: "";
}
.fa-container-storage::before {
  content: "";
}
.fa-face-pouting::before {
  content: "";
}
.fa-square-xmark::before {
  content: "";
}
.fa-times-square::before {
  content: "";
}
.fa-xmark-square::before {
  content: "";
}
.fa-face-explode::before {
  content: "";
}
.fa-exploding-head::before {
  content: "";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "";
}
.fa-expand-alt::before {
  content: "";
}
.fa-oil-can::before {
  content: "";
}
.fa-t::before {
  content: "T";
}
.fa-transformer-bolt::before {
  content: "";
}
.fa-hippo::before {
  content: "";
}
.fa-chart-column::before {
  content: "";
}
.fa-cassette-vhs::before {
  content: "";
}
.fa-vhs::before {
  content: "";
}
.fa-infinity::before {
  content: "";
}
.fa-vial-circle-check::before {
  content: "";
}
.fa-chimney::before {
  content: "";
}
.fa-object-intersect::before {
  content: "";
}
.fa-person-arrow-down-to-line::before {
  content: "";
}
.fa-voicemail::before {
  content: "";
}
.fa-block-brick::before {
  content: "";
}
.fa-wall-brick::before {
  content: "";
}
.fa-fan::before {
  content: "";
}
.fa-bags-shopping::before {
  content: "";
}
.fa-paragraph-left::before {
  content: "";
}
.fa-paragraph-rtl::before {
  content: "";
}
.fa-person-walking-luggage::before {
  content: "";
}
.fa-caravan-simple::before {
  content: "";
}
.fa-caravan-alt::before {
  content: "";
}
.fa-turtle::before {
  content: "";
}
.fa-pencil-mechanical::before {
  content: "";
}
.fa-up-down::before {
  content: "";
}
.fa-arrows-alt-v::before {
  content: "";
}
.fa-cloud-moon-rain::before {
  content: "";
}
.fa-booth-curtain::before {
  content: "";
}
.fa-calendar::before {
  content: "";
}
.fa-box-heart::before {
  content: "";
}
.fa-trailer::before {
  content: "";
}
.fa-user-doctor-message::before {
  content: "";
}
.fa-user-md-chat::before {
  content: "";
}
.fa-bahai::before {
  content: "";
}
.fa-haykal::before {
  content: "";
}
.fa-lighthouse::before {
  content: "";
}
.fa-amp-guitar::before {
  content: "";
}
.fa-sd-card::before {
  content: "";
}
.fa-volume-slash::before {
  content: "";
}
.fa-border-bottom::before {
  content: "";
}
.fa-wifi-weak::before {
  content: "";
}
.fa-wifi-1::before {
  content: "";
}
.fa-dragon::before {
  content: "";
}
.fa-shoe-prints::before {
  content: "";
}
.fa-circle-plus::before {
  content: "";
}
.fa-plus-circle::before {
  content: "";
}
.fa-face-grin-tongue-wink::before {
  content: "";
}
.fa-grin-tongue-wink::before {
  content: "";
}
.fa-hand-holding::before {
  content: "";
}
.fa-plug-circle-exclamation::before {
  content: "";
}
.fa-link-slash::before {
  content: "";
}
.fa-chain-broken::before {
  content: "";
}
.fa-chain-slash::before {
  content: "";
}
.fa-unlink::before {
  content: "";
}
.fa-clone::before {
  content: "";
}
.fa-person-walking-arrow-loop-left::before {
  content: "";
}
.fa-arrow-up-z-a::before {
  content: "";
}
.fa-sort-alpha-up-alt::before {
  content: "";
}
.fa-fire-flame-curved::before {
  content: "";
}
.fa-fire-alt::before {
  content: "";
}
.fa-tornado::before {
  content: "";
}
.fa-file-circle-plus::before {
  content: "";
}
.fa-delete-right::before {
  content: "";
}
.fa-book-quran::before {
  content: "";
}
.fa-quran::before {
  content: "";
}
.fa-circle-quarter::before {
  content: "";
}
.fa-anchor::before {
  content: "";
}
.fa-border-all::before {
  content: "";
}
.fa-function::before {
  content: "";
}
.fa-face-angry::before {
  content: "";
}
.fa-angry::before {
  content: "";
}
.fa-people-simple::before {
  content: "";
}
.fa-cookie-bite::before {
  content: "";
}
.fa-arrow-trend-down::before {
  content: "";
}
.fa-rss::before {
  content: "";
}
.fa-feed::before {
  content: "";
}
.fa-face-monocle::before {
  content: "";
}
.fa-draw-polygon::before {
  content: "";
}
.fa-scale-balanced::before {
  content: "";
}
.fa-balance-scale::before {
  content: "";
}
.fa-calendar-lines::before {
  content: "";
}
.fa-calendar-note::before {
  content: "";
}
.fa-arrow-down-big-small::before {
  content: "";
}
.fa-sort-size-down::before {
  content: "";
}
.fa-gauge-simple-high::before {
  content: "";
}
.fa-tachometer::before {
  content: "";
}
.fa-tachometer-fast::before {
  content: "";
}
.fa-do-not-enter::before {
  content: "";
}
.fa-shower::before {
  content: "";
}
.fa-dice-d8::before {
  content: "";
}
.fa-desktop::before {
  content: "";
}
.fa-desktop-alt::before {
  content: "";
}
.fa-m::before {
  content: "M";
}
.fa-spinner-scale::before {
  content: "";
}
.fa-grip-dots-vertical::before {
  content: "";
}
.fa-face-viewfinder::before {
  content: "";
}
.fa-soft-serve::before {
  content: "";
}
.fa-creemee::before {
  content: "";
}
.fa-h5::before {
  content: "";
}
.fa-hand-back-point-down::before {
  content: "";
}
.fa-table-list::before {
  content: "";
}
.fa-th-list::before {
  content: "";
}
.fa-basket-shopping-minus::before {
  content: "";
}
.fa-comment-sms::before {
  content: "";
}
.fa-sms::before {
  content: "";
}
.fa-rectangle::before {
  content: "";
}
.fa-rectangle-landscape::before {
  content: "";
}
.fa-clipboard-list-check::before {
  content: "";
}
.fa-turkey::before {
  content: "";
}
.fa-book::before {
  content: "";
}
.fa-user-plus::before {
  content: "";
}
.fa-ice-skate::before {
  content: "";
}
.fa-check::before {
  content: "";
}
.fa-battery-three-quarters::before {
  content: "";
}
.fa-battery-4::before {
  content: "";
}
.fa-tomato::before {
  content: "";
}
.fa-sword-laser::before {
  content: "";
}
.fa-house-circle-check::before {
  content: "";
}
.fa-buildings::before {
  content: "";
}
.fa-angle-left::before {
  content: "";
}
.fa-cart-flatbed-boxes::before {
  content: "";
}
.fa-dolly-flatbed-alt::before {
  content: "";
}
.fa-diagram-successor::before {
  content: "";
}
.fa-truck-arrow-right::before {
  content: "";
}
.fa-square-w::before {
  content: "";
}
.fa-arrows-split-up-and-left::before {
  content: "";
}
.fa-lamp::before {
  content: "";
}
.fa-airplay::before {
  content: "";
}
.fa-hand-fist::before {
  content: "";
}
.fa-fist-raised::before {
  content: "";
}
.fa-shield-quartered::before {
  content: "";
}
.fa-slash-forward::before {
  content: "/";
}
.fa-location-pen::before {
  content: "";
}
.fa-map-marker-edit::before {
  content: "";
}
.fa-cloud-moon::before {
  content: "";
}
.fa-pot-food::before {
  content: "";
}
.fa-briefcase::before {
  content: "";
}
.fa-person-falling::before {
  content: "";
}
.fa-image-portrait::before {
  content: "";
}
.fa-portrait::before {
  content: "";
}
.fa-user-tag::before {
  content: "";
}
.fa-rug::before {
  content: "";
}
.fa-print-slash::before {
  content: "";
}
.fa-earth-europe::before {
  content: "";
}
.fa-globe-europe::before {
  content: "";
}
.fa-cart-flatbed-suitcase::before {
  content: "";
}
.fa-luggage-cart::before {
  content: "";
}
.fa-hand-back-point-ribbon::before {
  content: "";
}
.fa-rectangle-xmark::before {
  content: "";
}
.fa-rectangle-times::before {
  content: "";
}
.fa-times-rectangle::before {
  content: "";
}
.fa-window-close::before {
  content: "";
}
.fa-tire-rugged::before {
  content: "";
}
.fa-lightbulb-dollar::before {
  content: "";
}
.fa-cowbell::before {
  content: "";
}
.fa-baht-sign::before {
  content: "";
}
.fa-corner::before {
  content: "";
}
.fa-chevrons-right::before {
  content: "";
}
.fa-chevron-double-right::before {
  content: "";
}
.fa-book-open::before {
  content: "";
}
.fa-book-journal-whills::before {
  content: "";
}
.fa-journal-whills::before {
  content: "";
}
.fa-inhaler::before {
  content: "";
}
.fa-handcuffs::before {
  content: "";
}
.fa-snake::before {
  content: "";
}
.fa-triangle-exclamation::before {
  content: "";
}
.fa-exclamation-triangle::before {
  content: "";
}
.fa-warning::before {
  content: "";
}
.fa-note-medical::before {
  content: "";
}
.fa-database::before {
  content: "";
}
.fa-down-left::before {
  content: "";
}
.fa-share::before {
  content: "";
}
.fa-mail-forward::before {
  content: "";
}
.fa-face-thinking::before {
  content: "";
}
.fa-turn-down-right::before {
  content: "";
}
.fa-bottle-droplet::before {
  content: "";
}
.fa-mask-face::before {
  content: "";
}
.fa-hill-rockslide::before {
  content: "";
}
.fa-scanner-keyboard::before {
  content: "";
}
.fa-circle-o::before {
  content: "";
}
.fa-grid-horizontal::before {
  content: "";
}
.fa-message-dollar::before {
  content: "";
}
.fa-comment-alt-dollar::before {
  content: "";
}
.fa-right-left::before {
  content: "";
}
.fa-exchange-alt::before {
  content: "";
}
.fa-columns-3::before {
  content: "";
}
.fa-paper-plane::before {
  content: "";
}
.fa-road-circle-exclamation::before {
  content: "";
}
.fa-dungeon::before {
  content: "";
}
.fa-hand-holding-box::before {
  content: "";
}
.fa-input-text::before {
  content: "";
}
.fa-window-flip::before {
  content: "";
}
.fa-window-alt::before {
  content: "";
}
.fa-align-right::before {
  content: "";
}
.fa-scanner-gun::before {
  content: "";
}
.fa-scanner::before {
  content: "";
}
.fa-tire::before {
  content: "";
}
.fa-engine::before {
  content: "";
}
.fa-money-bill-1-wave::before {
  content: "";
}
.fa-money-bill-wave-alt::before {
  content: "";
}
.fa-life-ring::before {
  content: "";
}
.fa-hands::before {
  content: "";
}
.fa-sign-language::before {
  content: "";
}
.fa-signing::before {
  content: "";
}
.fa-circle-caret-right::before {
  content: "";
}
.fa-caret-circle-right::before {
  content: "";
}
.fa-turn-left::before {
  content: "";
}
.fa-wheat::before {
  content: "";
}
.fa-file-spreadsheet::before {
  content: "";
}
.fa-audio-description-slash::before {
  content: "";
}
.fa-bell-ring::before {
  content: "";
}
.fa-calendar-day::before {
  content: "";
}
.fa-water-ladder::before {
  content: "";
}
.fa-ladder-water::before {
  content: "";
}
.fa-swimming-pool::before {
  content: "";
}
.fa-arrows-up-down::before {
  content: "";
}
.fa-arrows-v::before {
  content: "";
}
.fa-chess-pawn-piece::before {
  content: "";
}
.fa-chess-pawn-alt::before {
  content: "";
}
.fa-face-grimace::before {
  content: "";
}
.fa-grimace::before {
  content: "";
}
.fa-wheelchair-move::before {
  content: "";
}
.fa-wheelchair-alt::before {
  content: "";
}
.fa-turn-down::before {
  content: "";
}
.fa-level-down-alt::before {
  content: "";
}
.fa-square-s::before {
  content: "";
}
.fa-rectangle-barcode::before {
  content: "";
}
.fa-barcode-alt::before {
  content: "";
}
.fa-person-walking-arrow-right::before {
  content: "";
}
.fa-square-envelope::before {
  content: "";
}
.fa-envelope-square::before {
  content: "";
}
.fa-dice::before {
  content: "";
}
.fa-unicorn::before {
  content: "";
}
.fa-bowling-ball::before {
  content: "";
}
.fa-pompebled::before {
  content: "";
}
.fa-brain::before {
  content: "";
}
.fa-watch-smart::before {
  content: "";
}
.fa-book-user::before {
  content: "";
}
.fa-sensor-cloud::before {
  content: "";
}
.fa-sensor-smoke::before {
  content: "";
}
.fa-clapperboard-play::before {
  content: "";
}
.fa-bandage::before {
  content: "";
}
.fa-band-aid::before {
  content: "";
}
.fa-calendar-minus::before {
  content: "";
}
.fa-circle-xmark::before {
  content: "";
}
.fa-times-circle::before {
  content: "";
}
.fa-xmark-circle::before {
  content: "";
}
.fa-circle-4::before {
  content: "";
}
.fa-gifts::before {
  content: "";
}
.fa-album-collection::before {
  content: "";
}
.fa-hotel::before {
  content: "";
}
.fa-earth-asia::before {
  content: "";
}
.fa-globe-asia::before {
  content: "";
}
.fa-id-card-clip::before {
  content: "";
}
.fa-id-card-alt::before {
  content: "";
}
.fa-magnifying-glass-plus::before {
  content: "";
}
.fa-search-plus::before {
  content: "";
}
.fa-thumbs-up::before {
  content: "";
}
.fa-cloud-showers::before {
  content: "";
}
.fa-user-clock::before {
  content: "";
}
.fa-onion::before {
  content: "";
}
.fa-clock-twelve-thirty::before {
  content: "";
}
.fa-arrow-down-to-dotted-line::before {
  content: "";
}
.fa-hand-dots::before {
  content: "";
}
.fa-allergies::before {
  content: "";
}
.fa-file-invoice::before {
  content: "";
}
.fa-window-minimize::before {
  content: "";
}
.fa-rectangle-wide::before {
  content: "";
}
.fa-comment-arrow-up::before {
  content: "";
}
.fa-garlic::before {
  content: "";
}
.fa-mug-saucer::before {
  content: "";
}
.fa-coffee::before {
  content: "";
}
.fa-brush::before {
  content: "";
}
.fa-tree-decorated::before {
  content: "";
}
.fa-mask::before {
  content: "";
}
.fa-calendar-heart::before {
  content: "";
}
.fa-magnifying-glass-minus::before {
  content: "";
}
.fa-search-minus::before {
  content: "";
}
.fa-flower::before {
  content: "";
}
.fa-arrow-down-from-arc::before {
  content: "";
}
.fa-right-left-large::before {
  content: "";
}
.fa-ruler-vertical::before {
  content: "";
}
.fa-circles-overlap::before {
  content: "";
}
.fa-user-large::before {
  content: "";
}
.fa-user-alt::before {
  content: "";
}
.fa-starship-freighter::before {
  content: "";
}
.fa-train-tram::before {
  content: "";
}
.fa-bridge-suspension::before {
  content: "";
}
.fa-trash-check::before {
  content: "";
}
.fa-user-nurse::before {
  content: "";
}
.fa-boombox::before {
  content: "";
}
.fa-syringe::before {
  content: "";
}
.fa-cloud-sun::before {
  content: "";
}
.fa-shield-exclamation::before {
  content: "";
}
.fa-stopwatch-20::before {
  content: "";
}
.fa-square-full::before {
  content: "";
}
.fa-grip-dots::before {
  content: "";
}
.fa-comment-exclamation::before {
  content: "";
}
.fa-pen-swirl::before {
  content: "";
}
.fa-falafel::before {
  content: "";
}
.fa-circle-2::before {
  content: "";
}
.fa-magnet::before {
  content: "";
}
.fa-jar::before {
  content: "";
}
.fa-gramophone::before {
  content: "";
}
.fa-dice-d12::before {
  content: "";
}
.fa-note-sticky::before {
  content: "";
}
.fa-sticky-note::before {
  content: "";
}
.fa-down::before {
  content: "";
}
.fa-arrow-alt-down::before {
  content: "";
}
.fa-hundred-points::before {
  content: "";
}
.fa-100::before {
  content: "";
}
.fa-paperclip-vertical::before {
  content: "";
}
.fa-wind-warning::before {
  content: "";
}
.fa-wind-circle-exclamation::before {
  content: "";
}
.fa-location-pin-slash::before {
  content: "";
}
.fa-map-marker-slash::before {
  content: "";
}
.fa-face-sad-sweat::before {
  content: "";
}
.fa-bug-slash::before {
  content: "";
}
.fa-cupcake::before {
  content: "";
}
.fa-light-switch-off::before {
  content: "";
}
.fa-toggle-large-off::before {
  content: "";
}
.fa-pen-fancy-slash::before {
  content: "";
}
.fa-truck-container::before {
  content: "";
}
.fa-boot::before {
  content: "";
}
.fa-arrow-up-from-water-pump::before {
  content: "";
}
.fa-file-check::before {
  content: "";
}
.fa-bone::before {
  content: "";
}
.fa-cards-blank::before {
  content: "";
}
.fa-circle-3::before {
  content: "";
}
.fa-bench-tree::before {
  content: "";
}
.fa-keyboard-brightness-low::before {
  content: "";
}
.fa-ski-boot-ski::before {
  content: "";
}
.fa-brain-circuit::before {
  content: "";
}
.fa-user-injured::before {
  content: "";
}
.fa-block-brick-fire::before {
  content: "";
}
.fa-firewall::before {
  content: "";
}
.fa-face-sad-tear::before {
  content: "";
}
.fa-sad-tear::before {
  content: "";
}
.fa-plane::before {
  content: "";
}
.fa-tent-arrows-down::before {
  content: "";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "";
}
.fa-face-smile-relaxed::before {
  content: "";
}
.fa-comment-xmark::before {
  content: "";
}
.fa-comment-times::before {
  content: "";
}
.fa-print::before {
  content: "";
}
.fa-turkish-lira-sign::before {
  content: "";
}
.fa-try::before {
  content: "";
}
.fa-turkish-lira::before {
  content: "";
}
.fa-face-nose-steam::before {
  content: "";
}
.fa-circle-waveform-lines::before {
  content: "";
}
.fa-waveform-circle::before {
  content: "";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-ferris-wheel::before {
  content: "";
}
.fa-computer-speaker::before {
  content: "";
}
.fa-skull-cow::before {
  content: "";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "";
}
.fa-search-dollar::before {
  content: "";
}
.fa-users-gear::before {
  content: "";
}
.fa-users-cog::before {
  content: "";
}
.fa-person-military-pointing::before {
  content: "";
}
.fa-building-columns::before {
  content: "";
}
.fa-bank::before {
  content: "";
}
.fa-institution::before {
  content: "";
}
.fa-museum::before {
  content: "";
}
.fa-university::before {
  content: "";
}
.fa-circle-t::before {
  content: "";
}
.fa-sack::before {
  content: "";
}
.fa-grid-2::before {
  content: "";
}
.fa-camera-cctv::before {
  content: "";
}
.fa-cctv::before {
  content: "";
}
.fa-umbrella::before {
  content: "";
}
.fa-trowel::before {
  content: "";
}
.fa-horizontal-rule::before {
  content: "";
}
.fa-bed-front::before {
  content: "";
}
.fa-bed-alt::before {
  content: "";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "";
}
.fa-masks-theater::before {
  content: "";
}
.fa-theater-masks::before {
  content: "";
}
.fa-file-gif::before {
  content: "";
}
.fa-kip-sign::before {
  content: "";
}
.fa-face-woozy::before {
  content: "";
}
.fa-cloud-question::before {
  content: "";
}
.fa-pineapple::before {
  content: "";
}
.fa-hand-point-left::before {
  content: "";
}
.fa-gallery-thumbnails::before {
  content: "";
}
.fa-circle-j::before {
  content: "";
}
.fa-eyes::before {
  content: "";
}
.fa-handshake-simple::before {
  content: "";
}
.fa-handshake-alt::before {
  content: "";
}
.fa-page-caret-up::before {
  content: "";
}
.fa-file-caret-up::before {
  content: "";
}
.fa-jet-fighter::before {
  content: "";
}
.fa-fighter-jet::before {
  content: "";
}
.fa-comet::before {
  content: "";
}
.fa-square-share-nodes::before {
  content: "";
}
.fa-share-alt-square::before {
  content: "";
}
.fa-reflect-vertical::before {
  content: "";
}
.fa-shield-keyhole::before {
  content: "";
}
.fa-file-mp4::before {
  content: "";
}
.fa-barcode::before {
  content: "";
}
.fa-bulldozer::before {
  content: "";
}
.fa-plus-minus::before {
  content: "";
}
.fa-square-sliders-vertical::before {
  content: "";
}
.fa-sliders-v-square::before {
  content: "";
}
.fa-video::before {
  content: "";
}
.fa-video-camera::before {
  content: "";
}
.fa-message-middle::before {
  content: "";
}
.fa-comment-middle-alt::before {
  content: "";
}
.fa-graduation-cap::before {
  content: "";
}
.fa-mortar-board::before {
  content: "";
}
.fa-hand-holding-medical::before {
  content: "";
}
.fa-person-circle-check::before {
  content: "";
}
.fa-square-z::before {
  content: "";
}
.fa-message-text::before {
  content: "";
}
.fa-comment-alt-text::before {
  content: "";
}
.fa-turn-up::before {
  content: "";
}
.fa-level-up-alt::before {
  content: "";
}
.sr-only, .fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-brands-400.ttf") format("truetype");
}
.fab, .fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "";
}
.fa-hooli:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-shopware:before {
  content: "";
}
.fa-creative-commons-nc:before {
  content: "";
}
.fa-aws:before {
  content: "";
}
.fa-redhat:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-cloudflare:before {
  content: "";
}
.fa-ups:before {
  content: "";
}
.fa-pixiv:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-dyalog:before {
  content: "";
}
.fa-bity:before {
  content: "";
}
.fa-stackpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-guilded:before {
  content: "";
}
.fa-vnv:before {
  content: "";
}
.fa-square-js:before {
  content: "";
}
.fa-js-square:before {
  content: "";
}
.fa-microsoft:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-orcid:before {
  content: "";
}
.fa-java:before {
  content: "";
}
.fa-invision:before {
  content: "";
}
.fa-creative-commons-pd-alt:before {
  content: "";
}
.fa-centercode:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-hire-a-helper:before {
  content: "";
}
.fa-creative-commons-by:before {
  content: "";
}
.fa-unity:before {
  content: "";
}
.fa-whmcs:before {
  content: "";
}
.fa-rocketchat:before {
  content: "";
}
.fa-vk:before {
  content: "";
}
.fa-untappd:before {
  content: "";
}
.fa-mailchimp:before {
  content: "";
}
.fa-css3-alt:before {
  content: "";
}
.fa-square-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-vimeo-v:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-square-font-awesome:before {
  content: "";
}
.fa-deskpro:before {
  content: "";
}
.fa-brave:before {
  content: "";
}
.fa-sistrix:before {
  content: "";
}
.fa-square-instagram:before {
  content: "";
}
.fa-instagram-square:before {
  content: "";
}
.fa-battle-net:before {
  content: "";
}
.fa-the-red-yeti:before {
  content: "";
}
.fa-square-hacker-news:before {
  content: "";
}
.fa-hacker-news-square:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-threads:before {
  content: "";
}
.fa-napster:before {
  content: "";
}
.fa-square-snapchat:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-google-plus-g:before {
  content: "";
}
.fa-artstation:before {
  content: "";
}
.fa-markdown:before {
  content: "";
}
.fa-sourcetree:before {
  content: "";
}
.fa-google-plus:before {
  content: "";
}
.fa-diaspora:before {
  content: "";
}
.fa-foursquare:before {
  content: "";
}
.fa-stack-overflow:before {
  content: "";
}
.fa-github-alt:before {
  content: "";
}
.fa-phoenix-squadron:before {
  content: "";
}
.fa-pagelines:before {
  content: "";
}
.fa-algolia:before {
  content: "";
}
.fa-red-river:before {
  content: "";
}
.fa-creative-commons-sa:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-square-font-awesome-stroke:before {
  content: "";
}
.fa-font-awesome-alt:before {
  content: "";
}
.fa-atlassian:before {
  content: "";
}
.fa-linkedin-in:before {
  content: "";
}
.fa-digital-ocean:before {
  content: "";
}
.fa-nimblr:before {
  content: "";
}
.fa-chromecast:before {
  content: "";
}
.fa-evernote:before {
  content: "";
}
.fa-hacker-news:before {
  content: "";
}
.fa-creative-commons-sampling:before {
  content: "";
}
.fa-adversal:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-watchman-monitoring:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-weixin:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-git-alt:before {
  content: "";
}
.fa-lyft:before {
  content: "";
}
.fa-rev:before {
  content: "";
}
.fa-windows:before {
  content: "";
}
.fa-wizards-of-the-coast:before {
  content: "";
}
.fa-square-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.fa-centos:before {
  content: "";
}
.fa-adn:before {
  content: "";
}
.fa-cloudsmith:before {
  content: "";
}
.fa-opensuse:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-square-dribbble:before {
  content: "";
}
.fa-dribbble-square:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-node:before {
  content: "";
}
.fa-mix:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-cc-apple-pay:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-debian:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-instalod:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-sellcast:before {
  content: "";
}
.fa-square-twitter:before {
  content: "";
}
.fa-twitter-square:before {
  content: "";
}
.fa-r-project:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-freebsd:before {
  content: "";
}
.fa-vuejs:before {
  content: "";
}
.fa-accusoft:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-fonticons-fi:before {
  content: "";
}
.fa-app-store:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-itunes-note:before {
  content: "";
}
.fa-golang:before {
  content: "";
}
.fa-kickstarter:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-weibo:before {
  content: "";
}
.fa-uncharted:before {
  content: "";
}
.fa-firstdraft:before {
  content: "";
}
.fa-square-youtube:before {
  content: "";
}
.fa-youtube-square:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-wpressr:before {
  content: "";
}
.fa-rendact:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-galactic-republic:before {
  content: "";
}
.fa-nfc-directional:before {
  content: "";
}
.fa-skype:before {
  content: "";
}
.fa-joget:before {
  content: "";
}
.fa-fedora:before {
  content: "";
}
.fa-stripe-s:before {
  content: "";
}
.fa-meta:before {
  content: "";
}
.fa-laravel:before {
  content: "";
}
.fa-hotjar:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-square-letterboxd:before {
  content: "";
}
.fa-sticker-mule:before {
  content: "";
}
.fa-creative-commons-zero:before {
  content: "";
}
.fa-hips:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-discord:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-app-store-ios:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-confluence:before {
  content: "";
}
.fa-shoelace:before {
  content: "";
}
.fa-mdb:before {
  content: "";
}
.fa-dochub:before {
  content: "";
}
.fa-accessible-icon:before {
  content: "";
}
.fa-ebay:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-unsplash:before {
  content: "";
}
.fa-yarn:before {
  content: "";
}
.fa-square-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-square-vimeo:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-asymmetrik:before {
  content: "";
}
.fa-font-awesome:before {
  content: "";
}
.fa-font-awesome-flag:before {
  content: "";
}
.fa-font-awesome-logo-full:before {
  content: "";
}
.fa-gratipay:before {
  content: "";
}
.fa-apple:before {
  content: "";
}
.fa-hive:before {
  content: "";
}
.fa-gitkraken:before {
  content: "";
}
.fa-keybase:before {
  content: "";
}
.fa-apple-pay:before {
  content: "";
}
.fa-padlet:before {
  content: "";
}
.fa-amazon-pay:before {
  content: "";
}
.fa-square-github:before {
  content: "";
}
.fa-github-square:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-fedex:before {
  content: "";
}
.fa-phoenix-framework:before {
  content: "";
}
.fa-shopify:before {
  content: "";
}
.fa-neos:before {
  content: "";
}
.fa-square-threads:before {
  content: "";
}
.fa-hackerrank:before {
  content: "";
}
.fa-researchgate:before {
  content: "";
}
.fa-swift:before {
  content: "";
}
.fa-angular:before {
  content: "";
}
.fa-speakap:before {
  content: "";
}
.fa-angrycreative:before {
  content: "";
}
.fa-y-combinator:before {
  content: "";
}
.fa-empire:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-google-scholar:before {
  content: "";
}
.fa-square-gitlab:before {
  content: "";
}
.fa-gitlab-square:before {
  content: "";
}
.fa-studiovinari:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-goodreads:before {
  content: "";
}
.fa-square-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-sith:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-page4:before {
  content: "";
}
.fa-hashnode:before {
  content: "";
}
.fa-react:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-squarespace:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-creative-commons-share:before {
  content: "";
}
.fa-bitcoin:before {
  content: "";
}
.fa-keycdn:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-itch-io:before {
  content: "";
}
.fa-umbraco:before {
  content: "";
}
.fa-galactic-senate:before {
  content: "";
}
.fa-ubuntu:before {
  content: "";
}
.fa-draft2digital:before {
  content: "";
}
.fa-stripe:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-dhl:before {
  content: "";
}
.fa-square-pinterest:before {
  content: "";
}
.fa-pinterest-square:before {
  content: "";
}
.fa-xing:before {
  content: "";
}
.fa-blackberry:before {
  content: "";
}
.fa-creative-commons-pd:before {
  content: "";
}
.fa-playstation:before {
  content: "";
}
.fa-quinscape:before {
  content: "";
}
.fa-less:before {
  content: "";
}
.fa-blogger-b:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-signal-messenger:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-typo3:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-yahoo:before {
  content: "";
}
.fa-dailymotion:before {
  content: "";
}
.fa-affiliatetheme:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-bootstrap:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-nfc-symbol:before {
  content: "";
}
.fa-mintbit:before {
  content: "";
}
.fa-ethereum:before {
  content: "";
}
.fa-speaker-deck:before {
  content: "";
}
.fa-creative-commons-nc-eu:before {
  content: "";
}
.fa-patreon:before {
  content: "";
}
.fa-avianex:before {
  content: "";
}
.fa-ello:before {
  content: "";
}
.fa-gofore:before {
  content: "";
}
.fa-bimobject:before {
  content: "";
}
.fa-brave-reverse:before {
  content: "";
}
.fa-facebook-f:before {
  content: "";
}
.fa-square-google-plus:before {
  content: "";
}
.fa-google-plus-square:before {
  content: "";
}
.fa-mandalorian:before {
  content: "";
}
.fa-first-order-alt:before {
  content: "";
}
.fa-osi:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-d-and-d-beyond:before {
  content: "";
}
.fa-periscope:before {
  content: "";
}
.fa-fulcrum:before {
  content: "";
}
.fa-cloudscale:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-mizuni:before {
  content: "";
}
.fa-schlix:before {
  content: "";
}
.fa-square-xing:before {
  content: "";
}
.fa-xing-square:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-cloudversify:before {
  content: "";
}
.fa-usps:before {
  content: "";
}
.fa-megaport:before {
  content: "";
}
.fa-magento:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-fly:before {
  content: "";
}
.fa-aviato:before {
  content: "";
}
.fa-itunes:before {
  content: "";
}
.fa-cuttlefish:before {
  content: "";
}
.fa-blogger:before {
  content: "";
}
.fa-flickr:before {
  content: "";
}
.fa-viber:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-letterboxd:before {
  content: "";
}
.fa-symfony:before {
  content: "";
}
.fa-maxcdn:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-facebook-messenger:before {
  content: "";
}
.fa-audible:before {
  content: "";
}
.fa-think-peaks:before {
  content: "";
}
.fa-bilibili:before {
  content: "";
}
.fa-erlang:before {
  content: "";
}
.fa-x-twitter:before {
  content: "";
}
.fa-cotton-bureau:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-42-group:before {
  content: "";
}
.fa-innosoft:before {
  content: "";
}
.fa-stack-exchange:before {
  content: "";
}
.fa-elementor:before {
  content: "";
}
.fa-square-pied-piper:before {
  content: "";
}
.fa-pied-piper-square:before {
  content: "";
}
.fa-creative-commons-nd:before {
  content: "";
}
.fa-palfed:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-resolving:before {
  content: "";
}
.fa-xbox:before {
  content: "";
}
.fa-searchengin:before {
  content: "";
}
.fa-tiktok:before {
  content: "";
}
.fa-square-facebook:before {
  content: "";
}
.fa-facebook-square:before {
  content: "";
}
.fa-renren:before {
  content: "";
}
.fa-linux:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-hubspot:before {
  content: "";
}
.fa-deploydog:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-mixer:before {
  content: "";
}
.fa-square-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-mendeley:before {
  content: "";
}
.fa-uniregistry:before {
  content: "";
}
.fa-figma:before {
  content: "";
}
.fa-creative-commons-remix:before {
  content: "";
}
.fa-cc-amazon-pay:before {
  content: "";
}
.fa-dropbox:before {
  content: "";
}
.fa-instagram:before {
  content: "";
}
.fa-cmplid:before {
  content: "";
}
.fa-upwork:before {
  content: "";
}
.fa-facebook:before {
  content: "";
}
.fa-gripfire:before {
  content: "";
}
.fa-jedi-order:before {
  content: "";
}
.fa-uikit:before {
  content: "";
}
.fa-fort-awesome-alt:before {
  content: "";
}
.fa-phabricator:before {
  content: "";
}
.fa-ussunnah:before {
  content: "";
}
.fa-earlybirds:before {
  content: "";
}
.fa-trade-federation:before {
  content: "";
}
.fa-autoprefixer:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-google-play:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-line:before {
  content: "";
}
.fa-google-drive:before {
  content: "";
}
.fa-servicestack:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-bitbucket:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-deezer:before {
  content: "";
}
.fa-raspberry-pi:before {
  content: "";
}
.fa-jira:before {
  content: "";
}
.fa-docker:before {
  content: "";
}
.fa-screenpal:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-gitter:before {
  content: "";
}
.fa-d-and-d:before {
  content: "";
}
.fa-microblog:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-pied-piper-hat:before {
  content: "";
}
.fa-kickstarter-k:before {
  content: "";
}
.fa-yandex:before {
  content: "";
}
.fa-readme:before {
  content: "";
}
.fa-html5:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-sass:before {
  content: "";
}
.fa-wirsindhandwerk:before {
  content: "";
}
.fa-wsh:before {
  content: "";
}
.fa-buromobelexperte:before {
  content: "";
}
.fa-salesforce:before {
  content: "";
}
.fa-octopus-deploy:before {
  content: "";
}
.fa-medapps:before {
  content: "";
}
.fa-ns8:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-apper:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-waze:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-fantasy-flight-games:before {
  content: "";
}
.fa-rust:before {
  content: "";
}
.fa-wix:before {
  content: "";
}
.fa-square-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-supple:before {
  content: "";
}
.fa-webflow:before {
  content: "";
}
.fa-rebel:before {
  content: "";
}
.fa-css3:before {
  content: "";
}
.fa-staylinked:before {
  content: "";
}
.fa-kaggle:before {
  content: "";
}
.fa-space-awesome:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-cpanel:before {
  content: "";
}
.fa-goodreads-g:before {
  content: "";
}
.fa-square-git:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-square-tumblr:before {
  content: "";
}
.fa-tumblr-square:before {
  content: "";
}
.fa-trello:before {
  content: "";
}
.fa-creative-commons-nc-jp:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-perbyte:before {
  content: "";
}
.fa-grunt:before {
  content: "";
}
.fa-weebly:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-themeco:before {
  content: "";
}
.fa-python:before {
  content: "";
}
.fa-android:before {
  content: "";
}
.fa-bots:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-hornbill:before {
  content: "";
}
.fa-js:before {
  content: "";
}
.fa-ideal:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-dev:before {
  content: "";
}
.fa-sketch:before {
  content: "";
}
.fa-yandex-international:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-uber:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-php:before {
  content: "";
}
.fa-alipay:before {
  content: "";
}
.fa-youtube:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-firefox-browser:before {
  content: "";
}
.fa-replyd:before {
  content: "";
}
.fa-suse:before {
  content: "";
}
.fa-jenkins:before {
  content: "";
}
.fa-twitter:before {
  content: "";
}
.fa-rockrms:before {
  content: "";
}
.fa-pinterest:before {
  content: "";
}
.fa-buffer:before {
  content: "";
}
.fa-npm:before {
  content: "";
}
.fa-yammer:before {
  content: "";
}
.fa-btc:before {
  content: "";
}
.fa-dribbble:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-stubber:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-telegram-plane:before {
  content: "";
}
.fa-old-republic:before {
  content: "";
}
.fa-odysee:before {
  content: "";
}
.fa-square-whatsapp:before {
  content: "";
}
.fa-whatsapp-square:before {
  content: "";
}
.fa-node-js:before {
  content: "";
}
.fa-edge-legacy:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-slack-hash:before {
  content: "";
}
.fa-medrt:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-tumblr:before {
  content: "";
}
.fa-vaadin:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-square-x-twitter:before {
  content: "";
}
.fa-reacteurope:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-medium-m:before {
  content: "";
}
.fa-amilia:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-flipboard:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-critical-role:before {
  content: "";
}
.fa-sitrox:before {
  content: "";
}
.fa-discourse:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-mastodon:before {
  content: "";
}
.fa-airbnb:before {
  content: "";
}
.fa-wolf-pack-battalion:before {
  content: "";
}
.fa-buy-n-large:before {
  content: "";
}
.fa-gulp:before {
  content: "";
}
.fa-creative-commons-sampling-plus:before {
  content: "";
}
.fa-strava:before {
  content: "";
}
.fa-ember:before {
  content: "";
}
.fa-canadian-maple-leaf:before {
  content: "";
}
.fa-teamspeak:before {
  content: "";
}
.fa-pushed:before {
  content: "";
}
.fa-wordpress-simple:before {
  content: "";
}
.fa-nutritionix:before {
  content: "";
}
.fa-wodu:before {
  content: "";
}
.fa-google-pay:before {
  content: "";
}
.fa-intercom:before {
  content: "";
}
.fa-zhihu:before {
  content: "";
}
.fa-korvue:before {
  content: "";
}
.fa-pix:before {
  content: "";
}
.fa-steam-symbol:before {
  content: "";
}
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-light-300.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-light-300.ttf") format("truetype");
}
.fal, .fa-light {
  font-weight: 300;
}
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-regular-400.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-regular-400.ttf") format("truetype");
}
.far, .fa-regular {
  font-weight: 400;
}
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas, .fa-solid {
  font-weight: 900;
}
/*!
 * Font Awesome Pro 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Pro";
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}
@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-thin-100.woff2") format("woff2"), url("/bundles/tcinncustomizing/fonts/fontawesome/webfonts/fa-thin-100.ttf") format("truetype");
}
.fat, .fa-thin {
  font-weight: 100;
}
/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}
/* Applies to all tooltips */
[tooltip]::before, [tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.688rem;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}
/* Make the tooltips respond to hover */
[tooltip]:hover::before, [tooltip]:hover::after {
  display: block;
}
/* don't show empty tooltips */
[tooltip=""]::before, [tooltip=""]::after {
  display: none !important;
}
/* FLOW: UP */
[tooltip]:not([flow])::before, [tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after, [tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before, [tooltip]:not([flow])::after, [tooltip][flow^="up"]::before, [tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before, [tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}
/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before, [tooltip]:not([flow]):hover::after, [tooltip][flow^="up"]:hover::before, [tooltip][flow^="up"]:hover::after, [tooltip][flow^="down"]:hover::before, [tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before, [tooltip][flow^="left"]:hover::after, [tooltip][flow^="right"]:hover::before, [tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
.gfit-neon-unit-variant-table-form-group {
  display: flex;
  align-items: center;
  min-width: 150px;
}
.gfit-neon-unit-variant-table-form-group input {
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  max-width: 50px;
}
.gfit-neon-unit-variant-table-form-group .form-control {
  margin-right: 5px;
}
.maxia-variants-table-column-buy form {
  display: flex;
}
.maxia-variants-table-column-buy form .buy-widget-container {
  flex-grow: 1;
  min-width: 150px;
}
.maxia-variants-table-column-price1 .maxia-variants-table-price {
  display: inline-block;
}
.maxia-variants-table-column-price1 .base-price-value-label {
  font-weight: bold;
}
.gfit-navigation-category-icon {
  height: 32px;
}
.gfit-flex {
  display: flex;
}
.gfit-justify-center {
  justify-content: center;
}
.gfit-rubber-product-minimal .product-description, .gfit-rubber-product-minimal .product-cheapest-price, .gfit-rubber-product-minimal .product-price-unit {
  display: none;
}
.gfit-rubber-product-minimal .product-variant-characteristics {
  min-height: unset;
  display: unset !important;
}
.gfit-rubber-product-minimal .product-variant-characteristics .product-variant-characteristics-text {
  height: auto;
}
.gfit-rubber-product-minimal .product-image-wrapper {
  height: 5rem;
}
.gfit-rubber-product-minimal .product-box {
  width: 250px;
}
.gfit-rubber-product-minimal .product-box .product-info .product-action {
  display: unset;
}
.gfit-rubber-product-minimal .product-price-info {
  margin-bottom: 20px;
}
.gfit-rubber-or, .gfit-rubber-and {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.gfit-rubber-and:before {
  flex: 1 1 0%;
  content: "";
  border-bottom: 1px solid #bcc1c7;
  height: 1px;
  margin-right: 10px;
}
.gfit-rubber-and:after {
  flex: 1 1 0%;
  content: "";
  border-bottom: 1px solid #bcc1c7;
  height: 1px;
  margin-left: 10px;
}
.gfit-filter-dropdown {
  display: none;
}
.gfit-filter-dropdown .custom-select {
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .gfit-small-line {
    display: block;
  }
  .gfit-rubber-product-minimal {
    display: flex;
    justify-content: center;
  }
  .gfit-filter-dropdown {
    display: block;
  }
}
.gfit-rubber-table-button .icon {
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(255, 0, 0, 0.4);
  animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}
.gfit-product-listing-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem 1.875rem;
}
@media screen and (max-width: 1199px) {
  .gfit-product-listing-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .gfit-product-listing-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .gfit-product-listing-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gfit-product-detail-last-sync-container .product-detail-last-sync {
  font-size: 0.84375rem;
  color: #878787;
}
.product-uvp-price {
  font-size: 0.84375rem;
  color: #878787;
}
.twt-product-detail-delivery-information-labels:not(:empty) {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.gfit-delivery-information {
  display: flex;
}
.order-item-status-badge.order-item-status-badge-tickets, .order-item-status-badge-tickets.subscription-item-status-badge {
  background: linear-gradient(90deg, #c8a95b, #e2c978, #c8a95b);
  color: #ffffff;
}
@media only screen and (max-width: 400px) {
  .quickview-minimal-product .quickview-minimal-product-manufacturer-logo {
    width: auto;
    max-width: 12rem;
    max-height: 6rem;
  }
}
@media only screen and (max-width: 700px) {
  .huebert-accessory .product-configurator-variants .varinats-container .variant-price, .huebert-accessory-tags .product-configurator-variants .varinats-container .variant-price {
    position: absolute;
    top: 13px;
    right: 0;
    width: 140px;
  }
  .huebert-accessory .product-configurator-variants .varinats-container .without-image, .huebert-accessory-tags .product-configurator-variants .varinats-container .without-image {
    right: 0;
  }
  .huebert-accessory .huebert-unit-label, .huebert-accessory .product-detail-price-unit, .huebert-accessory-tags .huebert-unit-label, .huebert-accessory-tags .product-detail-price-unit {
    text-align: right;
    padding-right: 10px;
  }
}
.huebert-direct-accessories-block {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .huebert-direct-accessories-block .thumbnails-view {
    position: absolute;
    right: 0;
  }
}
.huebert-direct-accessories-block .accessoryBtn {
  float: left;
  padding: 0 10px;
  line-height: 33px;
}
.huebert-direct-accessories-block .icon:not(.icon-info) {
  margin-top: -8px;
}
.huebert-direct-accessories-block .input-group-text {
  border: none;
  background: transparent;
}
.huebert-direct-accessories-block .form-control {
  text-align: center;
}
.huebert-direct-accessories-block .huebert-accessory_input-wrapper {
  min-width: 9.5em;
  max-width: 11em;
  z-index: 10;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .huebert-direct-accessories-block .huebert-accessory_input-wrapper {
    min-width: unset;
    max-width: unset;
    width: 100%;
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 400px) {
  .huebert-direct-accessories-block .huebert-accessory_input-wrapper {
    margin-top: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .huebert-direct-accessories-block .huebert-accessory_input-wrapper.huebert-checkbox {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .huebert-direct-accessories-block .checkbox-mobile-wrapper .huebert-accessory_input-wrapper.huebert-checkbox > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 35px;
    margin-top: 14px;
  }
}
.huebert-direct-accessories-block .themeware .huebert-accessory_input-wrapper.input-group {
  font-size: 0.875rem !important;
}
.huebert-direct-accessories-block .huebert-accessory, .huebert-direct-accessories-block .huebert-accessory-tags {
  position: relative;
}
.huebert-direct-accessories-block .huebert-accessory button > *, .huebert-direct-accessories-block .huebert-accessory-tags button > * {
  pointer-events: none;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price, .huebert-direct-accessories-block .huebert-accessory-tags .hue-title-price {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.huebert-direct-accessories-block .huebert-accessory .hue-title-price .product-price.huebert-accessory_pricing, .huebert-direct-accessories-block .huebert-accessory .hue-title-price .js-quickorder-summary .huebert-accessory_pricing.total-price, .js-quickorder-summary .huebert-direct-accessories-block .huebert-accessory .hue-title-price .huebert-accessory_pricing.total-price, .huebert-direct-accessories-block .huebert-accessory-tags .hue-title-price .product-price.huebert-accessory_pricing, .huebert-direct-accessories-block .huebert-accessory-tags .hue-title-price .js-quickorder-summary .huebert-accessory_pricing.total-price, .js-quickorder-summary .huebert-direct-accessories-block .huebert-accessory-tags .hue-title-price .huebert-accessory_pricing.total-price {
  margin-top: 1rem;
}
.huebert-direct-accessories-block .huebert-accessory .huebert-accessory-hover, .huebert-direct-accessories-block .huebert-accessory-tags .huebert-accessory-hover {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 5px;
  margin-top: -10%;
  left: -215px;
  width: 200px;
  text-align: center;
  background-color: #ffffff;
}
.huebert-direct-accessories-block .huebert-accessory .viewport-small .product-image, .huebert-direct-accessories-block .huebert-accessory-tags .viewport-small .product-image {
  padding-left: 20px;
  margin-bottom: 20px;
}
.huebert-direct-accessories-block .huebert-accessory .product-variant-characteristics .product-variant-characteristics-text, .huebert-direct-accessories-block .huebert-accessory-tags .product-variant-characteristics .product-variant-characteristics-text {
  height: auto;
}
.huebert-direct-accessories-block .huebert-accessory_pricing {
  font-size: inherit;
  margin-top: unset;
  font-size: 0.9rem;
}
@media only screen and (max-width: 500px) {
  .huebert-direct-accessories-block .huebert-accessory_pricing {
    text-align: right;
    margin-top: 0.2rem;
    padding-right: 10px;
  }
}
.huebert-direct-accessories-block .hueb-accessories_price {
  font-weight: bold;
  font-size: 1.5rem;
}
.huebert-direct-accessories-block .btn-accordion {
  font-weight: 600;
  color: #ff0000;
  text-decoration: none;
}
.huebert-direct-accessories-block .btn-accordion:focus, .huebert-direct-accessories-block .btn-accordion.focus {
  text-decoration: none;
  box-shadow: none;
}
.huebert-direct-accessories-block .btn-accordion:disabled, .huebert-direct-accessories-block .btn-accordion.disabled {
  color: #bcc1c7;
  pointer-events: none;
}
.huebert-direct-accessories-block .btn-accordion:disabled .icon-arrow-head-up, .huebert-direct-accessories-block .btn-accordion.disabled .icon-arrow-head-up {
  display: block;
}
.huebert-direct-accessories-block .collapsed .icon-arrow-head-up {
  display: none;
}
.huebert-direct-accessories-block .icon-arrow-head-up {
  display: inline-flex;
}
.huebert-direct-accessories-block .collapsed .icon-arrow-head-down {
  display: inline-flex;
}
.huebert-direct-accessories-block .icon-arrow-head-down {
  display: none;
}
.huebert-direct-accessories-block .card, .huebert-direct-accessories-block .accordion-item {
  overflow: inherit;
}
.huebert-direct-accessories-block .viewport-default {
  display: none;
}
.huebert-direct-accessories-block .no-pad {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .huebert-direct-accessories-block .viewport-default {
    display: block;
  }
  .huebert-direct-accessories-block .viewport-small {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .huebert-direct-accessories-block .viewport-default.hue-title-price {
    padding-left: 14%;
  }
}
.huebert-direct-accessories-block .accessory-checkbox, .huebert-direct-accessories-block .accessory-radio {
  margin: auto;
  transform: scale(1.5);
}
@media only screen and (min-width: 992px) {
  .huebert-direct-accessories-block .accessory-checkbox, .huebert-direct-accessories-block .accessory-radio {
    transform: scale(2);
    margin-top: 0.75em;
  }
}
.product-detail-price-container .hueb-accesories_price {
  font-weight: 600;
}
.product-detail-form-container .hueb-accesories_price {
  color: #404b58;
  font-weight: 600;
  font-size: 28;
}
.product-detail-form-container .huebert-accessory_variants {
  min-height: inherit;
}
.product-detail-form-container .huebert-acessory_deliveryTime {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.product-detail-form-container .delivery-information {
  margin-bottom: inherit;
}
.hueb-accessories_total-wrapper {
  display: none;
}
hueb-accessories-bundle-quantity {
  min-width: 3em;
}
.huebert-accessory, .huebert-accessory-tags {
  padding: 0.5rem;
  margin: 0.2rem;
  border-bottom: 1px solid #f8f8f8;
}
.hue-checkbox .hue-price-wrapper {
  margin-left: 2.5rem;
  margin-top: 1rem;
}
.hue-checkbox .hue-price-wrapper .huebert-accessory_pricing, .hue-checkbox .hue-price-wrapper .product-detail-price-unit {
  text-align: left;
}
@media only screen and (max-width: 992px) {
  .huebert-accessory .product-configurator-variants, .huebert-accessory-tags .product-configurator-variants {
    padding: 5%;
  }
  .huebert-accessory .row.my-2, .huebert-accessory .row.lenz-order-comment-group.lenz-order-comment-section-checkout-main-content, .huebert-accessory .row.lenz-order-comment-group.lenz-order-comment-section-before-checkout-additional, .huebert-accessory .row.lenz-order-comment-group.lenz-order-comment-section-after-checkout-additional, .huebert-accessory .row.lenz-order-comment-group.lenz-order-comment-section-before-checkout-finish-customer-comment, .huebert-accessory .row.lenz-order-comment-group.lenz-order-comment-section-after-checkout-finish-customer-comment, .huebert-accessory .row.lenz-order-comment-group.lenz-order-comment-section-before-checkout-confirm-tos, .huebert-accessory-tags .row.my-2, .huebert-accessory-tags .row.lenz-order-comment-group.lenz-order-comment-section-checkout-main-content, .huebert-accessory-tags .row.lenz-order-comment-group.lenz-order-comment-section-before-checkout-additional, .huebert-accessory-tags .row.lenz-order-comment-group.lenz-order-comment-section-after-checkout-additional, .huebert-accessory-tags .row.lenz-order-comment-group.lenz-order-comment-section-before-checkout-finish-customer-comment, .huebert-accessory-tags .row.lenz-order-comment-group.lenz-order-comment-section-after-checkout-finish-customer-comment, .huebert-accessory-tags .row.lenz-order-comment-group.lenz-order-comment-section-before-checkout-confirm-tos {
    position: relative;
  }
}
@media only screen and (max-width: 700px) {
  .no-pad {
    padding: 0;
    /* align-items: center; */
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .hue-checkbox .checkbox-mobile-wrapper {
    padding: 0 0 0 20px;
    max-width: 92px;
    margin-top: -10px;
    margin-left: -40px;
  }
  .hue-checkbox .hue-product-title {
    padding: 0;
    width: calc(100% - 92px);
    margin-bottom: 20px;
  }
  .hue-checkbox .product-configurator-variants {
    margin-top: -2.25rem;
  }
  .hue-checkbox .product-configurator-variants .variant-price.without-image {
    margin-top: -1rem;
    width: 20%;
    position: unset;
    margin-bottom: 1rem;
  }
  .hue-checkbox .product-configurator-variants .variant-price.without-image .huebert-unit-label {
    text-align: left;
  }
  .hue-checkbox .huebert-direct-accessories-block .huebert-accessory_pricing {
    margin-top: 10px;
  }
  .hue-checkbox .input-group.huebert-accessory_input-wrapper .input-group {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .checkbox-mobile-wrapper .huebert-accessory_input-wrapper.huebert-checkbox > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-top: 14px;
    margin-left: 25px;
  }
  .input-group.huebert-accessory_input-wrapper .input-group {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hue-checkbox .checkbox-mobile-wrapper {
    margin-top: -10px;
    margin-left: -13px;
    max-width: 63px;
  }
  .hue-checkbox .hue-product-title {
    margin-bottom: 30px;
  }
  .hue-checkbox .col-12, .hue-checkbox .b2b-shopping-list-table__header-name.js-multiple-selection {
    width: 83.33333333%;
  }
  .checkbox-mobile-wrapper .huebert-accessory_input-wrapper.huebert-checkbox > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-top: 14px;
    margin-left: 10px;
  }
  .huebert-direct-accessories-block .huebert-accessory_input-wrapper {
    margin-left: 2px;
  }
}
.hue-accordion-btn {
  text-indent: 30px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.hue-accordion-btn::after {
  position: absolute;
  left: 20px;
}
@media (max-width: 767.98px) {
  .left-space {
    margin-left: 100px;
  }
  .img-100 {
    width: 100px;
    max-width: 100px;
    margin-bottom: -78px;
  }
  .p-abs {
    position: absolute;
    right: 20px;
  }
}
.accessory-quantity::-webkit-outer-spin-button, .accessory-quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.accessory-quantity[type=number] {
  -moz-appearance: textfield;
}
.huebert-accessory:hover .huebert-accessory-hover, .huebert-accessory-tags:hover .huebert-accessory-hover {
  display: block;
}
@media (min-width: 768px) {
  .input-group.hueb-accessories-bundle-quantity {
    margin-left: 30px;
  }
}
.hueb-price_by_accessories, .hueb-accessories_total, .hue-bundle-pricing, .hueb-total-with-bundle {
  width: 70%;
}
.hueb-price_by_accessories tr td:last-child, .hueb-accessories_total tr td:last-child, .hue-bundle-pricing tr td:last-child, .hueb-total-with-bundle tr td:last-child {
  text-align: right;
}
.hueb-accessories_total {
  margin-bottom: 15px;
  font-weight: bold;
}
.hueb-total-with-bundle {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.hueb-total-with-bundle tr td:last-child {
  font-size: 16px;
}
.hue-bundle-pricing tr.bundle-total {
  display: none;
}
.hue-bundle-pricing tr.bundle-total:last-child {
  font-weight: bold;
  display: table-row;
}
.bundle-accordion-checkbox-wrap {
  padding-right: 0;
}
.bundle-accordion-checkbox-wrap .huebert-bundling {
  border-bottom: 0;
}
.bundle-accordion-button-wrap {
  padding-left: 0;
}
.bundle-accordion-button-wrap .bundle-accordion-button {
  padding-left: 5px;
}
.bundle-accordion-button-wrap .bundle-accordion-button::after {
  left: 3px;
}
.accordion-header {
  position: relative;
}
.accordion .croselling-additional-info {
  position: relative;
  right: -10px;
  top: -10px;
  margin-bottom: 0.5rem;
}
.croselling-additional-info {
  position: absolute;
  right: 10px;
  top: 10px;
}
.hue-accordion-btn.accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
.hue-accordion-btn.accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
}
.hueb-cart-accessories {
  margin-top: 1.5rem;
}
.hueb-cart-accessories .hueb-cart-accessories-group {
  margin-bottom: 1rem;
  overflow: hidden;
}
.hueb-cart-accessories .hueb-cart-accessories-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.5rem;
  padding: 0.5rem 1rem;
}
.hueb-cart-accessories .hueb-cart-accessories-headline {
  font-weight: 600;
}
.hueb-cart-accessories .hueb-cart-accessories-subline {
  font-size: 0.875rem;
  color: var(--bs-secondary-color);
}
.hueb-cart-accessories .hueb-cart-accessories-body {
  padding: 0.75rem 1rem;
}
.hueb-cart-accessories .hueb-cart-accessories-slider-wrapper {
  margin: 0;
}
.hueb-cart-accessories .hueb-cart-accessories-slider .product-slider-item {
  height: 100%;
}
.hueb-cart-accessories .hueb-cart-accessories-slider.has-nav-outside {
  padding-left: 30px;
  padding-right: 30px;
}
.hueb-cart-accessories .hueb-cart-accessories-slider .base-slider-controls-prev, .hueb-cart-accessories .hueb-cart-accessories-slider .base-slider-controls-next {
  width: 30px;
  height: 48px;
}
.hueb-cart-accessories .hueb-cart-accessories-slider .base-slider-controls-prev {
  left: 0;
}
.hueb-cart-accessories .hueb-cart-accessories-slider .base-slider-controls-next {
  right: 0;
}
.hueb-cart-accessories .hueb-cart-accessories-slider .tns-ovh {
  overflow: hidden;
}
.hueb-cart-accessories .hueb-cart-accessory-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0.5rem;
}
.hueb-cart-accessories .hueb-cart-accessory-image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  height: 120px;
}
.hueb-cart-accessories .hueb-cart-accessory-image img, .hueb-cart-accessories .hueb-cart-accessory-image .hueb-cart-accessory-placeholder {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.hueb-cart-accessories .hueb-cart-accessory-image .hueb-cart-accessory-placeholder {
  width: 80px;
  height: 80px;
}
.hueb-cart-accessories .hueb-cart-accessory-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 0.35rem;
  min-width: 0;
}
.hueb-cart-accessories .hueb-cart-accessory-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #1a1a1a;
  text-decoration: none;
}
.hueb-cart-accessories .hueb-cart-accessory-name:hover {
  color: #c00;
}
.hueb-cart-accessories .hueb-cart-accessory-price {
  font-size: 0.875rem;
  color: #404b58;
}
.hueb-cart-accessories .hueb-cart-accessory-price .hueb-cart-accessory-price-value {
  font-weight: 600;
}
.hueb-cart-accessories .hueb-cart-accessory-actions {
  display: flex;
  align-items: stretch;
  gap: 0.5rem;
  margin-top: auto;
}
.hueb-cart-accessories .hueb-cart-accessory-actions .hueb-cart-accessory-detail {
  flex: 1 1 auto;
  white-space: nowrap;
}
.hueb-cart-accessories .hueb-cart-accessory-actions .hueb-cart-accessory-form {
  display: flex;
  flex: 0 0 auto;
}
.hueb-cart-accessories .hueb-cart-accessory-actions .hueb-cart-accessory-buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.hueb-cart-accessories .hueb-cart-accessory-actions .hueb-cart-accessory-buy .icon {
  align-self: center;
}
.hueb-cart-accessories .hueb-cart-accessory-actions .hueb-cart-accessory-buy .icon > svg {
  top: 0;
}
.hueb-cart-accessories.is-offcanvas {
  margin-top: 1rem;
}
.hueb-cart-accessories.is-offcanvas .hueb-cart-accessories-list {
  margin: 0;
}
.hueb-cart-accessories.is-offcanvas .hueb-cart-accessories-list-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eaeaf0;
}
.hueb-cart-accessories.is-offcanvas .hueb-cart-accessories-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.hueb-cart-accessories.is-offcanvas .hueb-cart-accessory-item {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
}
.hueb-cart-accessories.is-offcanvas .hueb-cart-accessory-image {
  width: 64px;
  height: 64px;
}
.hueb-cart-accessories.is-offcanvas .hueb-cart-accessory-image .hueb-cart-accessory-placeholder {
  width: 48px;
  height: 48px;
}
.hueb-cart-accessories.is-offcanvas .hueb-cart-accessory-actions {
  margin-top: 0.25rem;
}
.hueb-cart-accessories.is-offcanvas .hueb-cart-accessory-actions .hueb-cart-accessory-detail {
  flex: 0 0 auto;
}
.line-item.has-hueb-accessories {
  border-bottom: 0;
  padding-bottom: 4px;
}
.line-item.hueb-accessory-group-heading {
  margin-left: 1.5rem;
  padding: 10px 0 6px 12px;
  border-bottom: 0;
  border-left: 3px solid #ff0000;
  background: rgba(255, 0, 0, 0.04);
  font-size: 0.875rem;
  font-weight: 600;
  color: #ff0000;
}
.line-item.hueb-accessory-group-heading.is-offcanvas {
  margin-left: 0.75rem;
}
.line-item.is-hueb-accessory {
  margin-left: 1.5rem;
  padding-left: 12px;
  border-bottom: 0;
  border-left: 3px solid #ff0000;
  background: rgba(255, 0, 0, 0.04);
}
.line-item.is-hueb-accessory.is-offcanvas {
  margin-left: 0.75rem;
}
.line-item.is-hueb-accessory + .line-item.is-hueb-accessory {
  border-top: 1px solid rgba(255, 0, 0, 0.15);
}
.line-item.is-hueb-accessory:not(:has(+ .line-item.is-hueb-accessory)) {
  border-bottom: 1px solid #eaeaf0;
  margin-bottom: 4px;
}
.line-item.hueb-accessory-shared-notes {
  margin-left: 1.5rem;
  padding: 6px 0 8px 12px;
  border-left: 3px solid #ff0000;
  background: rgba(255, 0, 0, 0.04);
  font-size: 0.875rem;
  color: #ff0000;
}
.line-item.hueb-accessory-shared-notes.is-offcanvas {
  margin-left: 0.75rem;
}
.line-item.is-hueb-accessory + .line-item.hueb-accessory-shared-notes {
  margin-top: -5px;
}
.line-item.is-hueb-accessory:has(+ .line-item.hueb-accessory-shared-notes) {
  border-bottom: 0;
  margin-bottom: 0;
}
.line-item.is-hueb-shared-accessory .line-item-hueb-shared-accessory-of {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #ff0000;
}
.line-item.hueb-accessory-group-heading .line-item-label, .line-item.hueb-accessory-shared-notes .line-item-label, .line-item-hueb-shared-accessory-of .line-item-label {
  font-size: inherit;
}
.zeobv-bundle-product-item-overview {
  margin-top: 15px;
  overflow-x: auto;
}
.product-bundle-products-table.allow-selection th:nth-child(2), .product-bundle-products-table.allow-selection td:nth-child(2) {
  padding-left: 0;
}
.product-bundle-products-table .zeobv-bundle-item-qty-select {
  min-width: 60px;
}
.product-bundle-products-table .product-bundle-products-head {
  background-color: #f9f9f9;
}
.product-bundle-products-table .product-bundle-products-head th {
  font-weight: 400;
  vertical-align: bottom;
}
.product-bundle-products-table .product-bundle-products-product-row {
  border-bottom: 1px solid #cdcaca;
}
.product-bundle-products-table .product-bundle-products-product-row:first-of-type {
  border-top: 0 none;
}
.product-bundle-products-table .product-bundle-products-product-cell {
  border: 0 none;
  padding: 10px 10px 10px 16px;
  line-height: 20px;
}
.product-bundle-products-table .product-bundle-products-product-cell td {
  font-weight: 700;
}
.product-bundle-products-table .product-bundle-products-product-cell .sub-text {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-products-product-cell .sub-text {
    gap: 15px;
    flex-direction: row;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell .sub-text, .product-bundle-products-table .product-bundle-products-product-cell .product-bundle-details-characteristics, .product-bundle-products-table .product-bundle-products-product-cell .mobile-meta {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #4d4d4d;
}
@media (min-width: 767px) {
  .product-bundle-products-table .product-bundle-products-product-cell .mobile-meta {
    display: none;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability .icon-available, .product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability .icon-unavailable {
  display: none;
}
.product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability--available .icon-available {
  display: block;
}
.product-bundle-products-table .product-bundle-products-product-cell .zeobv-bundle-item-availability--unavailable .icon-unavailable {
  display: block;
}
.product-bundle-products-table .product-bundle-products-product-cell-checkbox {
  vertical-align: middle;
  padding: 0;
}
.product-bundle-products-table .product-bundle-products-product-cell-checkbox label {
  padding: 20px;
  cursor: pointer;
}
.product-bundle-products-table .product-bundle-products-product-cell-checkbox input {
  margin-top: 2px;
}
@media (min-width: 767px) {
  .product-bundle-products-table .product-bundle-products-product-cell-checkbox {
    vertical-align: unset;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-thumbnail {
  vertical-align: middle;
}
.product-bundle-products-table .product-bundle-products-product-cell-thumbnail img {
  max-width: 50px;
}
@media (min-width: 767px) {
  .product-bundle-products-table .product-bundle-products-product-cell-thumbnail {
    vertical-align: unset;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-qty, .product-bundle-products-table .product-bundle-products-product-cell-available {
  display: none;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-products-product-cell-qty, .product-bundle-products-table .product-bundle-products-product-cell-available {
    display: table-cell;
    white-space: nowrap;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-price, .product-bundle-products-table .product-bundle-products-product-cell-total {
  display: none;
  text-align: right;
  font-weight: 700;
  padding: 10px 16px 10px 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-products-product-cell-price, .product-bundle-products-table .product-bundle-products-product-cell-total {
    display: table-cell;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-total-mobile {
  display: inline-block;
  text-align: right;
  font-weight: 700;
  padding: 10px 16px 10px 0;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-products-product-cell-total-mobile {
    display: none;
  }
}
.product-bundle-products-table .product-bundle-products-product-cell-total {
  border-top-width: 1px;
}
.product-bundle-products-table .product-bundle-products-product-cell-total span {
  text-decoration: line-through;
}
.product-bundle-products-table .product-bundle-products-product-cell-thin {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .product-bundle-products-table .product-bundle-total-value {
    display: none;
  }
}
.line-item-children-elements.with-list-price .line-item-total-price-value {
  text-decoration: line-through;
}
.line-item .cart-list-price {
  text-decoration: line-through;
  font-size: 0.8em;
  color: var(--bs-gray);
}
.cart-item-bundle_product_item .cart-item-img {
  max-height: 60px;
  width: 60px;
}
.cart-item-bundle_product_item .cart-item-img-container {
  width: 60px;
}
.cart-item-bundle_product_item .cart-item-details {
  margin-bottom: 0;
}
.cart-item-bundle_product_item .cart-item-details-container .cart-item-details {
  margin-right: 0;
}
.cart-item-bundle_product_item .cart-item-details-container .cart-item-price {
  margin-left: 0;
}
.cart-item-child-label-bullet .sub-text, .cart-aside-item-child-label-bullet .sub-text {
  display: flex;
  gap: 15px;
}
.cart-item-child-label-bullet .manufacturer-name, .cart-item-child-label-bullet .product-number, .cart-aside-item-child-label-bullet .manufacturer-name, .cart-aside-item-child-label-bullet .product-number {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #4d4d4d;
}
.cart-item-child-label-bullet .product-bundle-details-characteristics-option-group, .cart-item-child-label-bullet .product-bundle-details-characteristics-option, .cart-aside-item-child-label-bullet .product-bundle-details-characteristics-option-group, .cart-aside-item-child-label-bullet .product-bundle-details-characteristics-option {
  font-size: 0.8em;
  font-weight: bold;
  color: #4d4d4d;
}
.bundle-sub-product-info {
  padding: 15px;
  background: #e0e0e0;
  border: 1px solid #000;
  margin-bottom: 15px;
}
.zeobv-bundle-products__bundle-optional {
  padding: 10px 15px;
  background: var(--bs-light);
  margin-top: 15px;
}
.zeobv-bundle-products__bundle-optional-checkbox {
  margin-top: 2px;
}
.zeobv-bundle-products__bundle-optional-label {
  margin-left: 10px;
}
.bundle-sub-product-info-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
}
.order-table-header-heading.heading-mollie-subscriptions {
  max-width: 350px;
}
.order-item-status-badge.order-item-status-badge-active, .order-item-status-badge-active.subscription-item-status-badge {
  background-color: #0042a0;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-canceled, .order-item-status-badge-canceled.subscription-item-status-badge {
  background-color: #b30000;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-paused, .order-item-status-badge-paused.subscription-item-status-badge {
  background-color: #595959;
  color: #fff;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-skipped, .order-item-status-badge-skipped.subscription-item-status-badge {
  background-color: #ffb100;
  color: #000;
  margin: 10px 0;
}
.order-item-status-badge.order-item-status-badge-resumed, .order-item-status-badge-resumed.subscription-item-status-badge {
  background-color: #0042a0;
  color: #fff;
  margin: 10px 0;
}
.order-table-header-description {
  padding: 0 !important;
  display: block;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 100%;
}
apple-pay-button {
  display: block;
  --apple-pay-button-border-radius: 0px;
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: calc(
        1.125rem * 1.5 + 0.375rem * 2 + var(--bs-border-width) * 2
    );
}
.mollie-components-credit-card {
  max-width: 465px;
}
.mollie-components-credit-card label {
  display: block;
  font-weight: bold;
  margin-top: 10px;
}
.mollie-components-credit-card .block-group {
  display: block;
  position: relative;
}
.mollie-components-credit-card .block-group::after {
  clear: both;
  content: "";
  display: block;
}
.mollie-components-credit-card .block-group .b1 {
  width: 48%;
  float: left;
  position: relative;
}
.mollie-components-credit-card .block-group .b2 {
  width: 48%;
  float: right;
}
.mollie-components-credit-card .intro-text {
  margin-top: 10px;
}
.mollie-components-credit-card .tag-line {
  margin-top: 10px;
}
.mollie-components-credit-card .tag-line .logo {
  display: inline-block;
  margin-top: -8px;
  max-width: 50px;
}
.mollie-components-credit-card .error-message {
  color: #ff233a;
  margin-bottom: 5px;
}
.mollie-components-credit-card .input--field.mollie {
  border-radius: 3px;
  min-height: 34px;
  margin-bottom: 5px;
  background: #fff;
  color: #262626;
  text-align: left;
  box-shadow: inset 0 0 0 0 transparent, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  transition: all 0.05s ease;
}
.mollie-components-credit-card .input--field.mollie.is-focused {
  box-shadow: inset 0 0 0 2px #07f, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.mollie-components-credit-card .input--field.mollie.error {
  background-color: #fff0f0;
  box-shadow: 0 0 0 1px #f33, 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.mollie-components-credit-card .input--field.mollie:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
  border: 2px solid #07f;
}
.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox label {
  font-weight: 400;
}
.mollie-components-credit-card .block-group .mollie-credit-card-custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}
.mollie-credit-card-mandate-manage {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mollie-credit-card-mandate-list .mollie-credit-card-mandate:last-child {
  margin-bottom: 15px;
}
.mollie-credit-card-mandate-remove-modal .modal-body, .mollie-credit-card-mandate-remove-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .mollie-credit-card-mandate-remove-modal .confirm-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mollie-credit-card-mandate-remove-modal .modal-body p, .mollie-credit-card-mandate-remove-modal .swag-custom-notifications-newsletter-popup__content .confirm-message p, .swag-custom-notifications-newsletter-popup__content .mollie-credit-card-mandate-remove-modal .confirm-message p {
  margin-bottom: 8px;
  font-weight: 700;
}
.mollie-credit-card-mandate {
  margin-bottom: 25px;
}
.mollie-credit-card-mandate .mollie-mandate-subscription-badge {
  margin: 0 0 0 20px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-radio {
  margin-top: 13px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-label {
  margin-bottom: 0;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item {
  margin-top: 4px;
  display: flex;
  column-gap: 8px;
  align-items: center;
  cursor: pointer;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item svg {
  top: 0;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item .mollie-credit-card-mandate-actions-item-text {
  color: #ff0000;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-actions-item:hover .mollie-credit-card-mandate-actions-item-text {
  color: #c00;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view {
  position: relative;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 210px;
  height: 95px;
  border-radius: 8px;
  background-color: #ff0000;
  margin-top: 12px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-type {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 20px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info {
  display: flex;
  flex-direction: column;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info .mollie-credit-card-mandate-full-view-card-number {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-full-view .mollie-credit-card-mandate-full-view-card-info .mollie-credit-card-mandate-full-view-card-holder-name {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.mollie-credit-card-mandate .mollie-credit-card-mandate-compact-view-card-holder-name {
  color: #bcc1c7;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: block;
}
.mollie-express-button.loading .loader, .mollie-express-button.loading .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .mollie-express-button.loading .element-loader-backdrop > .table-loader, .mollie-express-button.loading .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .mollie-express-button.loading .element-loader-backdrop > .table-loader {
  display: block;
  position: absolute;
}
.mollie-express-button.loading *:not(.loader) {
  opacity: 0.2;
}
.mollie-express-button .loader, .mollie-express-button .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .mollie-express-button .element-loader-backdrop > .table-loader, .mollie-express-button .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .mollie-express-button .element-loader-backdrop > .table-loader {
  display: none;
}
.modal-content .payment-method-label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.modal-content .mollie-ideal-issuer {
  margin-top: 15px;
}
.modal-content .mollie-bancomat-pay {
  margin-top: 15px;
}
.modal-content .mollie-pos-terminals {
  margin-top: 15px;
}
.modal-content .payment-method-description {
  order: -1;
}
.confirm-payment .mollie-ideal-issuer {
  margin-top: 15px;
}
.confirm-payment .mollie-ideal-issuer .custom-select:invalid {
  border: 1px solid #c82f1e;
}
.confirm-payment .mollie-bancomat-pay {
  margin-top: 15px;
}
.confirm-payment .mollie-pos-terminals {
  margin-top: 15px;
}
.confirm-payment .mollie-pos-terminals .custom-select:invalid {
  border: 1px solid #c82f1e;
}
.account-payment .payment-method-description {
  order: -1;
}
.mollie-paypal-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  padding: 7px;
}
.mollie-paypal-button-image {
  width: 80px;
}
.mollie-paypal-button-label {
  margin: 0;
  margin-left: 8px;
  font-weight: 100;
}
.paypal-button-pill {
  border-radius: 30px;
}
.paypal-button-rect {
  border-radius: 0;
}
.paypal-theme-gold {
  color: #000;
  background-color: #ffc439;
  border: 1px solid #fcc85b;
}
.paypal-theme-gold:hover {
  background-color: #fcc85b;
}
.paypal-theme-blue {
  color: #fff;
  background-color: #009cde;
  border: 1px solid #09adf3;
}
.paypal-theme-blue:hover {
  background-color: #09adf3;
}
.paypal-theme-silver {
  color: #000;
  background-color: #eee;
  border: 1px solid #f6f6f6;
}
.paypal-theme-silver:hover {
  background-color: #f6f6f6;
}
.paypal-theme-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #f3f3f3;
}
.paypal-theme-white:hover {
  background-color: #f3f3f3;
}
.paypal-theme-black {
  color: #fff;
  background-color: #000;
  border: 1px solid #555;
}
.paypal-theme-black:hover {
  background-color: #333;
}
.subscription-toggle-button-wrapper {
  padding: 0 !important;
}
.subscription-hide-btn {
  float: right;
}
.subscription-hide-btn .subscription-hide-btn-text {
  display: block;
}
.subscription-hide-btn .subscription-view-btn-text {
  display: none;
}
.subscription-hide-btn.collapsed .subscription-hide-btn-text {
  display: none;
}
.subscription-hide-btn.collapsed .subscription-view-btn-text {
  display: block;
}
.subscription-item-detail {
  padding: 0 !important;
}
.subscription-detail-content {
  margin-top: 1rem;
}
.order-table .subscription-detail-content, .subscription-table .subscription-detail-content, .purchase-table .subscription-detail-content {
  padding-top: 1rem;
}
.btn-mollie-subscription-cancel {
  color: #b30000;
}
/* stylelint-disable selector-id-pattern, declaration-no-important */
.mollie-express-button.d-none, .mollie-apple-pay-direct-button .d-none, .mollie-apple-pay-direct-container .d-none, .mollie-pos-terminals .d-none, .mollie-components-credit-card .d-none, #mollieCreditCardMandateDeleteError .d-none, #mollieCreditCardMandateDeleteSuccess .d-none, .mollie-ideal-issuer .d-none {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* stylelint-enable selector-id-pattern, declaration-no-important */
.navigation-flyout-description {
  margin-left: -1.25rem;
}
.loyxx-conversion-checkout-confirm-tos .lenz-order-comment {
  margin-top: 1rem;
}
.loyxx-conversion-checkout-confirm-tos .lenz-order-comment .lenz-order-comment-group {
  padding: 0;
  margin: 0 0 1rem;
}
.loyxx-conversion-checkout-confirm-tos .lenz-order-comment .lenz-order-comment-group:last-child {
  margin-bottom: 0;
}
.loyxx-conversion-checkout-confirm-tos .lenz-order-comment .lenz-order-comment-group .lenz-order-comment-group-headline {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}
.loyxx-conversion-checkout-confirm-tos .lenz-order-comment .lenz-order-comment-group .lenz-order-comment-group-description {
  margin-bottom: 0;
}
.loyxx-conversion-checkout-confirm-tos .lenz-order-comment .lenz-order-comment-group .lenz-order-comment-group-field .form-group {
  margin-bottom: 5px;
}
.loyxx-conversion-checkout-confirm-tos .lenz-order-comment .lenz-order-comment-group .lenz-order-comment-group-field:last-child .form-group {
  margin-bottom: 0;
}
.lenz-platform-order-line-item-form-elements {
  margin: 0 0 10px;
  padding: 10px 0;
}
.lenz-platform-order-line-item-form-elements label {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.lenz-platform-order-line-item-form-elements .description {
  font-size: 0.75rem;
  padding: 0 0 5px;
}
.lenz-platform-order-comment-container {
  margin-right: 20px;
  margin-left: 20px;
}
.lenz-order-comment-date-picker-button {
  border: 1px solid #eaeaf0;
}
.lenz-order-comment-group-description {
  margin-bottom: 20px;
}
.lenz-order-comment-field-required-star {
  color: red;
}
.lenz-order-comment-field-invalid {
  color: #c82f1e;
}
.lenz-order-comment-field-animate-shake {
  animation: lenz-order-comment-field-animate-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes lenz-order-comment-field-animate-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
.modal.is--neti-next-modal .modal-dialog.has--position {
  position: absolute;
  display: flex;
  max-width: inherit;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 10px;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--top-center {
  align-items: flex-start;
  justify-content: center;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--center-left {
  align-items: center;
  justify-content: flex-start;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--center-center {
  align-items: center;
  justify-content: center;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--center-right {
  align-items: center;
  justify-content: flex-end;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.modal.is--neti-next-modal .modal-dialog.has--position.is--bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.modal.is--neti-next-modal .modal-dialog.has--position .modal-content {
  width: 100%;
  max-width: 500px;
}
.modal.is--neti-next-modal .modal-dialog.has--position .modal-content.content-type-link .modal-body, .modal.is--neti-next-modal .modal-dialog.has--position .modal-content.content-type-link .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .modal.is--neti-next-modal .modal-dialog.has--position .modal-content.content-type-link .confirm-message {
  overflow-y: hidden;
}
.modal.is--neti-next-modal .modal-header .modal-title .nav.modal-tab-menu .nav-item .nav-link {
  font-weight: normal;
}
.modal.is--neti-next-modal .modal-header .modal-title .nav.modal-tab-menu .nav-item .nav-link.active {
  font-weight: bold;
}
.modal.is--neti-next-modal .neti-modal-template-content-element {
  overflow-y: auto;
}
.modal.is--neti-next-modal .neti-modal-template-content-element iframe {
  width: 100%;
  min-height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.modal.is--neti-next-modal .neti-modal-template-countdown-element {
  display: none;
}
html {
  scroll-padding-top: 25%;
}
.gfit-product-informations .gfit-product-informations-tabs-navigation-container {
  display: flex;
  justify-content: center;
  position: sticky;
  top: 1rem;
  z-index: 50;
}
.gfit-product-informations .gfit-product-informations-tabs-navigation-container.sticky .gfit-product-informations-tabs-navigation {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.gfit-product-informations .gfit-product-informations-tabs-navigation-container .gfit-product-informations-tabs-navigation {
  font-size: 18px;
  margin: 0 1rem;
  padding: 1rem 2rem;
  background-color: #f9f9f9;
  display: flex;
  gap: 1rem;
  overflow: auto;
}
.gfit-product-informations .gfit-product-informations-tabs-navigation-container .gfit-product-informations-tabs-navigation-item {
  color: #1a1a1a;
  display: flex;
  position: relative;
  padding-left: 24px;
  justify-content: center;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
}
.gfit-product-informations .gfit-product-informations-tabs-navigation-container .gfit-product-informations-tabs-navigation-item::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  height: 8px;
  width: 8px;
  background-color: #eaeaf0;
  border-radius: 4px;
}
.gfit-product-informations .gfit-product-informations-tabs-navigation-container .gfit-product-informations-tabs-navigation-item.active::before {
  background-color: #ff0000;
}
.gfit-product-informations .gfit-product-informations-tabs {
  margin-top: 4rem;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container {
  border-top: 1px solid #eaeaf0;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container:nth-child(even) {
  background-color: #f9f9f9;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box {
  display: flex;
  padding: 4rem;
  flex-wrap: wrap;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-label {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: bold;
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-label {
    width: 100%;
  }
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content {
  width: 75%;
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content {
    width: 100%;
  }
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-keyfeatures-list-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-keyfeatures-list-item .gfit-keyfeatures-list-item-icon {
  margin-right: 1rem;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-keyfeatures-list-item .gfit-keyfeatures-list-item-icon .icon {
  color: #ff0000;
  fill: #ff0000;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-keyfeatures-list-item .gfit-keyfeatures-list-item-content {
  flex: 1;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container .gfit-product-informations-tabs-container-box .gfit-keyfeatures-list-item + .gfit-keyfeatures-list-item {
  margin-top: 1rem;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads table {
  width: 100%;
  display: none;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads table tr + tr {
  border-top: 1px solid #eaeaf0;
}
@media (min-width: 768px) {
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads table tr th, .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads table tr td {
    padding: 0.5rem;
  }
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads .table > :not(caption) > * > * {
  background-color: transparent;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads .gfit-product-downloads .gfit-product-downloads-item {
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads .gfit-product-downloads .gfit-product-downloads-item .gfit-product-downloads-file-title {
  flex: 1;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads .gfit-product-downloads .gfit-product-downloads-item .gfit-product-downloads-file-title .gfit-product-downloads-file-title-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads .gfit-product-downloads .gfit-product-downloads-item .gfit-product-downloads-file-title .gfit-product-downloads-file-title-line .gfit-file-download {
  display: block;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads .gfit-product-downloads .gfit-product-downloads-item + .gfit-product-downloads-item {
  border-top: 1px solid #eaeaf0;
}
@media (max-width: 576px) {
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads .gfit-product-downloads .gfit-product-downloads-item {
    gap: 0.25rem;
  }
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-downloads .gfit-product-downloads .gfit-product-downloads-item .btn-download-file {
    width: 100%;
  }
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table {
  width: 75%;
}
@media (max-width: 767px) {
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table {
    width: 100%;
  }
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table tr, .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table td, .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table th {
    display: block;
  }
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table tr {
    padding: 0.5rem 0;
  }
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table tr + tr {
  border-top: 1px solid #eaeaf0;
}
@media (min-width: 768px) {
  .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table tr th, .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content table tr td {
    padding: 0.5rem;
  }
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-properties .gfit-product-informations-tabs-container-box .gfit-product-informations-tabs-content .table > :not(caption) > * > * {
  background-color: transparent;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-crossselling .cms-element-alignment {
  flex: 1;
}
.gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-crossselling .cms-element-product-slider, .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-crossselling .cms-element-alignment, .gfit-product-informations .gfit-product-informations-tabs .gfit-product-informations-tabs-container.gfit-product-informations-tabs-crossselling .product-slider {
  width: 100%;
}
.cms-section, .cms-block {
  overflow: initial;
}
.quick-order-entry-container .card-header {
  padding: 0;
}
.js-quickorder-row {
  margin-bottom: 1rem;
}
.js-quickorder-row .form-group {
  position: relative;
  margin-bottom: 0;
}
.js-quickorder-row-product.has-element-loader .loader, .js-quickorder-row-product.has-element-loader .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .js-quickorder-row-product.has-element-loader .element-loader-backdrop > .table-loader, .js-quickorder-row-product.has-element-loader .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .js-quickorder-row-product.has-element-loader .element-loader-backdrop > .table-loader {
  left: auto;
  right: 30px;
  top: 7px;
  margin-top: 0;
  margin-left: 0;
}
.js-quickorder-selected-product {
  margin-bottom: 1rem;
}
.js-quickorder-selected-product.product-price, .js-quickorder-summary .js-quickorder-selected-product.total-price {
  text-align: right;
}
.js-quickorder-selected-product .js-quickorder-results-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
.js-quickorder-selected-product .js-quickorder-results-item-characteristics .js-quickorder-results-item-characteristics-option {
  font-weight: 600;
}
input.js-quickorder-product-number-input + .js-quickorder-results {
  position: absolute;
  width: 100%;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fafafa;
  border: var(--bs-border-width) solid #cccccc;
  margin-top: var(--bs-border-width) * 2 * -1;
  border-bottom-right-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-info {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaf0;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-info {
  cursor: pointer;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-info.active, input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-info:hover {
  color: #ff0000;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-row {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-row > .col, input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-row > [class*="col-"] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-img {
  padding: 0.25rem;
  border: 1px solid #eaeaf0;
  border-radius: 0px;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-img-container {
  width: 70px;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-ordernumber {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-characteristics {
  margin: 0.5rem 0;
  font-size: 0.875rem;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-characteristics .js-quickorder-results-item-characteristics-option {
  font-weight: 600;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-price .product-detail-price {
  font-size: inherit;
  font-weight: normal;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-delivery {
  margin-top: 0.5rem;
}
input.js-quickorder-product-number-input + .js-quickorder-results .js-quickorder-results-item-delivery .delivery-information {
  margin-bottom: 0;
}
input.js-quickorder-product-number-input:focus + .js-quickorder-results {
  border-color: #ff0000;
}
.quick-order-shopping-list .cart-item-quantity-container.quantity-input-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  margin-left: 0;
}
.quick-order-shopping-list .cart-item-quantity-container.quantity-input-form .form-control-sm {
  display: inline-block;
  padding: 0.219rem 0.5625rem;
  width: 65px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.quick-order-shopping-list .cart-item-quantity-container.quantity-input-form .btn-sm, .quick-order-shopping-list .cart-item-quantity-container.quantity-input-form .btn-group-sm > .btn, .quick-order-shopping-list .cart-item-quantity-container.quantity-input-form .btn-group-sm > .acris-last-search-term-delete {
  height: 28px;
  padding-left: 6px;
  padding-right: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.quick-order-shopping-list .cart-item-quantity-container.quantity-input-form .btn-sm .icon > svg, .quick-order-shopping-list .cart-item-quantity-container.quantity-input-form .btn-group-sm > .btn .icon > svg, .quick-order-shopping-list .cart-item-quantity-container.quantity-input-form .btn-group-sm > .acris-last-search-term-delete .icon > svg {
  top: 0;
}
.quick-order-shopping-list .summary-total-price {
  padding-top: 1rem;
}
.js-quickorder-summary {
  text-align: right;
}
@media (min-width: 576px) {
  .quick-order-tab-navigation-list {
    border: 0;
    flex-direction: row;
    padding-bottom: 0;
  }
}
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnPseudoProduct
 * @copyright (c) 2020 digitvision
 */
/**
 * digitvision
 *
 * @category  digitvision
 * @package   Shopware\Plugins\DvsnPseudoProduct
 * @copyright (c) 2020 digitvision
 */
body.is-ctl-product.is-act-index #zweipunkt-offerdocument-detail-block {
  background: #F9F9F9;
  border: 1px solid #eaeaf0;
  border-radius: 3px;
  display: none;
  padding: 12px;
  margin-top: 15px;
}
body.is-ctl-product.is-act-index #zweipunkt-offerdocument-detail-block a.headline {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
body.is-ctl-product.is-act-index #zweipunkt-offerdocument-detail-block span {
  opacity: 0.8;
}
.subscription-product-box-select {
  border: 1px solid #bcc1c7;
  padding: 16px;
  margin-bottom: 16px;
}
.subscription-product-box-select-title {
  border-bottom: 1px solid #bcc1c7;
  padding: 12px 0;
  margin-bottom: 24px;
}
.subscription-product-box-select-options {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
}
.subscription-product-box-select-options-option {
  position: relative;
  list-style: none;
}
.subscription-product-box-select-options-option-radio {
  position: absolute;
  margin: 16px 24px;
}
.subscription-product-box-select-options-option-radio:hover {
  cursor: pointer;
}
.subscription-product-box-select-options-option-radio:checked ~ label {
  border-color: #ff0000;
}
.subscription-product-box-select-options-option-radio:checked ~ label .subscription-product-box-select-options-interval-select {
  pointer-events: auto;
}
.subscription-product-box-select-options-option-label {
  width: 100%;
  border: 1px solid #bcc1c7;
  border-radius: 3px;
  padding: 16px 24px 16px 48px;
  margin: 0;
}
.subscription-product-box-select-options-option-label.is--active {
  border-color: #ff0000;
}
.subscription-product-box-select-options-option-label:hover {
  cursor: pointer;
}
.subscription-product-box-select-options-option-label-description {
  display: flex;
  flex-direction: column;
  line-height: 16px;
}
.subscription-product-box-select-options-option-label-description-product {
  display: flex;
  justify-content: space-between;
}
.subscription-product-box-select-options-option-label-description-product-price {
  align-self: start;
  line-height: 16px;
}
.subscription-product-box-select-options-option-label-description-product-price-strikethrough {
  color: #eaeaf0;
  text-decoration: line-through;
  margin-right: 8px;
}
.subscription-product-box-select-options-interval-select {
  margin-top: 4px;
  pointer-events: none;
}
.subscription-product-box-select-options-interval-select-label {
  margin-top: 8px;
  line-height: 16px;
  pointer-events: none;
}
.subscription-product-box-select-options-experience-hint {
  font-size: 12px;
  color: #798490;
  margin-bottom: 4px;
}
.subscription-product-box-select-options-experience-hint .icon-subscription-product-box-select-options-experience-hint {
  width: 12px;
  height: 12px;
  color: #798490;
}
.subscription-minimum-execution-label {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 16px;
}
.subscription-table-header-heading {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 0;
}
.subscription-table-header-heading s {
  color: #798490;
}
.subscription-table-header-alert {
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
}
.subscription-item-status-badge-active {
  background-color: #2ecc71;
}
.subscription-item-status-badge-paused {
  background-color: #f1c40f;
}
.subscription-item-status-badge-cancelled, .subscription-item-status-badge-flagged_cancelled, .subscription-item-status-badge-payment_failed {
  background-color: #c82f1e;
}
.subscription-link {
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
.subscription-product-table-box {
  border: 1px solid #eaeaf0;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.subscription-product-table-box-badge {
  --bs-badge-font-weight: normal;
  margin: 0;
  padding: 0 0.5rem;
  vertical-align: middle;
}
.subscription-product-table-box-details {
  display: grid;
  row-gap: 0.25rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}
.subscription-product-table-box .checkout-product-table, .subscription-product-table-box .card-body {
  margin-bottom: 0;
}
.subscription-product-table-box .offcanvas-cart-items {
  border-bottom: none;
}
.subscription-product-table-box h3:has(+ .subscription-product-table-box__details) {
  margin-bottom: 0.5rem;
}
.subscription-shipping-method {
  margin-top: 0.25rem;
  font-size: 0.875rem;
}
.subscription-shipping-method-select {
  margin-top: 0.25rem;
}
.subscription-summary-recurring-total {
  padding-top: 12px;
  border-top: 1px solid #eaeaf0;
  margin-top: 4px;
}
.subscription-badge {
  width: fit-content;
  margin: 4px 0 0 0;
}
.order-header-quantity, .subscription-header-quantity {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .order-header-status, .order-item-status {
    text-align: center;
  }
}
.cart-item-status {
  order: 2;
  justify-content: space-between;
  display: flex;
}
@media (min-width: 768px) {
  .cart-item-status .line-item-status-wrapper {
    width: 100%;
    text-align: center;
  }
}
.cart-item-status-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .cart-item-status {
    order: 0;
  }
  .cart-item-status-label {
    display: none;
  }
}
.cart-header-status {
  text-align: center;
}
.cart-header-quantity {
  white-space: nowrap;
}
.line-item-status {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  flex: 0 0 auto;
  width: 100%;
  order: 2;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
@media (min-width: 576px) {
  .line-item-status {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .line-item-status {
    flex: 0 0 auto;
    width: 16.66666667%;
    order: 0;
  }
}
@media (min-width: 768px) {
  .line-item-status .line-item-status-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .has-line-item-status .line-item-info {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
@media (min-width: 576px) {
  .has-line-item-status .line-item-unit-price, .has-line-item-status .line-item-total-price, .has-line-item-status .line-item-quantity {
    flex: 0 0 auto;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .has-line-item-status .line-item-unit-price, .has-line-item-status .line-item-total-price {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .has-line-item-status .line-item-quantity {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
}
.is-default .line-item-status, .is-order .line-item-status {
  justify-content: space-between;
  display: flex;
  text-align: center;
}
@media (min-width: 576px) {
  .is-default .line-item-status, .is-order .line-item-status {
    justify-content: normal;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .is-default .line-item-status-label, .is-order .line-item-status-label {
    display: none;
  }
}
.line-item-status-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.finish-sweetener {
  margin: 1.5rem 0;
  text-align: center;
}
.finish-sweetener-text {
  font-size: 1.125rem;
}
.finish-sweetener-disclaimer {
  font-size: 0.875rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eaeaf0;
}
.finish-sweetener.has--loader {
  padding-bottom: 1.5rem;
}
.product-detail-review-summary {
  padding: 30px;
  border: 1px solid #eaeaf0;
  margin-bottom: 30px;
  position: relative;
}
.product-detail-review-summary::before {
  position: absolute;
  background: #ffffff;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  width: 34px;
  height: 34px;
  text-align: center;
  color: #4a545b;
  top: -12px;
  left: -12px;
  content: "“";
}
.product-detail-review-summary-title {
  font-size: 16px;
}
.product-detail-review-summary-title .icon {
  color: #798490;
  width: 18px;
  height: 18px;
}
.product-detail-review-summary-info-tooltip {
  margin-left: 5px;
}
.product-detail-review-summary-info-tooltip:hover {
  cursor: help;
}
.product-detail-review-summary-text {
  margin-bottom: 0;
}
/*
Basic styles
==================================================
Contains the imports to all basic styles.

The file organization follows the 7-1 pattern architecture
https://sass-guidelin.es/#the-7-1-pattern
*/
/*
 * Abstracts
 * ---------------------------- */
/*
 * Base
 * ---------------------------- */
.b2b-checkbox-group.form-check {
  display: flex;
  align-items: center;
}
.b2b-checkbox-group.form-check > .form-check-label {
  margin-left: 8px;
}
/*
 * Components
 * ---------------------------- */
.b2b-table-header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  background-color: #eee;
  padding: 12px 16px;
  gap: 16px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #eaeaf0;
}
.b2b-table-header-search {
  width: 100%;
}
.b2b-table-header-actions {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
}
@media (min-width: 576px) {
  .b2b-table-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .b2b-table-header-search {
    flex-grow: 1;
    width: fit-content;
  }
}
.b2b-tree {
  margin: 19px 0 19px 0;
}
.b2b-tree-group-select {
  display: flex;
  align-items: center;
}
.b2b-tree-group-select .b2b-tree-select {
  margin: 0;
}
.b2b-tree-collapse-button {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  position: relative;
  margin: 0 12px;
  width: 12px;
  height: 12px;
  transform: translateY(-3px);
  outline-offset: 4px;
}
.b2b-tree-collapse-button > .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #4a545b;
}
.b2b-tree-collapse-button.collapsed {
  transform: none;
}
.b2b-tree-collapse-button.collapsed > .icon {
  transform: translateX(-3px) rotate(-90deg);
}
.b2b-tree-permission-select {
  margin-left: 17.5px;
  border-left: 1px solid #798490;
  padding-left: 17.5px;
}
.b2b-tree-select {
  margin: 19px 0 19px 0;
}
.b2b-tree-permission-tooltip-title {
  padding: 0;
  margin: 0;
}
.b2b-tree-permission-tooltip-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b2b-list {
  list-style: none;
  padding: 0;
}
.b2b-list-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 6px;
  border-bottom: 1px solid #eaeaf0;
  padding: 1rem 0;
}
.b2b-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.b2b-list-item:first-child {
  padding-top: 0;
}
.b2b-list-item-link {
  color: #1a1a1a;
  font-weight: 600;
}
.b2b-list-item-link:hover, .b2b-list-item-link:focus {
  color: #ff0000;
  text-decoration: none;
}
.b2b-list .dropdown {
  position: absolute;
  top: 1rem;
  right: 0;
}
.b2b-table-context-menu-button {
  border: 1px solid #eaeaf0;
  padding: 2px 8px;
}
.b2b-table-context-menu-button::after {
  display: none;
}
.b2b-table-context-menu-button:hover, .b2b-table-context-menu-button:focus {
  border-color: rgba(0, 0, 0, 0.175);
}
.b2b-table .b2b-table > thead {
  border-bottom: 4px solid #ff0000;
}
.b2b-table .b2b-table > thead th {
  white-space: nowrap;
}
.b2b-table-actions {
  padding: 0;
}
.b2b-table-actions.show {
  display: flex;
  flex-direction: column;
}
.b2b-table-action {
  text-align: left;
  padding: 4px 16px;
  font-weight: 600;
}
.b2b-table-action:focus {
  outline: 5px auto -webkit-focus-ring-color;
}
.b2b-table-action:hover {
  color: #ff0000;
}
.b2b-table-action.is--danger:hover {
  color: #c82f1e;
}
.b2b-table .b2b-table-column {
  padding: 1rem;
  border-left: none;
  border-right: none;
}
.b2b-table .b2b-table-column:first-child {
  border-left: 1px solid #eaeaf0;
}
.b2b-table .b2b-table-column:last-child {
  border-right: 1px solid #eaeaf0;
}
.b2b-table .b2b-table-column.has-no-role {
  font-style: italic;
}
.b2b-table-employee thead > tr {
  border-bottom-color: #ff0000;
  border-bottom-width: 2px;
  border-right-width: 1px;
}
.is-ctl-businesspartneraccount .btn-collapse {
  color: #1a1a1a;
  font-weight: 400;
}
.is-ctl-businesspartneraccount .btn-collapse .icon {
  color: #1a1a1a;
}
.is-ctl-businesspartneraccount .btn-collapse:hover, .is-ctl-businesspartneraccount .btn-collapse:focus {
  color: #ff0000;
  text-decoration: none;
}
.is-ctl-businesspartneraccount .btn-collapse:hover .icon, .is-ctl-businesspartneraccount .btn-collapse:focus .icon {
  color: #ff0000;
}
.is-ctl-businesspartneraccount .btn-collapse:not(.collapsed) .icon {
  transform: translateY(6px) translateX(7px) rotate(90deg);
}
.is-ctl-businesspartneraccount .error-message.invalid-feedback, .is-ctl-businesspartneraccount .error-message.invalid-custom-feedback {
  display: block;
}
.b2b-create-form-role-id {
  margin-bottom: 0;
}
.b2b-employee-form-permission-list p {
  font-weight: 600;
}
#b2b-employee-delete-modal.has-element-loader {
  position: fixed;
}
#b2b-role-delete-modal.has-element-loader {
  position: fixed;
}
.top-bar-context-switcher {
  position: relative;
  font-size: 0.875rem;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.top-bar-context-switcher.btn, .top-bar-context-switcher.acris-last-search-term-delete {
  overflow: visible;
}
.top-bar-context-switcher:hover, .top-bar-context-switcher:focus {
  color: var(--bs-primary, #0d6efd);
  text-decoration: none;
}
.top-bar-context-switcher .b2b-context-switcher-icon {
  flex-shrink: 0;
}
.top-bar-context-switcher .b2b-context-switcher-tooltip {
  position: absolute;
  top: calc(100% + 0.625rem);
  left: 50%;
  z-index: 1080;
  display: block;
  max-width: 22rem;
  width: max-content;
  padding: 0.875rem 1.25rem;
  border-radius: 0.5rem;
  background-color: var(--bs-black, #000);
  color: var(--text-contrast, #fff);
  font-family: "Inter", var(--bs-body-font-family, sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: center;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity 0.15s ease-in-out;
  pointer-events: none;
}
.top-bar-context-switcher .b2b-context-switcher-tooltip::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 0.5rem solid transparent;
  border-bottom-color: var(--bs-black, #000);
  transform: translateX(-50%);
}
.top-bar-context-switcher:hover .b2b-context-switcher-tooltip, .top-bar-context-switcher:focus .b2b-context-switcher-tooltip, .top-bar-context-switcher:focus-visible .b2b-context-switcher-tooltip {
  opacity: 1;
  visibility: visible;
}
.b2b-context-modal .modal-dialog {
  --bs-modal-width: 600px;
}
.b2b-context-modal .modal-header {
  min-height: 5rem;
  padding: 0 2rem;
  border-bottom: 1px solid var(--border-default, #838489);
}
.b2b-context-modal .modal-body, .b2b-context-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .b2b-context-modal .confirm-message {
  padding: 2rem 2rem 0;
}
.b2b-context-modal .modal-footer {
  padding: 2rem;
  border-top: 0;
}
.b2b-context-modal .modal-footer .btn-light {
  --bs-btn-bg: var(--background-gray-extralight, #f2f3f8);
  --bs-btn-border-color: var(--border-dark, #2d2e32);
  --bs-btn-hover-border-color: var(--border-dark, #2d2e32);
  --bs-btn-active-border-color: var(--border-dark, #2d2e32);
  --bs-btn-font-weight: 600;
}
.b2b-context-modal .modal-footer .btn-primary {
  --bs-btn-disabled-bg: var(--background-disabled, #b9babf);
  --bs-btn-disabled-border-color: var(--background-disabled, #b9babf);
  --bs-btn-disabled-color: var(--text-disabled, #838489);
}
.b2b-context-modal .modal-title {
  font-family: "Inter", var(--bs-body-font-family, sans-serif);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: var(--text-body, #2d2e32);
}
.b2b-context-modal .form-label {
  font-family: "Inter", var(--bs-body-font-family, sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--text-body, #2d2e32);
}
.b2b-context-modal .form-check-label {
  font-family: var(--bs-body-font-family, sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: var(--color-text-primary-default, #1e1e24);
}
.b2b-context-modal .form-select {
  min-height: 2.5rem;
  padding-right: 2.5rem;
  border-color: var(--border-default, #838489);
  font-family: "Inter", var(--bs-body-font-family, sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: var(--text-body, #2d2e32);
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(var(--color-secondary, #3d444d), var(--color-secondary, #3d444d));
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: calc(100% - 0.95rem) calc(50% - 0.1rem), calc(100% - 0.65rem) calc(50% - 0.1rem), right center;
  background-size: 0.35rem 0.35rem, 0.35rem 0.35rem, 2.5rem 100%;
}
.b2b-context-modal .b2b-context-modal-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.b2b-context-modal .b2b-context-modal-select {
  position: relative;
}
.b2b-context-modal .b2b-context-modal-select-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  padding: 0.53125rem 3rem 0.53125rem 0.75rem;
  border: 1px solid var(--border-default, #838489);
  background: var(--bs-body-bg, #fff);
  color: var(--text-body, #2d2e32);
  font-family: "Inter", var(--bs-body-font-family, sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: left;
}
.b2b-context-modal .b2b-context-modal-select-toggle::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 2.5rem;
  background: var(--color-secondary, #3d444d);
}
.b2b-context-modal .b2b-context-modal-select-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-65%) rotate(45deg);
  transform-origin: center;
  transition: transform 0.2s ease-in-out;
}
.b2b-context-modal .b2b-context-modal-select-toggle[aria-expanded="true"]::after {
  transform: translateY(-35%) rotate(225deg);
}
.b2b-context-modal .b2b-context-modal-select-toggle.is-placeholder {
  color: #8e8e8e;
}
.b2b-context-modal .b2b-context-modal-select-toggle.is-placeholder .b2b-context-modal-select-label {
  color: #8e8e8e;
}
.b2b-context-modal .b2b-context-modal-select-toggle:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem rgba(13, 110, 253, 0.15);
}
.b2b-context-modal .b2b-context-modal-select-toggle:disabled {
  background: var(--bs-secondary-bg, #e9ecef);
  cursor: not-allowed;
  opacity: 1;
}
.b2b-context-modal .b2b-context-modal-select-label {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b2b-context-modal .b2b-context-modal-select-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 20;
  background: var(--bs-body-bg, #fff);
  border: 1px solid var(--border-default, #838489);
  box-shadow: 0 0.75rem 1.5rem rgba(45, 46, 50, 0.12);
}
.b2b-context-modal .b2b-context-modal-select-options {
  display: flex;
  flex-direction: column;
  max-height: 17rem;
  overflow-y: auto;
}
.b2b-context-modal .b2b-context-modal-select-option {
  display: block;
  width: 100%;
  padding: 0.75rem;
  border: 0;
  background: transparent;
  color: var(--text-body, #2d2e32);
  font-family: "Inter", var(--bs-body-font-family, sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  text-align: left;
}
.b2b-context-modal .b2b-context-modal-select-option:hover, .b2b-context-modal .b2b-context-modal-select-option:focus-visible {
  background: var(--bs-tertiary-bg, #f8f9fa);
  outline: 0;
}
.b2b-context-modal .b2b-context-modal-select-option.is-selected {
  font-weight: 600;
}
.b2b-context-modal .b2b-context-modal-company, .b2b-context-modal .b2b-context-modal-organization {
  margin-bottom: 1rem;
}
.b2b-context-modal .b2b-context-modal-organization-help {
  font-family: "Inter", var(--bs-body-font-family, sans-serif);
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: var(--color-zinc-800, #2d2e32);
}
.b2b-context-modal .alert-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid var(--border-informative, #005b99);
  border-radius: 0;
  background-color: var(--background-informative-light, #cce5ff);
  color: var(--text-primary, #0042a0);
  font-family: "Inter", var(--bs-body-font-family, sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.b2b-context-modal .alert-info::before {
  content: "";
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='m8.93 6.588-2.29.287-.082.38.45.083c.294.07.352.176.288.469l-.738 3.468c-.194.897.105 1.319.808 1.319.545 0 1.178-.252 1.465-.598l.088-.416c-.2.176-.492.246-.686.246-.275 0-.375-.193-.304-.533L8.93 6.588zM9 4.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E") no-repeat center / contain;
}
/*
 * Listing
 * ---------------------------- */
.b2b-listing-content {
  margin: 1.5rem 0;
}
.b2b-listing .b2b-table-context-menu-button .icon {
  color: inherit;
}
.b2b-listing .pagination {
  gap: 2px;
}
/*
 * Pages
 * ---------------------------- */
.b2b-employees .b2b-listing-role-name-link, .b2b-employees .b2b-listing-role-name-link:hover {
  text-decoration: inherit;
  color: inherit;
  cursor: pointer;
}
.b2b-employees .b2b-list-item-no-role {
  color: #798490;
}
.b2b-employees .b2b-listing-employee-create-button {
  margin-top: -14px;
  margin-bottom: 60px;
}
.b2b-employees-pagination {
  padding: 12px;
}
.b2b-employees-pagination .page-link {
  --bs-pagination-bg: transparent;
  --bs-pagination-hover-bg: transparent;
}
.b2b-employees .b2b-table-context-menu-button {
  width: 24px;
  height: 24px;
  position: relative;
}
.b2b-employees .b2b-table-context-menu-button svg {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2b-employees-table-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 767.98px) {
  .b2b-table-employee thead {
    display: none;
  }
  .b2b-table-employee > :not(caption) > tr {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 11px;
    border-bottom: 0;
    position: relative;
  }
  .b2b-table-employee .b2b-table-column {
    padding: 0;
    border: none;
  }
  .b2b-table-employee .b2b-table-column:first-child, .b2b-table-employee .b2b-table-column:last-child {
    border: none;
  }
  .b2b-table-employee .b2b-table-column-actions {
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .b2b-table-employee .badge {
    margin: 0;
  }
}
.b2b-admin-badge .badge {
  margin: 0;
}
.b2b-create-title, .b2b-create-actions {
  display: flex;
  gap: 1rem;
}
.b2b-create-back {
  --bs-btn-hover-bg: $white;
  --bs-btn-active-bg: $white;
}
.b2b-create-back > .icon {
  color: #4a545b;
}
.b2b-create-back > .icon svg {
  top: 4px;
}
.b2b-create-form-role.no-selected-role {
  font-style: italic;
}
.order-table-header-order-number, .subscription-table-header-info-wrapper {
  margin-bottom: 8px;
}
.order-table-b2b-employee {
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) {
  .order-table-b2b-employee {
    margin-bottom: 1.5rem;
  }
}
.order-table-b2b-employee-label {
  display: block;
  float: left;
  width: 50%;
}
@media (min-width: 576px) {
  .order-table-b2b-employee-label {
    display: inline;
    width: initial;
    float: initial;
  }
}
.order-table .order-item-header .row > .order-table-b2b-employee, .subscription-table .order-item-header .row > .order-table-b2b-employee, .subscription-table .subscription-item-header .row > .order-table-b2b-employee, .purchase-table .order-item-header .row > .order-table-b2b-employee, .purchase-table .subscription-item-header .row > .order-table-b2b-employee, .order-table .subscription-item-header .row > .order-table-b2b-employee {
  padding-right: 0;
  padding-left: 0;
}
.account-quick-order-card .row {
  --bs-gutter-x: 16px;
}
.quick-order-item-header {
  font-weight: 600;
  padding: 16px 0;
  border-bottom: 1px solid #eaeaf0;
  margin-bottom: 12px;
}
.quick-order-item-name {
  position: relative;
}
.quick-order-item-name .no-product {
  pointer-events: none;
  padding: calc(0.5 * var(--bs-gutter-x)) var(--bs-gutter-x);
}
.quick-order-line-item {
  padding: 12px 0;
  position: relative;
}
.quick-order-line-item .js-quick-order-result {
  padding: calc(0.5 * var(--bs-gutter-x)) 0;
  list-style: none;
  position: absolute;
  background: #ffffff;
  width: calc(100% - 16px);
  border: 1px solid #eaeaf0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  left: 8px;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
}
.quick-order-line-item .js-quick-order-result-item {
  padding: calc(0.5 * var(--bs-gutter-x)) var(--bs-gutter-x);
}
.quick-order-line-item .js-quick-order-result-item:hover, .quick-order-line-item .js-quick-order-result-item.is-active {
  background: #eee;
}
.quick-order-line-item .js-quick-order-result-item strong {
  font-weight: 600;
}
.quick-order-line-item .input-product-name {
  height: 100%;
}
.quick-order-line-item .input-product-name:empty:not(:focus):before {
  content: attr(placeholder);
  color: #adb5bd;
}
.quick-order-line-item .input-product-name br {
  display: none;
}
.quick-order-line-item .input-product-name strong {
  font-weight: 600;
}
.quick-order-line-item .input-product-quantity {
  background-color: transparent;
}
.quick-order-line-item .line-item-quantity-group[disabled] {
  pointer-events: none;
}
.quick-order-line-item .line-item-quantity-group[disabled]:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid inherit;
  z-index: -1;
}
.quick-order-line-item .line-item-quantity-group[disabled] .icon {
  color: #bcc1c7;
}
.quick-order-line-item .line-item-quantity-group[disabled] .input-product-quantity {
  color: #798490;
}
.quick-order-item-loader {
  position: absolute;
  right: 24px;
  top: 7px;
  z-index: 9;
  width: auto;
}
.quick-order-item-quantity .btn, .quick-order-item-quantity .acris-last-search-term-delete {
  padding: 0 calc(var(--bs-btn-padding-y) * 5);
}
.quick-order-item-quantity .btn:disabled, .quick-order-item-quantity .acris-last-search-term-delete:disabled {
  border-color: #eaeaf0;
}
.item-search-highlight {
  color: #ff0000;
}
.btn-clear-list:disabled, .btn-csv-upload:disabled {
  background-color: transparent;
}
.btn-clear-list .icon, .btn-csv-upload .icon {
  color: inherit;
}
.btn-clear-list .icon > svg, .btn-csv-upload .icon > svg {
  top: 0;
}
.btn-csv-upload {
  margin-left: 10px;
}
.btn-csv-upload .icon {
  color: inherit;
}
.quick-order-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-order-remove-button .icon {
  color: inherit;
}
.quick-order-remove-button .icon svg {
  top: 4px;
}
.quick-order-dropdown-btn .icon {
  color: inherit;
}
.quick-order-actions-list .btn-link-inline {
  text-decoration: none;
  width: 100%;
  padding: 8px 16px;
  --bs-btn-color: var(--color-text-primary-default, #2d2e32);
}
.quick-order-actions-list .btn-csv-upload {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .account-quick-order-card .btn-add-to-cart {
    order: 1;
  }
}
.quick-order-alert .alert-content-container {
  display: flex;
  align-items: center;
  padding-left: 35px;
}
.quick-order-alert .alert-content {
  display: inline-block;
  width: calc(100% - 30px);
}
.quick-order-alert__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  padding: 0;
  display: inline-flex;
}
.quick-order-alert__close .icon {
  height: 16px;
  margin: 0;
}
.quick-order-alert .close-danger .icon {
  color: #c82f1e;
}
.quick-order-alert .close-warning .icon {
  color: #f1c40f;
}
.quick-order-alert .icon-x-circle, .quick-order-alert .icon-checkmark-circle, .quick-order-alert .icon-warning {
  position: absolute;
  top: 10px;
  left: 10px;
}
.confirm-modal .modal-body, .confirm-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .confirm-modal .confirm-message, .confirm-modal .modal-footer {
  padding: 32px;
}
.confirm-modal .modal-header {
  padding: 26px 32px;
}
.confirm-modal .modal-body, .confirm-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .confirm-modal .confirm-message {
  padding-bottom: 0;
}
.confirm-modal .modal-footer {
  border-top: none;
}
.quick-order-upload-modal .modal-dialog {
  --bs-modal-width: 720px;
}
.quick-order-upload-modal .modal-body, .quick-order-upload-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .quick-order-upload-modal .confirm-message {
  --bs-modal-padding: 32px;
}
.quick-order-upload-modal .modal-header {
  --bs-modal-header-padding: 26px 32px;
}
.quick-order-upload-modal .modal-header .btn-close {
  opacity: 1;
}
.quick-order-upload-modal .modal-footer {
  --bs-modal-footer-border-width: 0;
  padding: 0 32px 32px;
}
.quick-order-upload-modal .modal-footer .btn:disabled, .quick-order-upload-modal .modal-footer .acris-last-search-term-delete:disabled {
  color: #798490;
  background-color: #bcc1c7;
}
.quick-order-upload-modal .quick-order-upload__container {
  color: #ff0000;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 24px;
  border: 2px dashed #ff0000;
  background-color: #f9f9f9;
  min-height: 72px;
}
.quick-order-upload-modal .quick-order-upload__container--uploading {
  justify-content: center;
  border: 1px solid #798490;
}
.quick-order-upload-modal .quick-order-upload__container--uploading .quick-order-upload__text, .quick-order-upload-modal .quick-order-upload__container--uploading .quick-order-upload__button {
  display: none;
}
.quick-order-upload-modal .quick-order-upload__container--uploading .quick-order-upload__btn-remove {
  display: block;
}
.quick-order-upload-modal .quick-order-upload__container--uploading .quick-order-upload__content .icon {
  color: #1a1a1a;
}
.quick-order-upload-modal .quick-order-upload__container--success {
  border: 1px solid #798490;
}
.quick-order-upload-modal .quick-order-upload__container--success .quick-order-upload__button, .quick-order-upload-modal .quick-order-upload__container--success .quick-order-upload__text, .quick-order-upload-modal .quick-order-upload__container--success .icon, .quick-order-upload-modal .quick-order-upload__container--success .icon-cloud-upload {
  display: none;
}
.quick-order-upload-modal .quick-order-upload__container--success .quick-order-upload__btn-remove {
  display: block;
}
.quick-order-upload-modal .quick-order-upload__container--success .quick-order-upload__content .icon-file {
  display: inline-flex;
}
.quick-order-upload-modal .quick-order-upload__button {
  border: 1px solid #ff0000;
  padding: 8px 14px;
  font-weight: 600;
  height: 40px;
  color: #ff0000;
  background-color: transparent;
  flex-shrink: 0;
}
.quick-order-upload-modal .quick-order-upload__btn-remove {
  position: relative;
  display: none;
  padding: 13px;
  opacity: 1;
}
.quick-order-upload-modal .quick-order-upload__content {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-grow: 1;
}
.quick-order-upload-modal .quick-order-upload__content h5, .quick-order-upload-modal .quick-order-upload__content .h5, .quick-order-upload-modal .quick-order-upload__content .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .quick-order-upload-modal .quick-order-upload__content .search-suggest-product-name {
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  color: #ff0000;
  margin: 0;
}
.quick-order-upload-modal .quick-order-upload__content .icon {
  color: #ff0000;
  width: 24px;
}
.quick-order-upload-modal .quick-order-upload__content .icon svg {
  top: 0;
}
.quick-order-upload-modal .quick-order-upload__content span {
  color: #798490;
  font-size: 11px;
}
.quick-order-upload-modal .quick-order-upload__content .icon-file {
  display: none;
  color: #1a1a1a;
}
.quick-order-upload-modal .quick-order-upload__text {
  display: flex;
  flex-direction: column;
}
.quick-order-upload-modal .quick-order-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.quick-order-upload-modal .quick-order-upload__input:focus {
  outline: none;
}
.quick-order-upload-modal .quick-order-upload__input:disabled {
  cursor: default;
}
.quick-order-upload-modal .quick-order-upload__uploading {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}
.quick-order-upload-modal .quick-order-upload__message {
  min-height: 43px;
  display: flex;
  margin-top: 16px;
}
.quick-order-upload-modal .quick-order-upload__message:empty {
  display: none;
}
.quick-order-upload-modal .quick-order-upload__message--error {
  background-color: rgba(200, 47, 30, 0.2);
}
.quick-order-upload-modal .quick-order-upload__message--error .quick-order-upload__message-icon {
  background-color: #c82f1e;
}
.quick-order-upload-modal .quick-order-upload__message--error .quick-order-upload__message-text {
  color: #c82f1e;
}
.quick-order-upload-modal .quick-order-upload__message--success {
  background-color: rgba(46, 204, 113, 0.2);
}
.quick-order-upload-modal .quick-order-upload__message--success .quick-order-upload__message-icon {
  background-color: #2ecc71;
}
.quick-order-upload-modal .quick-order-upload__message--success .quick-order-upload__message-text {
  color: #2ecc71;
}
.quick-order-upload-modal .quick-order-upload__message-icon {
  padding: 8px;
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.quick-order-upload-modal .quick-order-upload__message-icon .icon {
  color: #fff;
  height: 24px;
  width: 24px;
}
.quick-order-upload-modal .quick-order-upload__message-icon .icon svg {
  top: 0;
}
.quick-order-upload-modal .quick-order-upload__message-text {
  align-self: center;
  margin-left: 16px;
}
.quick-order-upload-modal .quick-order-upload__description {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
}
.quick-order-upload-modal .quick-order-upload__options, .quick-order-upload-modal .quick-order-upload__table {
  margin-top: 32px;
}
.quick-order-upload-modal .quick-order-upload__options .form-label, .quick-order-upload-modal .quick-order-upload__table .form-label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.quick-order-upload-modal .quick-order-upload__options .form-check, .quick-order-upload-modal .quick-order-upload__table .form-check {
  min-height: 24px;
  margin-bottom: 8px;
}
.quick-order-upload-modal .quick-order-upload__options .form-check + .form-check, .quick-order-upload-modal .quick-order-upload__table .form-check + .form-check {
  margin-bottom: 0;
}
.quick-order-upload-modal .quick-order-upload__options .form-check-label, .quick-order-upload-modal .quick-order-upload__table .form-check-label {
  line-height: 24px;
  cursor: pointer;
}
.quick-order-upload-modal .quick-order-upload__table thead th {
  font-weight: 600;
  padding: 14px 16px;
}
.quick-order-upload-modal .quick-order-upload__table tbody td {
  padding: 16px 16px;
  font-weight: 400;
}
.quick-order-upload-modal .quick-order-upload__table .quick-order-upload__name-cell {
  display: flex;
  flex-direction: column;
}
.quick-order-upload-modal .quick-order-upload__table .quick-order-upload__name-cell *:first-child {
  font-weight: 600;
}
.quick-order-upload-modal .quick-order-upload__table .form-check {
  margin-bottom: 0;
}
.quick-order-upload-modal .quick-order-upload__selection {
  display: none;
}
.quick-order-upload-modal .quick-order-upload__selection .quick-order-upload__product-name {
  margin-bottom: 12px;
  padding-top: 16px;
  border-top: 1px solid #798490;
}
.quick-order-upload-modal .quick-order-upload__selection .quick-order-upload__product-name:first-child {
  border-top: 0;
}
.quick-order-upload-modal .quick-order-upload__selection .form-select {
  margin-bottom: 16px;
}
.quick-order-upload-modal .quick-order-upload__product-name {
  display: flex;
  flex-direction: column;
}
.quick-order-upload-modal .quick-order-upload__product-number {
  font-weight: 600;
}
.quick-order-upload-modal .quick-order-upload__duplicated-title:not([hidden]) + * {
  display: none;
}
@media (max-width: 767.98px) {
  .quick-order-upload-modal .quick-order-upload__table {
    display: none;
  }
  .quick-order-upload-modal .quick-order-upload__selection {
    display: block;
  }
}
.advanced-search-suggest-container {
  width: 70vw;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 400px;
  padding: 20px;
}
.advanced-search-suggest-container .suggest-result-header {
  font-size: 1.125rem;
  font-weight: 700;
}
.advanced-search-suggest-container .search-suggest-product-price {
  margin-left: 15px;
}
.advanced-search-suggest-container .suggest-product-listing {
  list-style-type: none;
  padding: 0;
}
.advanced-search-suggest-container .search-suggest-item {
  border-bottom: 1px solid #eaeaf0;
}
.advanced-search-suggest-container .search-suggest-item.is-active .search-suggest-product-link {
  color: #ff0000;
}
.advanced-search-suggest-container .search-suggest-item:last-child {
  border-bottom: 0;
}
.advanced-search-suggest-container .search-suggest-item:hover {
  background-color: #f9f9f9;
}
.advanced-search-suggest-container .search-suggest-completion-link, .advanced-search-suggest-container .search-suggest-manufacturer-link, .advanced-search-suggest-container .search-suggest-category-link {
  display: block;
  padding: 0.5rem;
  color: #2b3136;
  text-decoration: none;
}
.advanced-search-suggest-container .search-suggest-completion-link:hover, .advanced-search-suggest-container .search-suggest-manufacturer-link:hover, .advanced-search-suggest-container .search-suggest-category-link:hover {
  text-decoration: none;
}
.advanced-search-suggest-container .search-suggest-completion-link:focus, .advanced-search-suggest-container .search-suggest-completion-link:focus-visible, .advanced-search-suggest-container .search-suggest-manufacturer-link:focus, .advanced-search-suggest-container .search-suggest-manufacturer-link:focus-visible, .advanced-search-suggest-container .search-suggest-category-link:focus, .advanced-search-suggest-container .search-suggest-category-link:focus-visible {
  color: #ff0000;
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
  outline: none;
}
.advanced-search-suggest-container .search-term-highlight {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .advanced-search-suggest-container {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.sw-advanced-search-additional-results-container {
  background-color: #f9f9f9;
  padding-top: 20px;
  position: relative;
}
.sw-advanced-search-additional-results-container:before, .sw-advanced-search-additional-results-container:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f9f9f9;
  top: 0;
  bottom: 0;
}
.sw-advanced-search-additional-results-container .advanced-search-result-header {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.sw-advanced-search-additional-results-container .sw-advanced-search-additional-results-row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
  margin-bottom: 32px;
}
.sw-advanced-search-additional-results-container .advanced-search-result-item {
  font-size: 1.125rem;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sw-advanced-search-additional-results-container .advanced-search-result-item:hover {
  color: #ff0000;
  text-decoration: none;
}
.sw-advanced-search-additional-results-container .advanced-search-result-listing {
  list-style-type: none;
  padding: 0;
}
.frc-captcha {
  margin-bottom: 1rem;
}
.frc-captcha.has-success {
  border: 1px solid #2ecc71;
  border-radius: 3px;
}
.frc-captcha.has-error {
  border: 1px solid #c82f1e;
  border-radius: 3px;
}
.frc-captcha-hidden {
  display: none;
}
.frc-captcha-attribution {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
/*
 * Variables
 * ---------------------------- */
/*
Variables
==================================================
Define all variables.
*/
/*
 * Components
 * ---------------------------- */
.cart-offcanvas ~ .modal-backdrop {
  z-index: 1000;
}
.offcanvas-quote-request-modal, .cart-quote-request-modal, .decline-quote-modal {
  --bs-modal-header-padding: 24px 32px;
  --bs-modal-header-border-width: 1px;
  --bs-modal-footer-border-width: 0;
  --bs-modal-footer-gap: 32px;
  --bs-modal-padding: 32px 32px 16px;
}
.offcanvas-quote-request-modal .modal-footer, .cart-quote-request-modal .modal-footer, .decline-quote-modal .modal-footer {
  padding: calc(var(--bs-modal-footer-gap) * 0.5) var(--bs-modal-footer-gap);
}
.offcanvas-quote-request-modal .modal-footer > *, .cart-quote-request-modal .modal-footer > *, .decline-quote-modal .modal-footer > * {
  margin: 0 0 0 calc(var(--bs-modal-footer-gap) * 0.125);
}
.quote-summary-list {
  margin-bottom: 0;
}
.quote-grid {
  margin-top: calc(var(--bs-offcanvas-padding-y) * 0.5);
}
.quote-comment {
  margin-top: 24px;
}
.quote-comment .form-label span {
  color: #798490;
}
.quote-comment textarea {
  color: #1f262e;
}
.quote-comment textarea::placeholder {
  color: #1a1a1a;
}
.quote-detail-line-items-table-container .row, .quote-detail-list .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 0;
}
@media (min-width: 576px) {
  .quote-detail-line-items-table-container .line-item-quantity .justify-content-end, .quote-detail-list .line-item-quantity .justify-content-end {
    justify-content: flex-end;
  }
}
.quote-detail-line-items-table-container.is-edit .quote-header-requested-price, .quote-detail-line-items-table-container.is-edit .quote-header-total, .quote-detail-list.is-edit .quote-header-requested-price, .quote-detail-list.is-edit .quote-header-total {
  order: 4;
}
.quote-detail-line-items-table-container.is-edit .line-item-requested-price, .quote-detail-line-items-table-container.is-edit .line-item-total-price, .quote-detail-list.is-edit .line-item-requested-price, .quote-detail-list.is-edit .line-item-total-price {
  order: 6;
}
.quote-detail-line-items-table-container.is-edit .line-item.is-quote-detail, .quote-detail-line-items-table-container.is-edit .quote-detail-content-header, .quote-detail-list.is-edit .line-item.is-quote-detail, .quote-detail-list.is-edit .quote-detail-content-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.quote-detail-line-items-table-container .btn-outline-light, .quote-detail-list .btn-outline-light {
  --bs-btn-color: #838489;
  --bs-btn-border-color: #838489;
  --bs-btn-hover-color: #838489;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #838489;
  --bs-btn-focus-shadow-rgb: 131, 132, 137;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #838489;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #838489;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #838489;
  --bs-gradient: none;
  --bs-btn-bg: #fff;
  --bs-btn-disabled-bg: #fff;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.quote-detail-line-items-table-container .btn-outline-light .icon > svg, .quote-detail-list .btn-outline-light .icon > svg {
  top: 0;
}
.quote-detail-line-items-table-container .btn-outline-secondary:not([data-bs-dismiss]), .quote-detail-list .btn-outline-secondary:not([data-bs-dismiss]) {
  --bs-btn-color: #2d2e32;
  --bs-btn-border-color: #2d2e32;
  --bs-btn-hover-color: #838489;
  --bs-btn-hover-bg: #f2f3f8;
  --bs-btn-hover-border-color: #2d2e32;
  --bs-btn-focus-shadow-rgb: 45, 46, 50;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2f3f8;
  --bs-btn-active-border-color: #2d2e32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2d2e32;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2d2e32;
  --bs-gradient: none;
  --bs-btn-padding-x: 3px;
  --bs-btn-padding-y: 4px;
  height: 24px;
  overflow: visible;
}
.quote-detail-line-items-table-container .btn-outline-secondary:not([data-bs-dismiss]) .icon, .quote-detail-list .btn-outline-secondary:not([data-bs-dismiss]) .icon {
  width: 1rem;
  height: 1rem;
}
.quote-detail-line-items-table-container .btn-outline-secondary:not([data-bs-dismiss]) .icon svg, .quote-detail-list .btn-outline-secondary:not([data-bs-dismiss]) .icon svg {
  top: -8px;
}
.quote-detail-line-items-table-container .line-item-quantity-row, .quote-detail-list .line-item-quantity-row {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .quote-detail-line-items-table-container .row, .quote-detail-list .row {
    position: relative;
  }
  .quote-detail-line-items-table-container .line-item-action, .quote-detail-list .line-item-action {
    position: absolute;
    right: 0;
    top: 0;
  }
}
.is-quote-detail .line-item-total-price, .is-quote-detail .line-item-action {
  order: 7;
}
.is-quote-detail .line-item-quantity, .is-quote-detail .line-item-unit-price, .is-quote-detail .line-item-total-price {
  width: 100%;
  justify-content: flex-end;
}
.is-quote-detail .line-item-quantity-label, .is-quote-detail .line-item-quantity-select-wrapper {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 0;
}
.is-quote-detail .line-item-quantity-select-wrapper {
  align-self: flex-start;
}
.is-quote-detail .line-item-action .quote-line-item-context-menu {
  text-align: right;
  justify-content: flex-end;
}
.is-quote-detail .line-item-action .quote-line-item-context-menu .btn-outline-light {
  --bs-btn-bg: #f2f3f8;
}
.line-item-requested-price .form-control, .line-item-requested-price .input-group-text {
  border: none;
}
.line-item-requested-price .form-control:not(:disabled) {
  background-color: transparent;
}
.line-item-requested-price .form-control:not(:disabled) + .input-group-text {
  background-color: transparent;
}
.line-item-requested-price .input-group {
  border: var(--bs-border-width) solid #cccccc;
  max-width: 170px;
  background-color: #fff;
}
.line-item-requested-price .line-item-requested-price-value input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
}
.line-item-requested-price .line-item-requested-price-value input[type="number"]::-webkit-outer-spin-button, .line-item-requested-price .line-item-requested-price-value input[type="number"]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
@media (max-width: 575.98px) {
  .is-quote-detail .line-item-unit-price-label, .is-quote-detail .line-item-total-price-label {
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
    font-size: 1.125rem;
    font-style: normal;
  }
}
@media (max-width: 767.98px) {
  .is-quote-detail .line-item-total-price, .is-quote-detail .line-item-unit-price {
    margin-bottom: 0.5rem;
    justify-content: space-between;
  }
  .is-quote-detail .line-item-quantity-row {
    flex-wrap: nowrap;
  }
  .is-quote-detail .line-item-quantity-row .line-item-quantity-label, .is-quote-detail .line-item-quantity-row .line-item-quantity-select-wrapper {
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .is-quote-detail .line-item-info {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .is-quote-detail .line-item-quantity, .is-quote-detail .line-item-action {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .is-quote-detail .line-item-quantity-label {
    display: none;
  }
  .is-quote-detail .line-item-unit-price, .is-quote-detail .line-item-total-price {
    flex: 0 0 auto;
    width: 11.333333%;
  }
  .is-quote-detail .line-item-requested-price {
    width: 16%;
  }
}
.modal:has(.quote-confirm-modal__content) {
  --bs-modal-border-radius: 0;
  --bs-modal-header-border-width: 1px;
  --bs-modal-header-border-color: #838489;
  --bs-modal-footer-border-width: 0;
  --bs-modal-zindex: 1056;
}
.modal:has(.quote-confirm-modal__content) .quote-confirm-modal__content {
  border-radius: 0;
}
.modal:has(.quote-confirm-modal__content) .quote-confirm-modal__header {
  min-height: 80px;
  padding: 27px 32px;
  align-items: center;
  justify-content: space-between;
}
.modal:has(.quote-confirm-modal__content) .quote-confirm-modal__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.modal:has(.quote-confirm-modal__content) .quote-confirm-modal__close {
  margin: 0;
}
.modal:has(.quote-confirm-modal__content) .quote-confirm-modal__body {
  padding: 32px;
  font-size: 14px;
  line-height: 1.42;
}
.modal:has(.quote-confirm-modal__content) .quote-confirm-modal__footer {
  gap: 8px;
  padding: 32px;
}
.modal:has(.quote-confirm-modal__content) .quote-confirm-modal__footer .btn, .modal:has(.quote-confirm-modal__content) .quote-confirm-modal__footer .acris-last-search-term-delete {
  --bs-btn-font-size: 14px;
}
.modal:has(.quote-confirm-modal__content) .quote-confirm-modal__footer > * {
  --bs-modal-footer-gap: 0;
}
@media (max-width: 767.98px) {
  .modal:has(.quote-confirm-modal__content) .quote-confirm-modal__header {
    min-height: auto;
    padding: 24px;
  }
  .modal:has(.quote-confirm-modal__content) .quote-confirm-modal__title {
    font-size: 28px;
  }
  .modal:has(.quote-confirm-modal__content) .quote-confirm-modal__body {
    padding: 32px 24px 0;
    font-size: 20px;
  }
  .modal:has(.quote-confirm-modal__content) .quote-confirm-modal__footer {
    padding: 48px 24px 24px;
  }
  .modal:has(.quote-confirm-modal__content) .quote-confirm-modal__footer .btn, .modal:has(.quote-confirm-modal__content) .quote-confirm-modal__footer .acris-last-search-term-delete {
    min-width: 0;
    font-size: 20px;
  }
}
.js-pseudo-modal:has(.quote-confirm-modal__content) ~ .modal-backdrop {
  --bs-backdrop-zindex: 1055;
}
/*
 * Pages
 * ---------------------------- */
.quote-detail-content-header {
  display: none;
}
.quote-detail-content-header .quote-detail-content-header-cell {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.quote-detail-line-items-table-container.is-edit .quote-header-requested-price, .quote-detail-line-items-table-container.is-edit .quote-header-total, .quote-detail-list.is-edit .quote-header-requested-price, .quote-detail-list.is-edit .quote-header-total {
  order: 4;
}
.quote-detail-line-items-table-container .btn-outline-light, .quote-detail-list .btn-outline-light {
  --bs-btn-color: #2d2e32;
  --bs-btn-border-color: #2d2e32;
  --bs-btn-hover-color: #838489;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #2d2e32;
  --bs-btn-focus-shadow-rgb: 45, 46, 50;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #2d2e32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2d2e32;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2d2e32;
  --bs-gradient: none;
  --bs-btn-bg: #f2f3f8;
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote-detail-line-items-table-container .btn-outline-light .icon > svg, .quote-detail-list .btn-outline-light .icon > svg {
  top: 0;
}
.quote-detail-line-items-table-container .btn-outline-secondary, .quote-detail-list .btn-outline-secondary {
  --bs-btn-color: #2d2e32;
  --bs-btn-border-color: #2d2e32;
  --bs-btn-hover-color: #838489;
  --bs-btn-hover-bg: #f2f3f8;
  --bs-btn-hover-border-color: #2d2e32;
  --bs-btn-focus-shadow-rgb: 45, 46, 50;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2f3f8;
  --bs-btn-active-border-color: #2d2e32;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2d2e32;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2d2e32;
  --bs-gradient: none;
}
.quote-detail-line-items-table-container .line-item-quantity-row, .quote-detail-list .line-item-quantity-row {
  margin-bottom: 0;
}
.quote-detail-notifications__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.quote-detail-notifications__help {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  cursor: help;
  background-color: #ff0000;
  border-radius: 50%;
}
.quote-detail-notifications__help .icon {
  width: 12px;
  height: 12px;
  color: #fff;
}
.quote-detail-notifications__help .icon > svg {
  top: 0;
}
.quote-detail-notifications__recipients {
  margin-top: 24px;
}
.quote-detail-notifications .multiple-selection, .quote-detail-notifications .single-selection {
  min-height: 48px;
  align-items: center;
}
.quote-detail-notifications .multiple-tag {
  min-height: 32px;
}
.quote-detail-notifications .multiple-tag-input {
  flex: 1 1 160px;
  min-width: 140px;
}
.quote-detail-line-items-table-empty {
  display: flex;
  min-height: 12.5rem;
  padding: 3.5rem 1rem 4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  color: #2d2e32;
  text-align: center;
}
.quote-detail-documents {
  color: #2d2e32;
}
.quote-detail-documents__title {
  margin: 0 0 3rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #838489;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.quote-detail-documents__panel {
  border: 1px solid #838489;
  background: #fff;
}
.quote-detail-documents__search-form {
  padding: 0.75rem 0.875rem;
  border-bottom: 1px solid #838489;
  background: #f2f3f8;
}
.quote-detail-documents__search-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.75rem;
  min-height: 2.5rem;
  border: 1px solid #838489;
  background: #fff;
}
.quote-detail-documents__search-input {
  height: 100%;
  min-width: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 0.875rem;
}
.quote-detail-documents__search-input:focus {
  box-shadow: none;
}
.quote-detail-documents__search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 100%;
  border: 0;
  border-radius: 0;
  color: #8e8e8e;
}
.quote-detail-documents__search-button .icon > svg {
  top: 0;
}
.quote-detail-documents__row {
  display: grid;
  grid-template-columns: minmax(10rem, 1fr) minmax(12rem, 1fr) 3.5rem;
  gap: 1rem;
  align-items: center;
  min-height: 3rem;
  padding: 0.5rem 0.875rem;
  border-bottom: 1px solid #838489;
}
.quote-detail-documents__row:last-child {
  border-bottom: 0;
}
.quote-detail-documents__row--header {
  min-height: 3rem;
  border-bottom: 2px solid #ff0000;
  font-size: 0.875rem;
  font-weight: 600;
}
.quote-detail-documents__cell {
  min-width: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}
.quote-detail-documents__cell--name {
  overflow-wrap: anywhere;
}
.quote-detail-documents__cell--action {
  display: flex;
  justify-content: flex-end;
}
.quote-detail-documents__action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border-color: #838489;
  border-radius: 0;
  color: #2d2e32;
}
.quote-detail-documents__action-button .icon > svg {
  top: 0;
}
.quote-detail-documents__empty {
  padding: 64px 16px;
  font-weight: 600;
  text-align: center;
}
.quote-detail-documents__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 0.75rem 0.875rem;
  border-top: 1px solid #838489;
  background: #f2f3f8;
}
.quote-detail-documents__pagination .btn.disabled, .quote-detail-documents__pagination .disabled.acris-last-search-term-delete {
  opacity: 0.6;
}
.quote-detail-documents__pagination-count {
  font-size: 0.875rem;
  font-weight: 600;
}
.quote-detail-comments {
  display: flex;
  flex-direction: column-reverse;
}
.quote-detail-comments .badge {
  align-self: center;
  line-height: 1.6;
  font-size: 12px;
  padding: 1px 12px;
}
.quote-detail-comment {
  background-color: #f9f9f9;
  display: flex;
  flex-direction: column-reverse;
  padding: 24px 24px 24px 64px;
  gap: 8px;
  color: #1a1a1a;
  position: relative;
  margin-bottom: 16px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--draft {
  background-color: #474a57;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--request_sent {
  background-color: #005b99;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--open_offer {
  background-color: #974200;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--response_sent {
  background-color: #005b99;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--withdrawn {
  background-color: #005b99;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--accepted {
  background-color: #007e4e;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--declined {
  background-color: #c20017;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--expired {
  background-color: #c20017;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--cancelled {
  background-color: #c20017;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px;
}
.quote-detail-comment:has(div[class*="quote-detail-comment__divider--"]) .quote-detail-comment__divider--reopen {
  background-color: #c20017;
  color: #fff;
  line-height: 20px;
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.quote-detail-comment--last {
  margin-top: 50px;
  margin-bottom: 16px !important;
}
.quote-detail-comment--last div[class*="quote-detail-comment__divider--"] {
  display: block;
  top: -50px;
  bottom: auto;
}
.quote-detail-comment--last div[class*="quote-detail-comment__divider--"] + div[class*="quote-detail-comment__divider--"] {
  top: auto;
  bottom: -36px;
}
.quote-detail-comment--last:has(div[class*="quote-detail-comment__divider--"] + div[class*="quote-detail-comment__divider--"]) {
  margin-bottom: 50px !important;
}
.quote-detail-comment.order-2 {
  gap: 16px;
  position: sticky;
  top: 0;
  margin-bottom: 0;
}
.quote-detail-comment__content {
  margin-top: -14px;
  white-space: pre-line;
  line-height: normal;
  font-size: 14px;
}
.quote-detail-comment__create-at {
  font-size: 11px;
  display: flex;
  column-gap: 8px;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.quote-detail-comment__avatar {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-transform: uppercase;
  background-color: #eee;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.quote-detail-comment__date {
  color: #798490;
}
.quote-detail-comment__date, .quote-detail-comment__text {
  flex-shrink: 0;
}
.quote-detail-comment__date {
  order: 1;
  width: 100%;
}
.quote-detail-comment__latest {
  flex-grow: 1;
  text-align: right;
}
.quote-detail-comment__divider {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  display: none;
}
.quote-detail-comment__divider span {
  position: relative;
}
.quote-detail-comment__divider::before {
  content: "";
  height: 1px;
  position: absolute;
  width: 560px;
  top: 50%;
  left: 50%;
  background-color: inherit;
  opacity: 0.2;
  transform: translate(-50%, -50%);
}
.quote-detail-comment__btn {
  overflow: visible;
}
.quote-detail-comment__btn.hide-badge .quote-detail-comment__badge {
  display: none;
}
.quote-detail-comment__badge {
  width: 12px;
  height: 12px;
  font-size: 0;
  padding: 0;
}
.quote-detail-comment__icon {
  height: 30px;
  width: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.827 7.138.445.227-.445-.227Zm.441 11.594.354.353-.354-.353Zm12.594-2.559-.227-.445.227.445Zm1.311-1.311-.445-.227.445.227Zm0-7.724-.445.227.445-.227Zm-1.311-1.311.227-.446-.227.446Zm-11.724 0 .227.445-.227-.445Zm1.07 10.966.353.353-.354-.353ZM5 10.3c0-.848 0-1.455.04-1.93.038-.469.11-.766.232-1.005l-.89-.454c-.206.403-.296.847-.34 1.378C4 8.814 4 9.469 4 10.3h1Zm0 1.2v-1.2H4v1.2h1Zm-1 0v5h1v-5H4Zm0 5v1.914h1V16.5H4Zm0 1.914c0 .846 1.023 1.27 1.622.671l-.707-.707a.059.059 0 0 1 .028-.013.046.046 0 0 1 .026.002.059.059 0 0 1 .03.046h-.999Zm1.622.671 1.939-1.939-.707-.707-1.94 1.94.708.706ZM14.7 16H7.914v1H14.7v-1Zm2.935-.273c-.239.122-.536.195-1.005.234-.476.039-1.082.039-1.93.039v1c.832 0 1.486 0 2.011-.043.531-.043.975-.133 1.378-.338l-.454-.892Zm1.092-1.092a2.5 2.5 0 0 1-1.092 1.092l.454.892a3.5 3.5 0 0 0 1.53-1.53l-.892-.454ZM19 11.7c0 .848 0 1.455-.04 1.93-.038.469-.11.766-.233 1.005l.892.454c.205-.403.295-.847.338-1.378.043-.525.043-1.18.043-2.011h-1Zm0-1.4v1.4h1v-1.4h-1Zm-.273-2.935c.122.239.195.536.234 1.005C19 8.845 19 9.452 19 10.3h1c0-.832 0-1.486-.043-2.011-.043-.531-.133-.975-.338-1.378l-.892.454Zm-1.092-1.093a2.5 2.5 0 0 1 1.092 1.093l.892-.454a3.5 3.5 0 0 0-1.53-1.53l-.454.891ZM14.7 6c.848 0 1.454 0 1.93.04.469.038.766.11 1.005.232l.454-.89c-.403-.206-.847-.296-1.378-.34C16.186 5 15.531 5 14.7 5v1ZM9.3 6h5.4V5H9.3v1Zm-2.935.272c.239-.121.536-.194 1.005-.233C7.845 6 8.452 6 9.3 6V5c-.832 0-1.486 0-2.011.043-.531.043-.975.133-1.378.338l.454.891ZM5.272 7.365a2.5 2.5 0 0 1 1.093-1.093l-.454-.89a3.5 3.5 0 0 0-1.53 1.529l.891.454Zm2.289 9.781A.5.5 0 0 1 7.914 17v-1a1.5 1.5 0 0 0-1.06.44l.707.706Z' fill='%23fff'/%3E%3Cpath d='M8.5 9.5h7M8.5 12.5h5' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.quote-detail-offcanvas-history {
  --bs-offcanvas-bg: #f2f3f8;
}
.quote-detail-offcanvas-history .offcanvas-header {
  --bs-offcanvas-padding-y: 0;
  --bs-offcanvas-padding-x: 16px;
  min-height: 72px;
  background: #fff;
  border-bottom: 1px solid #838489;
}
.quote-detail-offcanvas-history .offcanvas-header .offcanvas-title {
  margin: 0;
  color: #2b3136;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}
.quote-detail-offcanvas-history__headline {
  display: flex;
  gap: 8px;
  align-items: center;
}
.quote-detail-offcanvas-history__count {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
}
.quote-detail-offcanvas-history__help {
  display: inline-flex;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
}
.quote-detail-offcanvas-history__help .icon > svg {
  color: white;
  background-color: #ff0000;
  border-radius: 50%;
  top: 0;
}
.quote-detail-offcanvas-history__body {
  padding: 16px;
  background: #f2f3f8;
}
.quote-detail-offcanvas-history .quote-detail-comments {
  gap: 8px;
}
.quote-detail-offcanvas-history .quote-detail-comment {
  width: 100%;
  margin-bottom: 0;
  padding: 8px 12px;
  color: #2d2e32;
  background: #fff;
  gap: 8px;
}
.quote-detail-offcanvas-history .quote-detail-comment--composer {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  padding: 0 0 12px;
  margin-bottom: 12px;
  background: transparent;
  border-bottom: 1px solid #838489;
}
.quote-detail-offcanvas-history .quote-detail-comment--composer .quote-detail-comment__create-at {
  grid-column: 1;
  min-height: 100px;
}
.quote-detail-offcanvas-history .quote-detail-comment--composer .quote-detail-comment__avatar {
  position: static;
  width: 24px;
  height: 24px;
  transform: none;
  font-size: 10px;
}
.quote-detail-offcanvas-history .quote-detail-comment--composer .quote-detail-send-comment {
  grid-column: 2;
  margin-left: 0;
}
.quote-detail-offcanvas-history .quote-detail-comment__content {
  margin-top: 0;
  font-size: 14px;
  line-height: 21px;
}
.quote-detail-offcanvas-history .quote-detail-comment__create-at {
  gap: 6px;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}
.quote-detail-offcanvas-history .quote-detail-comment__avatar {
  width: 24px;
  height: 24px;
  left: -36px;
  font-size: 10px;
}
.quote-detail-offcanvas-history .quote-detail-comment__text {
  min-width: 0;
  overflow: hidden;
  color: #2d2e32;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-detail-offcanvas-history .quote-detail-comment__date {
  margin-left: auto;
  color: #474a57;
}
.quote-detail-offcanvas-history .quote-detail-comment__latest {
  display: none;
}
.quote-detail-offcanvas-history .quote-detail-comment__input, .quote-detail-offcanvas-history .quote-detail-comment__textarea {
  min-height: 100px;
  border-color: #838489;
  border-radius: 0;
  font-size: 14px;
  line-height: 21px;
  resize: vertical;
}
.quote-detail-offcanvas-history .quote-detail-comment__send-button:disabled .icon {
  color: var(--bs-btn-disabled-color);
}
.quote-detail-offcanvas-history .quote-detail-comment__send-button .icon > svg {
  top: 0;
}
.quote-detail-offcanvas-history .quote-detail-comment__hint {
  grid-column: 2;
  display: flex;
  gap: 8px;
  align-items: center;
  color: #474a57;
  font-size: 14px;
  line-height: 21px;
}
.quote-detail-offcanvas-history .quote-detail-comment__hint .icon {
  flex: 0 0 auto;
}
.quote-detail-offcanvas-history .quote-detail-comment__hint .icon svg {
  top: 0;
}
.quote-detail-offcanvas-history .quote-detail-comment__divider {
  position: relative;
  display: flex;
  width: 100%;
  margin: 12px 0;
  padding: 0 16px;
  justify-content: center;
  overflow: hidden;
}
.quote-detail-offcanvas-history .quote-detail-comment__divider::before {
  width: 100%;
  background-color: currentColor;
}
.quote-detail-offcanvas-history .quote-detail-send-comment {
  position: relative;
}
.quote-detail-offcanvas-history .quote-detail-history {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote-detail-offcanvas-history .quote-detail-history__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quote-detail-offcanvas-history .quote-detail-history__item {
  background: #fff;
  border: 1px solid #838489;
}
.quote-detail-offcanvas-history .quote-detail-history__item[data-unseen="true"] {
  position: relative;
}
.quote-detail-offcanvas-history .quote-detail-history__item[data-unseen="true"]:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #c82f1e;
  display: block;
  border-radius: 50px;
  position: absolute;
  right: 9px;
  top: 11px;
}
.quote-detail-offcanvas-history .quote-detail-history__meta {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 8px 12px;
}
.quote-detail-offcanvas-history .quote-detail-history__avatar {
  display: inline-flex;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #2d2e32;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.quote-detail-offcanvas-history .quote-detail-history__actor {
  min-width: 0;
  overflow: hidden;
  color: #2d2e32;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-detail-offcanvas-history .quote-detail-history__date {
  color: #474a57;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.quote-detail-offcanvas-history .quote-detail-history__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 12px;
}
.quote-detail-offcanvas-history .quote-detail-history__delete-button {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 -4px 0 auto;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2d2e32;
  border: 0;
}
.quote-detail-offcanvas-history .quote-detail-history__delete-button .icon {
  width: 18px;
  height: 18px;
}
.quote-detail-offcanvas-history .quote-detail-history__delete-button .icon > svg {
  top: 0;
}
.quote-detail-offcanvas-history .quote-detail-history__status {
  text-align: center;
}
.quote-detail-offcanvas-history .quote-detail-history__status-badge {
  display: flex;
  gap: 8px;
  align-items: center;
}
.quote-detail-offcanvas-history .quote-detail-history__status-badge:before, .quote-detail-offcanvas-history .quote-detail-history__status-badge:after {
  content: "";
  display: block;
  width: auto;
  height: 1px;
  background: #838489;
  flex-grow: 1;
}
.quote-detail-offcanvas-history .quote-detail-history__changes {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.quote-detail-offcanvas-history .quote-detail-history__change {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 2px 6px;
  color: #2d2e32;
  background: #f2f3f8;
  font-size: 12px;
  line-height: 18px;
}
.quote-detail-offcanvas-history .quote-detail-history__change-label {
  font-weight: 500;
  white-space: nowrap;
}
.quote-detail-offcanvas-history .quote-detail-history__change-value {
  font-weight: 600;
}
.quote-detail-offcanvas-history .quote-detail-history__comment {
  margin: 0;
  color: #2d2e32;
  font-size: 14px;
  line-height: 21px;
  white-space: pre-line;
}
@media (min-width: 768px) {
  .quote-detail-offcanvas-history {
    --bs-offcanvas-width: 420px;
  }
}
.quote-detail-send-comment {
  margin-left: -40px;
}
.quote-detail-send-comment:has(.collapse.show) > .form-control, .quote-detail-send-comment:has(.collapsing) > .form-control {
  display: none;
}
.quote-detail-send-comment-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.quote-detail-overview {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .quote-detail-documents__title {
    margin-bottom: 1.5rem;
  }
  .quote-detail-documents__row {
    grid-template-columns: minmax(0, 1fr) 2.75rem;
    gap: 0.5rem;
  }
  .quote-detail-documents__row--header {
    display: none;
  }
  .quote-detail-documents__cell:first-child {
    grid-column: 1;
    color: #8e8e8e;
    font-size: 0.8125rem;
  }
  .quote-detail-documents__cell--name {
    grid-column: 1;
    grid-row: 2;
    color: #2d2e32;
  }
  .quote-detail-documents__cell--action {
    grid-column: 2;
    grid-row: 1 / 3;
    align-self: center;
  }
}
.quote-header-price {
  text-align: right;
}
@media (min-width: 768px) {
  .quote-detail-content-header {
    display: block;
    padding: 0.5rem 0;
    font-weight: 600;
    border-bottom: 1px solid #bcc1c7;
  }
  .quote-header-requested-price, .quote-header-quoted-price, .quote-header-total {
    text-align: right;
  }
  .quote-header-quantity {
    text-align: right;
  }
  .quote-detail-line-item__name {
    min-width: 0;
  }
  .quote-detail-comment__create-at {
    flex-wrap: nowrap;
    font-size: 12px;
  }
  .quote-detail-comment__date {
    width: auto;
    order: 0;
  }
  .quote-header-quoted-price, .quote-header-total, .quote-header-price {
    flex: 0 0 auto;
    width: 11.333333%;
  }
  .quote-header-requested-price {
    flex: 0 0 auto;
    width: 16%;
  }
}
.quote-manage-line-items-modal.modal > .modal-dialog {
  width: calc(100vw - 2rem);
  height: calc(100vh - 2rem);
  max-width: 1880px;
  margin: 1rem auto;
  transform: none;
}
.quote-manage-line-items-modal.modal > .modal-dialog .modal-body, .quote-manage-line-items-modal.modal > .modal-dialog .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .quote-manage-line-items-modal.modal > .modal-dialog .confirm-message {
  overflow: hidden;
}
.quote-manage-line-items-modal.modal > .modal-dialog > .modal-content {
  max-height: 1100px;
  border: 1px solid #ced4da;
  overflow: hidden;
}
.quote-manage-line-items-modal.modal .quote-detail-content-header {
  position: sticky;
  top: 0;
  z-index: 6;
  background-color: #fff;
  min-height: 71px;
}
.quote-manage-line-items-modal.modal .quote-detail-content-header-cell {
  align-self: center;
}
.quote-manage-line-items-modal.modal .quote-detail-line-items-table-container .row, .quote-manage-line-items-modal.modal .quote-detail-list .row {
  min-height: 54px;
}
.quote-manage-line-items-modal.modal .quote-detail-line-items-table-container__topbar {
  display: none;
}
.quote-manage-line-items-modal__root {
  --quote-manage-sidebar-width: clamp(19rem, 25vw, 26.25rem);
  --quote-manage-search-width: 34.375rem;
  --quote-manage-sort-width: 16.25rem;
  --quote-manage-amount-width: clamp(8.25rem, 1vw, 10.25rem);
  --quote-manage-price-width: clamp(6.5rem, 9vw, 10.25rem);
  --quote-manage-requested-width: clamp(10.5rem, 14vw, 15rem);
  --quote-manage-subtotal-width: clamp(6.75rem, 8vw, 8.3125rem);
  --quote-manage-actions-width: clamp(4.5rem, 6vw, 7.5rem);
  --quote-manage-topbar-height: 73px;
  --quote-manage-section-header-height: 4.5rem;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--quote-manage-sidebar-width);
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  min-height: 0;
}
.quote-manage-line-items-modal__header {
  grid-column: 1 / -1;
  grid-row: 1;
  min-height: 74px;
  padding: 1.5rem 2rem;
  align-items: center;
}
.quote-manage-line-items-modal__header-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.quote-manage-line-items-modal__header-help, .quote-manage-line-items-modal__requested-price-help {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  vertical-align: sub;
}
.quote-manage-line-items-modal__header-help .icon, .quote-manage-line-items-modal__requested-price-help .icon {
  color: #ff0000;
}
.quote-manage-line-items-modal__header-help .icon svg, .quote-manage-line-items-modal__requested-price-help .icon svg {
  top: 0;
}
.quote-manage-line-items-modal__body {
  grid-column: 1 / -1;
  grid-row: 2 / 4;
  padding: 0;
  min-height: 0;
}
.quote-manage-line-items-modal__body .quote-manage-line-items-modal__content {
  height: 100%;
}
.quote-manage-line-items-modal__topbar {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-content: space-between;
  display: flex;
  padding: 1rem 1.5rem;
  background-color: #f2f3f8;
  flex-basis: 100%;
  min-height: var(--quote-manage-topbar-height);
}
.quote-manage-line-items-modal__footer {
  grid-column: 1 / -1;
  grid-row: 4;
  justify-content: flex-end;
  gap: 0.5rem;
  min-height: 104px;
  padding: 1.5rem 2rem;
  border-top: 1px solid #ced4da;
}
.quote-manage-line-items-modal__content {
  --bs-modal-header-border-width: 1px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--quote-manage-sidebar-width);
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 0;
}
.quote-manage-line-items-modal__main {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  border-right: 1px solid #ced4da;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.quote-manage-line-items-modal__server-history-detail {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  z-index: 3;
  min-height: 0;
  overflow: auto;
  background: #f9f9f9;
}
.quote-manage-line-items-modal__toolbar, .quote-manage-line-items-modal__table-header, .quote-manage-line-items-modal__row {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) var(--quote-manage-amount-width) var(--quote-manage-price-width) var(--quote-manage-price-width) var(--quote-manage-requested-width) var(--quote-manage-subtotal-width) var(--quote-manage-actions-width);
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 1.5rem;
}
.quote-manage-line-items-modal__toolbar {
  grid-template-columns: var(--quote-manage-search-width) var(--quote-manage-sort-width);
  justify-content: space-between;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ced4da;
}
.quote-manage-line-items-modal__quick-add {
  display: flex;
  align-items: center;
  padding: 0.875rem 1.5rem;
  border-bottom: 1px solid #ced4da;
  min-height: var(--quote-manage-section-header-height);
}
.quote-manage-line-items-modal__quick-add-read-only {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #2d2e32;
  font-size: 0.875rem;
  line-height: 1.25;
}
.quote-manage-line-items-modal__quick-add-read-only-icon {
  display: inline-flex;
  flex: 0 0 auto;
}
.quote-manage-line-items-modal__quick-add-read-only-icon .icon > svg {
  top: 0;
}
.quote-manage-line-items-modal__search, .quote-manage-line-items-modal__sort, .quote-manage-line-items-modal__quick-add-input {
  margin: 0;
}
.quote-manage-line-items-modal__search, .quote-manage-line-items-modal__quick-add-input {
  position: relative;
}
.quote-manage-line-items-modal__search .form-control, .quote-manage-line-items-modal__quick-add-input .form-control {
  height: 2.5625rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
}
.quote-manage-line-items-modal__search .form-control:not(:disabled), .quote-manage-line-items-modal__quick-add-input .form-control:not(:disabled) {
  border-color: #ced4da;
  color: #666977;
  background-color: #fff;
}
.quote-manage-line-items-modal__quick-add-input {
  display: block;
  width: min(100%, var(--quote-manage-search-width));
}
.quote-manage-line-items-modal__search {
  max-width: var(--quote-manage-search-width);
  width: 100%;
}
.quote-manage-line-items-modal__sort {
  max-width: var(--quote-manage-sort-width);
  justify-self: end;
  flex-basis: 260px;
}
.quote-manage-line-items-modal__input-icon {
  position: absolute;
  right: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: #798490;
  pointer-events: none;
}
.quote-manage-line-items-modal__quick-search-loading {
  position: absolute;
  right: 0.85rem;
  top: 0.75rem;
  color: #798490;
  pointer-events: none;
}
.quote-manage-line-items-modal__sort .form-select {
  height: 2.5rem;
}
.quote-manage-line-items-modal__sort .form-select:not(:disabled) {
  border-color: #ced4da;
}
.quote-manage-line-items-modal__quick-search-results {
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.625rem);
  left: 0;
  right: 0;
  max-height: 15rem;
  margin: 0;
  padding: 0.5rem 0;
  overflow-y: auto;
  list-style: none;
  background-color: #fff;
  border: 1px solid #adb5bd;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
}
.quote-manage-line-items-modal__quick-search-result {
  margin: 0;
}
.quote-manage-line-items-modal__quick-search-result-trigger, .quote-manage-line-items-modal__quick-search-empty {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 0;
  background-color: transparent;
  color: #212529;
  font-size: 0.875rem;
  text-align: left;
}
.quote-manage-line-items-modal__quick-search-result-trigger {
  position: relative;
  cursor: pointer;
}
.quote-manage-line-items-modal__quick-add-input.is-loading .quote-manage-line-items-modal__quick-search-results {
  cursor: wait;
}
.quote-manage-line-items-modal__quick-add-input.is-loading .quote-manage-line-items-modal__quick-search-result-trigger {
  color: #798490;
  pointer-events: none;
}
.quote-manage-line-items-modal__quick-search-result-trigger:hover, .quote-manage-line-items-modal__quick-search-result-trigger:focus {
  background-color: #f9f9f9;
}
.quote-manage-line-items-modal__quick-search-result--already-added .quote-manage-line-items-modal__quick-search-result-trigger {
  color: #798490;
  cursor: not-allowed;
}
.quote-manage-line-items-modal__quick-search-result--already-added .quote-manage-line-items-modal__quick-search-highlight {
  opacity: 0.5;
}
.quote-manage-line-items-modal__quick-search-highlight {
  color: #ff0000;
  font-weight: 600;
}
.quote-manage-line-items-modal__table {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}
@media (min-width: 768px) {
  .quote-manage-line-items-modal__table .quote-detail-content-header > .row, .quote-manage-line-items-modal__table .line-item.is-quote-detail > .line-item-row {
    --bs-gutter-x: 0;
    display: grid;
    grid-template-columns: minmax(24rem, 24rem) var(--quote-manage-amount-width) var(--quote-manage-price-width) var(--quote-manage-price-width) var(--quote-manage-requested-width) var(--quote-manage-subtotal-width) var(--quote-manage-actions-width);
    column-gap: 1.5rem;
    align-items: flex-start;
    width: max-content;
    min-width: 100%;
  }
  .quote-manage-line-items-modal__table .quote-detail-content-header-cell, .quote-manage-line-items-modal__table .line-item-info, .quote-manage-line-items-modal__table .line-item-quantity, .quote-manage-line-items-modal__table .line-item-unit-price, .quote-manage-line-items-modal__table .line-item-total-price, .quote-manage-line-items-modal__table .line-item-action {
    flex: initial;
    width: auto;
    max-width: none;
  }
  .quote-manage-line-items-modal__table .quote-header-name, .quote-manage-line-items-modal__table .line-item-info {
    grid-column: 1;
  }
  .quote-manage-line-items-modal__table .quote-header-quantity, .quote-manage-line-items-modal__table .line-item-quantity {
    grid-column: 2;
  }
  .quote-manage-line-items-modal__table .quote-header-price, .quote-manage-line-items-modal__table .line-item-unit-price:not(.line-item-quoted-price):not(.line-item-requested-price) {
    grid-column: 3;
  }
  .quote-manage-line-items-modal__table .quote-header-quoted-price, .quote-manage-line-items-modal__table .line-item-quoted-price {
    grid-column: 4;
  }
  .quote-manage-line-items-modal__table .quote-header-requested-price, .quote-manage-line-items-modal__table .line-item-requested-price {
    grid-column: 5;
  }
  .quote-manage-line-items-modal__table .quote-header-total, .quote-manage-line-items-modal__table .line-item-total-price {
    grid-column: 6;
  }
  .quote-manage-line-items-modal__table .line-item-action {
    grid-column: 7;
    justify-self: end;
    padding-left: 0;
  }
  .quote-manage-line-items-modal__table .line-item-action-button {
    flex-shrink: 0;
  }
}
.quote-manage-line-items-modal__table-scroll {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  overflow: auto;
}
.quote-manage-line-items-modal__table-scroll-inner {
  display: flex;
  flex-direction: column;
  width: max-content;
  min-width: 100%;
  min-height: 100%;
}
.quote-manage-line-items-modal__table-header {
  display: none;
  margin-top: 1rem;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #2b3136;
  border-bottom: 1px solid #bcc1c7;
}
.quote-manage-line-items-modal__table-heading {
  min-width: 0;
  white-space: nowrap;
}
.quote-manage-line-items-modal__table-heading--value, .quote-manage-line-items-modal__table-heading--requested {
  text-align: right;
}
.quote-manage-line-items-modal__table-heading--amount {
  text-align: center;
}
.quote-manage-line-items-modal__table-heading--actions {
  text-align: right;
}
.quote-manage-line-items-modal__table-body {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 100%;
}
.quote-manage-line-items-modal__row {
  align-items: flex-start;
  padding: 1.5rem 1.5rem;
}
.quote-manage-line-items-modal__row:not(:last-child) {
  border-bottom: 1px solid #bcc1c7;
}
.quote-manage-line-items-modal__table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  gap: 1rem;
  min-height: 3.625rem;
  padding: 0.75rem 1.5rem;
  background: #fff;
  border-top: 1px solid #ced4da;
}
.quote-manage-line-items-modal__pagination, .quote-manage-line-items-modal__items-per-page {
  display: inline-flex;
  align-items: center;
  gap: 0;
}
.quote-manage-line-items-modal__pagination .btn-check:disabled + .btn-link {
  opacity: 0.5;
}
.quote-manage-line-items-modal__pagination-button {
  min-width: 40px;
  height: 40px;
  --bs-btn-border-radius: 0;
  --bs-btn-color: #2d2e32;
  text-decoration: none;
}
.quote-manage-line-items-modal__pagination-button--active {
  --bs-btn-active-bg: #ff0000;
  --bs-btn-active-color: #fff;
  --bs-btn-bg: #ff0000;
  --bs-btn-color: #fff;
}
.quote-manage-line-items-modal__items-per-page {
  color: #4a545b;
  font-size: 0.875rem;
  gap: 5px;
}
.quote-manage-line-items-modal__items-per-page .form-select {
  width: 3.25rem;
  height: 2rem;
  border-color: #ced4da;
  font-size: 0.875rem;
}
.quote-manage-line-items-modal__product {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  min-width: 0;
}
.quote-manage-line-items-modal__product-media {
  width: 70px;
  flex: 0 0 70px;
  border: 1px solid #ced4da;
  padding: 0.3125rem;
  height: 70px;
}
.quote-manage-line-items-modal__product-media .line-item-img, .quote-manage-line-items-modal__product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-manage-line-items-modal__product-copy {
  min-width: 0;
}
.quote-manage-line-items-modal__product-title {
  margin-bottom: 0.375rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #2d2e32;
}
.quote-manage-line-items-modal__product-meta, .quote-manage-line-items-modal__history-panel-specification, .quote-manage-line-items-modal__sidebar-timestamp {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #474a57;
}
.quote-manage-line-items-modal__wishlist {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.quote-manage-line-items-modal__quantity {
  display: inline-flex;
  width: 100%;
}
.quote-manage-line-items-modal__quantity .btn, .quote-manage-line-items-modal__quantity .acris-last-search-term-delete {
  background-color: #f2f3f8;
}
.quote-manage-line-items-modal__quantity .form-control {
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-color: #ced4da;
  border-radius: 0;
}
.quote-manage-line-items-modal__actions .btn, .quote-manage-line-items-modal__actions .acris-last-search-term-delete, .quote-manage-line-items-modal__quantity .btn, .quote-manage-line-items-modal__quantity .acris-last-search-term-delete {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-color: #ced4da;
  flex-shrink: 0;
}
.quote-manage-line-items-modal__actions .btn .icon svg, .quote-manage-line-items-modal__actions .acris-last-search-term-delete .icon svg, .quote-manage-line-items-modal__quantity .btn .icon svg, .quote-manage-line-items-modal__quantity .acris-last-search-term-delete .icon svg {
  top: 3px;
}
.quote-manage-line-items-modal__value, .quote-manage-line-items-modal__subtotal {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  color: #2d2e32;
}
.quote-manage-line-items-modal__subtotal {
  font-weight: 600;
}
.quote-manage-line-items-modal__requested-price .form-control, .quote-manage-line-items-modal__requested-price .input-group-text {
  height: 2.5rem;
  border-color: #ced4da;
  font-size: 0.75rem;
}
.quote-manage-line-items-modal__requested-price .form-control {
  border-right: none;
}
.quote-manage-line-items-modal__requested-price .input-group-text {
  background-color: #fff;
}
.quote-manage-line-items-modal__requested-price .input-group-text {
  min-width: 2.5rem;
  justify-content: center;
}
.quote-manage-line-items-modal__requested-price .input-group {
  margin-left: auto;
  max-width: 11.75rem;
}
.quote-manage-line-items-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  width: 100%;
}
.quote-manage-line-items-modal__action-detail {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15' viewBox='0 0 16 15' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9996 12.6669H8.66631C6.82536 12.6669 5.33298 11.1745 5.33298 9.33352V7.33352C5.33298 5.49257 6.82536 4.00018 8.66631 4.00018H12.6663C14.5073 4.00018 15.9996 5.49257 15.9996 7.33352V14.0878C15.9996 14.2195 15.9607 14.3481 15.8877 14.4576C15.6834 14.764 15.2695 14.8468 14.9632 14.6425L11.9996 12.6669ZM10.6 2.66667H8.66667C6.08934 2.66667 4 4.756 4 7.33333V8.66667L1.03647 10.6424C0.730114 10.8466 0.316201 10.7638 0.111966 10.4575C0.0389587 10.3479 0 10.2193 0 10.0877V3.33333C0 1.49238 1.49238 0 3.33333 0H7.33333C8.94597 0 10.2911 1.14517 10.6 2.66667Z' fill='%232d2e32'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem 0.9375rem;
}
.quote-manage-line-items-modal__action-detail.is-read-only {
  background-image: url("data:image/svg+xml,%3csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.43934 8.43934L3.37868 5.5L0.43934 2.56066C-0.146447 1.97487 -0.146447 1.02513 0.43934 0.43934C1.02513 -0.146447 1.97487 -0.146447 2.56066 0.43934L6.56066 4.43934C7.14645 5.02513 7.14645 5.97487 6.56066 6.56066L2.56066 10.5607C1.97487 11.1464 1.02513 11.1464 0.43934 10.5607C-0.146447 9.97487 -0.146447 9.02513 0.43934 8.43934Z' fill='%232d2e32'/%3e%3c/svg%3e");
  background-size: 0.4375rem 0.6875rem;
}
.quote-manage-line-items-modal__requested-price-heading {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
}
.quote-manage-line-items-modal__row--selected {
  background: #f2f7ff;
}
.quote-manage-line-items-modal__sidebar-state {
  font-size: 0.875rem;
  text-align: center;
}
.quote-manage-line-items-modal__empty-state, .quote-manage-line-items-modal__sidebar-state {
  padding: 1.5rem;
  color: #495057;
}
.quote-manage-line-items-modal__sidebar {
  grid-column: 2;
  grid-row: 3;
  position: relative;
  z-index: 1;
  height: calc(100% - var(--quote-manage-topbar-height));
  min-height: 0;
  margin-top: var(--quote-manage-topbar-height);
  background: #f9f9f9;
}
.quote-manage-line-items-modal__sidebar-summary {
  height: calc(100% - var(--quote-manage-section-header-height));
  display: flex;
  min-height: 0;
  flex-direction: column;
}
.quote-manage-line-items-modal__sidebar-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: var(--quote-manage-section-header-height);
  padding: 1rem;
  border-bottom: 1px solid #ced4da;
  background: #fff;
  z-index: 1;
}
.quote-manage-line-items-modal__sidebar-count {
  color: #666977;
  font-size: 1rem;
  line-height: 1.625rem;
}
.quote-manage-line-items-modal__sidebar-list {
  min-height: 0;
  flex: 1 1 auto;
  overflow: auto;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.quote-manage-line-items-modal__sidebar-list.d-none {
  display: none;
}
.quote-manage-line-items-modal__sidebar-list-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.quote-manage-line-items-modal__sidebar-list-items.d-none {
  display: none;
}
.quote-manage-line-items-modal__api-history-detail {
  min-height: 0;
}
.quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__sidebar-header {
  display: none;
}
.quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__sidebar-summary {
  height: 100%;
}
.quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__sidebar-list {
  padding: 0;
  gap: 0;
}
.quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__api-history-detail {
  flex: 1 1 auto;
}
.quote-manage-line-items-modal__sidebar-item {
  border: 1px solid #ced4da;
  background: #fff;
}
.quote-manage-line-items-modal__sidebar-item--active {
  border-color: #ff0000;
  box-shadow: 0 0 0 1px #ff0000;
}
.quote-manage-line-items-modal__deleted-attachments {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
.quote-manage-line-items-modal__deleted-attachments:has(.quote-manage-line-items-modal__deleted-attachments-list:empty) .quote-manage-line-items-modal__deleted-attachments-divider {
  display: none;
}
.quote-manage-line-items-modal__deleted-attachments-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0.625rem;
  align-items: center;
  color: #666977;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.quote-manage-line-items-modal__deleted-attachments-title {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}
.quote-manage-line-items-modal__deleted-attachments-line {
  display: block;
  height: 1px;
  background: #ced4da;
}
.quote-manage-line-items-modal__deleted-attachments-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.quote-manage-line-items-modal__deleted-attachment {
  border: 1px solid #ced4da;
  background: #fff;
  padding: 0.5rem 0.75rem;
}
.quote-manage-line-items-modal__deleted-attachment-header {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #bcc1c7;
}
.quote-manage-line-items-modal__deleted-attachment-thumb {
  width: 2rem;
  height: 2rem;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.quote-manage-line-items-modal__deleted-attachment-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-manage-line-items-modal__deleted-attachment-thumb-placeholder {
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #adb5bd;
  display: block;
}
.quote-manage-line-items-modal__deleted-attachment-copy {
  min-width: 0;
}
.quote-manage-line-items-modal__deleted-attachment-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-manage-line-items-modal__deleted-attachment-specification {
  color: #474a57;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.quote-manage-line-items-modal__deleted-attachment-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin: 0.5rem 0;
}
.quote-manage-line-items-modal__sidebar-item-header, .quote-manage-line-items-modal__sidebar-item-body {
  padding: 0.5rem 0.75rem;
}
.quote-manage-line-items-modal__sidebar-item-header {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr) 1.5rem;
  gap: 0.75rem;
  align-items: center;
  border-bottom: 1px solid #bcc1c7;
}
.quote-manage-line-items-modal__sidebar-item-unread-badge {
  top: 25%;
}
.quote-manage-line-items-modal__sidebar-thumb {
  width: 2rem;
  height: 2rem;
  border: 1px solid #838489;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.quote-manage-line-items-modal__sidebar-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quote-manage-line-items-modal__sidebar-thumb-placeholder {
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #adb5bd;
  display: block;
}
.quote-manage-line-items-modal__sidebar-copy {
  min-width: 0;
}
.quote-manage-line-items-modal__sidebar-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-manage-line-items-modal__sidebar-specification {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #474a57;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-manage-line-items-modal__sidebar-chevron {
  border: 0;
  background: transparent;
  padding: 0;
  color: #798490;
  font-size: 1rem;
  line-height: 1;
}
.quote-manage-line-items-modal__history-scroll-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  color: #495057;
  font-size: 0.875rem;
}
.quote-manage-line-items-modal__history-scroll-loading.d-none {
  display: none;
}
.quote-manage-line-items-modal__history-load-trigger, .quote-manage-line-items-modal__deleted-history-load-trigger {
  min-height: 1px;
}
.quote-manage-line-items-modal__sidebar-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
.quote-manage-line-items-modal__sidebar-item-change + .quote-manage-line-items-modal__sidebar-item-change {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #bcc1c7;
}
.quote-manage-line-items-modal__sidebar-actor {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  min-width: 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.375rem;
}
.quote-manage-line-items-modal__sidebar-actor::before {
  content: attr(data-actor-initials);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 999px;
  background: #eee;
  color: #2d2e32;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.quote-manage-line-items-modal__sidebar-timestamp {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #474a57;
}
.quote-manage-line-items-modal__sidebar-badge {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  background: #f9f9f9;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.quote-manage-line-items-modal__sidebar-comment {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #2d2e32;
  word-break: break-word;
}
.quote-manage-line-items-modal__history-panel:not(.d-none) {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.quote-manage-line-items-modal__history-panel-header {
  display: grid;
  grid-template-columns: 2.25rem 2rem minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #ced4da;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.quote-manage-line-items-modal__history-back {
  width: 2rem;
  height: 2rem;
  padding: 0;
  border-color: #ced4da;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.quote-manage-line-items-modal__history-back .icon svg {
  top: 2px;
}
.quote-manage-line-items-modal__history-panel-thumb {
  width: 2rem;
  height: 2rem;
  border: 1px solid #838489;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  padding: 5px;
}
.quote-manage-line-items-modal__history-panel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quote-manage-line-items-modal__history-panel-thumb-placeholder {
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #adb5bd;
  display: block;
}
.quote-manage-line-items-modal__history-panel-copy {
  min-width: 0;
}
.quote-manage-line-items-modal__history-panel-specification {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.quote-manage-line-items-modal__history-panel-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  color: #2d2e32;
  margin-bottom: 0.25rem;
}
.quote-manage-line-items-modal__history-composer {
  display: flex;
  gap: 0.75rem;
  margin: 1rem;
  align-items: center;
}
.quote-manage-line-items-modal__history-composer-avatar {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 999px;
  background: #eee;
  color: #2d2e32;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0.25rem;
}
.quote-manage-line-items-modal__history-composer-field {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ced4da;
}
.quote-manage-line-items-modal__history-composer-field:focus-within {
  border-color: #ff0000;
  box-shadow: 0 0 0 1px #ff0000;
}
.quote-manage-line-items-modal__history-composer .form-control {
  min-height: 5.25rem;
  resize: none;
  border: 0;
  font-size: 0.875rem;
  padding: 0.875rem 0.875rem 0.5rem;
  border-radius: 0;
  box-shadow: none;
}
.quote-manage-line-items-modal__history-composer .form-control:not(:disabled) {
  background: #fff;
}
.quote-manage-line-items-modal__history-composer .form-control:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.quote-manage-line-items-modal__history-send, .quote-detail-offcanvas-history .quote-detail-comment__send-button, .quote-manage-line-items-modal__history-entry-edit-send, .quote-manage-line-items-modal__history-entry-reply-send {
  --bs-btn-hover-border-color: #2d2e32;
  --bs-btn-disabled-border-color: #b9babf;
  --bs-btn-bg: #f2f3f8;
  --bs-btn-color: #2d2e32;
  --bs-btn-disabled-color: #838489;
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.25rem;
  --bs-btn-hover-bg: #f2f3f8;
  --bs-btn-border-color: #2d2e32;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-box-shadow: none;
  --bs-btn-disabled-bg: #b9babf;
}
.quote-manage-line-items-modal__history-send:disabled .quote-manage-line-items-modal__history-send-icon, .quote-detail-offcanvas-history .quote-detail-comment__send-button:disabled .quote-manage-line-items-modal__history-send-icon, .quote-manage-line-items-modal__history-entry-edit-send:disabled .quote-manage-line-items-modal__history-send-icon, .quote-manage-line-items-modal__history-entry-reply-send:disabled .quote-manage-line-items-modal__history-send-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath d='m6.7208 13-2.031 6.093L19.664 12 4.6897 4.907 6.7207 11H12c.5523 0 1 .4477 1 1s-.4477 1-1 1H6.7208zm-1.7749-1L2.0513 3.3162c-.2785-.8355.5809-1.597 1.3768-1.22l19 9c.7625.3613.7625 1.4463 0 1.8075l-19 9c-.796.377-1.6553-.3844-1.3768-1.22L4.946 12z' id='icons-default-paperplane'%3E%3C/path%3E%3C/defs%3E%3Cuse xlink:href='%23icons-default-paperplane' fill='%23838489' fill-rule='evenodd'%3E%3C/use%3E%3C/svg%3E");
}
.quote-manage-line-items-modal__history-send, .quote-detail-offcanvas-history .quote-detail-comment__send-button {
  margin-left: auto;
}
.quote-manage-line-items-modal__history-send-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36' height='36' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cpath d='m6.7208 13-2.031 6.093L19.664 12 4.6897 4.907 6.7207 11H12c.5523 0 1 .4477 1 1s-.4477 1-1 1H6.7208zm-1.7749-1L2.0513 3.3162c-.2785-.8355.5809-1.597 1.3768-1.22l19 9c.7625.3613.7625 1.4463 0 1.8075l-19 9c-.796.377-1.6553-.3844-1.3768-1.22L4.946 12z' id='icons-default-paperplane'%3E%3C/path%3E%3C/defs%3E%3Cuse xlink:href='%23icons-default-paperplane' fill='%232d2e32' fill-rule='evenodd'%3E%3C/use%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
}
.quote-manage-line-items-modal__history-send-spinner {
  display: none;
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
  border-width: 0.125rem;
}
.quote-manage-line-items-modal__history-send[aria-busy="true"] .quote-manage-line-items-modal__history-send-icon, .quote-detail-offcanvas-history .quote-detail-comment__send-button[aria-busy="true"] .quote-manage-line-items-modal__history-send-icon, .quote-manage-line-items-modal__history-entry-edit-send[aria-busy="true"] .quote-manage-line-items-modal__history-send-icon, .quote-manage-line-items-modal__history-entry-reply-send[aria-busy="true"] .quote-manage-line-items-modal__history-send-icon {
  display: none;
}
.quote-manage-line-items-modal__history-send[aria-busy="true"] .quote-manage-line-items-modal__history-send-spinner, .quote-detail-offcanvas-history .quote-detail-comment__send-button[aria-busy="true"] .quote-manage-line-items-modal__history-send-spinner, .quote-manage-line-items-modal__history-entry-edit-send[aria-busy="true"] .quote-manage-line-items-modal__history-send-spinner, .quote-manage-line-items-modal__history-entry-reply-send[aria-busy="true"] .quote-manage-line-items-modal__history-send-spinner {
  display: inline-block;
}
.quote-manage-line-items-modal__history-message-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 0.75rem 0.75rem 0.875rem;
}
.quote-manage-line-items-modal__history-cancel, .quote-manage-line-items-modal__history-entry-edit-cancel, .quote-manage-line-items-modal__history-entry-reply-cancel {
  padding: 0;
  border: 0;
  color: #666977;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
}
.quote-manage-line-items-modal__history-cancel:hover, .quote-manage-line-items-modal__history-cancel:focus, .quote-manage-line-items-modal__history-entry-edit-cancel:hover, .quote-manage-line-items-modal__history-entry-edit-cancel:focus, .quote-manage-line-items-modal__history-entry-reply-cancel:hover, .quote-manage-line-items-modal__history-entry-reply-cancel:focus {
  color: #2d2e32;
  text-decoration: underline;
}
.quote-manage-line-items-modal__history-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  position: relative;
}
.quote-manage-line-items-modal__history-list:before {
  content: "";
  border-top: 1px solid #bcc1c7;
  position: absolute;
  top: 0;
  width: calc(100% - 32px);
}
.quote-manage-line-items-modal__history-entry {
  background: #fff;
  border: 1px solid #bcc1c7;
  padding: 0.875rem 1rem;
}
.quote-manage-line-items-modal__history-entry--highlighted {
  border-color: #ff0000;
  box-shadow: 0 0 0 1px #ff0000;
}
.quote-manage-line-items-modal__history-entry--editing .quote-manage-line-items-modal__history-entry-body, .quote-manage-line-items-modal__history-entry--editing .quote-manage-line-items-modal__history-entry-actions {
  display: none;
}
.quote-manage-line-items-modal__history-entry-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 0.5rem;
}
.quote-manage-line-items-modal__history-entry-author {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}
.quote-manage-line-items-modal__history-entry-avatar {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
  border-radius: 999px;
  background: #eee;
  color: #2d2e32;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.quote-manage-line-items-modal__history-entry-actor {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: #2d2e32;
}
.quote-manage-line-items-modal__history-entry-timestamp, .quote-manage-line-items-modal__history-entry-state {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666977;
}
.quote-manage-line-items-modal__history-entry-state {
  margin-bottom: 0.5rem;
}
.quote-manage-line-items-modal__history-entry-body {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #2d2e32;
  white-space: pre-line;
}
.quote-manage-line-items-modal__history-entry-edit {
  margin-top: 0.75rem;
}
.quote-manage-line-items-modal__history-entry-edit-field {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #adb5bd;
}
.quote-manage-line-items-modal__history-entry-edit-field:focus-within {
  border-color: #ff0000;
  box-shadow: 0 0 0 1px #ff0000;
}
.quote-manage-line-items-modal__history-entry-reply-item {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.75rem;
  padding-left: 0.5rem;
}
.quote-manage-line-items-modal__history-entry-reply {
  display: grid;
  grid-template-columns: 1.25rem 1.5rem minmax(0, 1fr);
  align-items: flex-start;
  gap: 0.75rem;
  padding-left: 0.5rem;
}
.quote-manage-line-items-modal__history-entry-reply-marker {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.125rem;
  color: #1e1e24;
  align-self: center;
}
.quote-manage-line-items-modal__history-entry-reply-marker .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.quote-manage-line-items-modal__history-entry-reply-marker .icon svg {
  top: 0;
}
.quote-manage-line-items-modal__history-entry-reply-field {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #adb5bd;
}
.quote-manage-line-items-modal__history-entry-reply-field:focus-within {
  border-color: #ff0000;
  box-shadow: 0 0 0 1px #ff0000;
}
.quote-manage-line-items-modal__history-entry-edit-field .form-control, .quote-manage-line-items-modal__history-entry-reply-field .form-control {
  min-height: 10.75rem;
  resize: vertical;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #2d2e32;
  font-size: 0.875rem;
  line-height: 1.375rem;
  padding: 1rem 1rem 0.75rem;
  box-shadow: none;
}
.quote-manage-line-items-modal__history-entry-edit-field .form-control:focus, .quote-manage-line-items-modal__history-entry-reply-field .form-control:focus {
  border: 0;
  box-shadow: none;
  outline: 0;
}
.quote-manage-line-items-modal__history-entry-badge {
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  background: #f9f9f9;
  padding: 0.125rem 0.375rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.quote-manage-line-items-modal__history-entry-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.quote-manage-line-items-modal__history-entry-action {
  margin-top: 0.75rem;
  padding: 0;
  border: 0;
  color: #ff0000;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  display: flex;
}
.quote-manage-line-items-modal__history-entry-action .icon svg {
  top: 0;
}
.quote-manage-line-items-modal__history-entry-action.is-delete {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: auto;
  color: #2d2e32;
  align-items: center;
  justify-content: center;
}
.quote-manage-line-items-modal__history-entry-action.is-delete .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.quote-manage-line-items-modal__history-entry-action.is-delete svg {
  width: 100%;
  height: 100%;
}
.quote-manage-line-items-modal__history-entry-action:hover, .quote-manage-line-items-modal__history-entry-action:focus {
  text-decoration: underline;
}
.quote-manage-line-items-modal__history-entry-action.is-delete:hover, .quote-manage-line-items-modal__history-entry-action.is-delete:focus {
  color: #c82f1e;
  text-decoration: none;
}
.quote-manage-line-items-modal__history-remove-confirm.modal {
  z-index: 1070;
  background: transparent;
}
.quote-manage-line-items-modal__history-remove-confirm-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(45, 46, 50, 0.45);
}
.quote-manage-line-items-modal__history-remove-confirm-dialog.modal-dialog {
  position: relative;
  z-index: 1071;
  max-width: min(30rem, calc(100% - 2rem));
  margin-right: auto;
  margin-left: auto;
}
.quote-manage-line-items-modal__history-remove-confirm-content {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: 0 1rem 2rem rgba(45, 46, 50, 0.16);
}
.quote-manage-line-items-modal__history-remove-confirm-header {
  min-height: 4.5rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid #ced4da;
}
.quote-manage-line-items-modal__history-remove-confirm-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #2d2e32;
}
.quote-manage-line-items-modal__history-remove-confirm-body {
  padding: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #2d2e32;
}
.quote-manage-line-items-modal__history-remove-confirm-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0 1.5rem 1.5rem;
  border-top: 0;
}
.quote-manage-line-items-modal__history-remove-confirm-footer > * {
  margin: 0;
}
.quote-manage-line-items-modal__history-remove-confirm-cancel, .quote-manage-line-items-modal__history-remove-confirm-submit {
  min-height: 2.5rem;
  padding: 0.5rem 0.875rem;
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.quote-manage-line-items-modal__history-remove-confirm-cancel {
  background: #f9f9f9;
  border: 1px solid #2d2e32;
  color: #2d2e32;
}
.quote-manage-line-items-modal__history-remove-confirm-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #c82f1e;
  border: 1px solid #c82f1e;
  color: #fff;
}
.quote-manage-line-items-modal__history-remove-confirm-spinner {
  display: none;
}
.quote-manage-line-items-modal__history-remove-confirm-submit[aria-busy="true"] .quote-manage-line-items-modal__history-remove-confirm-spinner {
  display: inline-block;
}
@media (min-width: 768px) {
  .quote-manage-line-items-modal__table-header {
    display: grid;
  }
}
@media (max-width: 991.98px) {
  .quote-manage-line-items-modal.modal > .modal-dialog {
    max-width: none;
    margin: 0.5rem;
  }
  .quote-manage-line-items-modal__root, .quote-manage-line-items-modal__content {
    grid-template-columns: minmax(0, 1fr);
  }
  .quote-manage-line-items-modal__root {
    grid-template-rows: auto minmax(0, 1fr) minmax(16rem, 35vh) auto;
  }
  .quote-manage-line-items-modal__body {
    grid-column: 1;
    grid-row: 2;
  }
  .quote-manage-line-items-modal__content {
    grid-template-rows: auto minmax(0, 1fr);
  }
  .quote-manage-line-items-modal__main {
    grid-column: 1;
    border-right: 0;
    border-bottom: 1px solid #ced4da;
    flex-grow: 1;
  }
  .quote-manage-line-items-modal__server-history-detail {
    grid-column: 1;
    grid-row: 2;
  }
  .quote-manage-line-items-modal__sidebar {
    grid-column: 1;
    grid-row: 3;
    height: 100%;
    margin-top: 0;
    border-top: 1px solid #ced4da;
  }
  .quote-manage-line-items-modal__footer {
    grid-row: 4;
  }
  .quote-manage-line-items-modal__row {
    gap: 0.75rem;
  }
  .quote-manage-line-items-modal__quantity, .quote-manage-line-items-modal__actions, .quote-manage-line-items-modal__value, .quote-manage-line-items-modal__subtotal, .quote-manage-line-items-modal__requested-price-heading {
    justify-content: flex-start;
    text-align: left;
  }
  .quote-manage-line-items-modal__table-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .quote-manage-line-items-modal__history-panel-header {
    position: static;
  }
  .quote-manage-line-items-modal__sidebar-list, .quote-manage-line-items-modal__server-history-detail, .quote-manage-line-items-modal__api-history-detail {
    max-height: none;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) and (orientation: landscape) and (max-height: 575.98px) {
  .quote-manage-line-items-modal.modal > .modal-dialog {
    width: calc(100vw - 1rem);
    height: calc(100vh - 1rem);
    height: calc(100dvh - 1rem);
    margin: 0.5rem auto;
  }
  .quote-manage-line-items-modal.modal > .modal-dialog > .modal-content {
    max-height: none;
  }
  .quote-manage-line-items-modal.modal .quote-detail-content-header {
    min-height: var(--quote-manage-table-header-height);
    padding: 0.25rem 0;
  }
  .quote-manage-line-items-modal.modal .quote-detail-list .quote-detail-content-header > .row {
    min-height: calc(var(--quote-manage-table-header-height) - 0.5rem);
    align-items: center;
  }
  .quote-manage-line-items-modal__root {
    --quote-manage-sidebar-width: clamp(16rem, 31vw, 22rem);
    --quote-manage-topbar-height: 57px;
    --quote-manage-section-header-height: 3.25rem;
    --quote-manage-table-header-height: 2rem;
    --quote-manage-table-footer-height: 2.75rem;
    grid-template-columns: minmax(0, 1fr) var(--quote-manage-sidebar-width);
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .quote-manage-line-items-modal__header {
    min-height: 3.25rem;
    padding: 0.5rem 1rem;
  }
  .quote-manage-line-items-modal__header .modal-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .quote-manage-line-items-modal__body {
    grid-column: 1 / -1;
    grid-row: 2;
  }
  .quote-manage-line-items-modal__content {
    grid-template-columns: minmax(0, 1fr) var(--quote-manage-sidebar-width);
    grid-template-rows: auto minmax(0, 1fr);
  }
  .quote-manage-line-items-modal__topbar {
    gap: 0.75rem;
    min-height: var(--quote-manage-topbar-height);
    padding: 0.5rem 0.75rem;
  }
  .quote-manage-line-items-modal__search-form, .quote-manage-line-items-modal__search {
    flex: 1 1 auto;
    max-width: none;
    min-width: 0;
  }
  .quote-manage-line-items-modal__sort {
    flex: 0 1 clamp(14rem, 32vw, 18rem);
    max-width: none;
    min-width: 0;
  }
  .quote-manage-line-items-modal__quick-add {
    min-height: var(--quote-manage-section-header-height);
    padding: 0.5rem 0.75rem;
  }
  .quote-manage-line-items-modal__quick-add-input .form-control {
    height: 2.25rem;
  }
  .quote-manage-line-items-modal__main {
    grid-column: 1;
    grid-row: 2;
    border-right: 1px solid #ced4da;
    border-bottom: 0;
  }
  .quote-manage-line-items-modal__server-history-detail {
    grid-column: 2;
    grid-row: 2;
  }
  .quote-manage-line-items-modal__sidebar {
    grid-column: 2;
    grid-row: 2;
    height: calc(100% - var(--quote-manage-topbar-height));
    margin-top: var(--quote-manage-topbar-height);
    border-top: 0;
  }
  .quote-manage-line-items-modal__sidebar-summary {
    height: calc(100% - var(--quote-manage-section-header-height));
  }
  .quote-manage-line-items-modal__sidebar-header {
    min-height: var(--quote-manage-section-header-height);
    padding: 0.5rem 1rem;
  }
  .quote-manage-line-items-modal__sidebar-list {
    gap: 0.5rem;
    padding: 0.5rem;
  }
  .quote-manage-line-items-modal__sidebar-list-items {
    gap: 0.5rem;
  }
  .quote-manage-line-items-modal__history-panel-header {
    grid-template-columns: 2rem 1.75rem minmax(0, 1fr);
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    position: static;
  }
  .quote-manage-line-items-modal__history-back, .quote-manage-line-items-modal__history-panel-thumb {
    width: 1.75rem;
    height: 1.75rem;
  }
  .quote-manage-line-items-modal__history-panel-title, .quote-manage-line-items-modal__history-panel-specification {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .quote-manage-line-items-modal__history-panel-title {
    margin-bottom: 0.125rem;
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .quote-manage-line-items-modal__history-panel-specification {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .quote-manage-line-items-modal__table-header {
    margin-top: 0;
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    line-height: 1.0625rem;
  }
  .quote-manage-line-items-modal .quote-detail-content-header-cell {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .quote-manage-line-items-modal__row {
    padding: 0.75rem;
  }
  .quote-manage-line-items-modal .line-item.is-quote-detail {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .quote-manage-line-items-modal .line-item-label {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .quote-manage-line-items-modal .line-item-product-number, .quote-manage-line-items-modal .line-item-product-number-label, .quote-manage-line-items-modal .line-item-product-number-value {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .quote-manage-line-items-modal .line-item-quantity, .quote-manage-line-items-modal .line-item-unit-price, .quote-manage-line-items-modal .line-item-total-price, .quote-manage-line-items-modal .line-item-requested-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .quote-manage-line-items-modal .line-item-requested-price .input-group {
    max-width: 9.25rem;
  }
  .quote-manage-line-items-modal .line-item-requested-price .form-control, .quote-manage-line-items-modal .line-item-requested-price .input-group-text {
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .quote-manage-line-items-modal .line-item-requested-price .form-control {
    min-width: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .quote-manage-line-items-modal .line-item-requested-price .input-group-text {
    min-width: 2rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .quote-manage-line-items-modal .line-item-action-button {
    width: 2.25rem;
    height: 2.25rem;
  }
  .quote-manage-line-items-modal .quote-line-item-context-menu {
    gap: 0.25rem !important;
  }
  .quote-manage-line-items-modal__table-footer {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    min-height: var(--quote-manage-table-footer-height);
    padding: 0.25rem 0.75rem;
  }
  .quote-manage-line-items-modal__pagination-button {
    min-width: 2rem;
    height: 2rem;
  }
  .quote-manage-line-items-modal__items-per-page .form-select {
    height: 2rem;
    min-height: 2rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .quote-manage-line-items-modal__footer {
    grid-column: 1 / -1;
    grid-row: 3;
    min-height: 3.5rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 575.98px) {
  .quote-manage-line-items-modal.modal > .modal-dialog {
    width: calc(100vw - 1rem);
    height: calc(100vh - 1rem);
    height: calc(100dvh - 1rem);
    min-height: 0;
    margin: 0.5rem auto;
  }
  .quote-manage-line-items-modal.modal > .modal-dialog > .modal-content {
    max-height: none;
  }
  .quote-manage-line-items-modal.modal .quote-detail-content-header, .quote-manage-line-items-modal.modal .quote-detail-list .quote-detail-content-header > .row {
    min-height: 2.5rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__root {
    --quote-manage-mobile-history-height: clamp(9rem, 24dvh, 12rem);
    --quote-manage-mobile-history-detail-height: clamp(12rem, 32dvh, 15rem);
    --quote-manage-requested-width: 8rem;
    --quote-manage-subtotal-width: 6.5rem;
    --quote-manage-actions-width: 4.75rem;
    --quote-manage-section-header-height: 3.5rem;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__header {
    min-height: 3.5rem;
    padding: 0.75rem 1rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__header .modal-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__body {
    min-height: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__main, .quote-manage-line-items-modal .quote-manage-line-items-modal__table {
    overflow: hidden;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__topbar {
    --quote-manage-search-width: 100%;
    --quote-manage-sort-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    align-items: stretch;
    gap: 0.5rem;
    min-height: 0;
    padding: 0.75rem 1rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__search-form, .quote-manage-line-items-modal .quote-manage-line-items-modal__search, .quote-manage-line-items-modal .quote-manage-line-items-modal__sort {
    width: auto;
    max-width: none;
    flex: 1 1 auto;
    flex-basis: auto;
    justify-self: stretch;
    min-width: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__search .form-control, .quote-manage-line-items-modal .quote-manage-line-items-modal__sort .form-select {
    font-size: 0.875rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__quick-add {
    min-height: var(--quote-manage-section-header-height);
    padding: 0.75rem 1rem;
    min-width: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__quick-add-input {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__quick-add-input .form-control {
    width: 100%;
    min-width: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__table-scroll {
    flex-basis: clamp(10rem, 28dvh, 13rem);
    min-height: 10rem;
    overflow: auto;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__table-scroll-inner {
    width: max-content;
    min-width: 100%;
    min-height: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__table-body, .quote-manage-line-items-modal .quote-detail-content-body, .quote-manage-line-items-modal .quote-detail-content-list {
    min-width: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__table-body {
    flex: 0 0 auto;
    overflow: visible;
  }
  .quote-manage-line-items-modal .quote-detail-content-header {
    display: block;
    padding: 0;
    font-weight: 600;
    border-bottom: 1px solid #bcc1c7;
  }
  .quote-manage-line-items-modal .quote-detail-content-header > .row {
    --bs-gutter-x: 0;
    display: grid;
    grid-template-columns: minmax(24rem, 24rem) var(--quote-manage-amount-width) var(--quote-manage-price-width) var(--quote-manage-price-width) var(--quote-manage-requested-width) var(--quote-manage-subtotal-width) var(--quote-manage-actions-width);
    column-gap: 1.25rem;
    row-gap: 0;
    align-items: flex-start;
    width: max-content;
    min-width: 100%;
  }
  .quote-manage-line-items-modal .line-item.is-quote-detail > .line-item-row {
    --bs-gutter-x: 0;
    display: grid;
    grid-template-columns: minmax(24rem, 24rem) var(--quote-manage-amount-width) var(--quote-manage-price-width) var(--quote-manage-price-width) var(--quote-manage-requested-width) var(--quote-manage-subtotal-width) var(--quote-manage-actions-width);
    column-gap: 1.25rem;
    row-gap: 0;
    align-items: flex-start;
    width: max-content;
    min-width: 100%;
  }
  .quote-manage-line-items-modal .quote-detail-content-header-cell, .quote-manage-line-items-modal .line-item-info, .quote-manage-line-items-modal .line-item-quantity, .quote-manage-line-items-modal .line-item-unit-price, .quote-manage-line-items-modal .line-item-total-price, .quote-manage-line-items-modal .line-item-action {
    flex: initial;
    grid-row: 1;
    order: 0;
    width: auto;
    max-width: none;
  }
  .quote-manage-line-items-modal .quote-detail-content-header-cell {
    align-self: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .quote-manage-line-items-modal .line-item-info, .quote-manage-line-items-modal .line-item-quantity, .quote-manage-line-items-modal .line-item-quantity-row, .quote-manage-line-items-modal .line-item-requested-price, .quote-manage-line-items-modal .line-item-total-price, .quote-manage-line-items-modal .line-item-img-container {
    margin-bottom: 0;
  }
  .quote-manage-line-items-modal .line-item.is-quote-detail {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .quote-manage-line-items-modal .line-item-label {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .quote-manage-line-items-modal .line-item-product-number, .quote-manage-line-items-modal .line-item-product-number-label, .quote-manage-line-items-modal .line-item-product-number-value {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  .quote-manage-line-items-modal .line-item-unit-price, .quote-manage-line-items-modal .line-item-total-price {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    text-align: right;
  }
  .quote-manage-line-items-modal .line-item-unit-price {
    font-style: normal;
  }
  .quote-manage-line-items-modal .line-item-unit-price-value, .quote-manage-line-items-modal .line-item-quoted-price-value, .quote-manage-line-items-modal .line-item-requested-price-value, .quote-manage-line-items-modal .line-item-total-price-value {
    width: 100%;
    min-width: 0;
    text-align: right;
  }
  .quote-manage-line-items-modal .line-item-unit-price-value, .quote-manage-line-items-modal .line-item-quoted-price-value, .quote-manage-line-items-modal .line-item-total-price-value {
    white-space: nowrap;
  }
  .quote-manage-line-items-modal .line-item-unit-price-value-descriptor {
    display: none;
  }
  .quote-manage-line-items-modal .line-item-requested-price-value {
    display: flex;
    justify-content: flex-end;
    text-align: left;
  }
  .quote-manage-line-items-modal .line-item-requested-price .input-group {
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .quote-manage-line-items-modal .line-item-requested-price .form-control {
    min-width: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align: left;
  }
  .quote-manage-line-items-modal .line-item-requested-price .input-group-text {
    flex: 0 0 auto;
    min-width: 2rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .quote-manage-line-items-modal .line-item-info > .line-item-row {
    flex-wrap: nowrap;
    width: 100%;
  }
  .quote-manage-line-items-modal .line-item-details {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
  }
  .quote-manage-line-items-modal .line-item-details-container, .quote-manage-line-items-modal .line-item-product-number {
    min-width: 0;
  }
  .quote-manage-line-items-modal .line-item-product-number {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .quote-manage-line-items-modal .line-item-quantity-container {
    margin-left: auto;
  }
  .quote-manage-line-items-modal .line-item-action {
    grid-column: 7;
    justify-self: end;
    padding-left: 0;
    width: 100%;
  }
  .quote-manage-line-items-modal .line-item-action-button {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
  }
  .quote-manage-line-items-modal .line-item-quantity-label, .quote-manage-line-items-modal .line-item-unit-price-label, .quote-manage-line-items-modal .line-item-total-price-label {
    display: none;
  }
  .quote-manage-line-items-modal .quote-header-name, .quote-manage-line-items-modal .line-item-info {
    grid-column: 1;
  }
  .quote-manage-line-items-modal .quote-header-quantity, .quote-manage-line-items-modal .line-item-quantity {
    grid-column: 2;
  }
  .quote-manage-line-items-modal .quote-header-price, .quote-manage-line-items-modal .line-item-unit-price:not(.line-item-quoted-price):not(.line-item-requested-price) {
    grid-column: 3;
  }
  .quote-manage-line-items-modal .quote-header-quoted-price, .quote-manage-line-items-modal .line-item-quoted-price {
    grid-column: 4;
  }
  .quote-manage-line-items-modal .quote-header-requested-price, .quote-manage-line-items-modal .line-item-requested-price {
    grid-column: 5;
  }
  .quote-manage-line-items-modal .quote-header-total, .quote-manage-line-items-modal .line-item-total-price {
    grid-column: 6;
  }
  .quote-manage-line-items-modal .quote-header-requested-price {
    white-space: nowrap;
  }
  .quote-manage-line-items-modal .quote-line-item-context-menu {
    gap: 0.25rem !important;
  }
  .quote-manage-line-items-modal .quote-header-quantity, .quote-manage-line-items-modal .quote-header-price, .quote-manage-line-items-modal .quote-header-quoted-price, .quote-manage-line-items-modal .quote-header-requested-price, .quote-manage-line-items-modal .quote-header-total, .quote-manage-line-items-modal .line-item-quantity, .quote-manage-line-items-modal .line-item-unit-price, .quote-manage-line-items-modal .line-item-total-price, .quote-manage-line-items-modal .quote-manage-line-items-modal__requested-price-heading {
    justify-content: flex-end;
    text-align: right;
  }
  .quote-manage-line-items-modal .quote-detail-list.is-edit .line-item.is-quote-detail, .quote-manage-line-items-modal .quote-detail-list.is-edit .quote-detail-content-header {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__table-footer {
    align-items: center;
    gap: 0.375rem;
    min-height: 0;
    padding: 0.5rem 1rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__pagination {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0.25rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__pagination-button {
    min-width: 2rem;
    height: 2rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__items-per-page {
    width: 100%;
    justify-content: center;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar {
    height: auto;
    max-height: var(--quote-manage-mobile-history-height);
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar-header {
    position: static;
    min-height: var(--quote-manage-section-header-height);
    padding: 0.75rem 1rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-panel-header {
    grid-template-columns: 2rem 1.75rem minmax(0, 1fr);
    gap: 0.5rem;
    position: static;
    padding: 0.5rem 0.75rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-back, .quote-manage-line-items-modal .quote-manage-line-items-modal__history-panel-thumb {
    width: 1.75rem;
    height: 1.75rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-panel-title {
    overflow: hidden;
    margin-bottom: 0.125rem;
    font-size: 0.8125rem;
    line-height: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-panel-specification {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-list {
    padding: 0.75rem 1rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-entry {
    padding: 0.75rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-composer {
    align-items: flex-start;
    margin: 0.75rem 1rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-composer .form-control {
    min-height: 4.5rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__history-entry-edit-field .form-control, .quote-manage-line-items-modal .quote-manage-line-items-modal__history-entry-reply-field .form-control {
    min-height: 5rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar-summary {
    flex: 0 1 auto;
    height: auto;
    max-height: none;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar-list {
    flex: 0 1 auto;
    gap: 0.5rem;
    overflow: visible;
    padding: 0.5rem 0.5rem 0;
    max-height: inherit;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar--detail-open {
    max-height: var(--quote-manage-mobile-history-detail-height);
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__sidebar-summary, .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__sidebar-list {
    height: auto;
    max-height: none;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__api-history-detail {
    flex: initial;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__history-panel:not(.d-none) {
    min-height: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar--detail-open .quote-manage-line-items-modal__history-list {
    padding-bottom: 0;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__sidebar-list-items {
    gap: 0.5rem;
  }
  .quote-manage-line-items-modal .quote-manage-line-items-modal__footer {
    gap: 0.75rem;
    min-height: 4rem;
    padding: 0.625rem 1rem;
  }
}
.quote-manage-line-items-modal__search-form {
  flex-basis: 550px;
  flex-shrink: 0;
}
.quote-detail-line-items-table-container__form {
  display: none;
}
.quote-detail-line-items-table-container__topbar {
  --quote-manage-search-width: 100%;
  --quote-manage-sort-width: 16rem;
  min-height: 0;
  padding: 0 0 1.5rem;
  gap: 1.5rem;
  background: transparent;
}
.quote-detail-line-items-table-container__topbar .quote-manage-line-items-modal__search-form {
  flex: 1 1 auto;
}
.quote-detail-line-items-table-container__topbar .quote-manage-line-items-modal__sort {
  flex: 0 1 var(--quote-manage-sort-width);
}
.account-quotes .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}
.account-quotes-empty-icon {
  width: 350px;
  height: 219px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='352' height='219' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' fill='%23f4f7fa'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m247.603 31.126-.001-14.926c.503-5.931 2.809-13.911 11.429-15.06h.389a.396.396 0 0 1-.039.006l2.564-.005c3.387.35 9.353 2.257 13.006 10.846l-.003.003c-7.652-5.988-14.002-5.377-17.224-3.55-2.527 1.433-4.007 4.195-4.007 7.1v15.27l-6.114.316Z' fill='%23d1dae5'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.415 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' fill='%23f4f7fa'/%3E%3Cpath clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' fill='%23f4f7fa'/%3E%3Cpath clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' fill='%23f4f7fa'/%3E%3Cpath clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' fill='%23f4f7fa'/%3E%3Cpath clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' fill='%23f4f7fa'/%3E%3Cpath clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' fill='%23f4f7fa'/%3E%3Cpath clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028ZM261.218 1l-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.969 187.992H84.001a2.567 2.567 0 0 0-2.562 2.648c.741 23.011 11.161 26.828 16.101 27.337l2.563-.006s-1.012.166-2.563.006l134.081-.002c-4.958-.516-15.397-4.366-16.092-27.503a2.56 2.56 0 0 0-2.56-2.48Z' fill='%23fff'/%3E%3Cpath d='M97.54 217.977c-4.94-.509-15.36-4.326-16.101-27.337A2.567 2.567 0 0 1 84 187.992H212.97a2.56 2.56 0 0 1 2.56 2.48c.695 23.137 11.134 26.987 16.092 27.503l-134.08.002Zm0 0 2.563-.006s-1.012.166-2.563.006Z' stroke='%23adbcd1' stroke-width='1.396' stroke-linecap='round'/%3E%3C/svg%3E");
}
.quotes-wrapper {
  border: 1px solid #eaeaf0;
}
.quotes-wrapper .pagination {
  --bs-pagination-bg: transparent;
  --bs-pagination-hover-bg: transparent;
}
.quote-table-header-cell {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.quotes-table-header {
  border-bottom: solid 2px #ff0000;
}
.quote-table-header-cell, .quote-table-body-cell {
  display: flex;
  align-items: center;
  min-width: 0;
}
.quote-table-body-value {
  overflow-wrap: anywhere;
}
.quotes-table-header {
  border-bottom: solid 2px #ff0000;
}
.quotes-table-header-search {
  padding: 12px;
}
.quotes-table-header-search .search-input:hover, .quotes-table-header-search .search-input:focus {
  border-color: inherit;
  box-shadow: none;
}
.quotes-table-header-search .input-group .form-control {
  border-right: none;
}
.quotes-table-header-search .input-group-text {
  background-color: white;
}
.quotes-table-header-search .icon-search svg {
  top: 0;
}
.quote-table-header-label {
  display: none;
}
.quote-item {
  padding: calc(var(--bs-gutter-x) * 0.5) 0;
  position: relative;
}
.quote-item:not(:last-child) {
  border-bottom: var(--bs-border-width) solid;
}
.quote-item-status-badge {
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  border-radius: 17px;
}
.quote-item-status-badge:not(.d-none) {
  display: inline-flex;
}
.quote-item-status-badge.quote-item-status-badge-draft {
  background-color: #474a57;
}
.quote-item-status-badge.quote-item-status-badge-open_offer {
  background-color: #974200;
}
.quote-item-status-badge.quote-item-status-badge-request_sent, .quote-item-status-badge.quote-item-status-badge-response_sent, .quote-item-status-badge.quote-item-status-badge-withdrawn {
  background-color: #005b99;
}
.quote-item-status-badge.quote-item-status-badge-accepted {
  background-color: #007e4e;
}
.quote-item-status-badge.quote-item-status-badge-declined, .quote-item-status-badge.quote-item-status-badge-expired, .quote-item-status-badge.quote-item-status-badge-cancelled, .quote-item-status-badge.quote-item-status-badge-reopen {
  background-color: #c20017;
}
.quote-table-body-context-menu {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  border: var(--bs-border-width) solid #838489;
  border-radius: 0;
  background-color: #fff;
  width: 24px;
  height: 24px;
  padding: 0;
  overflow: visible;
}
.quote-table-body-context-menu:after {
  content: unset;
}
.quote-table-body-context-menu .quote-unread-indicator {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e2262a;
}
.quote-table-body-context-menu .icon {
  margin: 0;
  width: 12px;
  height: 12px;
}
.quote-table-body-context-menu .icon > svg {
  top: 0;
  width: 12px;
  height: 12px;
}
.quote-table-header-context-menu-content {
  padding-left: 10px;
  padding-right: 10px;
}
.account-quote-detail .card-title {
  margin-bottom: calc(var(--bs-card-spacer-y) * 0.5);
  font-size: 24px;
}
.account-quote-detail .item {
  margin-top: calc(var(--bs-gutter-x) * 0.4);
}
.account-quote-detail .item .value {
  overflow-wrap: anywhere;
}
.account-quote-detail h1, .account-quote-detail .h1 {
  margin-bottom: 0;
}
.account-quote-detail .account-welcome {
  display: flex;
  gap: 16px;
  margin-bottom: var(--bs-gutter-x);
  align-items: center;
  flex-wrap: wrap;
}
.account-quote-detail .account-welcome .btn-outline-secondary {
  --bs-btn-hover-bg: #fff;
  --bs-btn-active-bg: #fff;
  height: 40px;
  line-height: 32px;
}
.account-quote-detail .account-welcome .quote-detail-send-request {
  width: 100%;
}
@media (min-width: 768px) {
  .account-quote-detail .account-welcome .quote-detail-send-request {
    width: auto;
  }
}
.account-quote-detail .account-welcome-actions {
  margin-left: auto;
}
.account-quote-detail .badge {
  font-size: 1.125rem;
  line-height: 32px;
}
.account-quote-detail .btn-quote-checkout, .account-quote-detail .btn-quote-send-request, .account-quote-detail .btn-quote-request-changes, .account-quote-detail .btn-quote-detail-history {
  height: 44px;
  --bs-btn-disabled-bg: #b9babf;
  --bs-btn-disabled-color: #838489;
  --bs-btn-disabled-border-color: #b9babf;
  --bs-btn-padding-y: 4px;
}
.account-quote-detail .btn-quote-request-changes:disabled {
  pointer-events: visible;
}
.account-quote-detail .btn-quote-request-changes:disabled:active {
  --bs-btn-active-color: #838489;
  --bs-btn-active-bg: #b9babf;
  --bs-btn-active-border-color: #b9babf;
}
.quote-detail-action {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
}
.quote-detail-action .btn[disabled].btn-outline-danger, .quote-detail-action .btn-outline-danger.acris-last-search-term-delete[disabled], .quote-detail-action .btn[disabled].btn-quote-request-changes, .quote-detail-action .btn-quote-request-changes.acris-last-search-term-delete[disabled], .quote-detail-action .btn[disabled].btn-quote-checkout, .quote-detail-action .btn-quote-checkout.acris-last-search-term-delete[disabled], .quote-detail-action .btn[disabled].btn-quote-document, .quote-detail-action .btn-quote-document.acris-last-search-term-delete[disabled], .quote-detail-action .btn.disabled.btn-outline-danger, .quote-detail-action .disabled.btn-outline-danger.acris-last-search-term-delete, .quote-detail-action .btn.disabled.btn-quote-request-changes, .quote-detail-action .disabled.btn-quote-request-changes.acris-last-search-term-delete, .quote-detail-action .btn.disabled.btn-quote-checkout, .quote-detail-action .disabled.btn-quote-checkout.acris-last-search-term-delete, .quote-detail-action .btn.disabled.btn-quote-document, .quote-detail-action .disabled.btn-quote-document.acris-last-search-term-delete {
  --bs-btn-disabled-color: #798490;
  --bs-btn-disabled-border-color: #bcc1c7;
  --bs-btn-disabled-bg: #fff;
}
.quote-detail-action .btn[disabled].btn-quote-checkout, .quote-detail-action .btn-quote-checkout.acris-last-search-term-delete[disabled], .quote-detail-action .btn.disabled.btn-quote-checkout, .quote-detail-action .disabled.btn-quote-checkout.acris-last-search-term-delete {
  --bs-btn-disabled-bg: #bcc1c7;
}
#collapseRequestChanges.collapsing[style*="height"] ~ .quote-detail-action, #collapseRequestChanges.show ~ .quote-detail-action, #collapseSendMessage.collapsing[style*="height"] ~ .quote-detail-action, #collapseSendMessage.show ~ .quote-detail-action, #collapseDecline.collapsing[style*="height"] ~ .quote-detail-action, #collapseDecline.show ~ .quote-detail-action {
  display: none;
}
.quote-details, .quote-summary {
  margin-bottom: calc(var(--bs-gutter-x) * 0.6);
}
@media (max-width: 991.98px) {
  .quotes-table-header {
    display: none;
  }
  .quote-table-body-cell {
    align-items: flex-start;
  }
  .quote-table-body-cell:not(:last-child) {
    margin-bottom: 10px;
  }
  .quote-table-header-label {
    display: block;
    flex: 0 0 50%;
  }
  .quote-table-body-value {
    flex: 1;
    min-width: 0;
  }
  .quote-table-body-context-menu {
    position: absolute;
    right: 16px;
    top: 16px;
  }
}
@media (max-width: 575.98px) {
  .quote-detail-action {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .quote-table-header-cell:first-child, .quote-table-body-cell:first-child {
    min-width: 150px;
  }
  .quote-table-header-cell:last-child, .quote-table-body-cell:last-child {
    flex: 70px 0;
    width: 70px;
  }
}
.btn-quote-document {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
}
.btn-quote-document:hover .btn-quote-icon-download, .btn-quote-document:focus-visible .btn-quote-icon-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='meteor-icon-kit__regular-download' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 14.5858L17.2929 10.2929C17.6834 9.90237 18.3166 9.90237 18.7071 10.2929C19.0976 10.6834 19.0976 11.3166 18.7071 11.7071L12.7071 17.7071C12.3166 18.0976 11.6834 18.0976 11.2929 17.7071L5.29289 11.7071C4.90237 11.3166 4.90237 10.6834 5.29289 10.2929C5.68342 9.90237 6.31658 9.90237 6.70711 10.2929L11 14.5858V1C11 0.447715 11.4477 0 12 0C12.5523 0 13 0.447715 13 1V14.5858ZM2 22.0416H22V17C22 16.4477 22.4477 16 23 16C23.5523 16 24 16.4477 24 17V23.0416C24 23.5939 23.5523 24.0416 23 24.0416H1C0.447715 24.0416 0 23.5939 0 23.0416V17.0622C0 16.5099 0.447715 16.0622 1 16.0622C1.55228 16.0622 2 16.5099 2 17.0622V22.0416Z' fill='%23fff'/%3E%3C/svg%3E");
}
.btn-quote-document.disabled {
  border-color: #bcc1c7;
}
.btn-quote-document.disabled .btn-quote-icon-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='meteor-icon-kit__regular-download' viewBox='0 0 24 24' fill='%23798490'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 14.5858L17.2929 10.2929C17.6834 9.90237 18.3166 9.90237 18.7071 10.2929C19.0976 10.6834 19.0976 11.3166 18.7071 11.7071L12.7071 17.7071C12.3166 18.0976 11.6834 18.0976 11.2929 17.7071L5.29289 11.7071C4.90237 11.3166 4.90237 10.6834 5.29289 10.2929C5.68342 9.90237 6.31658 9.90237 6.70711 10.2929L11 14.5858V1C11 0.447715 11.4477 0 12 0C12.5523 0 13 0.447715 13 1V14.5858ZM2 22.0416H22V17C22 16.4477 22.4477 16 23 16C23.5523 16 24 16.4477 24 17V23.0416C24 23.5939 23.5523 24.0416 23 24.0416H1C0.447715 24.0416 0 23.5939 0 23.0416V17.0622C0 16.5099 0.447715 16.0622 1 16.0622C1.55228 16.0622 2 16.5099 2 17.0622V22.0416Z' fill='%23798490'/%3E%3C/svg%3E");
}
.btn-quote-icon-download {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='meteor-icon-kit__regular-download' viewBox='0 0 24 24' fill='%23ff0000'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13 14.5858L17.2929 10.2929C17.6834 9.90237 18.3166 9.90237 18.7071 10.2929C19.0976 10.6834 19.0976 11.3166 18.7071 11.7071L12.7071 17.7071C12.3166 18.0976 11.6834 18.0976 11.2929 17.7071L5.29289 11.7071C4.90237 11.3166 4.90237 10.6834 5.29289 10.2929C5.68342 9.90237 6.31658 9.90237 6.70711 10.2929L11 14.5858V1C11 0.447715 11.4477 0 12 0C12.5523 0 13 0.447715 13 1V14.5858ZM2 22.0416H22V17C22 16.4477 22.4477 16 23 16C23.5523 16 24 16.4477 24 17V23.0416C24 23.5939 23.5523 24.0416 23 24.0416H1C0.447715 24.0416 0 23.5939 0 23.0416V17.0622C0 16.5099 0.447715 16.0622 1 16.0622C1.55228 16.0622 2 16.5099 2 17.0622V22.0416Z' fill='%23ff0000'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
  display: inline-block;
  transition: background-image 0.15s ease-in-out;
}
@media (min-width: 576px) {
  .quote-request-modal-summary {
    width: 600px;
  }
}
.quote-request-modal .modal-header {
  height: 80px;
  padding: 32px;
  border-bottom: 1px solid #838489;
}
.quote-request-modal .modal-body, .quote-request-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .quote-request-modal .confirm-message {
  padding: 32px 32px 0;
}
.quote-request-modal .modal-footer {
  padding: 32px;
}
.quote-table-header-context-menu-content-link {
  display: block;
  border: 0 none;
  padding: 0;
  width: 100%;
  color: #1a1a1a;
  background: none;
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
.quote-table-header-context-menu-content-link.is--danger {
  color: #c82f1e;
}
.quote-table-header-context-menu-content-link.is--danger:hover {
  color: #c82f1e;
}
.quote-table-header-context-menu-content-link:hover {
  text-decoration: none;
  color: #ff0000;
}
.quote-table-header-context-menu-content-link:active {
  outline: none;
}
.quote-table-header-context-menu-content-link:not(:last-child) {
  margin-bottom: 10px;
}
.nls-search-bar {
  padding: 4px 0px;
  border-bottom: 2px solid #eaeaf0;
}
.nls-search-bar:focus-within {
  border-bottom: 2px solid #ff0000;
}
.nls-search-bar .nls-search-bar-button {
  --bs-btn-focus-box-shadow:  0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-border-color: #cccccc;
  --bs-btn-hover-color: #ff0000;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-active-border-color: #cccccc;
  --bs-btn-disabled-bg: #fafafa;
  --bs-btn-disabled-border-color: #eaeaf0;
}
.nls-search-error {
  font-size: 0.875rem;
}
.nls-search-error .icon-exclamation-circle {
  width: 12px;
  height: 12px;
}
.nls-example .nls-example-item {
  --bs-btn-border-radius: 4px;
  --bs-btn-font-weight: --400;
}
.nls-example .nls-example-description, .nls-example .nls-example-item, .nls-example .nls-example-suggestion {
  font-size: 0.875rem;
}
.image-upload-search__title {
  margin-top: -0.75rem;
}
.image-upload-search__description {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.image-upload-search__sub-description {
  font-size: 0.875rem;
  margin-top: -1rem;
}
.image-upload .btn-light {
  background-color: #eee;
}
.image-upload .btn-image-search {
  height: fit-content;
  overflow: initial;
}
.image-upload__dropzone {
  padding: 22px 24px;
  color: #ff0000;
  position: relative;
  border: 2px dashed #ff0000;
  background-color: #f9f9f9;
  min-height: 72px;
  overflow: hidden;
}
.image-upload__dropzone.dragover {
  background-color: rgba(255, 0, 0, 0.15);
}
.image-upload__description {
  gap: 16px;
}
.image-upload__description h5, .image-upload__description .h5, .image-upload__description .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .image-upload__description .search-suggest-product-name {
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  color: #ff0000;
  margin: 0;
}
.image-upload__description .icon {
  color: #ff0000;
  width: 24px;
}
.image-upload__description .icon svg {
  top: 0;
}
.image-upload__description span {
  color: #798490;
  font-size: 0.875rem;
}
.image-upload__text {
  display: flex;
  flex-direction: column;
}
.image-upload__file-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.image-upload .thumbnail-info {
  overflow: hidden;
}
.image-upload .thumbnail-container {
  width: 75px;
  height: 75px;
}
.header-search {
  display: flex;
}
.header-search > .header-search-form {
  width: 100%;
}
.ai-search-page {
  padding-top: 80px;
  gap: 60px;
}
.ai-search-container {
  gap: 80px;
}
.ai-search-results {
  gap: 48px;
}
@keyframes sparkleAnimation3 {
  0% {
    transform: translateY(0%);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes sparkleAnimation2 {
  0% {
    transform: translateY(5%);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes sparkleAnimation1 {
  0% {
    transform: translateY(10%);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: translateY(-25%);
  }
}
.ai-search-loading-spinner svg > path {
  opacity: 0;
}
.ai-search-loading-spinner svg > path:nth-child(1) {
  animation: sparkleAnimation1 3s infinite ease-in-out;
  animation-delay: 0s;
}
.ai-search-loading-spinner svg > path:nth-child(2) {
  animation: sparkleAnimation2 3s infinite ease-in-out;
  animation-delay: 0.2s;
}
.ai-search-loading-spinner svg > path:nth-child(3) {
  animation: sparkleAnimation3 3s infinite ease-in-out;
  animation-delay: 0.4s;
}
.icon-ai-primary {
  color: #ff0000;
}
.icon-ai-search {
  width: 47px;
  height: 31px;
}
.icon-ai-loading {
  color: #ff0000;
  width: 128px;
  height: 128px;
}
.cms-spatial-viewer-container {
  position: relative;
  height: 100%;
  width: 100%;
}
.cms-spatial-viewer-container .cms-spatial-viewer-container-with-canvas {
  display: block;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 200px;
  max-height: 70vh;
  aspect-ratio: 1;
}
.cms-spatial-viewer-container .cms-spatial-viewer-container-with-canvas.is-tall {
  aspect-ratio: 0.5;
}
.cms-spatial-viewer-container .cms-spatial-viewer-container-with-canvas.is-wide {
  aspect-ratio: 2;
}
.cms-spatial-viewer-container.spatial-fullscreen-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  box-sizing: border-box;
  z-index: 800;
  background: #fff;
}
.cms-spatial-viewer-container.spatial-fullscreen-view .cms-spatial-viewer-container-with-canvas {
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
}
.cms-spatial-viewer-container.spatial-fullscreen-view .spatial-open-fullscreen-btn {
  display: none;
}
.cms-spatial-viewer-container.spatial-fullscreen-view .spatial-close-fullscreen-btn {
  display: block;
  top: 30px;
  right: 30px;
}
.cms-spatial-viewer-container.spatial-fullscreen-view .spatial-button-actions-group {
  bottom: 30px;
  right: 30px;
}
.cms-spatial-viewer-container .cms-spatial-viewer-canvas {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.cms-spatial-viewer-container .spatial-button-actions-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.cms-spatial-viewer-container .spatial-open-fullscreen-btn, .cms-spatial-viewer-container .spatial-ar-button, .cms-spatial-viewer-container .spatial-close-fullscreen-btn {
  background-color: transparent;
  margin: 0px;
  padding: 1px;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  border: 2px solid #bcc1c7;
  border-radius: 5px;
  z-index: 800;
}
.cms-spatial-viewer-container .spatial-open-fullscreen-btn .icon, .cms-spatial-viewer-container .spatial-ar-button .icon, .cms-spatial-viewer-container .spatial-close-fullscreen-btn .icon {
  margin-top: 4px;
  height: 18px;
  width: 18px;
}
.cms-spatial-viewer-container .spatial-open-fullscreen-btn .icon svg, .cms-spatial-viewer-container .spatial-ar-button .icon svg, .cms-spatial-viewer-container .spatial-close-fullscreen-btn .icon svg {
  top: unset;
}
.cms-spatial-viewer-container .spatial-ar-button {
  width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.cms-spatial-viewer-container .spatial-ar-button .icon {
  margin-top: 0px;
  margin-right: 5px;
}
.cms-spatial-viewer-container .spatial-close-fullscreen-btn {
  position: absolute;
  display: none;
  top: 20px;
  right: 20px;
}
.cms-spatial-viewer-container .spatial-cms-canvas-note {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #798490;
  color: #ffffff;
  padding: 0 8px;
  border-radius: 8px;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.cms-spatial-viewer-container .spatial-cms-canvas-note.spatial-canvas-note--hidden {
  opacity: 0;
}
.cms-spatial-viewer-container .spatial-cms-canvas-note.spatial-cms-movement-note {
  bottom: 86px;
}
.spatial-viewer-remove-scroll-bars {
  overflow: hidden;
}
.approval-rule-item, .pending-order-item {
  padding: calc(var(--bs-gutter-x) * 0.5) 0;
  position: relative;
}
.approval-rule-item:not(:last-child), .pending-order-item:not(:last-child) {
  border-bottom: var(--bs-border-width) solid;
}
.icon-approval-rule-item__status--active {
  width: 20px;
  padding: 2px;
}
.icon-approval-rule-item__status--active svg path {
  fill: #007E4E;
}
.icon-approval-rule-item__status--unactive {
  width: 20px;
  padding: 2px;
}
.icon-approval-rule-item__status--unactive svg path {
  fill: #C20017;
}
.icon-inline-edit-button__save {
  width: 24px;
  height: 24px;
}
.icon-inline-edit-button__save svg {
  border: solid 1px #838489;
  background: #0042A0;
  padding: 2px;
}
.icon-inline-edit-button__save svg path {
  fill: #FFFF;
}
.icon-inline-edit-button__cancel {
  width: 24px;
  height: 24px;
}
.icon-inline-edit-button__cancel svg {
  border: solid 1px #838489;
  padding: 2px;
}
.icon-inline-edit-button__cancel svg path {
  fill: #474A57;
}
.approval-rule-table-header-label, .pending-order-table-header-label {
  display: none;
}
.approval-rule-table-body-context-menu {
  float: right;
  border: var(--bs-border-width) solid #798490;
  border-radius: 0;
  width: 24px;
  height: 24px;
  padding: 0;
}
.approval-rule-table-body-context-menu:after {
  content: unset;
}
.approval-rule-table-body-context-menu .icon {
  margin: 0;
  width: 14px;
  height: 22px;
}
.approval-rule-table-body-context-menu .icon > svg {
  top: 0;
}
.approval-rule-table-header-context-menu-content {
  padding-left: 10px;
  padding-right: 10px;
}
.pending-order-table-header-context-menu-content-link.disabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
.approval-rule-table-header-context-menu-content-link {
  display: block;
  border: 0 none;
  padding: 0;
  width: 100%;
  color: #1a1a1a;
  background: none;
  cursor: pointer;
  text-align: left;
}
.approval-rule-table-header-context-menu-content-link:hover {
  text-decoration: none;
  color: #ff0000;
}
.approval-rule-table-header-context-menu-content-link:active {
  outline: none;
}
.approval-rule-table-header-context-menu-content-link:not(:last-child) {
  margin-bottom: 10px;
}
.approval-rule-table-header-context-menu-content-link.is--danger:hover {
  color: #c82f1e;
}
.approval-rule-header-label {
  display: none;
}
.icon-questionmark-circle svg {
  background: gray;
  border-radius: 50%;
}
.icon-questionmark-circle svg path {
  fill: white;
}
.approval-rule-item__priority--tooltip > .tooltip-inner {
  padding: 24px;
  background: var(---zinc-1000, #000);
  max-width: 279px;
  font-size: 14px;
  line-height: 21px;
}
.approval-rule-table-body-cell.editable input:not([type="checkbox"]) {
  padding: 8px 5px;
}
.approval-rule-table-body-cell.editable input[type="number"] {
  max-width: 60px;
}
.approval-rule-table-body-cell.editable input[type="text"] {
  max-width: 160px;
}
.approval-rule-table-body-cell.editable .is-invalid {
  border: solid 1px #dc3545;
}
.approval-rule-table-body-cell.truncate-multiline {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.approval-rule-table-body-cell.truncate-multiline:not(.justify-content-end) .approval-rule-table-body-value {
  padding-right: 0;
  max-width: calc(100% + 0.75em);
  text-align: left;
}
.approval-rule-table-body-cell.truncate-multiline.justify-content-center .approval-rule-table-body-value {
  margin-right: 0;
}
.approval-rule-table-body-cell.truncate-multiline .approval-rule-table-body-value {
  overflow: hidden;
  line-height: 21px;
  height: 21px;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  max-width: 95%;
  /* stylelint-disable */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* stylelint-enable */
  line-clamp: 1;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
}
@media (max-width: 575.98px) {
  .approval-rule-item {
    padding: calc(var(--bs-gutter-x) * 0.5) 0;
    position: relative;
  }
  .approval-rule-table-header, .b2b-roles .b2b-table thead tr, .pending-order-table-header {
    display: none;
  }
  .approval-rule-table-body-cell:not(:last-child) {
    min-height: 35px;
  }
  .pending-order-table-body-cell:not(:last-child) {
    margin-bottom: 10px;
  }
  .approval-rule-table-header-label, .pending-order-table-body-cell:not(:last-child) {
    display: block;
    float: left;
    width: 40%;
  }
  .approval-rule-table-body-context-menu, .pending-order-table-body-context-menu {
    position: absolute;
    right: 16px;
    top: 22px;
    justify-content: flex-end;
  }
  .approval-rule-table-body-cell {
    display: flex;
    align-items: center;
    justify-content: start;
  }
  .approval-rule-header-label {
    display: block;
    float: left;
    width: 50%;
  }
  .approval-rule-table-body-cell.truncate-multiline:not(.justify-content-end) .approval-rule-table-body-value {
    max-width: 120px;
  }
  .icon-inline-edit-button__save {
    width: 20px;
    height: 20px;
  }
  .icon-inline-edit-button__cancel {
    width: 20px;
    height: 20px;
  }
  .inline-edit-save-button {
    position: absolute;
    right: 28px;
    top: 16px;
  }
  .inline-edit-cancel-button {
    position: absolute;
    right: 5px;
    top: 16px;
  }
}
@media (min-width: 576px) {
  .approval-rule-table-header-cell:last-child, .approval-rule-table-body-cell:last-child, .pending-order-table-header-cell:last-child, .pending-order-table-body-cell:last-child {
    flex: 80px 0;
    width: 80px;
  }
  .approval-rule-item.row {
    min-height: 60px;
    padding: 0;
  }
  .approval-rule-item.row:hover {
    background: #F2F3F8;
  }
}
.custom-condition {
  padding: 1rem;
  background: #f9f9f9;
}
.field__addition {
  min-width: 40px;
  background: #eee;
  border-left: var(--bs-border-width) solid #798490;
  line-height: 16px;
  padding: 12px 15px;
  display: flex;
}
.field__addition.d-none {
  display: none;
}
.single__input {
  border: var(--bs-border-width) solid #798490;
  overflow: hidden;
  display: flex;
}
.single__input .form-control {
  border: none;
}
.pending-order-detail-content-header {
  display: none;
}
.pending-order-detail-bagde {
  font-weight: 600;
  font-size: 0.875rem;
}
.account-pending-order-detail .purchase-order-detail-content-list {
  list-style: none;
  padding-left: 0;
}
.order-detail-content-list, .subscription-detail-content-list {
  list-style: none;
  padding-left: 0;
}
.b2b-create-back {
  text-overflow: clip;
}
@media (min-width: 768px) {
  .pending-order-detail-content-header {
    display: block;
    padding: 0.5rem 0;
    margin-top: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #bcc1c7;
  }
  .pending-order-header-price, .pending-order-header-total {
    text-align: right;
  }
  .pending-order-header-quantity {
    text-align: center;
  }
}
.account-approval-rule .row, .account-pending-order .row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  margin-left: 0;
  margin-right: 0;
}
.approval-rule-wrapper, .pending-order-wrapper {
  border: 1px solid #eaeaf0;
}
.approval-rule-wrapper {
  border-bottom: 0;
}
.approval-rule-table-header-cell, .pending-order-table-header-cell {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-top: calc(var(--bs-gutter-x) * 0.5);
  padding-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.approval-rule-table-body-cell.editable input[type=number]::-webkit-outer-spin-button, .approval-rule-table-body-cell.editable input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.approval-rule-table-body-cell.editable input[type=number] {
  -moz-appearance: textfield;
}
.approval-rule-table-body-cell.editable input:focus {
  outline: none;
}
.approval-rule-table-header, .b2b-roles .b2b-table thead tr, .pending-order-table-header {
  border-bottom: solid 2px #ff0000;
}
.approval-rule-table-header-cell, .approval-rule-table-body-cell, .pending-order-table-header-cell, .pending-order-table-body-cell {
  display: flex;
  align-items: center;
}
.pending-order-detail-badge {
  --bs-bg-opacity: 1;
}
.pending-order-detail-badge.pending {
  background-color: #bcc1c7;
  color: #404b58;
}
.pending-order-detail-badge.in_review {
  background-color: #4aa3df;
}
.pending-order-detail-badge.approved {
  background-color: #2ecc71;
}
.pending-order-detail-badge.declined {
  background-color: #c82f1e;
}
.approval-rules-pagination, .b2b-roles .roles-pagination {
  padding: 12px 16px;
  background: #E2E3E9;
  border: 1px solid #798490;
  border-top: 0;
}
.approval-rules-pagination .pagination > .page-item > .page-link, .b2b-roles .roles-pagination .pagination > .page-item > .page-link {
  background: unset;
}
.approval-rules-pagination .pagination > .page-item.active > .page-link, .b2b-roles .roles-pagination .pagination > .page-item.active > .page-link {
  background: #0042A0;
}
.approval-rules-pagination .per-page, .b2b-roles .roles-pagination .per-page {
  width: auto;
}
@media (max-width: 575.98px) {
  .approval-rules-pagination .approval-rules-pagination-form, .b2b-roles .roles-pagination .approval-rules-pagination-form {
    position: relative;
  }
  .approval-rules-pagination .approval-rules-pagination-form div, .b2b-roles .roles-pagination .approval-rules-pagination-form div {
    padding-left: 0;
  }
  .approval-rules-pagination .per-page, .b2b-roles .roles-pagination .per-page {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.pending-order-card .card-title {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .pending-order-card .card-title {
    font-size: 1.5rem;
  }
}
.pending-detail-action {
  font-size: 0;
}
.pending-order-detail-content-list .line-item-quantity-select-wrapper {
  pointer-events: none;
}
.pending-order-modal.modal {
  --bs-modal-header-border-width: 1px;
  --bs-modal-padding: 32px;
  --bs-modal-header-padding: 32px 24px;
  --bs-modal-width: 600px;
}
.pending-order-modal.modal .modal-body, .pending-order-modal.modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .pending-order-modal.modal .confirm-message {
  padding-bottom: 0;
}
.pending-comment {
  margin-top: 24px;
}
.pending-comment .form-label span {
  color: #798490;
}
.pending-comment textarea {
  border-radius: 3px;
}
.pending-comment textarea::placeholder {
  color: #798490;
}
.purchase-table .order-table-header-heading {
  max-width: 300px;
}
.order-item-status-badge, .subscription-item-status-badge {
  /*
     * Set colors of the order status badge according to the order state.
     * The stylelint rule `selector-class-pattern` is disabled.
     * The technicalName of the order state includes underscores.
     */
  /* stylelint-disable selector-class-pattern */
}
.order-item-status-badge.order-item-status-badge-pending, .order-item-status-badge-pending.subscription-item-status-badge {
  background-color: #4aa3df;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-in-review, .order-item-status-badge-in-review.subscription-item-status-badge {
  background-color: #2ecc71;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-declined, .order-item-status-badge-declined.subscription-item-status-badge {
  background-color: #c82f1e;
  color: #fff;
}
.order-item-status-badge.order-item-status-badge-approved, .order-item-status-badge-approved.subscription-item-status-badge {
  background-color: #c82f1e;
  color: #fff;
}
.order-table-header-order-number .order-table-header-label, .subscription-table-header-info-wrapper .order-table-header-label, .order-table-header-order-number .subscription-table-header-label, .subscription-table-header-info-wrapper .subscription-table-header-label {
  display: inline;
}
.order-table-header-order-table-body-cell.decline-row + .order-item-actions {
  margin-bottom: 1rem;
}
.order-table-header .row > [class*="col-"].decline-row, .order-item-header .row > [class*="col-"].decline-row, .subscription-item-header .row > [class*="col-"].decline-row, .order-detail-content-header .row > [class*="col-"].decline-row, .subscription-detail-content-header .row > [class*="col-"].decline-row {
  padding-right: 0;
  padding-left: 0;
}
.order-decline-comment-row {
  margin-top: 1rem;
}
.order-decline-comment-row .card-title {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 1.125rem;
}
.pending-order-table-header-context-menu-content-link.is--danger {
  display: block;
  border: 0 none;
  width: 100%;
  color: #1a1a1a;
  background: none;
  cursor: pointer;
  text-align: left;
  margin-top: 10px;
}
.pending-order-table-header-context-menu-content-link.is--danger:hover {
  color: #c82f1e;
}
@media (min-width: 768px) {
  .purchase-item-detail .order-item-detail-summary dt, .purchase-item-detail .subscription-item-detail-summary dt {
    text-align: left;
  }
}
.rule-search-input {
  border-right: 0;
}
.rule-search-btn, .b2b-table-header-search-btn, .b2b-roles .b2b-table-header .b2b-table-header-search-btn {
  background: #fafafa;
  --bs-btn-focus-box-shadow:  0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
  --bs-btn-border-color: #cccccc;
  --bs-btn-hover-color: #ff0000;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-active-border-color: #cccccc;
  --bs-btn-disabled-bg: #fafafa;
  --bs-btn-disabled-border-color: #eaeaf0;
  border-left: 0 none;
}
.approval-rule-form {
  padding: 0.5rem 1rem;
  border: 1px solid #eaeaf0;
  background-color: #eee;
}
.approval-rule-empty-state, .b2b-roles .roles-empty-state {
  padding: 0.5rem;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaf0;
  border-top: none;
}
.account-approval-detail .form-group {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .approval-rule-active {
    padding-top: 32px;
  }
}
.approval-rule-custom-condition-value .form-check {
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.rule-required-info {
  margin-top: 1rem;
}
.select-selection-list__input {
  display: inline-block;
  border: none;
  padding: 4px;
}
.select-selection-list {
  list-style: none;
  padding: 0 4px 4px;
  border: var(--bs-border-width) solid #eaeaf0;
  min-height: 42px;
  background-color: #ffffff;
}
.select-selection-list li {
  display: inline-block;
}
.select-selection-list li.d-none {
  display: none;
}
.select-selection-list__item-holder {
  padding: 3px 8px;
  margin: 4px 6px 0 0;
  border: var(--bs-border-width) solid #eaeaf0;
}
.label__dismiss {
  border: none;
  background: transparent;
  height: 24px;
  width: 24px;
  padding: 0;
}
.select-result-list__content {
  width: 100%;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #eaeaf0;
  box-shadow: 0 3px 6px 0 #bcc1c7;
  background-color: #fff;
  font-size: 14px;
  padding: 8px;
  border-radius: 4px;
  position: absolute;
  top: 100%;
}
.select-result-list__item-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.select__selection {
  position: relative;
}
.select-result {
  padding: 12px 15px;
}
.select-result:hover {
  background: #f9f9f9;
  color: #798490;
}
.select-result.is--active .select-result-list__icon-active {
  display: block;
}
.select-result__result-item-text {
  pointer-events: none;
}
.approval-rule-table-header-context-menu-content a, .approval-rule-table-header-context-menu-content button {
  display: block;
  text-align: left;
  font-weight: 400;
}
.approval-rule-table-header-context-menu-content a {
  color: #1a1a1a;
}
.approval-rule-table-header-context-menu-content button {
  color: #c82f1e;
}
.approval-rule-modal {
  --bs-modal-header-border-width: 1px;
}
.approval-rule-modal .btn-outline-primary {
  --bs-btn-color: #c82f1e;
  --bs-btn-border-color: #c82f1e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c82f1e;
  --bs-btn-hover-border-color: #c82f1e;
  --bs-btn-focus-shadow-rgb: 200, 47, 30;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c82f1e;
  --bs-btn-active-border-color: #c82f1e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c82f1e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c82f1e;
  --bs-gradient: none;
}
.is-ctl-shoppinglist.is-act-lists .flashbags.container, .is-ctl-shoppinglist.is-act-lists .cms-section .flashbags.boxed, .cms-section .is-ctl-shoppinglist.is-act-lists .flashbags.boxed {
  display: none;
}
.b2b-shopping-list-detail-header {
  margin-bottom: var(--bs-gutter-x);
}
.b2b-shopping-list-details .card-title {
  margin-bottom: calc(var(--bs-card-spacer-y) * 0.5);
  font-size: 24px;
}
.b2b-shopping-list-details .item {
  margin-top: calc(var(--bs-gutter-x) * 0.4);
}
.b2b-shopping-list-details h1, .b2b-shopping-list-details .h1 {
  margin-bottom: 0;
}
.b2b-shopping-list-empty-icon {
  width: 350px;
  height: 219px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='352' height='219' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m247.603 31.126-.001-14.926c.503-5.931 2.809-13.911 11.429-15.06h.389a.396.396 0 0 1-.039.006l2.564-.005c3.387.35 9.353 2.257 13.006 10.846l-.003.003c-7.652-5.988-14.002-5.377-17.224-3.55-2.527 1.433-4.007 4.195-4.007 7.1v15.27l-6.114.316Z' fill='%23D1DAE5'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.415 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028ZM261.218 1l-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.969 187.992H84.001a2.567 2.567 0 0 0-2.562 2.648c.741 23.011 11.161 26.828 16.101 27.337l2.563-.006s-1.012.166-2.563.006l134.081-.002c-4.958-.516-15.397-4.366-16.092-27.503a2.56 2.56 0 0 0-2.56-2.48Z' fill='%23fff'/%3E%3Cpath d='M97.54 217.977c-4.94-.509-15.36-4.326-16.101-27.337A2.567 2.567 0 0 1 84 187.992H212.97a2.56 2.56 0 0 1 2.56 2.48c.695 23.137 11.134 26.987 16.092 27.503l-134.08.002Zm0 0 2.563-.006s-1.012.166-2.563.006Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3C/svg%3E");
}
.b2b-shopping-list-switch .form-check-input {
  margin-top: 3px;
}
.b2b-shopping-list-search-form .search-input {
  padding-top: 6px;
  padding-bottom: 6px;
}
.b2b-shopping-list-create-button {
  --bs-btn-line-height: 28px;
}
.b2b-shopping-list-table {
  margin-bottom: 0;
}
.b2b-shopping-list-table .table > :not(caption) > * > * {
  padding: 11px 16px;
  position: relative;
}
.b2b-shopping-list-table-header {
  height: 60px;
}
.b2b-shopping-list-table thead th {
  border-color: #ff0000;
  border-bottom-width: 2px;
}
.b2b-shopping-list-table thead .b2b-shopping-list-all-check {
  margin: 3px 2px 0 0;
}
.b2b-shopping-list-table .dropdown .btn-outline-secondary {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-line-height: 22px;
  --bs-btn-bg: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-active-bg: #fff;
}
.b2b-shopping-list-table .dropdown .btn-outline-secondary .icon {
  height: 16px;
}
.b2b-shopping-list-table .dropdown .btn-outline-secondary .icon > svg {
  top: 3px;
}
.b2b-shopping-list-table__header-name {
  position: relative;
}
.b2b-shopping-list-table__header-name.js-multiple-selection .b2b-shopping-list-table__header-cell-name {
  display: none;
}
.b2b-shopping-list-table__header-name.js-multiple-selection ~ * {
  visibility: hidden;
  display: none;
}
.b2b-shopping-list-table__header-name.js-multiple-selection .b2b-shopping-list-table__header-actions {
  visibility: visible;
}
.b2b-shopping-list-table__header-cell-name {
  position: absolute;
}
.b2b-shopping-list-table__header-count {
  min-width: 120px;
  display: flex;
}
.b2b-shopping-list-table__header-actions {
  visibility: hidden;
}
.b2b-shopping-list-table__header-actions .btn-link {
  --bs-btn-line-height: normal;
  --bs-btn-padding-y: 0;
  --bs-btn-padding-x: 0;
  --bs-btn-font-weight: normal;
}
.b2b-shopping-list-table__header-actions .btn-link:hover {
  font-weight: 600;
}
.b2b-shopping-list-table__header-actions .btn-link.text-danger {
  --bs-btn-hover-color: #c82f1e;
}
@media (max-width: 767.98px) {
  .b2b-shopping-list-table .table > :not(caption) > * > * {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .b2b-shopping-list-table thead {
    display: none;
  }
  .b2b-shopping-list-table tbody tr td {
    border-bottom-width: 0;
  }
  .b2b-shopping-list-table tbody tr td::before {
    content: attr(data-label);
    display: inline-block;
    flex-basis: 40%;
    flex-shrink: 0;
    font-weight: 600;
  }
  .b2b-shopping-list-table tbody tr td:nth-child(2) {
    padding-top: 0;
  }
  .b2b-shopping-list-table tbody tr td:last-child {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
  }
  .b2b-shopping-list-table tbody tr td:last-child::before {
    content: none;
  }
}
.b2b-shopping-list-pagination {
  padding: 11px 16px;
}
.b2b-shopping-list-pagination .page-link {
  background-color: transparent;
}
.b2b-shopping-list-pagination .page-item.active .page-link {
  background-color: #ff0000;
}
.b2b-shopping-list-table-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
.b2b-shopping-list-table-header .input-group .form-control {
  border-right: none;
}
.b2b-shopping-list-table-header .input-group .form-control:focus {
  box-shadow: none;
}
.b2b-shopping-list-table-header .input-group .input-group-text {
  background-color: #fff;
  border-left: none;
}
.b2b-shopping-list-table-header .input-group .input-group-text .icon-search svg {
  top: 0;
}
.b2b-shopping-list-line-item .line-item-tax-price, .b2b-shopping-list-line-item .line-item-total-price {
  justify-content: end;
}
.b2b-shopping-detail-summary-form.has-element-loader .element-loader-backdrop {
  display: none;
}
@media (min-width: 768px) {
  .b2b-shopping-list-detail-content .w-md-50 {
    width: 50%;
  }
}
.cms-block-gallery-buybox {
  overflow: visible;
}
.cms-element-buy-box .add-product-action-container {
  height: 36px;
}
.b2b-shopping-list__dropdown {
  --bs-dropdown-min-width: 260px;
  max-width: 300px;
  min-height: 50px;
}
.b2b-shopping-list__dropdown .dropdown-item {
  cursor: pointer;
  white-space: normal;
}
.b2b-shopping-list__dropdown .dropdown-item .icon-checkmark {
  flex-shrink: 0;
}
.b2b-shopping-list__dropdown .product-wishlist {
  margin: 0;
  flex-grow: 1;
}
.b2b-shopping-list__dropdown .product-wishlist .icon-wishlist {
  display: none;
}
.b2b-shopping-list__dropdown .product-wishlist .product-wishlist-btn-content {
  margin: 0;
  text-decoration: none;
}
.b2b-shopping-list__dropdown .product-wishlist .product-wishlist-action {
  width: 100%;
  justify-content: space-between;
}
.b2b-shopping-list__dropdown .product-wishlist .product-wishlist-action.product-wishlist-not-added .icon-checkmark {
  display: none;
}
.b2b-shopping-list__dropdown-overflow {
  max-height: 205px;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .b2b-shopping-list__dropdown {
    --bs-dropdown-min-width: calc(100vw - 26px);
    max-width: none;
    margin-right: -13px !important;
  }
  .b2b-shopping-list__dropdown .dropdown-item {
    --bs-dropdown-item-padding-y: 9px;
    font-size: 14px;
  }
}
div[class*="add-product-action-container"] .icon-checkmark svg, div[class*="add-product-action-container"] .icon-plus svg {
  top: 0;
}
div[class*="add-product-action-container"] .add-to-label, div[class*="add-product-action-container"] .b2b-shopping-list-button-add {
  line-height: 1.5;
}
div[class*="add-product-action-container"].added .add-icon, div[class*="add-product-action-container"].added .b2b-shopping-list-button-add, div[class*="add-product-action-container"].removed .add-icon, div[class*="add-product-action-container"].removed .b2b-shopping-list-button-add {
  display: none;
}
div[class*="add-product-action-container"].added .check-mark-icon, div[class*="add-product-action-container"].removed .check-mark-icon {
  display: flex;
}
div[class*="add-product-action-container"].added .added-text {
  display: inline;
}
div[class*="add-product-action-container"].removed .removed-text {
  display: inline;
}
div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-add-product-loading, div[class*="add-product-action-container"].loading .b2b-shopping-list-add-product-loading {
  display: inline-block;
}
div[class*="add-product-action-container"]:has(.product-wishlist-loading) .add-icon, div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-button-add, div[class*="add-product-action-container"]:has(.product-wishlist-loading) .check-mark-icon, div[class*="add-product-action-container"]:has(.product-wishlist-loading) .added-text, div[class*="add-product-action-container"]:has(.product-wishlist-loading) .removed-text, div[class*="add-product-action-container"].loading .add-icon, div[class*="add-product-action-container"].loading .b2b-shopping-list-button-add, div[class*="add-product-action-container"].loading .check-mark-icon, div[class*="add-product-action-container"].loading .added-text, div[class*="add-product-action-container"].loading .removed-text {
  display: none;
}
.product-box:has(.b2b-shopping-list-button-add) .product-wishlist-remove {
  display: none;
}
.product-box .b2b-shopping-list-button-add {
  --bs-btn-active-bg: #eee;
  --bs-btn-active-border-color: #eee;
  --bs-btn-bg: #f9f9f9;
  --bs-btn-border-color: #f9f9f9;
  --bs-btn-hover-bg: #eee;
  --bs-btn-hover-border-color: #eee;
  --bs-btn-disabled-bg: #eee;
  --bs-btn-disabled-border-color: #eee;
  --bs-btn-disabled-color: #eee;
  border-radius: 50% !important;
  min-height: 40px;
  min-width: 40px;
}
.product-box.box-wishlist .product-wishlist-btn-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 175px;
}
.product-box.box-wishlist .b2b-shopping-list__dropdown .b2b-shopping-list__dropdown-item--wishlist {
  display: none;
}
.product-box.box-wishlist .b2b-shopping-list__dropdown .product-wishlist-btn {
  display: none;
}
.product-box.box-wishlist .b2b-shopping-list__dropdown .dropdown-item--wishlist {
  display: flex;
}
.product-box.box-wishlist .b2b-shopping-list__dropdown .dropdown-item--wishlist .btn, .product-box.box-wishlist .b2b-shopping-list__dropdown .dropdown-item--wishlist .acris-last-search-term-delete {
  --bs-btn-padding-x: 0;
  --bs-btn-padding-y: 0;
  --bs-btn-line-height: 1;
  --bs-btn-font-weight: normal;
  max-height: 22px;
}
.product-box div[class*="add-product-action-container"] {
  right: 16px;
  bottom: 16px;
}
.product-box div[class*="add-product-action-container"].added .b2b-shopping-list-button-add, .product-box div[class*="add-product-action-container"].added .check-mark-icon, .product-box div[class*="add-product-action-container"].removed .b2b-shopping-list-button-add, .product-box div[class*="add-product-action-container"].removed .check-mark-icon {
  display: inline-flex;
}
.product-box div[class*="add-product-action-container"].added .icon-plus, .product-box div[class*="add-product-action-container"].removed .icon-plus {
  display: none;
}
.product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-add-product-loading, .product-box div[class*="add-product-action-container"].loading .b2b-shopping-list-add-product-loading {
  display: inline-block;
}
.product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .b2b-shopping-list-button-add, .product-box div[class*="add-product-action-container"].loading .b2b-shopping-list-button-add {
  display: inline-flex;
}
.product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .icon-plus, .product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .add-icon, .product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .check-mark-icon, .product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .added-text, .product-box div[class*="add-product-action-container"]:has(.product-wishlist-loading) .removed-text, .product-box div[class*="add-product-action-container"].loading .icon-plus, .product-box div[class*="add-product-action-container"].loading .add-icon, .product-box div[class*="add-product-action-container"].loading .check-mark-icon, .product-box div[class*="add-product-action-container"].loading .added-text, .product-box div[class*="add-product-action-container"].loading .removed-text {
  display: none;
}
.product-box .card-body-wishlist div[class*=add-product-action-container] {
  right: 9px;
  bottom: 9px;
}
.b2b-shopping-list-line-item .line-item-quantity {
  order: 2;
}
.b2b-shopping-list-line-item .line-item-tax-price {
  order: 3;
}
.b2b-shopping-list-line-item .line-item-price {
  order: 4;
}
.b2b-shopping-list-line-item .line-item-remove {
  order: 10;
}
.b2b-shopping-list-line-item .line-item-quantity .js-remove-line-item, .b2b-shopping-list-line-item .line-item-remove .js-remove-line-item {
  --bs-btn-padding-x: 10px;
}
.b2b-shopping-list-line-item .line-item-product-variant {
  font-size: 12px;
}
.b2b-shopping-list-line-item .line-item-product-number {
  margin-bottom: 0;
}
.b2b-shopping-list-line-item .line-item-product-variant-label .line-item-details-characteristics {
  margin-top: 0;
}
.b2b-shopping-list-line-item .line-item-checkbox {
  align-self: flex-start;
  margin-top: 25px;
}
.b2b-shopping-list-line-item .line-item-info {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .b2b-shopping-list-line-item:first-child {
    margin-top: 20px;
  }
  .b2b-shopping-list-line-item:not(:last-child) {
    border-bottom: 1px solid #798490;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .b2b-shopping-list-line-item .line-item-info {
    width: 100%;
  }
  .b2b-shopping-list-line-item .line-item-info .line-item-checkbox {
    order: 2;
    margin: 0;
  }
  .b2b-shopping-list-line-item .line-item-info .line-item-details {
    flex: 1;
    width: auto;
    min-width: 0;
  }
  .b2b-shopping-list-line-item .line-item-info .form-check-input {
    height: 20px;
    width: 20px;
  }
  .b2b-shopping-list-line-item .line-item-remove, .b2b-shopping-list-line-item .line-item-tax-price {
    display: none;
  }
  .b2b-shopping-list-line-item .line-item-quantity, .b2b-shopping-list-line-item .line-item-total-price {
    display: inline-flex;
    width: auto;
    flex: 1;
  }
  .b2b-shopping-list-line-item .line-item-quantity {
    align-items: center;
  }
  .b2b-shopping-list-line-item .line-item-quantity-label {
    margin-bottom: 0;
    padding-left: 0;
  }
  .b2b-shopping-list-line-item .line-item-quantity .js-remove-line-item {
    margin-right: 10px;
    flex-shrink: 0;
  }
  .b2b-shopping-list-line-item .line-item-total-price {
    flex-grow: 1;
    align-self: center;
  }
}
.b2b-shopping-list-detail .btn-outline-secondary {
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
}
.b2b-shopping-list-detail .cart-header-quantity, .b2b-shopping-list-detail .cart-header-tax-price, .b2b-shopping-list-detail .cart-header-total-price {
  line-height: 1.5;
}
.b2b-shopping-list-detail .cart-table-header {
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767.98px) {
  .b2b-shopping-list-detail .b2b-shopping-list-table__header-name .b2b-shopping-list-table__header-actions {
    visibility: visible;
    font-size: 14px;
    align-items: center;
  }
  .b2b-shopping-list-detail .b2b-shopping-list-table__header-name .b2b-shopping-list-table__header-actions .list-items-add-to-list, .b2b-shopping-list-detail .b2b-shopping-list-table__header-name .b2b-shopping-list-table__header-actions .list-items-remove, .b2b-shopping-list-detail .b2b-shopping-list-table__header-name .b2b-shopping-list-table__header-actions .list-items-add-to-cart {
    text-decoration: none;
    --bs-btn-font-size: inherit;
  }
  .b2b-shopping-list-detail .b2b-shopping-list-table__header-name .b2b-shopping-list-table__header-cell-name, .b2b-shopping-list-detail .b2b-shopping-list-table__header-name ~ * {
    visibility: hidden;
    display: none;
  }
  .b2b-shopping-list-detail .b2b-shopping-list-table__header-count, .b2b-shopping-list-detail .b2b-shopping-list-table__header-actions .dropdown {
    flex-basis: calc(50% - 4px);
  }
  .b2b-shopping-list-detail .b2b-shopping-list-table__header-actions .dropdown .btn-outline-secondary {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    --bs-btn-line-height: 22px;
    --bs-btn-bg: #fff;
    --bs-btn-hover-bg: #fff;
    --bs-btn-active-bg: #fff;
  }
  .b2b-shopping-list-detail .b2b-shopping-list-table__header-actions .dropdown .btn-outline-secondary .icon {
    height: 16px;
  }
  .b2b-shopping-list-detail .b2b-shopping-list-table__header-actions .dropdown .btn-outline-secondary .icon > svg {
    top: 3px;
  }
  .b2b-shopping-list-detail .cart-table-header {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #fff;
    padding-top: 14px;
  }
}
/*
 * Components
 * ---------------------------- */
.b2b-organization-unit-empty-icon {
  width: 350px;
  height: 219px;
  background-repeat: no-repeat;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='352' height='219' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='M259.418 1.141h2.523c-1.378-.142-2.328-.027-2.523 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m247.603 31.126-.001-14.926c.503-5.931 2.809-13.911 11.429-15.06h.389a.396.396 0 0 1-.039.006l2.564-.005c3.387.35 9.353 2.257 13.006 10.846l-.003.003c-7.652-5.988-14.002-5.377-17.224-3.55-2.527 1.433-4.007 4.195-4.007 7.1v15.27l-6.114.316Z' fill='%23D1DAE5'/%3E%3Cpath clip-rule='evenodd' d='M259.421 1.14h-.389c-8.619 1.149-10.926 9.129-11.43 15.059l.002 14.927h27.88a2.565 2.565 0 0 0 2.561-2.648c-.74-23.01-11.16-26.827-16.1-27.337l-2.563.005.039-.005Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.415 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m261.218 1-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 80.597a5.338 5.338 0 1 1-10.675 0 5.338 5.338 0 0 1 10.675 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 84.333h-74.751a3.737 3.737 0 0 1 0-7.474h74.751a3.738 3.738 0 0 1 0 7.474Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 100.668a5.338 5.338 0 1 1-10.676 0 5.338 5.338 0 0 1 10.676 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 104.405h-74.751a3.737 3.737 0 0 1 0-7.473h74.751a3.737 3.737 0 0 1 0 7.473Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M132.043 120.74a5.338 5.338 0 1 1-10.677 0 5.338 5.338 0 0 1 10.677 0Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' fill='%23F4F7FA'/%3E%3Cpath clip-rule='evenodd' d='M220.058 124.477h-74.751a3.737 3.737 0 1 1 0-7.473h74.751a3.737 3.737 0 1 1 0 7.473Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m333.449 125.094 1.582-6.472c.142-.585.974-.585 1.117 0l1.582 6.472a8.667 8.667 0 0 0 6.359 6.359l6.472 1.581c.585.143.585.974 0 1.118l-6.472 1.582a8.664 8.664 0 0 0-6.359 6.359l-1.582 6.471c-.143.585-.975.585-1.117 0l-1.582-6.471a8.664 8.664 0 0 0-6.359-6.359l-6.472-1.582c-.584-.144-.584-.975 0-1.118l6.472-1.581a8.667 8.667 0 0 0 6.359-6.359Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m14.27 36.18 1.582-6.47c.142-.586.973-.586 1.116 0l1.583 6.47a8.663 8.663 0 0 0 6.358 6.36l6.472 1.582c.585.142.585.974 0 1.118l-6.472 1.58a8.663 8.663 0 0 0-6.358 6.36l-1.583 6.471c-.143.586-.974.586-1.116 0l-1.583-6.471a8.665 8.665 0 0 0-6.358-6.36l-6.473-1.58c-.584-.144-.584-.976 0-1.118l6.473-1.583a8.665 8.665 0 0 0 6.358-6.358Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m300.576 78.043.754-3.083c.068-.277.464-.277.532 0l.753 3.083a4.121 4.121 0 0 0 3.027 3.027l3.083.754c.279.068.279.464 0 .532l-3.082.753a4.129 4.129 0 0 0-3.029 3.028l-.752 3.082c-.068.279-.464.279-.532 0l-.754-3.082a4.12 4.12 0 0 0-3.028-3.028l-3.082-.752c-.278-.069-.278-.465 0-.533l3.082-.754a4.126 4.126 0 0 0 3.028-3.027Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028Z' fill='%23fff'/%3E%3Cpath clip-rule='evenodd' d='m45.03 64.975.752-3.081c.069-.28.465-.28.533 0l.753 3.08a4.122 4.122 0 0 0 3.028 3.029l3.082.753c.278.068.278.465 0 .533l-3.082.753a4.122 4.122 0 0 0-3.028 3.028l-.753 3.081c-.068.28-.464.28-.533 0l-.753-3.08a4.122 4.122 0 0 0-3.028-3.029l-3.08-.753c-.28-.069-.28-.465 0-.533l3.08-.753a4.122 4.122 0 0 0 3.028-3.028ZM261.218 1l-148.524.284c-8.415 0-15.237 6.822-15.237 15.238v171.471h115.514a2.56 2.56 0 0 1 2.56 2.48c.694 23.137 11.135 26.986 16.091 27.503l-119.723.001c.264.014.528.021.795.021h119.677c8.416 0 15.238-6.822 15.238-15.238 0 0-.006-186.453-.008-186.56.545-6.405 3.189-15.2 13.617-15.2Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.969 187.992H84.001a2.567 2.567 0 0 0-2.562 2.648c.741 23.011 11.161 26.828 16.101 27.337l2.563-.006s-1.012.166-2.563.006l134.081-.002c-4.958-.516-15.397-4.366-16.092-27.503a2.56 2.56 0 0 0-2.56-2.48Z' fill='%23fff'/%3E%3Cpath d='M97.54 217.977c-4.94-.509-15.36-4.326-16.101-27.337A2.567 2.567 0 0 1 84 187.992H212.97a2.56 2.56 0 0 1 2.56 2.48c.695 23.137 11.134 26.987 16.092 27.503l-134.08.002Zm0 0 2.563-.006s-1.012.166-2.563.006Z' stroke='%23ADBCD1' stroke-width='1.396' stroke-linecap='round'/%3E%3C/svg%3E");
}
.b2b-organization-unit-table .b2b-table-column {
  padding: 11px 1rem;
}
.b2b-organization-unit-table .b2b-table-context-menu-button {
  width: 24px;
  height: 24px;
  position: relative;
}
.b2b-organization-unit-table .b2b-table-context-menu-button:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.b2b-organization-unit-table .b2b-table-context-menu-button svg {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2b-organization-unit-table .b2b-table-action:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.b2b-organization-unit-table thead .b2b-table-column {
  border-width: 1px;
}
.b2b-organization-unit-pagination {
  padding: 12px;
}
.b2b-organization-unit-pagination .page-link {
  background-color: transparent;
}
.b2b-organization-unit-pagination .page-item.active .page-link {
  background-color: #ff0000;
}
.b2b-organization-unit .b2b-table-header-actions-primary, .b2b-organization-unit a.btn.btn-primary, .b2b-organization-unit a.btn-primary.acris-last-search-term-delete {
  padding: 0 12px;
}
.b2b-organization-unit-table thead > tr {
  border-bottom-color: #0042A0;
  border-bottom-width: 2px;
  border-right-width: 1px;
}
.b2b-organization-unit .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.b2b-organization-unit-table-header {
  padding-top: 12px;
  padding-bottom: 12px;
  flex-direction: row;
}
.b2b-organization-unit-table-header .input-group .form-control {
  border-right: none;
}
.b2b-organization-unit-table-header .input-group .form-control:focus {
  box-shadow: none;
}
.b2b-organization-unit-table-header .input-group .input-group-text {
  background-color: #fff;
  border-left: none;
}
.b2b-organization-unit-table-header .input-group .input-group-text .icon-search svg {
  top: 0;
}
.multiple-selection, .single-selection {
  padding-top: 0.438rem;
  padding-left: 0.5625rem;
  padding-bottom: 0.438rem;
  min-height: 41px;
}
.multiple-selection:has(input:focus) {
  color: #ff0000;
  background-color: #e7e7e7;
  border-color: #ff0000;
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.multiple-selection .dropdown-toggle, .single-selection .dropdown-toggle {
  --bs-focus-ring-width: 0;
  flex-grow: 1;
  order: 1;
  min-width: 0;
  flex-basis: 0;
}
.multiple-selection .dropdown-menu, .single-selection .dropdown-menu {
  width: 100%;
  right: -1.6875rem !important;
}
.multiple-selection .dropdown-menu.has-element-loader .multiple-dropdown:before, .single-selection .dropdown-menu.has-element-loader .multiple-dropdown:before {
  content: none;
}
.multiple-selection .dropdown-item, .single-selection .dropdown-item {
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-active-color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  min-height: 30px;
  flex-shrink: 0;
  order: 2;
}
.multiple-selection .dropdown-item .form-check-label, .single-selection .dropdown-item .form-check-label, .multiple-selection .dropdown-item .form-check-input, .single-selection .dropdown-item .form-check-input {
  cursor: pointer;
  margin: 0;
}
.multiple-selection .dropdown-item .form-check-label span:not(.form-check-default), .single-selection .dropdown-item .form-check-label span:not(.form-check-default) {
  font-weight: 600;
}
.multiple-selection .dropdown-item.active, .single-selection .dropdown-item.active {
  order: 1;
}
.multiple-selection .dropdown-item.is-focused, .single-selection .dropdown-item.is-focused {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.multiple-selection .dropdown-item.is-default, .single-selection .dropdown-item.is-default {
  order: 0;
}
.multiple-selection .dropdown-item.is-default .form-check-default, .single-selection .dropdown-item.is-default .form-check-default {
  display: inline;
}
.multiple-selection .dropdown-item .form-check-input[type="radio"], .single-selection .dropdown-item .form-check-input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.multiple-selection.disabled, .disabled.single-selection {
  background-color: #eee;
}
.multiple-selection.disabled .multiple-tag-remove, .disabled.single-selection .multiple-tag-remove {
  display: none;
}
.multiple-selection.disabled .multiple-tag, .disabled.single-selection .multiple-tag {
  padding-right: 8px;
}
.multiple-selection.disabled .multiple-tag-input, .disabled.single-selection .multiple-tag-input {
  background-color: transparent;
}
.multiple-selection.disabled .multiple-tag-input::placeholder, .disabled.single-selection .multiple-tag-input::placeholder {
  opacity: 0;
}
.multiple-selection ~ .form-check, .single-selection ~ .form-check {
  padding-left: 0;
}
.multiple-dropdown {
  min-height: 50px;
  max-height: 200px;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.multiple-dropdown::before {
  content: attr(data-no-result);
  display: flex;
  position: absolute;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 50px;
}
.multiple-tag {
  padding-top: 1px;
  padding-bottom: 1px;
  min-height: 32px;
}
.multiple-tag-remove {
  line-height: 1.2;
}
.multiple-tag-remove .icon-x {
  width: 12px;
}
.multiple-tag-remove .icon-x svg {
  top: 3px;
}
.multiple-tag-remove:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.multiple-tag-input::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
.multiple-tag.is-default {
  order: -1;
}
.single-selection {
  padding-top: 4px;
  padding-bottom: 4px;
}
.single-selection .multiple-tag {
  background-color: transparent;
  border: none;
  flex-grow: 1;
  justify-content: space-between;
  padding-left: 0;
}
.single-selection .multiple-tag-remove {
  padding: 0;
}
.single-selection .multiple-tag-input:not(:placeholder-shown):not(:focus) {
  opacity: 0;
}
.single-selection:has(.multiple-tag) .multiple-tag-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 10px;
  width: 70%;
  background-color: transparent;
}
.single-selection:has(.multiple-tag) .multiple-tag-input::placeholder {
  opacity: 0;
}
.single-selection:has(.multiple-tag-input:focus) .multiple-tag {
  opacity: 0;
}
.single-selection .dropdown-item:not(.active) .form-check-label span {
  font-weight: 400;
}
.single-selection .dropdown-item .active {
  pointer-events: none;
}
.b2b-ou-create .invisible.form-check-input, .account-address-form .invisible.form-check-input {
  margin: 0;
  max-height: 0;
  display: flex;
  border: 0;
}
.organization-unit-inheritance-title {
  display: flex;
  align-items: center;
  gap: 4px;
}
.organization-unit-inheritance-toggle {
  display: inline-flex;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: inherit;
  position: relative;
}
.organization-unit-inheritance-toggle[hidden], .organization-unit-inheritance-toggle [hidden] {
  display: none !important;
}
.organization-unit-inheritance-toggle:hover {
  background-color: #eee;
}
.organization-unit-inheritance-toggle svg {
  display: block;
}
.organization-unit-inheritance-toggle span[data-b2b-organization-unit-inherited-icon], .organization-unit-inheritance-toggle span[data-b2b-organization-unit-disinherited-icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.multiple-dropdown, .form-group[data-b2b-organization-unit-multiple-checkboxes] {
  --bs-form-valid-color: #1a1a1a;
}
.multiple-dropdown .form-check-input:valid:checked, .form-group[data-b2b-organization-unit-multiple-checkboxes] .form-check-input:valid:checked {
  background-color: #0042A0;
}
.multiple-dropdown .form-check-input:valid:focus, .form-group[data-b2b-organization-unit-multiple-checkboxes] .form-check-input:valid:focus {
  --bs-form-valid-border-color: #ff0000;
  box-shadow: 0 0 0 0.2rem rgba(0, 66, 160, 0.25);
}
.multiple-dropdown .form-check:has(.form-check-input:checked):hover, .form-group[data-b2b-organization-unit-multiple-checkboxes] .form-check:has(.form-check-input:checked):hover {
  position: relative;
}
.multiple-dropdown .form-check:has(.form-check-input:checked):hover .btn-link, .form-group[data-b2b-organization-unit-multiple-checkboxes] .form-check:has(.form-check-input:checked):hover .btn-link {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
#b2b-organization-unit-confirm-modal.has-element-loader {
  position: fixed;
}
.order-table-b2b-organization {
  margin-bottom: 8px;
}
.order-table .order-item-header .row > .order-table-b2b-organization, .subscription-table .order-item-header .row > .order-table-b2b-organization, .subscription-table .subscription-item-header .row > .order-table-b2b-organization, .purchase-table .order-item-header .row > .order-table-b2b-organization, .purchase-table .subscription-item-header .row > .order-table-b2b-organization, .order-table .subscription-item-header .row > .order-table-b2b-organization {
  padding-right: 0;
  padding-left: 0;
}
/*
 * Components
 * ---------------------------- */
.b2b-advanced-product-catalogs .input-group-text .icon svg {
  top: 0;
}
.b2b-advanced-product-catalogs .b2b-advanced-product-catalogs__deselect-all, .b2b-advanced-product-catalogs .b2b-advanced-product-catalogs__select-all {
  --bs-btn-disabled-border-color: #($gray-300);
}
.b2b-advanced-product-catalogs__search-tree:not(:empty), .b2b-advanced-product-catalogs__search-empty, .b2b-advanced-product-catalogs__tree {
  padding: 24px;
  min-height: 240px;
  max-height: 480px;
  overflow: auto;
}
.b2b-advanced-product-catalogs__search-empty {
  border: 1px solid #bcc1c7;
}
.b2b-advanced-product-catalogs__tree-container {
  min-height: 240px;
  border: 1px solid #bcc1c7;
}
.b2b-advanced-product-catalogs__tree-nested {
  list-style: none;
  margin: 0 !important;
  padding-left: 23px;
}
.b2b-advanced-product-catalogs__tree-nested > li:not(.collapse):not(.collapsing):not(:has(> .b2b-advanced-product-catalogs__tree-caret)) {
  padding-left: 24px;
}
.b2b-advanced-product-catalogs__tree-caret {
  display: inline-flex;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.b2b-advanced-product-catalogs__tree-caret .icon-arrow-down, .b2b-advanced-product-catalogs__tree-caret .icon-arrow-right {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.b2b-advanced-product-catalogs__tree-caret .icon-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M4.707 5.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L8 8.586 4.707 5.293z'/%3E%3C/defs%3E%3Cuse transform='rotate(-90 8 8)' xlink:href='%23a' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.b2b-advanced-product-catalogs__tree-caret .icon-arrow-down {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M4.707 6.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L8 9.586 4.707 6.293z'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.b2b-advanced-product-catalogs__tree-caret[aria-expanded="false"] .icon-arrow-down {
  display: none;
}
.b2b-advanced-product-catalogs__tree-caret[aria-expanded="true"] .icon-arrow-right {
  display: none;
}
.b2b-advanced-product-catalogs-modal {
  --bs-modal-header-padding: 27px 32px;
  --bs-modal-header-border-width: 1px;
  --bs-modal-width: 600px;
  --bs-modal-padding: 32px;
}
.b2b-advanced-product-catalogs-modal .modal-body, .b2b-advanced-product-catalogs-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .b2b-advanced-product-catalogs-modal .confirm-message {
  padding-bottom: 0;
}
.b2b-advanced-product-catalogs-modal .modal-footer .btn, .b2b-advanced-product-catalogs-modal .modal-footer .acris-last-search-term-delete {
  --bs-btn-font-size: 14px;
}
.b2b-advanced-product-catalogs-modal .progress {
  margin-bottom: 32px;
  --bs-border-radius: 50px;
}
.b2b-advanced-product-catalogs-modal:not(.is--saving) .progress, .b2b-advanced-product-catalogs-modal:not(.is--saving) .alert-danger {
  display: none;
}
.b2b-advanced-product-catalogs-modal.is--saving .modal-header .b2b-advanced-product-catalogs-modal-cancel-button, .b2b-advanced-product-catalogs-modal.is--saving .alert-info {
  display: none;
}
.is-ctl-organizationunit .tooltip {
  --bs-tooltip-max-width: 340px;
  --bs-tooltip-padding-x: 24px;
  --bs-tooltip-padding-y: 24px;
}
/*
 * Variables
 * ---------------------------- */
/*
Variables
==================================================
Define all variables.
*/
/*
 * Components
 * ---------------------------- */
.b2b-budget-empty-icon {
  width: 350px;
  height: 219px;
  display: block;
}
.b2b-budget-empty-icon .icon-empty-state {
  width: 100%;
  height: auto;
}
.b2b-budget-empty-icon .icon-empty-state > svg {
  fill: none;
  color: var(--bs-body-bg);
}
.b2b-budget-table th {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
}
.b2b-budget-table .b2b-table-column {
  padding: 11px 16px;
}
.b2b-budget-table .b2b-table-context-menu-button {
  width: 24px;
  height: 24px;
  position: relative;
}
.b2b-budget-table .b2b-table-context-menu-button:focus {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black;
}
.b2b-budget-table .b2b-table-context-menu-button svg {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b2b-budget-pagination {
  padding: 12px;
}
.b2b-budget-pagination .page-link {
  background-color: transparent;
}
.b2b-budget-pagination .page-item.active .page-link {
  background-color: #ff0000;
}
.b2b-budget .b2b-table-header-actions-primary, .b2b-budget a.btn.btn-primary, .b2b-budget a.btn-primary.acris-last-search-term-delete {
  padding: 0 12px;
}
.b2b-budget-table thead > tr {
  border-bottom-color: #ff0000;
  border-bottom-width: 2px;
  border-right-width: 1px;
}
.b2b-budget .disabled {
  pointer-events: none;
  opacity: 0.5;
}
.b2b-budget-table-header {
  padding-top: 12px;
  padding-bottom: 12px;
  flex-direction: row;
}
.b2b-budget-table-header .input-group .form-control {
  border-right: none;
}
.b2b-budget-table-header .input-group .input-group-text {
  background-color: #fff;
  border-left: none;
}
.b2b-budget-table-header .input-group .input-group-text .icon-search svg {
  top: 0;
}
.b2b-listing-budget-status-text {
  margin-left: 10px;
}
.b2b-table-action-column-used .icon > svg {
  top: 0.1em;
}
@media (max-width: 575.98px) {
  .b2b-budget-table .b2b-table-column {
    border-left: 1px solid #798490;
    border-right: 1px solid #798490;
  }
  .b2b-budget-table .b2b-table-column .icon {
    align-self: flex-start;
  }
  .b2b-budget-table .b2b-table-column::before {
    content: attr(data-label);
    display: inline-block;
    flex-basis: 50%;
    flex-shrink: 0;
    font-weight: 600;
  }
  .b2b-budget-table .b2b-table-column.b2b-table-action-column-actions {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border-left: 0;
    border-right: 0;
  }
  .b2b-budget-table .b2b-table-column.b2b-table-action-column-actions::before {
    content: none;
  }
}
.budget-statistic__info {
  margin-bottom: 17px;
  font-size: 14px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .budget-statistic__info {
    flex-direction: row;
  }
}
.budget-statistic__info-item {
  align-items: center;
  line-height: 21px;
  color: var(--color-text-primary-default, #2d2e32);
}
.budget-statistic__info-item:not(:last-child) {
  padding-right: 24px;
}
.budget-statistic__info-item--exceeded {
  color: #c82f1e;
}
.budget-statistic__info-value {
  margin-left: 4px;
  font-weight: 600;
}
.budget-statistic__info-percentage {
  margin-left: 4px;
}
.budget-statistic__info-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 4px;
  display: inline-block;
  background-color: #CCE5FF;
}
.budget-statistic__info-indicator--used {
  background-color: #189EFF;
}
.budget-statistic__info-indicator--exceeded {
  background-color: #FFCFC9;
}
.budget-statistic__progress .progress {
  height: 52px;
  background-color: #CCE5FF;
}
.budget-statistic__progress .progress-bar--used {
  background-color: #189EFF;
}
.budget-statistic__progress .progress-bar--exceeded {
  background-color: #FFCFC9;
}
.budget-statistic__progress-label {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  text-align: center;
}
.b2b-budget-selection-container {
  margin-bottom: 24px;
}
.btn-confirm-budget:disabled {
  pointer-events: auto;
  --bs-btn-disabled-bg: #B9BABF;
  --bs-btn-disabled-border-color: #B9BABF;
  --bs-btn-disabled-color: #838489;
}
.b2b-budget-checkout {
  margin-bottom: 48px;
}
/*
 * Pages
 * ---------------------------- */
.b2b-budget-detail .btn.multiple-tag-remove, .b2b-budget-detail .multiple-tag-remove.acris-last-search-term-delete {
  border-color: transparent;
}
.is-ctl-budget .tooltip {
  --bs-tooltip-max-width: 340px;
  --bs-tooltip-padding-x: 24px;
  --bs-tooltip-padding-y: 24px;
}
.b2b-budget-recipients .input-group-text .icon svg {
  top: 0;
}
.b2b-budget-recipients .b2b-budget-recipients__deselect-all, .b2b-budget-recipients .b2b-budget-recipients__select-all {
  --bs-btn-disabled-border-color: #($gray-300);
}
.b2b-budget-recipients__search-tree:not(:empty), .b2b-budget-recipients__empty, .b2b-budget-recipients__tree {
  padding: 24px;
  min-height: 240px;
  max-height: 480px;
  overflow: auto;
}
.b2b-budget-recipients__empty {
  border: 1px solid #bcc1c7;
}
.b2b-budget-recipients__empty.no-search-results .b2b-budget-recipients__empty-description {
  display: block;
}
.b2b-budget-recipients__tree *:first-child {
  padding-top: 0;
}
.b2b-budget-recipients__tree-container {
  min-height: 240px;
}
.b2b-budget-recipients__tree-caret {
  display: inline-flex;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.b2b-budget-recipients__tree-caret .icon-arrow-down, .b2b-budget-recipients__tree-caret .icon-arrow-right {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.b2b-budget-recipients__tree-caret .icon-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M4.707 5.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L8 8.586 4.707 5.293z'/%3E%3C/defs%3E%3Cuse transform='rotate(-90 8 8)' xlink:href='%23a' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.b2b-budget-recipients__tree-caret .icon-arrow-down {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cpath id='a' d='M4.707 6.293a1 1 0 0 0-1.414 1.414l4 4a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L8 9.586 4.707 6.293z'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.b2b-budget-recipients__tree-caret[aria-expanded="false"] .icon-arrow-down {
  display: none;
}
.b2b-budget-recipients__tree-caret[aria-expanded="true"] .icon-arrow-right {
  display: none;
}
.b2b-budget-recipients__tree-active, .b2b-budget-recipients__tree-inactive {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.b2b-budget-recipients__tree-active {
  background-color: #1aa179;
}
.b2b-budget-recipients__tree-inactive {
  background-color: #bcc1c7;
}
.b2b-budget-recipients__tree > li:has(div[data-bs-toggle="tooltip"]) {
  padding-left: 23px;
}
.form-check-input:not(.is-invalid) ~ .form-field-custom-feedback {
  display: none;
}
div[data-b2b-budget-recipients]:has(.is-invalid) .b2b-budget-recipients__empty, div[data-b2b-budget-recipients]:has(.is-invalid) .b2b-budget-recipients__tree-container {
  border-color: #c82f1e;
}
.b2b-form-budget-trigger-notification-date {
  display: none;
}
.b2b-form-budget-trigger-notification-value {
  display: block;
}
.b2b-form-budget-trigger-notification-type:has(option[value="SpecificDay"]:checked) ~ .b2b-form-budget-trigger-notification-date {
  display: block;
}
.b2b-form-budget-trigger-notification-type:has(option[value="SpecificDay"]:checked) ~ .b2b-form-budget-trigger-notification-value {
  display: none;
}
.b2b-form-budget-end-date {
  margin-bottom: 0;
}
.form-check:has(#b2b-form-budget-end-date-checkbox) {
  padding-left: 0;
}
.form-check:has(#b2b-form-budget-end-date-checkbox):has(.is-invalid) + .b2b-form-budget-end-date .form-control {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c82f1e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c82f1e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) center;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
  border-color: #c82f1e;
}
.form-check:has(#b2b-form-budget-end-date-checkbox):has(.is-invalid) + .b2b-form-budget-end-date .form-control:focus {
  box-shadow: 0 0 0 0.25rem #c82f1e;
}
#b2b-form-budget-end-date-checkbox {
  width: 0;
  height: 0;
  opacity: 0;
}
.b2b-form-budget-employees {
  padding-left: 0;
}
.b2b-form-budget-recipients:has(.is-invalid) .b2b-budget-recipients__tree-container {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23c82f1e'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c82f1e' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.219rem) bottom 10px;
  background-size: calc(0.75em + 0.438rem) calc(0.75em + 0.438rem);
  border-color: #c82f1e;
}
.cms-element-bundle-buy-box .product-detail-form-container {
  margin-bottom: 0;
}
.cms-element-bundle-buy-box .bundle-detail-price-container {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cms-element-bundle-buy-box .product-detail-list-price-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.25rem;
  min-width: 0;
}
.cms-element-bundle-buy-box .list-price-badge {
  flex-shrink: 0;
}
.cms-element-bundle-description .offcanvas-header {
  display: none;
}
.cms-element-bundle-items .cms-element-bundle-items-slider__header, .cms-element-bundle-items .cms-element-bundle-items-grid__header {
  display: none;
}
.cms-element-bundle-items .cms-element-bundle-items-grid {
  border-bottom: 1px solid #bcc1c7;
  padding-bottom: 1rem;
}
.cms-element-bundle-items .cms-element-bundle-items-grid .product-box .bunlde-item-soldout {
  min-height: 40px;
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box {
  padding: 32px 0;
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box .bundle-detail-price-container, .cms-element-bundle-items .cms-element-bundle-items-buy-box .bundle-detail-delivery-information, .cms-element-bundle-items .cms-element-bundle-items-buy-box .product-detail-tax-container {
  text-align: center;
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box .d-grid {
  justify-content: center;
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box .btn-buy {
  min-width: min(320px, 100%);
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box .product-wishlist {
  justify-self: center;
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box .bundle-detail-delivery-information {
  justify-items: center;
  margin-top: 16px;
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box .product-detail-tax-container > .product-detail-tax {
  margin-bottom: 14px;
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box .bundle-detail-price-container {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cms-element-bundle-items .cms-element-bundle-items-buy-box .bundle-detail-price-container > .product-detail-list-price-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.25rem;
  min-width: 0;
}
.cms-element-bundle-items-buy-box {
  padding: 32px 0;
}
.cms-element-bundle-items-buy-box .bundle-detail-price-container, .cms-element-bundle-items-buy-box .bundle-detail-delivery-information, .cms-element-bundle-items-buy-box .product-detail-tax-container {
  text-align: center;
}
.cms-element-bundle-items-buy-box .d-grid {
  justify-content: center;
}
.cms-element-bundle-items-buy-box .btn-buy {
  min-width: min(250px, 100%);
}
.cms-element-bundle-items-buy-box .product-wishlist {
  justify-self: center;
}
.cms-element-bundle-items-buy-box .bundle-detail-delivery-information {
  justify-items: center;
}
.cms-element-bundle-items-buy-box .product-detail-tax-container > .product-detail-tax {
  margin-bottom: 14px;
}
.cms-element-bundle-items-buy-box .bundle-detail-price-container {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cms-element-bundle-items-buy-box .bundle-detail-price-container > .product-detail-list-price-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.25rem;
  min-width: 0;
}
.cms-element-bundle-items-buy-box .bundle-detail-delivery-information {
  margin-top: 16px;
}
.bundle-detail-buy > .cms-element-bundle-items-buy-box .btn-buy {
  min-width: min(320px, 100%);
}
.cms-element-bundle-items-grid .product-box .bunlde-item-soldout {
  min-height: 40px;
}
.cms-element-bundle-items-slider {
  padding-bottom: 30px;
}
.cms-element-recommended-bundles__bundle {
  padding: 1.875rem 30px 0;
  background-color: #f9f9f9;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.cms-element-recommended-bundles__bundle .cms-element-bundle-name-element-title {
  font-size: 1.25rem;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cms-element-recommended-bundles__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.cms-element-recommended-bundles__items {
  display: flex;
  flex-direction: column;
  position: relative;
  min-width: 0;
}
.cms-element-recommended-bundles__item + .cms-element-recommended-bundles__item {
  margin-top: 16px;
}
.cms-element-recommended-bundles__items > .cms-element-recommended-bundles__item--hidden {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  margin-top: 0;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.cms-element-recommended-bundles__toggle-button, .cms-element-recommended-bundles .show-more-btn {
  align-self: flex-start;
  background-color: #f9f9f9;
  position: relative;
}
.cms-element-recommended-bundles__toggle-button:focus, .cms-element-recommended-bundles__toggle-button:focus-visible, .cms-element-recommended-bundles .show-more-btn:focus, .cms-element-recommended-bundles .show-more-btn:focus-visible {
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
}
.cms-element-recommended-bundles.is-expanded .cms-element-recommended-bundles__toggle-button, .cms-element-recommended-bundles.is-expanded .show-more-btn {
  display: none;
}
.cms-element-recommended-bundles.is-expanded .cms-element-recommended-bundles__item {
  max-height: none;
  overflow: visible;
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transform: none;
}
.cms-element-recommended-bundles.is-expanded .cms-element-recommended-bundles__item + .cms-element-recommended-bundles__item {
  margin-top: 16px;
}
.cms-element-recommended-bundles.is-loading .cms-element-recommended-bundles__toggle-button, .cms-element-recommended-bundles.is-loading .show-more-btn {
  pointer-events: none;
  opacity: 0.8;
}
.cms-element-recommended-bundles.is-loading .cms-element-recommended-bundles__toggle-button::after, .cms-element-recommended-bundles.is-loading .show-more-btn::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  border: 2px solid #adb5bd;
  border-top-color: transparent;
  animation: cms-element-recommended-bundles-spinner 0.8s linear infinite;
}
.cms-element-recommended-bundles.is-loading .cms-element-recommended-bundles__items::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}
.cms-element-recommended-bundles__item {
  width: 100%;
  min-width: 0;
}
.cms-element-recommended-bundles__content {
  width: 100%;
  align-items: stretch;
}
.cms-element-recommended-bundles__column {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
}
.cms-element-recommended-bundles__column .cms-element-bundle-items-grid {
  padding-left: 14px;
}
.cms-element-recommended-bundles__column .cms-element-bundle-items-slider__header, .cms-element-recommended-bundles__column .cms-element-bundle-items-grid__header {
  display: none;
}
.cms-element-recommended-bundles__column > .cms-element-bundle-items-buy-box .btn-buy {
  --bs-btn-color: #fff;
  --bs-btn-bg: #404b58;
  --bs-btn-border-color: #404b58;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #36404b;
  --bs-btn-hover-border-color: #333c46;
  --bs-btn-focus-shadow-rgb: 93, 102, 113;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333c46;
  --bs-btn-active-border-color: #303842;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #404b58;
  --bs-btn-disabled-border-color: #404b58;
}
.cms-element-recommended-bundles__column--buy-box {
  margin-top: 0;
}
.cms-element-recommended-bundles__column--buy-box .cms-element-bundle-items-buy-box {
  padding: 0;
  height: 100%;
}
.cms-element-recommended-bundles__column--buy-box .cms-element-bundle-items-buy-box > div {
  height: 100%;
  align-content: center;
}
.cms-element-recommended-bundles__header > h2, .cms-element-recommended-bundles__header > .h2 {
  font-size: 1.75rem;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: break-word;
}
.cms-element-recommended-bundles .skip-target {
  width: fit-content;
  margin-bottom: 8px;
}
@keyframes cms-element-recommended-bundles-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bundle-discount-container {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 0.25rem;
  padding: 4px 8px;
  background-color: #E2E3E9;
  margin-top: 4px;
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
}
.bundle-discount-container > .icon {
  flex-shrink: 0;
}
.bundle-discount-container .bundle-discount-label {
  font-size: 0.875rem;
  line-height: 21px;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.bundle-discount-container .bundle-discount-value {
  flex-shrink: 0;
  white-space: nowrap;
}
.swag-custom-notification-consent-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
  display: none;
}
.swag-custom-notification-consent-modal__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.swag-custom-notification-consent-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1201;
  background: #fff;
  padding: 32px;
  max-width: 600px;
}
@media (max-width: 575.98px) {
  .swag-custom-notification-consent-modal__content {
    width: 90%;
  }
}
.swag-custom-notification-consent-modal__consent {
  margin-top: 40px;
  text-align: right;
}
.swag-custom-notification-info-modal__content {
  padding: 0 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.swag-custom-notification-info-modal__content img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .swag-custom-notification-info-modal__content {
    flex-direction: row;
  }
  .swag-custom-notification-info-modal__content img {
    width: 50%;
  }
}
.swag-custom-notifications-newsletter-popup__content .form-content {
  padding-top: 0;
}
.swag-custom-notifications-newsletter-popup__content .modal-footer {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-right: 0;
}
.swag-custom-notifications-newsletter-popup__content .modal-footer .btn-primary {
  margin: 0;
}
.swag-custom-notifications-newsletter-popup__content .confirm-message {
  padding-top: 0;
  font-size: 1.125rem;
}
.modal-content .modal-header.only-close {
  padding: 2rem 2rem 10px;
}
.swag-custom-notification-banner {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 20px;
}
.swag-custom-notification-banner-text {
  text-align: center;
}
.swag-custom-notification-banner-close-icon {
  align-self: auto;
  cursor: pointer;
}
.swag-custom-notification-banner-close-icon {
  background: none;
  border: none;
  padding: 0;
}
.scroll-wrapper {
  overflow: hidden;
  white-space: nowrap;
}
.scroll-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-linear 15s linear infinite;
}
@keyframes scroll-linear {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    base.scss
    ======================================
    Basic styles - Contains the imports to all ThemeWare® styles.

    Linking to assets: background-image: url("/bundles/swagbasicexampletheme/your-image.png");

    Info: Loaded via theme.json (4.)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Focus ring
	==================================================

	Der Ring hat zwei Baender: eins am Element, eins aussen.

	    twt-focus-ring          weiss am Element, Farbe aussen   (Normalfall)
	    twt-focus-ring-invert   Farbe am Element, weiss aussen   (helle Elemente)

	Den Selektor schreibt der Aufrufer, das Mixin liefert nur die Eigenschaften.
	Die Funktion gibt es fuer Custom-Properties und kombinierte Schatten:

	    &:focus-visible { @include twt-focus-ring; }
	    &:focus-visible { @include twt-focus-ring-invert; }
	    &:focus-visible { @include twt-focus-ring($twt-inset: true); }   // kein Platz aussen

	    --bs-btn-focus-box-shadow: twt-focus-ring(#ff0000);
	    box-shadow: twt-focus-ring(), 0 8px 20px rgba(0, 0, 0, 0.14);

	Kein Kontrast-Rechnen - das entscheidet der Haendler ueber die Konfiguration.
	Muss vor 'variables' geladen werden, die Aliasse dort rufen die Funktion auf.

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Skin variables
    ==================================================
    Imports all variables used by ThemeWare®.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap variables
	==================================================
	Contains bootstrap default variables.

	@TODO: Overrides are stored in ./overrides.scss

	https://getbootstrap.com/docs/5.2/customize/sass/#variable-defaults

	https://github.com/shopware/platform/blob/trunk/src/Storefront/Resources/app/storefront/src/scss/abstract/variables/_bootstrap.scss
	https://github.com/shopware/platform/blob/master/src/Storefront/Resources/app/storefront/src/scss/skin/shopware/abstract/variables/_bootstrap.scss
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: theme.scss
    ======================================
    Contains ThemeWare® default variables.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Custom variables
    ==================================================
    Contains custom non bootstrap variables.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: SCSS-Mixins
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.badge' mixins added (currently overwritten by Shopware)
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Font mixins
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.label' mixins added (currently missing in Shopware)
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Icon mixins
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Base
	==================================================
	Contains global base styles for all pages.
*/
html {
  font-size: 80%;
}
@media (min-width: 576px) {
  html {
    font-size: 90%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}
.mt-n2p {
  margin-top: -20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Typography
    ==============================================
    Custom styling for bootstrap typography.
    https://getbootstrap.com/docs/5.2/content/typography
*/
@media (max-width: 575.98px) {
  h1, .h1 {
    line-height: 1.2;
  }
  h2, .h2 {
    line-height: 1.2;
  }
  h3, .h3, .lenz-order-comment-group-headline {
    line-height: 1.2;
  }
  h4, .h4 {
    line-height: 1.2;
  }
  h5, .h5, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name {
    line-height: 1.2;
  }
  h6, .h6 {
    line-height: 1.2;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: root.scss
	==================================================
	Set root information.
*/
:root {
  --twt-primary: #ff0000;
  --twt-primary-dark: #dd0000;
  --twt-primary-light: #ff0000;
  --twt-secondary: #404b58;
  --twt-secondary-dark: #353e49;
  --twt-secondary-light: #4b5867;
  --twt-breakpoint-xxxs: 0;
  --twt-breakpoint-xxs: 320px;
  --twt-breakpoint-xs: 480px;
  --twt-breakpoint-sm: 576px;
  --twt-breakpoint-md: 768px;
  --twt-breakpoint-lg: 992px;
  --twt-breakpoint-xl: 1200px;
  --twt-breakpoint-xxl: 1440px;
  --twt-breakpoint-xxxl: 1600px;
  --twt-breakpoint-xxxxl: 1920px;
  --twt-buybox-section-spacing: 2rem;
  --twt-bg-blur: 10px;
  --twt-blur: 5px;
  --twt-brightness: 125%;
  --twt-contrast: 125%;
  --twt-grayscale: 100%;
  --twt-opacity: 75%;
  --twt-saturate: 125%;
  --twt-scale: 110%;
  --twt-theme: Modern;
  --twt-version: p521;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Alert
	==============================================
	Custom styling for bootstrap alert component.
	https://getbootstrap.com/docs/5.2/components/alerts

	Origin: Shopware base & skin
*/
/* ThemeWare/Note:
 * Shopware removes the padding and borders of alerts.
 * Bootstrap uses:
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
 */
.alert {
  border-radius: 0px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.alert h1, .alert .h1, .alert h2, .alert .h2, .alert h3, .alert .h3, .alert .lenz-order-comment-group-headline, .alert h4, .alert .h4, .alert h5, .alert .h5, .alert .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .alert .search-suggest-product-name, .alert h6, .alert .h6 {
  margin-bottom: 0.5rem;
}
.alert .alert-content-container {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.content-main > .flashbags > .alert {
  margin-top: 20px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Sidebar category navigation
	==============================================
	Styling for category navigation component.

	Origin: Shopware base
*/
.category-navigation-box {
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  overflow: hidden;
}
.cms-element-category-navigation .category-navigation-link {
  color: #111111;
  background-color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.cms-element-category-navigation .category-navigation-link:hover {
  color: #ff0000;
  background-color: #ffffff;
}
.cms-element-category-navigation .category-navigation-link.is-active {
  color: #ff0000;
  background-color: #ffffff;
}
.cms-element-category-navigation .category-navigation.level-0 {
  padding-left: 0;
}
.cms-element-category-navigation .category-navigation.level-0 > .category-navigation-entry {
  border-bottom: 1px solid #eeeeee;
}
.cms-element-category-navigation .category-navigation.level-0 > .category-navigation-entry:last-of-type {
  border-bottom: none;
}
.cms-element-category-navigation .category-navigation.level-1 {
  padding-left: 0;
}
.cms-element-category-navigation .category-navigation.level-1 > .category-navigation-entry > .category-navigation-link {
  font-size: 15px;
  padding-left: 20px;
}
.cms-element-category-navigation .category-navigation.level-1 .category-navigation {
  padding-left: 20px;
}
.cms-element-category-navigation .category-navigation.level-2 > .category-navigation-entry > .category-navigation-link {
  font-size: 14px;
}
.cms-element-category-navigation .category-navigation.level-2 .category-navigation {
  padding-left: 10px;
}
.cms-element-category-navigation .category-navigation.level-2 .category-navigation-link {
  font-size: 14px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Backdrop
    ==============================================
    Custom styling for backdrop used by bootstrap modal und custom offcanvas component.
    https://getbootstrap.com/docs/5.2/components/modal

    Origin: Shopware base
*/
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.show {
  opacity: 1;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Base slider
    ==============================================
    Styling for base slider component.
    Contains minimal styling for a slider with arrow and/or dot navigation.
    based on: https://github.com/ganlanyuan/tiny-slider

    Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next {
  opacity: 1;
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev .icon, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff0000;
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev:hover, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-prev:hover .icon, .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls-next:hover .icon {
  color: #404b58;
}
.base-slider-controls-prev:not(.gallery-slider-controls-prev):not(.image-slider-controls-prev):not(.product-slider-controls-prev) .icon > svg {
  top: 0;
  left: -2px;
}
.base-slider-controls-next:not(.gallery-slider-controls-next):not(.image-slider-controls-next):not(.product-slider-controls-next) .icon > svg {
  top: 0;
  right: -1px;
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider):hover .base-slider-controls {
    opacity: 1;
  }
}
/*.base-slider:not(.gallery-slider):not(.image-slider):not(.product-slider) { // Exclude some elements because they were separately configured*/
.base-slider .tns-nav, .base-slider .base-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-slider .tns-nav .base-slider-dot, .base-slider .tns-nav button, .base-slider .base-slider-dots .base-slider-dot, .base-slider .base-slider-dots button {
  margin: 0 8px;
  transition: all 0.3s ease-in-out;
  background-color: #bcc1c7;
}
.base-slider .tns-nav .base-slider-dot:hover, .base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button:hover, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot:hover, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button:hover, .base-slider .base-slider-dots button.tns-nav-active {
  background-color: #798490;
}
.base-slider .tns-nav .base-slider-dot.tns-nav-active, .base-slider .tns-nav button.tns-nav-active, .base-slider .base-slider-dots .base-slider-dot.tns-nav-active, .base-slider .base-slider-dots button.tns-nav-active {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #798490;
}
.base-slider:not(.has-dots-outside) .tns-nav, .base-slider:not(.has-dots-outside) .base-slider-dots {
  margin: 15px 0;
}
.base-slider.has-dots-outside {
  padding-bottom: 45px;
}
.base-slider.has-dots-outside .tns-nav, .base-slider.has-dots-outside .base-slider-dots {
  margin: 15px 0;
}
/*@include media-breakpoint-up(md) {
  .base-slider {
    .tns-nav,
    .base-slider-dots {
      .base-slider-dot,
      button {
      }

      &.hide-dots {
      }
    }
  }
}*/
/*@include media-breakpoint-down(md) {
  .base-slider {
    .tns-nav,
    .base-slider-dots {

      &.hide-dots,
      &.hide-dots-mobile {
      }
    }
  }
}*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Image slider
    ==============================================
    Styling for image slider component.
    Displays images in a reusable slider component.
    based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.image-slider .image-slider-controls-prev, .image-slider .image-slider-controls-next {
  opacity: 1;
  border-radius: 0px;
  border: none;
  background-color: transparent;
}
.image-slider .image-slider-controls-prev .icon, .image-slider .image-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff0000;
}
.image-slider .image-slider-controls-prev:hover, .image-slider .image-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}
.image-slider .image-slider-controls-prev:hover .icon, .image-slider .image-slider-controls-next:hover .icon {
  color: #404b58;
}
.image-slider.has-nav-outside {
  padding-right: 0;
  padding-left: 0;
}
.image-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.image-slider-controls-prev.is-nav-prev-outside {
  left: 0;
}
.image-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
.image-slider-controls-next.is-nav-next-outside {
  right: 0;
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .image-slider .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .image-slider:hover .base-slider-controls {
    opacity: 1;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product slider
    ==============================================
    Styling for product slider component.
    Displays product-boxes in a reusable slider component.
    based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.product-slider .product-slider-controls-prev, .product-slider .product-slider-controls-next {
  opacity: 1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #eeeeee;
}
.product-slider .product-slider-controls-prev .icon, .product-slider .product-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff0000;
}
.product-slider .product-slider-controls-prev:hover, .product-slider .product-slider-controls-next:hover {
  border-color: #d5d5d5;
  background-color: #dbdbdb;
}
.product-slider .product-slider-controls-prev:hover .icon, .product-slider .product-slider-controls-next:hover .icon {
  color: #ffffff;
}
.product-slider-controls-prev {
  left: 0;
}
.product-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.product-slider-controls-prev.is-arrow-prev-inside {
  left: 0;
}
.product-slider-controls-next {
  right: 0;
}
.product-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
.product-slider-controls-next.is-arrow-next-inside {
  right: 0;
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .product-slider .base-slider-controls {
    opacity: 0;
    transition: opacity 0.2s ease-in;
  }
}
@media (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .product-slider:hover .base-slider-controls {
    opacity: 1;
  }
}
/* ---------------- START: OVERFLOW ---------------- */
.cms-block-product-slider, .cms-block-cross-selling {
  overflow: visible;
}
.cms-block-container-row.has--sidebar .cms-element-product-slider .product-slider, .cms-block-container-row:has(> :nth-child(2)) .cms-element-product-slider .product-slider {
  overflow: hidden;
}
.cms-section-sidebar .cms-element-product-slider .product-slider, .cms-section > .cms-section-default:not(.boxed):not(.full-width) .cms-element-product-slider .product-slider {
  overflow: hidden;
}
/* ---------------- END: OVERFLOW ---------------- */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Gallery slider
	==============================================
	Styling for gallery slider component.
	Displays images in a slider gallery with thumbnail navigation.
	based on "base-slider" component and "tiny-slider" (https://github.com/ganlanyuan/tiny-slider)

	Origin: Shopware base
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.gallery-slider .gallery-slider-controls-prev, .gallery-slider .gallery-slider-controls-next {
  opacity: 1;
  border-radius: 0px;
  border: none;
  background-color: #ffffff;
}
.gallery-slider .gallery-slider-controls-prev .icon, .gallery-slider .gallery-slider-controls-next .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ff0000;
}
.gallery-slider .gallery-slider-controls-prev:hover, .gallery-slider .gallery-slider-controls-next:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #ececec;
}
.gallery-slider .gallery-slider-controls-prev:hover .icon, .gallery-slider .gallery-slider-controls-next:hover .icon {
  color: #404b58;
}
.gallery-slider-controls-prev .icon > svg {
  top: 0;
  left: -2px;
}
.gallery-slider-controls-next .icon > svg {
  top: 0;
  right: -1px;
}
.gallery-slider-spatial-canvas-wrapper.spatial-canvas-display {
  background-color: rgba(255, 255, 255, 0);
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Magnifier
    ==============================================
    Styling for magnifier component.
    Displays a lens over a single image or gallery slider and shows the magnified version of the image.

	Origin: Shopware base
*/
.magnifier-zoom-image {
  max-height: 480px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: OffCanvas
    ==============================================
    Move page content like the navigation menu in a sliding OffCanvas menu.
    The sliding direction can be left or right.
    @see https://getbootstrap.com/docs/5.2/components/offcanvas

	Origin: Shopware base
*/
.offcanvas {
  --bs-offcanvas-bg: #ffffff;
}
.offcanvas .offcanvas-close {
  min-height: 44px;
  --bs-btn-color: #fff;
  --bs-btn-bg: #404b58;
  --bs-btn-border-color: #404b58;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #36404b;
  --bs-btn-hover-border-color: #333c46;
  --bs-btn-focus-shadow-rgb: 93, 102, 113;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333c46;
  --bs-btn-active-border-color: #303842;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #404b58;
  --bs-btn-disabled-border-color: #404b58;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.offcanvas .offcanvas-close .icon {
  color: inherit;
}
.offcanvas.cart-offcanvas .offcanvas-close {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}
.offcanvas.cart-offcanvas .offcanvas-close .icon {
  height: 1em;
  width: 1em;
}
.offcanvas.cart-offcanvas .offcanvas-close .icon > svg {
  top: 0;
}
.offcanvas-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product box
	==============================================
	Styling for productbox component.

	Origin: Shopware base
*/
/* @TODO
    - Deactivate hover effects in mobile viewports...
    - Add separate configuration for the three box-layouts...
 */
.product-box {
  transition: border-color 0.2s ease, background-color 0.2s ease;
  background-color: #ffffff;
  border: none;
}
.product-box.box-standard .stretched-link::after, .product-box.box-minimal .stretched-link::after {
  height: calc(240px + var(--bs-card-spacer-y));
}
.product-box .product-image-wrapper {
  overflow: hidden;
  margin: -1rem -1rem 1rem -1rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.product-box .product-image-wrapper img {
  transition: all 0.25s ease;
}
.product-box .product-description {
  height: auto;
}
@media (max-width: 575.98px) {
  .product-box .product-description {
    display: none;
  }
}
.product-box .product-info {
  transition: all 0.25s ease;
}
.product-box.box-standard .product-image-wrapper {
  height: 240px;
  flex-basis: 240px;
}
.product-box.box-standard .product-image {
  max-height: 240px;
}
.product-box.box-minimal .product-image-wrapper {
  height: 240px;
  flex-basis: 240px;
}
.product-box.box-minimal .product-image {
  max-height: 240px;
}
.product-box.box-image .product-image-wrapper {
  flex-basis: 332px;
}
.product-box.box-image .product-image-wrapper img.is-cover {
  object-fit: scale-down;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _    ___
 | '_ \ || |   | || (_|___| ||   \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
	   |__/
*/
@media (hover: hover) and (pointer: fine) {
  .product-box:hover {
    background-color: #ffffff;
    border: none;
  }
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _    ___
 | '_ \ || |   | || (_|___| ||   \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
	   |__/
*/
.product-rating .product-review-rating {
  display: inline-block;
  max-width: 230px;
  margin-right: 0;
}
.product-variant-characteristics {
  display: none !important;
}
.product-variant-characteristics .product-variant-characteristics-text::after {
  background: #ffffff;
}
.product-rating:not(:has(.product-review-rating)):not(.twt-rating-minimal) {
  margin-bottom: 0;
}
.product-price-unit {
  margin-bottom: 0;
}
.product-price .list-price, .js-quickorder-summary .total-price .list-price {
  color: #404b58;
}
.product-cheapest-price {
  display: none !important;
}
.product-badges {
  top: 1rem;
  pointer-events: none;
}
.product-badges .badge {
  font-size: 15px;
  font-size: 0.9375rem;
  height: 30px;
  line-height: 30px;
  pointer-events: all;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.product-badges .badge .icon {
  width: 15px;
  height: 15px;
  opacity: 0.8;
  color: inherit;
}
@media (max-width: 575.98px) {
  .product-badges .badge .icon {
    display: none;
  }
}
.product-badges .badge .icon svg {
  top: 2px;
}
.point-rating.point-blank .icon {
  color: #bcc1c7;
}
.point-rating .icon-light {
  color: #bcc1c7;
}
.point-rating .icon-review {
  color: #fedc70;
}
.product-detail-review-form-star.is-active .icon {
  color: #fedc70;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Loader
    ==============================================
    Defines the loader icon

	Origin: Shopware base
*/
.has-element-loader .cms-element-product-listing .twt-product-ordernumber, .has-element-loader .cms-element-product-listing .twt-product-manufacturer, .has-element-loader .cms-element-product-listing .twt-product-box-delivery-information {
  border-radius: 0px;
  color: transparent;
  animation: skeletonShimmer 1.5s linear 0s infinite normal forwards running;
  background: linear-gradient(to right, #bcc1c7 8%, #f9f9f9 18%, #bcc1c7 28%);
  background-size: 800px 100px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Modal
    ==============================================
    Custom styling for bootstrap modal component.
    https://getbootstrap.com/docs/5.2/components/modal

	Origin: Shopware base & skin
*/
.modal {
  --bs-modal-bg: #fff;
}
.modal .modal-dialog {
  max-width: 800px;
}
@media (max-width: 767.98px) {
  .js-pseudo-modal .modal-body, .js-pseudo-modal .swag-custom-notifications-newsletter-popup__content .confirm-message, .swag-custom-notifications-newsletter-popup__content .js-pseudo-modal .confirm-message {
    padding: 8px;
  }
  .js-pseudo-modal .modal-body .boxed, .js-pseudo-modal .swag-custom-notifications-newsletter-popup__content .confirm-message .boxed, .swag-custom-notifications-newsletter-popup__content .js-pseudo-modal .confirm-message .boxed {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* ThemeWare: Reset cms adjustments */
.modal .cms-section-default {
  padding: 0 !important;
}
.modal .cms-block {
  margin-bottom: 0 !important;
  border: none !important;
  border-radius: inherit !important;
}
.modal .cms-block:not(.bg-color) {
  background-color: inherit !important;
}
.modal .cms-block-container {
  padding: 0 10px !important;
}
.modal .twt-cms-animation.cms-block {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
}
.modal .twt-cms-animation.cms-block h1:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h1:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h2:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h2:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h3:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h3:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .lenz-order-comment-group-headline:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h4:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h4:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h5:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h5:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name:not(.twt-cms-animation), .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .modal .twt-cms-animation.cms-block .search-suggest-product-name:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block h6:not(.twt-cms-animation), .modal .twt-cms-animation.cms-block .h6:not(.twt-cms-animation) {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Pagination
    ==============================================
    Custom styling for bootstrap pagination component.
    https://getbootstrap.com/docs/5.2/components/pagination

	Origin: Shopware base & skin
*/
.pagination {
  gap: 0;
  flex-wrap: wrap;
}
.pagination .page-item.disabled .page-link {
  color: #798490;
  background: #eeeeee;
}
.pagination .page-item.disabled a {
  color: #798490;
}
.pagination .page-item.active a {
  color: #ffffff;
}
.pagination .page-item:not(.disabled):not(.active) .icon {
  color: #ff0000;
}
.pagination .page-item:not(.disabled):not(.active).disabled .icon {
  color: #798490;
}
.pagination .page-item:not(.disabled):not(.active).active .icon {
  color: #ffffff;
}
.pagination .page-link {
  margin-top: 3px;
  margin-bottom: 3px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: CMS blocks
    ==============================================
    General styling for cms blocks and
    specific styling for elements dependent on their parent block

    Origin: Shopware base & skin
*/
.cms-block-product-listing {
  overflow: visible;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS elements
	==============================================
	General styling for cms elements

	Origin: Shopware base & skin
*/
.cms-element-product-listing .cms-listing-col .product-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-product-listing .cms-listing-col .product-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  }
}
.cms-element-product-slider .product-slider-item .product-box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-product-slider .product-slider-item .product-box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  }
}
.cms-element-product-slider .tns-ovh {
  padding: 10px 15px 20px;
  margin-top: -10px;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.is-active-route-frontend-navigation-page .cms-block-image-text .cms-block-container-row {
  align-items: flex-start;
}
.is-active-route-frontend-navigation-page .cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .is-active-route-frontend-navigation-page .cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6 {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .is-active-route-frontend-navigation-page .cms-block-image-text .cms-block-container-row .col-md-6 + .col-md-6 {
    margin-bottom: 20px;
  }
}
.cms-block-image-four-column {
  /*
    .col-md-3 {
        padding-right: 15px;
        padding-left: 15px;
    }
    */
}
@media (max-width: 479.98px) {
  .cms-row > .cms-block-image-four-column:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .cms-block-text-three-column .cms-element-product-slider {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.cms-element-product-slider .product-box .product-image-wrapper {
  background-color: #ffffff;
}
.cms-element-product-listing-actions div.sorting {
  margin-top: 3px;
  margin-bottom: 3px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Forms
    ==============================================
    Custom styling for bootstrap forms.
    https://getbootstrap.com/docs/5.2/forms/overview

	Origin: Shopware base
*/
.form-check-input:focus ~ .form-check-label::before {
  cursor: pointer;
  box-shadow: none;
}
.form-check-input:focus ~ .form-check-label::after {
  cursor: pointer;
}
.form-check-input ~ .form-check-label::before {
  cursor: pointer;
  box-shadow: none;
}
.form-check-input ~ .form-check-label::after {
  cursor: pointer;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Address manager
    ==============================================

    Origin: Shopware base
*/
.address-manager-list-base a.btn-outline-primary:hover .icon {
  color: var(--bs-btn-hover-color);
}
.address-manager-list-base a.btn-outline-primary:focus-visible .icon {
  color: var(--bs-btn-hover-color);
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Payment method
    ==============================================
    Custom styling for payment form used e.g. on account and checkout pages.

	Origin: Shopware base & skin
*/
.payment-method-description strong {
  font-size: 1rem;
  color: #111111;
}
.payment-method-description p {
  font-size: 0.9rem;
  color: #71767b;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Shipping method
    ==============================================
    Custom styling for shipping form used e.g. on account and checkout pages.

	Origin: Shopware base & skin
*/
.shipping-method-description strong {
  font-size: 1rem;
  color: #111111;
}
.shipping-method-description p {
  font-size: 0.9rem;
  color: #71767b;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Filter panel
	==============================================
	Styling for filter panel component.
	This file contains the generic styling for all filter items.

	Origin: Shopware base
*/
.filter-panel-items-container {
  margin-bottom: 0;
}
.filter-panel-item .filter-panel-item-toggle {
  --bs-btn-color: #333333;
  --bs-btn-border-color: #eeeeee;
  --bs-btn-bg: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-border-color: #666666;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-active-color: #ff0000;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-active-bg: #ffffff;
  min-height: 40px;
}
.filter-panel-item .filter-panel-item-toggle .icon.icon-filter-panel-item-toggle svg {
  color: #333333;
}
.filter-panel-item .filter-panel-item-toggle.show .icon.icon-filter-panel-item-toggle svg {
  color: #ff0000 !important;
}
@media (hover: hover) and (pointer: fine) {
  .filter-panel-item .filter-panel-item-toggle:hover .icon.icon-filter-panel-item-toggle svg {
    color: #000000;
  }
}
.filter-panel:not(.is--sidebar) .filter-panel-item .filter-panel-item-toggle .icon.icon-filter-panel-item-toggle svg {
  top: 1px;
}
.filter-panel:not(.is--sidebar) .filter-panel-item .filter-panel-item-toggle.show .icon.icon-filter-panel-item-toggle svg {
  top: 3px;
}
.filter-panel:not(.is--sidebar) .filter-panel-item-dropdown.dropdown-menu {
  --bs-dropdown-border-color: #eeeeee;
  --bs-dropdown-bg: #ffffff;
  margin-top: -5px !important;
}
.filter-panel.is--sidebar {
  margin-bottom: 0;
}
.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle[aria-expanded="true"] {
  color: var(--bs-btn-active-color);
  border-color: var(--bs-btn-active-border-color);
  background-color: var(--bs-btn-active-bg);
}
.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle[aria-expanded="true"] svg {
  color: var(--bs-btn-active-color) !important;
}
.filter-panel.is--sidebar .filter-panel-item .filter-panel-item-toggle[aria-expanded="true"]:focus-visible {
  z-index: 2;
}
.filter-panel.is--sidebar .filter-panel-item-dropdown {
  border-color: #eeeeee;
  background-color: #ffffff;
  padding: 0;
}
.filter-panel.is--sidebar .filter-multi-select-list {
  padding: 13px 0;
}
.filter-panel.is--sidebar .filter-panel-active-container {
  margin-top: 10px;
}
.filter-panel-active-container {
  margin-bottom: 4px;
}
.filter-panel-active-container .filter-active {
  --bs-btn-color: #333333;
  --bs-btn-border-color: #eeeeee;
  --bs-btn-bg: #ffffff;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-active-color: #ff0000;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-active-bg: #ffffff;
}
.filter-panel-active-container .filter-reset-all {
  --bs-btn-bg: #ffffff;
}
.filter-panel-active-container .filter-active, .filter-panel-active-container .filter-reset-all {
  min-height: 40px;
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     |  _ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _  |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper {
  padding: 20px 3px 3px 20px;
  background-color: #f2f3f4;
}
@media (min-width: 992px) {
  .cms-block-container-row:not(.has--sidebar) .filter-panel-wrapper {
    display: table;
    width: 100%;
    margin-top: -1px;
    margin-bottom: -1px;
    border-top: 0px solid #e8e8ea;
    border-bottom: 0px solid #e8e8ea;
  }
}
.offcanvas-filter .filter-active {
  border-radius: 0px;
}
.offcanvas-filter .btn.filter-reset-all, .offcanvas-filter .filter-reset-all.acris-last-search-term-delete {
  border-radius: 0px;
}
.filter-panel.is--sidebar .filter-panel-item {
  margin-bottom: -1px;
}
.filter-panel.is--sidebar .filter-panel-item-toggle {
  border-radius: 0;
}
.filter-panel.is--sidebar .filter-panel-item-toggle[aria-expanded="true"] {
  border-bottom: 1px solid var(--bs-btn-border-color);
  border-radius: 0;
  z-index: 1;
}
.filter-panel.is--sidebar .filter-panel-item-toggle:focus-visible, .filter-panel.is--sidebar .filter-panel-item-toggle:hover {
  z-index: 2;
}
.filter-panel.is--sidebar .filter-panel-item-dropdown {
  border-top: 0;
  border-radius: 0;
}
.filter-panel.is--sidebar .filter-panel-item-dropdown.collapsing, .filter-panel.is--sidebar .filter-panel-item-dropdown.show {
  z-index: 1;
}
.filter-panel-active-container .filter-active {
  border-radius: 0px;
}
.filter-panel-active-container .filter-reset-all {
  border-radius: 0px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Filter boolean
	==============================================
	Styling for boolean filter item.
	This filter item should only be used inside a filter panel.

	Origin: Shopware base
*/
.filter-boolean.filter-panel-item {
  color: #333333;
  border-color: #eeeeee;
  background-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .filter-boolean.filter-panel-item:hover {
    color: #000000;
    border-color: #666666;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
  }
}
@media (hover: none), (pointer: coarse) {
  .filter-boolean.filter-panel-item:hover:not(.is-active) {
    color: #333333;
    border-color: #eeeeee;
    background-color: #ffffff;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Filter range
    ==============================================
    Styling for range filter item.
    This filter item should only be used inside a filter panel.

	Origin: Shopware base
*/
.filter-range-unit {
  bottom: 2px;
  height: 30px;
  line-height: 30px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product wishlist
    ==============================================
    Styling for productbox component.

	Origin: Shopware base
*/
.product-wishlist {
  margin-bottom: 10px;
}
.product-wishlist-action-circle {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  width: 40px;
  height: 40px;
  top: inherit;
  bottom: 1rem;
  left: inherit;
  right: 1rem;
  background: #f9f9f9;
}
.product-wishlist-action-circle:hover {
  background: #e0e0e0;
}
.product-wishlist-btn-remove {
  top: 1rem;
  right: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  background: #f9f9f9;
}
.product-wishlist-btn-remove:hover {
  background: #e0e0e0;
}
.product-wishlist .icon-wishlist, .product-wishlist .icon-wishlist-remove {
  color: #4a545b;
}
.product-wishlist-btn-content {
  font-size: 14px;
  font-size: 0.875rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _  | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Quantity selector
    ==============================================

	Origin: Shopware base
*/
.quantity-selector-group .btn, .quantity-selector-group .acris-last-search-term-delete {
  --bs-btn-bg: #ffffff;
  border: 1px solid #cccccc;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
}
.quantity-selector-group .btn:hover, .quantity-selector-group .acris-last-search-term-delete:hover {
  color: #ff0000;
  border-color: #ff0000;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Basic captcha
    ==============================================

    Origin: Shopware base
*/
.basic-captcha {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.basic-captcha-content-code {
  margin-bottom: 0.5rem;
}
.basic-captcha-content-refresh-icon {
  align-self: center;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Line item
	==================================================

	Origin: Shopware base
*/
.line-item-quantity-label {
  line-height: 1;
  margin-bottom: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Breadcrumb
	==============================================
	Custom skin styling for bootstrap breadcrumb component.
	https://getbootstrap.com/docs/5.2/components/breadcrumb

	Origin: Shopware skin
*/
/* ---------------------------------------------------------------------------
   Container styling
   Targets SW's `.cms-breadcrumb` wrapper.
   ---------------------------------------------------------------------------
*/
.cms-breadcrumb {
  position: relative;
  z-index: 1;
}
.cms-breadcrumb > nav[aria-label="breadcrumb"] {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 0px;
}
.is-ctl-navigation .cms-breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.is-ctl-navigation .cms-breadcrumb .breadcrumb-inner-container {
  width: 100%;
  max-width: 1800px;
}
.twt-is-cms-product-detail .cms-breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
}
.twt-is-cms-product-detail .cms-breadcrumb .breadcrumb-inner-container {
  width: 100%;
  max-width: 1800px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Button
    ==============================================
    Custom skin styling for bootstrap button component.
    https://getbootstrap.com/docs/5.2/components/buttons

    Origin: Shopware skin
*/
.btn, .acris-last-search-term-delete {
  overflow: visible;
}
.btn-buy {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d90000;
  --bs-btn-hover-border-color: #c00;
  --bs-btn-focus-shadow-rgb: 255, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c00;
  --bs-btn-active-border-color: #bf0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
  color: #ffffff;
  min-height: 40px;
}
.btn-buy .icon {
  color: #ffffff;
}
.btn-buy:hover {
  color: #ffffff;
}
.btn-buy:hover .icon {
  color: #ffffff;
}
.btn-buy.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d90000;
  --bs-btn-hover-border-color: #c00;
  --bs-btn-focus-shadow-rgb: 255, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c00;
  --bs-btn-active-border-color: #bf0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
  color: #ffffff;
}
.btn-buy.btn-primary .icon {
  color: #ffffff;
}
.btn-buy.btn-primary:hover {
  color: #ffffff;
}
.btn-buy.btn-primary:hover .icon {
  color: #ffffff;
}
.btn-detail {
  min-height: 40px;
}
.product-detail-buy .btn-buy {
  line-height: 38px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Custom Select
    ==============================================
    Custom skin styling for bootstrap custom select menu.
    https://getbootstrap.com/docs/5.2/forms/select

    Origin: Shopware skin
*/
.custom-select, .form-select {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  font-family: "Titillium Web", sans-serif;
}
.custom-select:hover, .form-select:hover {
  color: #ff0000;
  border-color: #ff0000;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Form
    ==============================================
    Custom skin styling for bootstrap forms.
    https://getbootstrap.com/docs/5.2/forms/overview

	Origin: Shopware skin
*/
.form-label {
  margin-bottom: 1px;
  color: #515151;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Titillium Web", sans-serif;
}
.form-group {
  margin-bottom: 10px;
}
.form-control {
  min-height: 40px;
  font-family: "Titillium Web", sans-serif;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:hover {
  color: #ff0000;
  border-color: #ff0000;
}
.form-control::-moz-placeholder, .form-control::-ms-input-placeholder, .form-control::-webkit-input-placeholder, .form-control::placeholder {
  opacity: 1;
  color: #8e8e8e;
}
input.form-control::-moz-placeholder {
  opacity: 1;
  color: #8e8e8e;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Tab Menu
    ==============================================
    Custom skin styling for bootstrap card with included tab navigation.
    https://getbootstrap.com/docs/5.2/components/card/#navigation

	Origin: Shopware skin
*/
@media (max-width: 575.98px) {
  .product-detail-tab-navigation-icon .icon {
    width: 16px;
    height: 16px;
  }
}
/*
    Standard/classic product detail pages
    - Fallback product detail pages (not cms pages!)
*/
body:not(.twt-is-cms-product-detail) .card-tabs .card-body {
  padding-top: 20px;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item {
  margin-right: 0;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
  background-color: #ffffff;
  color: #333333;
  border-bottom: 2px solid #eeeeee;
}
@media (min-width: 576px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
    display: block;
  }
}
@media (max-width: 575.98px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
    padding: 10px 10px 10px 13px;
  }
}
@media (min-width: 576px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link {
    padding: 13px 20px 11px 20px;
  }
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link.active {
  background-color: #ff0000;
  color: #ffffff;
  border-bottom-color: #ff0000;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link.active span {
  color: #ffffff;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #dcdcdc;
}
body:not(.twt-is-cms-product-detail) .card-tabs .nav-item .nav-link:hover span {
  color: #111111;
}
@media (min-width: 576px) {
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item:first-of-type .nav-link {
    border-top-left-radius: 0px;
  }
  body:not(.twt-is-cms-product-detail) .card-tabs .nav-item:last-of-type .nav-link {
    border-top-right-radius: 0px;
  }
}
/*
    Shopware 6.4 cms product pages
    - Tab-menu on product pages as CMS element
*/
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs {
    border-bottom: none;
  }
  body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .nav-link, body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .nav-tabs .nav-link:hover {
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0.05);
  }
}
body.twt-is-cms-product-detail .cms-section-sidebar .card-tabs .card-body {
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .nav-tabs {
    border-bottom: none;
  }
}
body.twt-is-cms-product-detail div:not(.cms-section-sidebar) .card-tabs .card-body {
  padding-top: 20px;
}
body.twt-is-cms-product-detail .card-tabs .nav-item {
  margin-right: 0;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
  background-color: #ffffff;
  color: #333333;
  border-bottom: 2px solid #eeeeee;
}
@media (min-width: 576px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
    display: block;
  }
}
@media (max-width: 575.98px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
    padding: 10px 10px 10px 13px;
  }
}
@media (min-width: 576px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link {
    padding: 13px 20px 11px 20px;
  }
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link.active {
  background-color: #ff0000;
  color: #ffffff;
  border-bottom-color: #ff0000;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link.active span {
  color: #ffffff;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link:hover {
  background-color: #ffffff;
  color: #111111;
  border-bottom-color: #dcdcdc;
}
body.twt-is-cms-product-detail .card-tabs .nav-item .nav-link:hover span {
  color: #111111;
}
@media (min-width: 576px) {
  body.twt-is-cms-product-detail .card-tabs .nav-item:first-of-type .nav-link {
    border-top-left-radius: 0px;
  }
  body.twt-is-cms-product-detail .card-tabs .nav-item:last-of-type .nav-link {
    border-top-right-radius: 0px;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Tables
	==============================================

	Origin: Bootstrap
*/
/*
table,
.table {
	//border-bottom: 1px solid $twt-table-body-border-bottom-color; // @deprecated

	// ThemeWare: Bordered version
	//&.table-bordered {
	//	* {
	//		border-color: $twt-table-border-color; // @deprecated
	//	}
	//}

	// ThemeWare: Head styles
	//&:not(.table-dark) {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead:not(.thead-dark) {
	//	th {
	//		border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//	}
	//}

	//&.table-dark {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-dark-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead.thead-dark {
	//	th {
	//		border-bottom-color: $twt-table-dark-head-border-bottom-color; // @deprecated
	//	}
	//}

	//&.table-light {
	//	thead {
	//		th {
	//			border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//		}
	//	}
	//}
	//thead.thead-light {
	//	th {
	//		border-bottom-color: $twt-table-head-border-bottom-color; // @deprecated
	//	}
	//}

}
*/
table.product-block-prices-grid thead tr th, table.product-block-prices-grid tbody tr th {
  padding-right: 0.75rem !important;
}
table.product-block-prices-grid thead tr td, table.product-block-prices-grid tbody tr td {
  padding-right: 0.5rem !important;
}
table.product-block-prices-grid {
  border: none;
  border-radius: 0px;
  width: auto;
}
table.product-block-prices-grid thead tr th {
  border: none;
  color: #ffffff;
  background-color: #ff0000;
  padding: 0.25rem 0.25rem;
}
table.product-block-prices-grid tbody tr th, table.product-block-prices-grid tbody tr td {
  border: none;
  color: #333333;
  background-color: transparent;
  padding: 0.25rem 0.25rem;
}
table.product-detail-properties-table {
  margin-bottom: 0.5rem;
}
table.product-detail-properties-table tbody tr th.properties-label {
  padding-right: 0.75rem;
  min-width: 80px;
}
@media (min-width: 576px) {
  table.product-detail-properties-table tbody tr th.properties-label {
    min-width: 150px;
  }
}
table.product-detail-properties-table tbody tr td.properties-value {
  padding-right: 0.5rem;
  min-width: 80px;
}
@media (min-width: 576px) {
  table.product-detail-properties-table tbody tr td.properties-value {
    min-width: 150px;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Buy widget adjustments
	==================================================

	Info: This file contains adjustments for the buy widget.

	Origin: Shopware has no own file for this.

    @TODO: Check fullwidth and sidebar layouts
*/
.buy-widget-container .col-4 {
  min-width: 140px;
  width: auto;
}
@media (max-width: 575.98px) {
  .buy-widget-container .col-4 {
    flex-grow: 1;
  }
}
.buy-widget-container .col-8 {
  flex-grow: 1;
  width: auto;
}
.buy-widget-container .col-8 button {
  max-width: 420px;
}
.buy-widget-container .product-detail-quantity-group .input-group-text {
  border: none;
}
.buy-widget-container.has-pack-unit .col-8 button {
  width: 100%;
}
.buy-widget-container.has-pack-unit .quantity-selector-group-input {
  min-width: 50px;
}
.buy-widget-container:not(.has-pack-unit) .quantity-selector-group-input {
  min-width: 50px;
}
.buy-widget-container.has-pack-unit .product-detail-quantity-group .input-group-text {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 2px;
  border-left-width: 0;
  background: transparent;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Container
	==============================================
	Additional styling for bootstrap container layout.
	https://getbootstrap.com/docs/5.2/layout/containers

	Origin: Shopware base
*/
/* ThemeWare: Container adjustment */
.container, .cms-section .boxed, .cms-section-default.boxed {
  max-width: 1800px;
}
.container-main {
  min-height: 80px;
  padding: 0;
}
@media (min-width: 1200px) {
  .container-main {
    min-height: 80px;
  }
}
.container-main > div:not(.container) {
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  .content-main > .container, .cms-section .content-main > .boxed {
    --bs-gutter-x: 20px;
  }
}
/* ThemeWare: Hide Shopware cloud promotion bar */
.container-main + .promotion-bar-container, .content-main + .promotion-bar-container {
  display: none !important;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Top bar
	==================================================
	Contains styles for the top bar located at the top of the page.
    The top bar contains the language switcher, the currency switcher and the service menu.

	Origin: Shopware base & skin

	@deprecated tag:v6.7.0 - This file "_top-bar.scss" will be removed. Appearance will be styled by Bootstrap variables in "scss/skin/shopware/layout/_top-bar.scss".
*/
@media (min-width: 992px) {
  .top-bar {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0);
    /* ThemeWare: Boxed-Layout */
    /*
          _             _______ _____    _____                             _   _
         | |           |__   __/ ____|  |_   _|                           | | (_)
         | |__  _   _     | | | |   _____ | |  _ __  _ __   _____   ____ _| |_ _  ___    __  ___
         | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
         | |_)   |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
         |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
                 __/ |
                |___/
        */
  }
  .top-bar .top-bar-nav {
    line-height: 30px;
    align-items: center;
    height: 30px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    justify-content: flex-end;
  }
  .top-bar .top-bar-nav .top-bar-menu-list {
    display: flex;
    align-items: center;
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    margin-right: 10px;
    padding-right: 10px;
    color: #ffffff;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item:last-of-type {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .top-bar .top-bar-nav .top-bar-menu-list .top-bar-list-item:hover {
    color: #ffffff;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn, .top-bar .top-bar-nav .top-bar-nav-btn.acris-last-search-term-delete {
    display: block;
    --bs-btn-line-height: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #ffffff;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn .icon, .top-bar .top-bar-nav .top-bar-nav-btn.acris-last-search-term-delete .icon {
    display: none;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn:hover, .top-bar .top-bar-nav .top-bar-nav-btn.acris-last-search-term-delete:hover {
    color: #ffffff;
  }
  .top-bar .top-bar-nav .top-bar-nav-btn.btn:hover .icon, .top-bar .top-bar-nav .top-bar-nav-btn.acris-last-search-term-delete:hover .icon {
    color: #ffffff;
  }
  .top-bar-currency:empty, .top-bar-language:empty, .top-bar-service:empty {
    display: none;
  }
  .top-bar .twt-top-bar-hotline {
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
  }
  .top-bar-hotline {
    font-size: 0.875rem;
    color: #555555;
  }
  .top-bar-hotline a {
    color: #ffffff;
  }
  .top-bar-hotline a:hover {
    color: #ffffff;
  }
  .top-bar .top-bar-hotline {
    display: inline;
  }
  .top-bar .languages-menu .top-bar-nav-text {
    display: inline;
  }
  .top-bar .currencies-menu .top-bar-nav-text {
    display: inline;
  }
  .top-bar .service-menu .top-bar-nav-text {
    display: inline;
  }
}
.languages-menu .top-bar-list-icon {
  margin-right: 0;
}
.languages-menu .top-bar-nav-text {
  margin-left: 0.25rem;
}
.currencies-menu .top-bar-nav-text {
  margin-left: 0.25rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Header
	==================================================
	Contains custom styles for the header at the top of the page.
	The header contains the shop logo, the search form and various actions like the offcanvas cart button.

	Origin: Shopware base & skin
*/
/* ThemeWare refactoring:
 * @TODO: see _flyout-search.scss
 * @TODO: Add header-type "default" with minor scss-adjustments
 * @TODO: Add "$twt-header-type-compatibility"-if to exclude all twig-/scss-adjustments
 */
/* --- ThemeWare: Header adjustments ------------------------------ */
header.header-main {
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
@media (min-width: 576px) {
  header.header-main {
    background-color: #ffffff;
  }
}
@media (min-width: 992px) {
  header.header-main {
    margin-top: 0px;
  }
}
header.header-main .container, header.header-main .cms-section .boxed, .cms-section header.header-main .boxed {
  max-width: inherit;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
header.header-main .header-row {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 575.98px) {
  header.header-main .header-row {
    padding: 0;
  }
}
@media (min-width: 576px) {
  header.header-main .header-row {
    padding: 10px 0 10px 0;
  }
}
header.header-main .header-logo-col {
  margin-top: 0;
  padding-bottom: 0;
}
header.header-main .header-actions-col .header-actions-btn .icon > svg {
  top: 0.25em;
}
@media (min-width: 1800px) {
  header.header-main .header-actions-col.col-sm-auto.order-1 {
    background-color: rgba(255, 255, 255, 0);
  }
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .header-nav-main-toggle-label {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  header.header-main .header-search-col .row {
    align-items: center;
  }
}
@media (max-width: 991.98px) {
  header.header-main .header-logo-col {
    margin: 10px 0 10px 0;
  }
}
/* --- ThemeWare: Logo adjustments ------------------------------ */
.header-logo-main-link {
  margin-top: 0px;
  display: inline-block;
}
.header-logo-main-link img {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .header-logo-main-link img:hover {
    opacity: 0.85;
  }
}
.header-logo-picture {
  min-width: inherit;
  max-width: inherit;
}
.header-logo-main-img {
  width: 100%;
  max-width: 220px;
}
@media (min-width: 576px) {
  .header-logo-main-img {
    max-width: 220px;
    height: auto;
  }
}
/* --- ThemeWare: Search adjustments ------------------------------ */
header.header-main .header-search-col {
  background-color: #eef2f5;
}
@media (min-width: 576px) {
  header.header-main .header-search-col {
    background-color: #eef2f5;
  }
}
header.header-main .search-row {
  margin-right: auto;
  margin-left: auto;
}
header.header-main .header-search .header-search-btn {
  min-height: 100%;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/* --- ThemeWare: Header column adjustments ------------------------------ */
header.header-main .header-actions-col, header.header-main .header-search-col {
  /* ThemeWare: Phone viewport adjustments */
  /* ThemeWare: Tablet viewport adjustments */
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn .icon, header.header-main .header-search-col .header-actions-btn .icon {
    transition: color 0.2s ease;
    color: #333333;
  }
  header.header-main .header-actions-col .header-actions-btn:active, header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:active, header.header-main .header-search-col .header-actions-btn:hover {
    color: #ff0000;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn:active .icon, header.header-main .header-actions-col .header-actions-btn:hover .icon, header.header-main .header-search-col .header-actions-btn:active .icon, header.header-main .header-search-col .header-actions-btn:hover .icon {
    color: #ff0000;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn .icon {
    color: #333333;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
    color: #ff0000;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .icon {
    color: #ff0000;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn .header-cart-total {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    transition: color 0.2s ease;
    color: #333333;
  }
}
@media (min-width: 576px) {
  header.header-main .header-actions-col .g-0 > [class*="col-"], header.header-main .header-search-col .g-0 > [class*="col-"] {
    margin-left: 10px;
  }
  header.header-main .header-actions-col .header-actions-btn, header.header-main .header-search-col .header-actions-btn {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn > span[class$="icon"], header.header-main .header-search-col .header-actions-btn > span[class$="icon"] {
    display: inline-block;
  }
  header.header-main .header-actions-col .header-actions-btn .icon, header.header-main .header-search-col .header-actions-btn .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #333333;
  }
  header.header-main .header-actions-col .header-actions-btn .icon > svg, header.header-main .header-search-col .header-actions-btn .icon > svg {
    top: 0;
    margin-bottom: 2px;
  }
  header.header-main .header-actions-col .header-actions-btn:active, header.header-main .header-actions-col .header-actions-btn:hover, header.header-main .header-search-col .header-actions-btn:active, header.header-main .header-search-col .header-actions-btn:hover {
    color: #ff0000;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn:active .icon, header.header-main .header-actions-col .header-actions-btn:hover .icon, header.header-main .header-search-col .header-actions-btn:active .icon, header.header-main .header-search-col .header-actions-btn:hover .icon {
    color: #ff0000;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn, header.header-main .header-search-col .header-actions-btn.header-cart-btn {
    font-weight: 400;
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn .icon {
    transition: color 0.2s ease;
    color: #333333;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover {
    color: #ff0000;
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0);
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .icon, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .icon {
    color: #ff0000;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn:active .header-cart-total, header.header-main .header-actions-col .header-actions-btn.header-cart-btn:hover .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn:active .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn:hover .header-cart-total {
    color: #ff0000;
  }
  header.header-main .header-actions-col .header-actions-btn.header-cart-btn .header-cart-total, header.header-main .header-search-col .header-actions-btn.header-cart-btn .header-cart-total {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1;
    transition: color 0.2s ease;
    color: #333333;
  }
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search {
  display: inline-block;
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-search {
    display: inline-flex;
  }
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="true"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="true"]) .icon-x {
  display: none;
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-search, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-search {
  display: none;
}
header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x {
  display: inline-block;
}
@media (max-width: 575.98px) {
  header.header-main .header-actions-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x, header.header-main .header-search-col .search-toggle-btn:not([aria-expanded="false"]) .icon-x {
    display: inline-flex;
  }
}
header.header-main .header-actions-col .header-cart-total, header.header-main .header-search-col .header-cart-total {
  display: none;
}
header.header-main .header-actions-col .header-cart-badge, header.header-main .header-search-col .header-cart-badge {
  display: block;
}
/* ThemeWare: Action buttons > show/hide labels */
header.header-main .header-nav-main-toggle-label, header.header-main .header-search-toggle-name, header.header-main .header-account-name, header.header-main .header-wishlist-name {
  display: none;
}
header.header-main .header-cart-name {
  display: none;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
/* --- ThemeWare: Fixed mobile header ------------------------------ */
@media (max-width: 575.98px) {
  header.header-main {
    position: sticky;
    z-index: 1020;
    top: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}
/* --- ThemeWare: Search adjustments ------------------------------ */
@media (max-width: 575.98px) {
  .search-container {
    position: sticky;
    top: 92px;
    z-index: 1019;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .search-container.fixed {
    position: fixed;
    top: var(--twt-fixed-top);
  }
}
/* Badges on header actions (Cart button + Wishlist button) */
.header-cart .header-cart-badge, .header-wishlist .header-wishlist-badge {
  top: 0px;
  right: -5px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Header minimal
	==================================================
	Contains custom styles for the minimal header which is used on checkout pages.

	Origin: Shopware base
*/
.header-minimal {
  height: 90px;
  color: #555555;
  background-color: #fafafa;
}
.header-minimal-row {
  height: 90px;
  padding: 5px 0;
}
.header-minimal-row a {
  color: #555555;
}
.header-minimal-row a:hover {
  color: #222222;
}
.header-minimal-logo, .header-minimal-contact, .header-minimal-home {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.header-minimal-logo img {
  width: 140px;
  max-width: none;
  height: auto;
}
.header-minimal-logo .header-logo-shopping-experiences-link {
  display: none;
}
@media (max-width: 991.98px) {
  .header-minimal-contact {
    display: none;
  }
  .header-minimal-back-to-shop {
    flex: 0 0 auto;
    max-width: unset;
    width: auto;
  }
  .header-minimal-back-to-shop {
    flex: 0 0 auto;
    max-width: unset;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .header-minimal-home {
    display: none;
  }
}
@media (max-width: 479.98px) {
  .header-minimal-back-to-shop .header-minimal-back-to-shop-button {
    width: 48px;
    position: relative;
    overflow: hidden;
  }
  .header-minimal-back-to-shop .header-minimal-back-to-shop-button::after {
    content: "‹";
    display: block;
    position: absolute;
    font-size: 36px;
    padding: 0 5px 0 0;
    width: 48px;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background-color: #ffffff;
  }
}
a.header-minimal-home-btn, a.header-minimal-back-to-shop-button {
  text-decoration: none;
  color: #444444;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
}
a.header-minimal-home-btn .icon, a.header-minimal-back-to-shop-button .icon {
  transition: color 0.15s ease-in-out;
  color: #444444;
}
a.header-minimal-home-btn:hover, a.header-minimal-back-to-shop-button:hover {
  text-decoration: none;
  color: #666666;
  border-color: #d4d4d4;
  background-color: #f1f1f1;
}
a.header-minimal-home-btn:hover .icon, a.header-minimal-back-to-shop-button:hover .icon {
  color: #666666;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Footer
	==================================================
	Contains custom styles for the footer located at the bottom of the page.

	Origin: Shopware base & skin
*/
/* ThemeWare refactoring:
 * @TODO: Add footer-type "default" with minor scss-adjustments
 * @TODO: Add "$twt-footer-type-compatibility"-if to exclude all twig-/scss-adjustments
 */
/* @TODO: Adjust default footer if possible...
/*
.footer-logo-image {
	//display: inline-block;
	//max-width: inherit;
	height: 35px;
	//max-height: 35px;
	border: 1px solid $twt-widget-payment-logo-border-color;

	@if $twt-widget-payment-logo-corner-type == 2 {
		border-radius: $twt-default-border-radius-xs;
	} @else if $twt-widget-payment-logo-corner-type == 3 {
		border-radius: $twt-default-border-radius-xxl;
	}
}
*/
/* @TODO:
	- Shopware Vererbung prüfen...
	- eigene Klassen in "/themeware" verschieben...
	- Check adjustments with default footer...
	- alles !? in media-breakpoint-up(md) packen...
*/
/* --- General footer styling ------------------------------------------------------------------- */
/* --- ThemeWare mixins -------------------------------------------------------------------------- */
.footer-main {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  border-top: none;
  background-color: #ff0000;
}
.footer-main .container .footer-columns .footer-column, .footer-main .cms-section .boxed .footer-columns .footer-column, .cms-section .footer-main .boxed .footer-columns .footer-column {
  border-bottom: 1px solid #eaeaf0;
}
.footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #ffffff;
}
.footer-main .container .footer-columns .footer-column .footer-column-headline a:not(.btn), .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a:not(.btn), .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a:not(.btn) {
  color: #ffffff;
}
.footer-main .container .footer-columns .footer-column .footer-column-headline a:not(.btn):hover, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline a:not(.btn):hover, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline a:not(.btn):hover {
  color: white;
}
.footer-main .footer-column-content a:not(.btn) {
  color: #ffffff;
}
.footer-main .footer-column-content a:not(.btn):hover {
  color: #ffffff;
}
.footer-main .footer-column-content a:not(.btn)[href^="tel:"] {
  color: #ffffff;
}
.footer-main .footer-column-content a:not(.btn)[href^="tel:"]:hover {
  color: white;
}
.footer-main .container, .footer-main .cms-section .boxed, .cms-section .footer-main .boxed {
  max-width: inherit;
  margin: 0;
  padding: 0;
}
.footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
  border-bottom: 0;
  /* ThemeWare: mittlerer Bereich (= default) */
  /*
              _             _______ _____    _____                             _
             | |           |__   __/ ____|  |_   _|                           | | (_)
             | |__      _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
             | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
             | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
             |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__ _|\__|_|\___/|_| |_|___/
                     __/ |
                    |___/
            */
  /* ThemeWare: oberer Bereich */
  /* ThemeWare: unterer Bereich */
  /*
              _             _______ _____    _____                             _   _
             | |           |__   __/ ____|  |_   _|                           | | (_)
             | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
             |  _ \| | | |    | | | |  |______| | | '_ \| '_ \ /   \ \ / / _` | __| |/ _ \| '_ \/ __|
             | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
             |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/| | |_|___/
                     __/ |
                    |___/
            */
}
.footer-main .container .footer-columns#footerColumns, .footer-main .cms-section .boxed .footer-columns#footerColumns, .cms-section .footer-main .boxed .footer-columns#footerColumns {
  justify-content: space-between;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  max-width: 1800px;
}
.footer-main .container .footer-columns#footerColumns .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumns .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumns .footer-column-content-inner .footer-logo {
  margin: 0 10px 10px 0;
}
.footer-main .container .footer-columns#footerColumns .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container {
  justify-content: flex-start;
}
.footer-main .container .footer-columns#footerColumns .twt-awards-container a, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container a, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container a, .footer-main .container .footer-columns#footerColumns .twt-awards-container span, .footer-main .cms-section .boxed .footer-columns#footerColumns .twt-awards-container span, .cms-section .footer-main .boxed .footer-columns#footerColumns .twt-awards-container span {
  margin: 0 20px 20px 0;
}
.footer-main .container .footer-columns#footerColumnsTop, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop {
  justify-content: space-around;
  text-align: center;
  color: #ffffff;
  /*
				@if $twt-footer-width-columns-top == 1 {
					margin-bottom: 20px;
				}
				*/
  margin-right: 0;
  margin-left: 0;
}
.footer-main .container .footer-columns#footerColumnsTop a:not(.btn), .footer-main .cms-section .boxed .footer-columns#footerColumnsTop a:not(.btn), .cms-section .footer-main .boxed .footer-columns#footerColumnsTop a:not(.btn) {
  color: #ffffff;
}
.footer-main .container .footer-columns#footerColumnsTop a:not(.btn):hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop a:not(.btn):hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop a:not(.btn):hover {
  color: #eeeeee;
}
.footer-main .container .footer-columns#footerColumnsTop .btn-link-inline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .btn-link-inline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .btn-link-inline {
  color: #ffffff;
}
.footer-main .container .footer-columns#footerColumnsTop .btn-link-inline:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .btn-link-inline:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .btn-link-inline:hover {
  color: #eeeeee;
}
.footer-main .container .footer-columns#footerColumnsTop .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-content-inner {
  justify-content: center;
}
.footer-main .container .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-content-inner .footer-logo {
  margin: 0 5px 10px 5px;
}
.footer-main .container .footer-columns#footerColumnsTop .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container {
  justify-content: center;
}
.footer-main .container .footer-columns#footerColumnsTop .twt-awards-container a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container a, .footer-main .container .footer-columns#footerColumnsTop .twt-awards-container span, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .twt-awards-container span, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .twt-awards-container span {
  margin: 0 10px 20px 10px;
}
.footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
  justify-content: space-around;
  text-align: left;
  color: #333333;
  background-color: #eef2f5;
  max-width: 1800px;
  /*
				@if $twt-footer-width-columns-bottom == 1 {
					@include media-breakpoint-up(md) { // min 768px
						// @TODO: Add configuration
						margin-top: 20px;
					}
				}
				*/
}
.footer-main .container .footer-columns#footerColumnsBottom a:not(.btn), .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom a:not(.btn), .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom a:not(.btn) {
  color: #333333;
  text-decoration: underline;
}
.footer-main .container .footer-columns#footerColumnsBottom a:not(.btn):hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom a:not(.btn):hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom a:not(.btn):hover {
  color: #ff0000;
  text-decoration: none;
}
.footer-main .container .footer-columns#footerColumnsBottom .btn-link-inline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .btn-link-inline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .btn-link-inline {
  color: #333333;
}
.footer-main .container .footer-columns#footerColumnsBottom .btn-link-inline:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .btn-link-inline:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .btn-link-inline:hover {
  color: #ff0000;
}
.footer-main .container .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-content-inner .footer-logo {
  margin: 0 10px 10px 0;
}
.footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container {
  justify-content: flex-start;
}
.footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container a, .footer-main .container .footer-columns#footerColumnsBottom .twt-awards-container span, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .twt-awards-container span, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .twt-awards-container span {
  margin: 0 20px 20px 0;
}
.footer-main .container .footer-columns .footer-logos-column .footer-column-content-inner, .footer-main .cms-section .boxed .footer-columns .footer-logos-column .footer-column-content-inner, .cms-section .footer-main .boxed .footer-columns .footer-logos-column .footer-column-content-inner {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.footer-main .footer-bottom {
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .footer-main .footer-bottom {
    padding: 30px;
  }
}
.footer-main .footer-bottom a:not(.btn) {
  color: #ffffff;
}
.footer-main .footer-bottom a:not(.btn):hover {
  color: #ffffff;
}
.footer-main .footer-bottom .btn-link-inline {
  color: #ffffff;
}
.footer-main .footer-bottom .btn-link-inline:hover {
  color: #ffffff;
}
.footer-main .footer-bottom .footer-service-menu {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-main .footer-bottom .footer-service-menu .footer-service-menu-item:not(.footer-service-menu-item-persistent) {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer-main .footer-bottom .footer-service-menu:not(:has(.footer-service-menu-item-persistent)) {
    display: none;
  }
}
.footer-main .footer-bottom .footer-service-menu-item-revocation {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.footer-main .footer-bottom .footer-service-menu-item-revocation .footer-revocation-button {
  margin: 0 !important;
}
.footer-main .footer-bottom .footer-service-menu-item-revocation .btn, .footer-main .footer-bottom .footer-service-menu-item-revocation .acris-last-search-term-delete {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 14px;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
  --bs-btn-bg: transparent;
  --bs-btn-color: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-color: #ff0000;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-color: #ff0000;
  --bs-btn-active-border-color: #ffffff;
}
.footer-main .footer-bottom .footer-vat p {
  margin-bottom: 0;
}
.footer-main .footer-bottom .footer-copyright a {
  text-decoration: none;
}
/* --- Tablet/desktop footer styling ------------------------------------------------------------------- */
@media (min-width: 768px) {
  .footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
    /* ThemeWare: mittlerer Bereich (= default) */
    /* ThemeWare: oberer Bereich */
    /* ThemeWare: unterer Bereich */
  }
  .footer-main .container .footer-columns.first, .footer-main .cms-section .boxed .footer-columns.first, .cms-section .footer-main .boxed .footer-columns.first {
    border-top: 0 !important;
  }
  .footer-main .container .footer-columns .footer-column, .footer-main .cms-section .boxed .footer-columns .footer-column, .cms-section .footer-main .boxed .footer-columns .footer-column {
    padding-bottom: 20px;
    border-bottom: 0 !important;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    padding: 20px 0 10px 0;
    margin: 0;
  }
  .footer-main .container .footer-columns#footerColumns, .footer-main .cms-section .boxed .footer-columns#footerColumns, .cms-section .footer-main .boxed .footer-columns#footerColumns {
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    border-top: 0;
  }
  .footer-main .container .footer-columns#footerColumnsTop, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop {
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
    border-top: 0;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline {
    color: #ffffff;
    display: inline-block;
    border-bottom: 2px solid #ffffff;
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline a:not(.btn), .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline a:not(.btn), .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline a:not(.btn) {
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column-headline a:not(.btn):hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column-headline a:not(.btn):hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column-headline a:not(.btn):hover {
    color: white;
  }
  .footer-main .container .footer-columns#footerColumnsBottom, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom {
    margin-bottom: 0px;
    padding: 20px 0px 20px 0px;
    border-top: 0;
    border-radius: 0px;
    /*
					@if($twt-footer-width-columns-bottom == 1) and ($twt-container-layout != 3) {
						margin-bottom: $twt-basegrid-spacing;
					}
					*/
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline {
    color: #ff0000;
    display: inline-block;
    border-bottom: 2px solid #ff0000;
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline a:not(.btn), .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:not(.btn), .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:not(.btn) {
    color: #ff0000;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column-headline a:not(.btn):hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:not(.btn):hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column-headline a:not(.btn):hover {
    color: #f33;
  }
}
/*
  _             _______ _____    _____                             _   _
 | |           |__   __/ ____|  |_   _|                           | | (_)
 | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
 | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_ __/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
         __/ |
        |___/
*/
/* --- General footer styling ------------------------------------------------------------------- */
.footer-service-menu-link {
  padding: 0;
}
.footer-column div.twt-widget-payment, .footer-column div.twt-widget-paymentshipping, .footer-column div.twt-widget-shipping {
  margin-bottom: 1rem;
}
.footer-contact-form {
  padding-bottom: 1rem;
}
/* --- ThemeWare: Logos footer ------------------------------------------------------------------- */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Main navigation
	==============================================
	Custom styling for main navigation on larger screens.
	Based on bootstrap nav:
	https://getbootstrap.com/docs/5.2/components/navs-tabs

	Origin: Shopware base & skin
*/
.nav-main div.nav-link, .nav-main div.main-navigation-link {
  cursor: default;
}
.nav-main .nav-link:focus-visible, .nav-main .main-navigation-link:focus-visible {
  box-shadow: inset 0 0 0 0.125rem black, inset 0 0 0 0.25rem #ffffff;
  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: 0px;
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  /*
      _             _______ ____     _____                             _   _
     | |           |__   __/ ____|  |_   _|                           | | (_)
     | | _  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
     | '_ \| | | |    | | | |  |______| | | '_ \|  _ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
     | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
     |_.__/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
             __/ |
            |___/
    */
  .nav-main {
    padding-bottom: 0px;
    background-color: #ffffff;
  }
  .nav-main .container, .nav-main .cms-section .boxed, .cms-section .nav-main .boxed {
    width: auto;
  }
  .nav-main .main-navigation-link {
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    height: 60px;
    text-transform: none;
  }
  .nav-main .main-navigation-link::after {
    display: none;
  }
  .nav-main .main-navigation-link.home-link {
    color: #333333;
  }
  .nav-main .main-navigation-link.home-link .icon {
    color: #333333;
  }
  .nav-main .main-navigation-link.home-link.active {
    color: #ff0000;
  }
  .nav-main .main-navigation-link.home-link.active .icon {
    color: #ff0000;
  }
  .nav-main .main-navigation-link.home-link:hover {
    color: #ff0000 !important;
  }
  .nav-main .main-navigation-link.home-link:hover .icon {
    color: #ff0000 !important;
  }
  .nav-main .main-navigation-link:not(.home-link) {
    color: #333333;
  }
  .nav-main .main-navigation-link:not(.home-link).active {
    color: #ff0000;
  }
  .nav-main .main-navigation-link:not(.home-link).active .icon {
    color: #ff0000;
  }
  .nav-main .main-navigation-link:not(.home-link).is-open, .nav-main .main-navigation-link:not(.home-link)[aria-expanded="true"] {
    color: #ff0000 !important;
  }
  .nav-main .main-navigation-link:not(.home-link).is-open .icon, .nav-main .main-navigation-link:not(.home-link)[aria-expanded="true"] .icon {
    color: #ff0000 !important;
  }
  .nav-main .main-navigation-link:not(.home-link):hover {
    color: #ff0000 !important;
  }
  .nav-main .main-navigation-link:not(.home-link):hover .icon {
    color: #ff0000 !important;
  }
  .nav-main .main-navigation-link:not(.home-link) .icon {
    color: #333333;
  }
  .nav-main .main-navigation-link.highlighted {
    color: #ef2f3c !important;
  }
  .nav-main .main-navigation-link.highlighted.active {
    color: #ef2f3c;
  }
  .nav-main .main-navigation-link.highlighted.active .icon {
    color: #ef2f3c;
  }
  .nav-main .main-navigation-link.highlighted.is-open, .nav-main .main-navigation-link.highlighted[aria-expanded="true"] {
    color: #feecee !important;
  }
  .nav-main .main-navigation-link.highlighted.is-open .icon, .nav-main .main-navigation-link.highlighted[aria-expanded="true"] .icon {
    color: #feecee !important;
  }
  .nav-main .main-navigation-link.highlighted:hover {
    color: #feecee !important;
  }
  .nav-main .main-navigation-link.highlighted:hover .icon {
    color: #feecee !important;
  }
  .nav-main .main-navigation-link.highlighted .icon {
    color: #ef2f3c !important;
  }
  .nav-main .main-navigation-link.active {
    font-weight: 600;
  }
  .nav-main .main-navigation-link .icon {
    display: inline-block;
  }
  .nav-main .main-navigation-link .icon > svg {
    top: 0;
    margin-bottom: 2px;
  }
  .nav-main .main-navigation-link {
    line-height: 60px;
    transition: color 0.2s ease, background-color 0.2s ease;
    /* @TODO: unused
				@else {
					//@if($twt-nav-main-background-color != $twt-nav-main-border) {
					//	@if $twt-container-layout != 3 {
					//		border-left: 1px solid $twt-nav-main-border;
					//	}
					//	&:last-of-type {
					//		border-right: 1px solid $twt-nav-main-border;
					//	}
					//}
				}
				*/
  }
  .nav-main .main-navigation-link:first-of-type {
    margin-left: 0px;
  }
  .nav-main .main-navigation-link.home-link {
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    padding-right: var(--twt-nav-link-padding-x);
  }
  .nav-main .main-navigation-link:not(.home-link) {
    background-color: rgba(255, 255, 255, 0);
    padding: 0 var(--twt-nav-link-padding-x);
  }
  .nav-main .main-navigation-link:not(.home-link).active {
    background-color: #ffffff;
  }
  .nav-main .main-navigation-link:not(.home-link).is-open, .nav-main .main-navigation-link:not(.home-link)[aria-expanded="true"] {
    background-color: #eef2f5 !important;
  }
  .nav-main .main-navigation-link:not(.home-link):hover {
    background-color: #eef2f5 !important;
  }
  .nav-main .main-navigation-link.highlighted {
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0 var(--twt-nav-link-padding-x);
  }
  .nav-main .main-navigation-link.highlighted.active {
    background-color: #ffffff;
  }
  .nav-main .main-navigation-link.highlighted.is-open, .nav-main .main-navigation-link.highlighted[aria-expanded="true"] {
    background-color: #ef2f3c !important;
  }
  .nav-main .main-navigation-link.highlighted:hover {
    background-color: #ef2f3c !important;
  }
  .nav-main .main-navigation-link .icon {
    transition: color 0.2s ease;
  }
  .nav-main .main-navigation-link .main-navigation-link-text {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .nav-main a + div.main-navigation-link {
    margin-left: 0 !important;
  }
  body.is-sticky-nav-main .navbar-nav {
    justify-content: center;
    width: 100%;
  }
  body.is-sticky-nav-main .main-navigation-menu {
    --bs-navbar-nav-link-padding-x: 2px;
    /* @deprecated
			@if(($twt-nav-main-padding / 4) < 5) {
				// Set min padding to '10'
				--twt-nav-link-padding-x: 5px;
			} @else {
				--twt-nav-link-padding-x: 4px; // Use half padding 'left/right' in sticky header.
			}

			@if(($twt-nav-main-padding / 2) < 10) {
				// Set min padding to '10'
				--twt-nav-item-padding-end: 10px;
			} @else {
				--twt-nav-item-padding-end: 8px;  // Use half padding 'left/right' as 'padding-right' in sticky header.
			}
			*/
    --twt-nav-link-padding-x: 8px;
    --twt-nav-item-padding-end: 8px;
  }
  body:not(.is-sticky-nav-main) .nav-main {
    /*
			.main-navigation-menu {
				justify-content: $twt-nav-main-justify-content;

				// @TODO #padding
				//.nav-item:not(:last-child) {
				//	padding-right: inherit;
				//	//margin-right: 4px;
				//}
			}
			*/
  }
  body:not(.is-sticky-nav-main) .main-navigation-menu {
    --bs-navbar-nav-link-padding-x: 2px;
    --twt-nav-link-padding-x: 16px;
    --twt-nav-item-padding-end: 16px;
  }
  body:not(.is-sticky-nav-main) .main-navigation-menu-list {
    justify-content: flex-start;
    width: 100%;
  }
  .main-navigation-menu .nav-item:not(:last-child) {
    padding-right: 0;
  }
}
/** @deprecated tag:v6.7.0 - Can be removed, is covered via template layout/navbar/navbar.html.twig */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Main navigation Shopware Flyout 
	==============================================
	Custom styling for main navigation on larger screens.
	Based on bootstrap nav:
	https://getbootstrap.com/docs/5.2/components/navs-tabs

	Origin: Shopware skin
*/
/*
Shopware Flyout
*/
@media (min-width: 576px) {
  .navbar-nav .navigation-flyout-link {
    color: #333333;
  }
  .navbar-nav .navigation-flyout-link:hover {
    color: #ff0000;
  }
  .navbar-nav .navigation-flyout-link.active {
    color: #ff0000;
  }
  .navbar-nav .navigation-flyout-link.active:hover {
    color: #ff0000;
  }
  .navbar-nav .navigation-flyout-link.is-level-0 {
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .navbar-nav .navigation-flyout-link.is-level-1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-size: 1rem;
  }
  .navbar-nav .navigation-flyout-link:not(.is-level-0):not(.is-level-1) {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-size: 1rem;
  }
  img.navigation-flyout-teaser-image {
    border-radius: 6px;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Navigation offcanvas
    ==============================================
    Custom styling for navigation offcanvas which replaces main navigation on smaller screens.
    Based on custom offcanvas component.

	Origin: Shopware base & skin
*/
.navigation-offcanvas-actions {
  padding: 1rem 0;
  margin-left: 10px;
  margin-right: 10px;
}
.navigation-offcanvas-actions .top-bar-nav-item {
  margin-right: 0;
  padding-right: 0.25rem;
}
.navigation-offcanvas-actions > .top-bar-nav-item:first-child {
  padding-left: 0;
}
.navigation-offcanvas-actions .top-bar-nav-text {
  display: none;
}
.navigation-offcanvas-list-item {
  border-top-color: #bcc1c7;
}
.navigation-offcanvas-list-item:last-child {
  border-bottom-color: #bcc1c7;
}
.navigation-offcanvas-link {
  --bs-nav-link-hover-color: #1a1a1a;
  color: #1a1a1a;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-size: 1rem;
}
.navigation-offcanvas-link .icon {
  color: inherit;
  width: 16px;
  height: 16px;
}
.navigation-offcanvas-link:focus {
  color: #ff0000;
}
.navigation-offcanvas-link.active, .navigation-offcanvas-link.is-current-category {
  color: #ff0000;
}
@media (hover: hover) and (pointer: fine) {
  .navigation-offcanvas-link:hover, .navigation-offcanvas-link.active:hover, .navigation-offcanvas-link.is-current-category:hover {
    color: #ff0000;
  }
}
.navigation-offcanvas-link.is-back-link {
  border-top-color: #bcc1c7;
}
.navigation-offcanvas-headline {
  font-size: 18px;
  font-size: 1.125rem;
}
.navigation-offcanvas-content:not(.has-twt-nav-header) > .navigation-offcanvas-link.is-back-link {
  color: #1a1a1a;
}
@media (hover: hover) and (pointer: fine) {
  .navigation-offcanvas-content:not(.has-twt-nav-header) > .navigation-offcanvas-link.is-back-link:hover {
    color: #ff0000;
  }
}
.navigation-offcanvas-content:not(.has-twt-nav-header) > .navigation-offcanvas-link.is-home-link {
  color: #1a1a1a;
  border: 1px solid transparent;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f0f0f0;
}
.navigation-offcanvas-content:not(.has-twt-nav-header) > .navigation-offcanvas-link.is-home-link .icon {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .navigation-offcanvas-content:not(.has-twt-nav-header) > .navigation-offcanvas-link.is-home-link:hover {
    color: #ff0000;
    background-color: #e3e8ec;
  }
}
.navigation-offcanvas-content:not(.has-twt-nav-header) > .navigation-offcanvas-headline {
  padding-left: 10px;
  padding-right: 10px;
  color: #1a1a1a;
}
@media (hover: hover) and (pointer: fine) {
  .navigation-offcanvas-content:not(.has-twt-nav-header) > a.navigation-offcanvas-headline:hover {
    color: #ff0000;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Offcanvas cart
	==============================================
	Extends the basic offcanvas component with additional cart styles.

	Origin: Shopware base & skin

	@deprecated tag:v6.5.0 - Announcement:
	Bootstrap v5 comes with its own OffCanvas component.
	This SCSS file will be adjusted to build up upon Bootstraps OffCanvas styling.

	@see https://getbootstrap.com/docs/5.1/components/offcanvas
*/
.cart-offcanvas .icon-arrow-head-left {
  margin-right: 3px;
}
.cart-offcanvas .icon-arrow-head-left svg {
  top: 4px;
}
.offcanvas-cart-header h4, .offcanvas-cart-header .h4 {
  margin-bottom: 0;
}
.offcanvas-cart-header-count {
  font-weight: 400;
}
.offcanvas-cart-items {
  margin: 15px 0 5px 0;
}
.offcanvas-summary {
  margin: 15px 0 5px 0;
}
.offcanvas-summary .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) {
  margin: 5px -20px 0 -20px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background-color: rgba(0, 0, 0, 0.05);
}
.offcanvas-summary .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) .form-select.mt-2, .offcanvas-summary .offcanvas-shipping-preference:not(.offcanvas-shipping-preference--hidden) .form-select.lenz-order-comment-group.lenz-order-comment-section-after-checkout-confirm-tos {
  margin-top: 0 !important;
}
.offcanvas-summary .offcanvas-shipping-info span {
  line-height: 1.1;
}
.offcanvas-summary .js-toggle-shipping-selection {
  text-decoration: none;
  opacity: 1;
}
.offcanvas-summary .js-toggle-shipping-selection:hover {
  opacity: 0.85;
}
.offcanvas-cart-promotion-form input:first-of-type {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Account menu
	==================================================
	Contains custom styles for the account menu which opens via click/touch on the avatar icon in the header section.
	The menu opens on smaller viewports inside an offcanvas and on larger viewports inside a bootstrap dropdown.

	Origin: Shopware base
*/
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-menu-header {
  color: #111111;
  border-bottom: 1px solid #e0e0e0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-menu-login {
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group {
  padding: 10px 0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-list-group .account-aside-item {
  padding: 3px 0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-item {
  --bs-list-group-action-active-bg: transparent;
  --bs-list-group-action-hover-bg: transparent;
  background: none;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-footer {
  border-top: 1px solid #e0e0e0;
}
.account-menu .dropdown .dropdown-menu.account-menu-dropdown .account-aside-footer.account-guest-abort {
  border-top: none;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .account-menu .dropdown .dropdown-menu.show {
    display: none !important;
  }
}
.account-menu .account-aside-btn {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
}
.account-menu-offcanvas .list-group, .account-menu-dropdown .list-group {
  --bs-list-group-bg: transparent;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Search suggest
	==================================================
	Contains styles for the search suggest popover in the shop header.

	Origin: Shopware base & skin
*/
@media (max-width: 575.98px) {
  .search-suggest-container {
    overflow-x: scroll;
    height: calc(95vh - 160px);
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Cookie permission
	==============================================
	Shows a cookie permission alert at the bottom of the page.

	Origin: Shopware base
*/
/* @Konfiguration:
 * - animation
 * - width/max-width
 * - ..
 */
.cookie-permission-container {
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #cccccc;
}
.cookie-permission-container .btn, .cookie-permission-container .acris-last-search-term-delete {
  outline: none;
  transition: none;
}
.cookie-permission-container .js-cookie-permission-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-permission-button .btn, .cookie-permission-container .js-cookie-permission-button .acris-last-search-term-delete {
  color: #000;
  background-color: #eaeaf0;
  border-color: #eaeaf0;
  /*&.btn-secondary {
					color: color-contrast($twt-cookie-permission-deny-btn-background-color);
					background-color: $twt-cookie-permission-deny-btn-background-color;
					border-color: $twt-cookie-permission-deny-btn-background-color;

					&:hover {
						color: color-contrast($twt-cookie-permission-deny-btn-background-color);
						background-color: darken($twt-cookie-permission-deny-btn-background-color, 7.5%);
						border-color: darken($twt-cookie-permission-deny-btn-background-color, 10%);
					}
				}*/
  /*&.btn-outline-danger {
					color: $twt-cookie-permission-deny-btn-background-color;
					background-color: transparent;
					border-color: $twt-cookie-permission-deny-btn-background-color;

					&:hover {
						color: color-contrast($twt-cookie-permission-deny-btn-background-color);
						background-color: $twt-cookie-permission-deny-btn-background-color;
						border-color: $twt-cookie-permission-deny-btn-background-color;
					}
				}*/
}
.cookie-permission-container .js-cookie-permission-button .btn:hover, .cookie-permission-container .js-cookie-permission-button .acris-last-search-term-delete:hover {
  color: #000;
  background-color: #d8d8de;
  border-color: #d3d3d8;
}
.cookie-permission-container .js-cookie-configuration-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-configuration-button .btn, .cookie-permission-container .js-cookie-configuration-button .acris-last-search-term-delete {
  color: #fff;
  background-color: #404b58;
  border-color: #404b58;
}
.cookie-permission-container .js-cookie-configuration-button .btn:hover, .cookie-permission-container .js-cookie-configuration-button .acris-last-search-term-delete:hover {
  color: #fff;
  background-color: #3b4551;
  border-color: #3a444f;
}
.cookie-permission-container .js-cookie-accept-all-button {
  display: inline-block;
  padding: 3px 1px;
}
.cookie-permission-container .js-cookie-accept-all-button .btn, .cookie-permission-container .js-cookie-accept-all-button .acris-last-search-term-delete {
  color: #000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.cookie-permission-container .js-cookie-accept-all-button .btn:hover, .cookie-permission-container .js-cookie-accept-all-button .acris-last-search-term-delete:hover {
  color: #000;
  background-color: #ec0000;
  border-color: #e60000;
}
.cookie-permission-content {
  color: #555555;
}
.cookie-permission-content a {
  color: #555555;
  text-decoration: underline;
  opacity: 1;
}
.cookie-permission-content a:hover {
  text-decoration: none;
  opacity: 0.85;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Cookie configuration
	==============================================
	Offcanvas containing a list of cookies which need to be manually selected by the user.

	Origin: Shopware base
*/
.js-offcanvas-cookie-accept-all {
  width: 100%;
  margin-bottom: 10px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Scroll up
    ==============================================
    Shows a scroll up button at the bottom right of the page.

	Origin: Shopware base
*/
.scroll-up-button .btn, .scroll-up-button .acris-last-search-term-delete {
  display: flex;
  justify-content: center;
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #ff0000;
  --bs-btn-hover-border-color: #ff0000;
  --bs-btn-focus-shadow-rgb: 255, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c00;
  --bs-btn-active-border-color: #bf0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
  width: 45px;
  height: 45px;
  text-overflow: unset;
  border-radius: 0;
}
.scroll-up-button .btn .icon, .scroll-up-button .acris-last-search-term-delete .icon {
  color: #ffffff;
}
.scroll-up-button .btn .icon > svg, .scroll-up-button .acris-last-search-term-delete .icon > svg {
  top: 0;
}
.scroll-up-button .btn .icon:hover, .scroll-up-button .acris-last-search-term-delete .icon:hover {
  color: #ffffff;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Dropdown menu
	==================================================

	Origin: Bootstrap
*/
.dropdown-menu {
  --bs-dropdown-color: #000000;
  --bs-dropdown-bg: #ffffff;
  --bs-dropdown-border-color: #e0e0e0;
  --bs-dropdown-link-color: #000000;
  --bs-dropdown-link-hover-color: #ff0000;
}
header .dropdown .dropdown-menu {
  --bs-dropdown-color: #111111;
  --bs-dropdown-bg: #ffffff;
  --bs-dropdown-border-color: #e0e0e0;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 2px;
}
header .dropdown .dropdown-menu a:not(.btn) {
  color: #111111;
}
header .dropdown .dropdown-menu a:not(.btn):hover {
  color: #ff0000;
}
header .dropdown .dropdown-menu a:not(.btn).active, header .dropdown .dropdown-menu a:not(.btn):active {
  background-color: inherit;
}
header .dropdown .dropdown-menu::before {
  position: absolute;
  top: -5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transform: rotate(135deg);
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
  background: #ffffff;
}
header .dropdown .dropdown-menu[data-popper-placement="bottom-end"]::before {
  right: 20px;
}
header .dropdown .dropdown-menu[data-popper-placement="bottom-start"]::before {
  left: 20px;
}
header .dropdown .dropdown-menu .dropdown-item {
  line-height: 1.5;
  color: #111111;
}
header .dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000;
}
header .dropdown .dropdown-menu .dropdown-item.active, header .dropdown .dropdown-menu .dropdown-item:active {
  background-color: inherit;
}
header .dropdown.show .top-bar-nav-btn {
  color: #ffffff;
}
header .dropdown.show .top-bar-nav-btn .icon {
  color: #ffffff;
}
.offcanvas .dropdown-menu .dropdown-item.active, .offcanvas .dropdown-menu .dropdown-item:active {
  color: inherit;
  background-color: inherit;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Footer minimal
	==================================================

	Origin: ..
*/
.footer-minimal {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  color: #353e49;
  background-color: #fafafa;
}
.footer-minimal a:not(.btn) {
  color: #353e49;
}
.footer-minimal a:not(.btn):hover {
  color: #353e49;
}
.footer-minimal .footer-service-menu {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
}
.footer-minimal .footer-service-menu a {
  color: #353e49;
}
.footer-minimal .footer-service-menu a:hover {
  color: #353e49;
}
.footer-minimal .footer-service-menu .footer-service-menu-item::after {
  border-color: #353e49;
}
.footer-minimal .footer-service-menu .footer-service-menu-item-revocation {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.footer-minimal .footer-service-menu .footer-service-menu-item-revocation .footer-revocation-button {
  margin: 0 !important;
}
.footer-minimal .footer-service-menu .footer-service-menu-item-revocation .btn, .footer-minimal .footer-service-menu .footer-service-menu-item-revocation .acris-last-search-term-delete {
  --bs-btn-padding-y: 2px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: 14px;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
  --bs-btn-bg: transparent;
  --bs-btn-color: #353e49;
  --bs-btn-border-color: #353e49;
  --bs-btn-hover-bg: #353e49;
  --bs-btn-hover-color: #fafafa;
  --bs-btn-hover-border-color: #353e49;
  --bs-btn-active-bg: #353e49;
  --bs-btn-active-color: #fafafa;
  --bs-btn-active-border-color: #353e49;
}
.footer-minimal .footer-vat p {
  margin-bottom: 0;
}
.footer-minimal .footer-bottom {
  padding: 20px;
  background: none;
}
@media (min-width: 768px) {
  .footer-minimal .footer-bottom {
    padding: 30px;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Mobile footer
	==================================================

	Origin: ..
*/
/* @TODO:
	- Shopware Vererbung prüfen...
	- media-breakpoint-down(md) entfernen...
	- Buttons style headlines
	    background: #ededed;
        padding: 6px 12px;
        border-radius: 5px;
        margin-bottom: 5px;
        margin-top: 3px;
*/
/* --- Mobile footer styling ------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .footer-main .container .footer-columns, .footer-main .cms-section .boxed .footer-columns, .cms-section .footer-main .boxed .footer-columns {
    /* ThemeWare: mittlerer Bereich (= default) */
    /* ThemeWare: oberer Bereich */
    /* ThemeWare: unterer Bereich */
  }
  .footer-main .container .footer-columns.first, .footer-main .cms-section .boxed .footer-columns.first, .cms-section .footer-main .boxed .footer-columns.first {
    border-top: 1px solid #eaeaf0;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline {
    align-items: center;
  }
  .footer-main .container .footer-columns .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns .footer-column .footer-column-headline .icon {
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline {
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a {
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline a:hover {
    color: white;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column .footer-column-headline .icon {
    color: #ffffff;
  }
  .footer-main .container .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsTop .footer-column:not(.js-footer-column) .footer-column-headline {
    justify-content: center;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline {
    color: #ff0000;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a {
    color: #ff0000;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline a:hover {
    color: #f33;
  }
  .footer-main .container .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon, .footer-main .cms-section .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon, .cms-section .footer-main .boxed .footer-columns#footerColumnsBottom .footer-column .footer-column-headline .icon {
    color: #ff0000;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail
	==================================================

	Origin: Shopware base & skin
*/
.content-main > .container > .container-main > div.product-detail, .cms-section .content-main > .boxed > .container-main > div.product-detail {
  margin: 20px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
}
.product-detail-buy {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-detail-buy {
    margin-top: 10px;
  }
}
table.product-block-prices-table, table.product-block-prices-grid {
  margin-bottom: 3px;
}
.product-detail-tax-container .product-detail-tax {
  margin-bottom: 1rem;
}
.product-detail-tax-container .product-detail-tax-link {
  font-size: 14px;
  font-size: 0.875rem;
}
.twt-product-detail-shipping-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
  color: inherit;
}
.twt-product-detail-shipping-link .twt-product-detail-shipping-link-content {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
.twt-product-detail-shipping-link:hover .twt-product-detail-shipping-link-content {
  text-decoration: none;
}
.twt-product-detail-shipping-link .icon {
  flex: 0 0 auto;
}
.twt-product-detail-shipping-link .icon svg {
  top: 1px;
}
.product-detail-reviews {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2px;
}
.product-detail-reviews .product-review-rating {
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.product-detail-reviews .product-detail-reviews-link {
  flex-shrink: 0;
  max-width: 100%;
}
.product-detail-reviews .icon svg {
  top: 1px;
}
.product-detail-reviews-link {
  font-size: 15px;
  font-size: 0.9375rem;
}
.product-detail-delivery-information {
  margin-bottom: 1.25rem;
}
.product-delivery-information p.delivery-information {
  margin-bottom: 2px;
}
.list-price-badge {
  margin-bottom: 0;
}
.product-detail-regulation-price-wrapper, .product-detail-list-price-wrapper {
  color: #404b58;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product detail/Configurator
    ==================================================

	Origin: Shopware base

	@TODO:
	- $twt-product-detail-configurator-option-strikethrough-stroke-width
	- "Fix" Shopware layout type (configurable colors doesn't match e.g. border-color)
*/
.product-detail-configurator-option-input + .product-detail-configurator-option-label {
  --bs-btn-color: #2b3136;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #adb5bd;
  --bs-btn-hover-color: #ff0000;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #ff0000;
  --bs-btn-active-color: #2b3136;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-disabled-color:#2b3136;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #adb5bd;
  --bs-btn-border-width: 2px;
  --bs-btn-disabled-opacity: 0.55;
  /* Linie von oben links → unten rechts */
  /* Linie von unten links → oben rechts */
}
@media (hover: hover) and (pointer: fine) {
  .product-detail-configurator-option-input + .product-detail-configurator-option-label:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
  }
}
.product-detail-configurator-option-input + .product-detail-configurator-option-label.disabled {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .product-detail-configurator-option-input + .product-detail-configurator-option-label.disabled:hover {
    color: var(--bs-btn-disabled-color);
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
  }
}
.product-detail-configurator-option-input + .product-detail-configurator-option-label.disabled:after, .product-detail-configurator-option-input + .product-detail-configurator-option-label.disabled:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* Klicks nicht blockieren */
  background-size: cover;
  background-repeat: no-repeat;
}
.product-detail-configurator-option-input + .product-detail-configurator-option-label.disabled:before {
  background-image: url("data:image/svg+xml;utf8,                            <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' preserveAspectRatio='none'>                            <line x1='0' y1='0' x2='100%' y2='100%' stroke='%23b3bfcc' stroke-width='2' stroke-linecap='round'/>                            </svg>");
}
.product-detail-configurator-option-input + .product-detail-configurator-option-label.disabled:after {
  background-image: url("data:image/svg+xml;utf8,                    <svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' preserveAspectRatio='none'>                    <line x1='0' y1='100%' x2='100%' y2='0' stroke='%23b3bfcc' stroke-width='2' stroke-linecap='round'/>                    </svg>");
}
@media (hover: hover) and (pointer: fine) {
  .product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.disabled:hover {
    border-color: var(--bs-btn-active-border-color);
  }
}
label.product-detail-configurator-group-title {
  width: 100%;
  margin-bottom: 0.5rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail/Tabs
	==================================================

	Origin: Shopware base & skin
*/
/*
	Standard/classic product detail pages
	- Fallback product detail pages (not cms pages!)
*/
body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation {
  background-color: #fafafa;
  border-top-left-radius: 3px;
  position: relative;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) {
  margin-bottom: 20px;
  border-radius: 0px;
  background-color: #ffffff;
}
@media (max-width: 575.98px) {
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list {
    padding-bottom: 0;
    border: 0;
  }
  body:not(.twt-is-cms-product-detail) .product-detail-tabs .product-detail-tab-navigation .product-detail-tab-navigation-list .nav-item:last-of-type a {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  body:not(.twt-is-cms-product-detail) .product-detail-tabs:not(.product-detail-cross-selling) {
    padding-bottom: 0;
  }
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling {
  border-radius: 0px;
  background-color: #ffffff;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .card {
  margin-top: 0;
  padding: 0;
}
body:not(.twt-is-cms-product-detail) .product-detail-tabs.product-detail-cross-selling .product-slider.has-nav {
  padding-right: 0;
  padding-left: 0;
}
/*
    __             ____________     ____                             __  _
   / /_  __  __   /_  __/ ____/    /  _/___  ____  ____ _   ______ _/ /_( )___  ____  _____
  / __ \/ / / /    / / / /  ______ / // __ \/ __ \/ __ \ | / / __ `/ __/ / __ \/ __ \/ ___/
 / /_/ / /_/ /    / / / /__/_____// /  / / / / / / /_/ / |/ / /_/ / /_/ / /_/ / / / (_   )
/_.___/\__, /    /_/  \____/    /___/_/ /_/_/ /_/\____/|___/\__,_/\__/_/\____/_/ /_/____/
      /____/
*/
/*
	Shopware 6.4 cms product pages
	- Tabs on product pages as CMS element
*/
.twt-is-cms-product-detail .product-detail-cross-selling .card {
  margin-top: inherit;
}
.twt-is-cms-product-detail .cms-sections .cms-section .boxed .cms-block-product-description-reviews .product-detail-tabs-content {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background-color: #ffffff;
}
.twt-is-cms-product-detail .cms-sections .cms-section .boxed .cms-block-cross-selling .product-detail-tabs-content {
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background-color: #ffffff;
}
.twt-is-cms-product-detail .cms-section .cms-block-product-description-reviews:not(.bg-color) {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.twt-is-cms-product-detail .cms-section .cms-block-cross-selling:not(.bg-color) {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.twt-is-cms-product-detail .cms-section:not(.cms-section-sidebar) .cms-block-product-description-reviews .cms-block-container[style="padding: 20px 0 20px 0;"], .twt-is-cms-product-detail .cms-section:not(.cms-section-sidebar) .cms-block-cross-selling .cms-block-container[style="padding: 20px 0 20px 0;"] {
  padding: 0 20px 20px 20px !important;
}
.twt-is-cms-product-detail .cms-section.cms-section-sidebar .cms-block-product-description-reviews .cms-block-container[style="padding: 20px 0 20px 0;"], .twt-is-cms-product-detail .cms-section.cms-section-sidebar .cms-block-cross-selling .cms-block-container[style="padding: 20px 0 20px 0;"] {
  padding: 0 20px 20px 20px !important;
}
.twt-is-cms-product-detail .card-header {
  padding: 0;
  position: relative;
  background-color: #fafafa;
  margin-left: -20px;
  margin-right: -20px;
  border-top-left-radius: 3px;
}
@media (max-width: 575.98px) {
  .twt-tab-navigation-link {
    font-weight: 600;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 0;
    background: none;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Account
	==================================================

	Origin: Shopware base
*/
.account-aside .account-aside-list-group {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  --bs-list-group-bg: transparent;
}
.account-content .account-content-aside {
  border-right: 1px solid #eaeaf0;
}
.account-content .account-content-main {
  margin-right: auto;
  margin-left: auto;
}
.account-welcome {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .twt-cms-styling .account-content .account-content-main {
    padding-right: 0;
    padding-left: 0;
  }
}
.twt-cms-styling .account-content .account-content-aside {
  padding-left: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Account/Login
    ==================================================

	Origin: Shopware base & skin
*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Aside
	==================================================

	Origin: Shopware base & skin
*/
.checkout-aside .checkout-aside-summary {
  border-radius: 0px;
}
.checkout-aside .checkout-aside-summary-label:not(.checkout-aside-summary-total) {
  font-size: 0.875rem;
}
.checkout-aside .checkout-aside-summary-label.checkout-aside-summary-total {
  font-size: 1rem;
}
.checkout-aside .checkout-aside-summary-value:not(.checkout-aside-summary-total) {
  font-size: 0.875rem;
}
.checkout-aside .checkout-aside-summary-value.checkout-aside-summary-total {
  font-size: 1rem;
}
.checkout-aside .checkout-aside-add-code input[name="code"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.checkout-aside .checkout-aside-item-data {
  font-size: 0.875rem;
}
.product-feature-feature {
  font-size: 0.75rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Cart
	==================================================

	Origin: Shopware base & skin
*/
body.is-act-cartpage .checkout .checkout-aside-container {
  top: 30px;
}
.cart-add-product-container input#addProductInput {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout/Register
	==================================================

	Origin: Shopware base
*/
body.is-act-checkoutregisterpage .checkout-aside-container {
  position: sticky;
  top: 30px;
  z-index: 1;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Checkout/Confirm
    ==================================================

	Origin: Shopware base & skin
*/
body.is-act-confirmpage .checkout .checkout-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
body.is-act-confirmpage .checkout .checkout-main {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  body.is-act-confirmpage .checkout .checkout-main {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 0;
  }
}
body.is-act-confirmpage .checkout .checkout-additional {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.5rem;
  order: 2;
}
@media (min-width: 992px) {
  body.is-act-confirmpage .checkout .checkout-additional {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 0;
  }
}
body.is-act-confirmpage .checkout .checkout-aside {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
  order: 1;
}
@media (min-width: 768px) {
  body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 41.66666667%;
    margin-left: 58.33333333%;
  }
}
@media (min-width: 992px) {
  body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  body.is-act-confirmpage .checkout .checkout-aside {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
body.is-act-confirmpage .checkout .checkout-aside-container {
  position: sticky;
  top: 30px;
  z-index: 1;
}
.confirm-address .card-actions {
  padding-top: 1rem;
}
/** @deprecated tag:v6.7.0 - File "_breadcrumb.scss" will be removed without replacement. Bootstrap container styles are used instead. */
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Wishlist
    ==================================================

	Origin: Shopware base
*/
.wishlist-headline {
  height: auto;
}
.product-wishlist-info-delivery-time {
  margin-top: 0.25rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    _base.scss
    ======================================
    Basic styles - Contains the imports to all individual ThemeWare® styles.

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® accessibility tweaks
	==================================================

    box-shadow: $input-btn-focus-box-shadow inset;

    vs.
    outline: auto 1px;
    outline: -webkit-focus-ring-color auto 1px;

*/
:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none !important;
  }
  .twt-cms-animation.cms-block {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
  }
  .twt-cms-animation:not(.cms-block) {
    animation: none !important;
    transition: none !important;
  }
  .twt-top-navigation-flyout.show, .twt-top-navigation-dropdown.show {
    animation: none !important;
  }
  .twt-hero-slider .twt-hero-slider-image {
    animation: none !important;
  }
  .cms-image-container[class*="is-image-"] .cms-image {
    animation: none !important;
    transform: none !important;
    scale: none !important;
  }
  .twt-product-detail-delivery-information-labels .delivery-information, .twt-product-detail-delivery-information-labels .delivery-information::before, .twt-product-detail-delivery-information-labels .delivery-status-indicator, .twt-product-box-delivery-information .delivery-information, .twt-product-box-delivery-information .delivery-information::before, .twt-product-box-delivery-information .delivery-status-indicator {
    transition: none !important;
  }
}
.twt-cms-element a.cms-image-link.is-fulllink:focus-visible {
  box-shadow: none;
}
.twt-cms-element a.cms-image-link.is-fulllink:focus-visible::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: 0;
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.25rem #ffffff;
}
.twt-hero-slider:focus-visible {
  outline: none;
  box-shadow: none;
}
.twt-hero-slider:focus-visible::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: 0;
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.25rem #ffffff;
}
.twt-hero-slider-item-image-container:focus-within::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  outline: 0;
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.25rem #ffffff;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Anchor
	==================================================
    Element to jump to a specific part of a page.
    With a small offset to allow for sticky navigation.

    <div id="#twt-anchor"></div>
*/
.twt-anchor {
  position: absolute;
  margin-top: -80px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare CSS animations
	==================================================

*/
@-webkit-keyframes stickynavFyloutFadeInDown {
  0% {
    -webkit-transform: translateY(-300px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes stickynavFyloutFadeInDown {
  0% {
    transform: translateY(-300px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes navFyloutFadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes floatingWidgetWobbleLeft {
  0% {
    left: -400px;
  }
  50% {
    left: -394px;
  }
  100% {
    left: -400px;
  }
}
@keyframes floatingWidgetWobbleRight {
  0% {
    right: -400px;
  }
  50% {
    right: -396px;
  }
  100% {
    right: -400px;
  }
}
@keyframes navFlyoutFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navFlyoutBounceDown {
  0% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes modalZoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes modalZoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
.twt-animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.twt-back-in-down:not(.twt-cms-animation) {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.twt-back-in-left:not(.twt-cms-animation) {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.twt-back-in-right:not(.twt-cms-animation) {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.twt-back-in-up:not(.twt-cms-animation) {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes backOutDown {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(700px) scale(0.7);
      transform: translateY(700px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutDown {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(700px) scale(0.7);
      transform: translateY(700px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutLeft {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutLeft {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(-2000px) scale(0.7);
      transform: translateX(-2000px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutRight {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutRight {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateX(0px) scale(0.7);
      transform: translateX(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateX(2000px) scale(0.7);
      transform: translateX(2000px) scale(0.7);
      opacity: 0.7;
    }
  }

  @-webkit-keyframes backOutUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(-700px) scale(0.7);
      transform: translateY(-700px) scale(0.7);
      opacity: 0.7;
    }
  }
  @keyframes backOutUp {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }

    20% {
      -webkit-transform: translateY(0px) scale(0.7);
      transform: translateY(0px) scale(0.7);
      opacity: 0.7;
    }

    100% {
      -webkit-transform: translateY(-700px) scale(0.7);
      transform: translateY(-700px) scale(0.7);
      opacity: 0.7;
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.twt-bounce-in:not(.twt-cms-animation) {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-bounce-in-down:not(.twt-cms-animation) {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-bounce-in-left:not(.twt-cms-animation) {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-bounce-in-right:not(.twt-cms-animation) {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-bounce-in-up:not(.twt-cms-animation) {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  @keyframes bounceOut {
    20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }

  @-webkit-keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
      transform: translate3d(0, 10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
      transform: translate3d(0, 2000px, 0) scaleY(3);
    }
  }
  @keyframes bounceOutDown {
    20% {
      -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
      transform: translate3d(0, 10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
      transform: translate3d(0, -20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
      transform: translate3d(0, 2000px, 0) scaleY(3);
    }
  }

  @-webkit-keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
      transform: translate3d(20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
      transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
  }
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
      transform: translate3d(20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
      transform: translate3d(-2000px, 0, 0) scaleX(2);
    }
  }

  @-webkit-keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
      transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
      transform: translate3d(2000px, 0, 0) scaleX(2);
    }
  }
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
      transform: translate3d(-20px, 0, 0) scaleX(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
      transform: translate3d(2000px, 0, 0) scaleX(2);
    }
  }

  @-webkit-keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
      transform: translate3d(0, -10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
      transform: translate3d(0, 20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
      transform: translate3d(0, -2000px, 0) scaleY(3);
    }
  }
  @keyframes bounceOutUp {
    20% {
      -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
      transform: translate3d(0, -10px, 0) scaleY(0.985);
    }

    40%,
    45% {
      opacity: 1;
      -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
      transform: translate3d(0, 20px, 0) scaleY(0.9);
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
      transform: translate3d(0, -2000px, 0) scaleY(3);
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \|  _ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__  |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.twt-fade-in:not(.twt-cms-animation) {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-down:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-left:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-right:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
/*@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-fade-in-up:not(.twt-cms-animation) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}*/
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/*
  @-webkit-keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  @keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  */
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/*
  @-webkit-keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  @keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  */
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/*
  @-webkit-keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  @keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  */
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/*
  @-webkit-keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  @keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }

    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  */
/*
  @-webkit-keyframes fadeOutTopLeft {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, -100%, 0);
      transform: translate3d(-100%, -100%, 0);
    }
  }
  @keyframes fadeOutTopLeft {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, -100%, 0);
      transform: translate3d(-100%, -100%, 0);
    }
  }

  @-webkit-keyframes fadeOutTopRight {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, -100%, 0);
      transform: translate3d(100%, -100%, 0);
    }
  }
  @keyframes fadeOutTopRight {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, -100%, 0);
      transform: translate3d(100%, -100%, 0);
    }
  }

  @-webkit-keyframes fadeOutBottomRight {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 100%, 0);
      transform: translate3d(100%, 100%, 0);
    }
  }
  @keyframes fadeOutBottomRight {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 100%, 0);
      transform: translate3d(100%, 100%, 0);
    }
  }

  @-webkit-keyframes fadeOutBottomLeft {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 100%, 0);
      transform: translate3d(-100%, 100%, 0);
    }
  }
  @keyframes fadeOutBottomLeft {
    from {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 100%, 0);
      transform: translate3d(-100%, 100%, 0);
    }
  }
  */
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.twt-flip:not(.twt-cms-animation) {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.twt-flip-in-x:not(.twt-cms-animation) {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.twt-flip-in-y:not(.twt-cms-animation) {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
/*
  @-webkit-keyframes flipOutX {
    from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }

    30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }

    to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  @keyframes flipOutX {
    from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }

    30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }

    to {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes flipOutY {
    from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }

    30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }

    to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  @keyframes flipOutY {
    from {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }

    30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }

    to {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-lightspeed-in-right:not(.twt-cms-animation) {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-lightspeed-in-left:not(.twt-cms-animation) {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
/*@-webkit-keyframes lightSpeedOutRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  *@keyframes lightSpeedOutRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }*/
/*@-webkit-keyframes lightSpeedOutLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
      transform: translate3d(-100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
  }
  @keyframes lightSpeedOutLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
      transform: translate3d(-100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
  }*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \|  _ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.twt-rotate-in:not(.twt-cms-animation) {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.twt-rotate-in-down-left:not(.twt-cms-animation) {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.twt-rotate-in-down-right:not(.twt-cms-animation) {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.twt-rotate-in-up-left:not(.twt-cms-animation) {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.twt-rotate-in-up-right:not(.twt-cms-animation) {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes rotateOut {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  @keyframes rotateOut {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 200deg);
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutDownLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutDownRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutDownRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutUpLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpLeft {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }

  @-webkit-keyframes rotateOutUpRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  @keyframes rotateOutUpRight {
    from {
      opacity: 1;
    }

    to {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __   ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| ,_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.twt-jack-in-the-box:not(.twt-cms-animation) {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_ | |  | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.twt-zoom-in:not(.twt-cms-animation) {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.twt-zoom-in-down:not(.twt-cms-animation) {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.twt-zoom-in-left:not(.twt-cms-animation) {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.twt-zoom-in-right:not(.twt-cms-animation) {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.twt-zoom-in-up:not(.twt-cms-animation) {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/*@if $twt-cms-animations-more == 2 {
  @-webkit-keyframes zoomOut {
    from {
      opacity: 1;
    }

    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
      opacity: 0;
    }
  }
  @keyframes zoomOut {
    from {
      opacity: 1;
    }

    50% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
      opacity: 0;
    }
  }

  @-webkit-keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }

  @-webkit-keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
  }
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform: scale(0.1) translate3d(-2000px, 0, 0);
    }
  }

  @-webkit-keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
    }
  }
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
      opacity: 0;
      -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
      transform: scale(0.1) translate3d(2000px, 0, 0);
    }
  }

  @-webkit-keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
      opacity: 0;
      -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
}*/
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _  | __| |/ _ \| '_ \/ __|
 | |_) | |_ | |  | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
        |___/
*/
@-webkit-keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.twt-bounce:not(.twt-cms-animation) {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.twt-flash:not(.twt-cms-animation) {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.twt-pulse:not(.twt-cms-animation) {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.twt-rubber-band:not(.twt-cms-animation) {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.twt-shake-x:not(.twt-cms-animation) {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.twt-shake-y:not(.twt-cms-animation) {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.twt-head-shake:not(.twt-cms-animation) {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.twt-swing:not(.twt-cms-animation) {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.twt-tada:not(.twt-cms-animation) {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.twt-wobble:not(.twt-cms-animation) {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.twt-jello:not(.twt-cms-animation) {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.twt-heartbeat:not(.twt-cms-animation) {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® CMS sections
    ==================================================
    Clipping edge for elements that deliberately overflow their container,
    e.g. the product slider overflow.

    Info: Shopware does not clip anywhere. Without this edge every overflow
    would reach the viewport and produce a horizontal scrollbar.
*/
.cms-section {
  overflow-x: clip;
  overflow-y: visible;
}
.twt-debug-mode-indicator {
  position: fixed;
  bottom: 20px;
  left: 20px;
  margin: 0;
}
.twt-debug-mode-indicator .twt-debug-mode-indicator-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.twt-debug-mode-indicator .twt-debug-mode-indicator-container div {
  margin-right: 5px;
}
.twt-debug-mode-badge {
  padding: 3px 10px;
}
.twt-a11y-debug-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  margin: 0;
  color: white;
  border-radius: 50%;
  background-color: #002f49;
}
.twt-a11y-debug-badge.on {
  background-color: var(--bs-green);
}
.twt-a11y-debug-badge.off {
  background-color: var(--bs-red);
}
.twt-a11y-debug-badge .icon {
  color: white;
  width: 33px;
  height: 33px;
}
.twt-a11y-debug-badge .icon svg {
  top: 0px;
}
/* ThemeWare: Grid guides */
.twt-grid-guides {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: translate(-50%, 0);
  pointer-events: none;
  border-right: 2px solid magenta;
  border-left: 2px solid magenta;
}
.twt-grid-guides hr {
  position: absolute !important;
  margin: 0;
  opacity: 0.2;
}
.twt-grid-guides hr.is-vertical {
  top: 0px;
  width: 0px;
  height: 100%;
  border-left: 1px dotted magenta;
}
.twt-grid-guides hr.is-vertical.is-main {
  opacity: 1;
  border-left: 1px solid magenta;
}
.twt-grid-guides hr.is-vertical.is-sub {
  opacity: 0.5;
  border-left: 1px dashed magenta;
}
.twt-grid-guides hr.is-horizontal {
  left: 0px;
  width: 100%;
  border-top: 1px dotted magenta;
}
.twt-grid-guides hr.is-horizontal.is-main {
  opacity: 1;
  border-top: 1px solid magenta;
}
.twt-grid-guides hr.is-horizontal.is-sub {
  opacity: 0.5;
  border-top: 1px dashed magenta;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare Bootstrap 4 fallback styles
	==================================================

*/
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® fonts
    ==================================================
    Adds 10 fonts used by ThemeWare®

    Charset: latin
    Formats: ttf
    Weights: 300, 400, 500, 600, 700 (if available)
*/
/* Englebert (v24) #804 */
/* Exo 2 (v26) #69 */
/* Lora (v37) #31 */
/* Montserrat (v31) #4 */
/* Open Sans (v44) #2 */
/* Oswald (v57) #9 */
/* Playfair Display (v40) #17 */
/* Roboto (v49) #1 */
/* Roboto Slab (v36) #15 */
/* Sen (v12) #291 */
/* Source Serif 4 (v14) #119 */
/* Source Sans Pro - von Adobe zurueckgezogen, bei Google Fonts nicht mehr gelistet. */
/* Laedt bewusst die Dateien von Source Sans 3: gleiche Zeichnung, gepflegte Fassung.  */
/* Der Name bleibt erhalten, damit Bestandsshops mit diesem Wert nicht brechen.        */
/* Source Sans 3 (v19) #44 */
/* Titillium Web (v19) #35 */
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/TitilliumWeb/TitilliumWeb-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/TitilliumWeb/TitilliumWeb-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/TitilliumWeb/TitilliumWeb-SemiBold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("../../4db453a9cb9c452ca91b4394ceb4fcdd/assets/font/TitilliumWeb/TitilliumWeb-Bold.woff2") format("woff2");
}
/* Ubuntu (v21) #14 */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® grid extension
    ==================================================
    Adds 5 column styles by ThemeWare®

    Info: A grid of five columns cannot be added into the inheritance order of the base grid without recreating the grid.
    Therefore we use single breakpoints 'media-breakpoint-only' here.
*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2-4 {
    flex: 0 0 auto;
    width: 20%;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare SCSS-Iconset
	==================================================
    Credit: https://github.com/FortAwesome/Font-Awesome
    Credit: https://github.com/atisawd/boxicons
*/
/* ThemeWare: Fix some icon spacings */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Utilities
	==================================================

*/
.twt-order-first {
  order: -1;
}
.twt-order-0 {
  order: 0;
}
.twt-order-1 {
  order: 1;
}
.twt-order-2 {
  order: 2;
}
.twt-order-3 {
  order: 3;
}
.twt-order-4 {
  order: 4;
}
.twt-order-5 {
  order: 5;
}
.twt-order-6 {
  order: 6;
}
.twt-order-7 {
  order: 7;
}
.twt-order-8 {
  order: 8;
}
.twt-order-9 {
  order: 9;
}
.twt-order-10 {
  order: 10;
}
.twt-order-11 {
  order: 11;
}
.twt-order-12 {
  order: 12;
}
.twt-order-last {
  order: 99;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap custom forms
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.badge' added (currently overwritten by Shopware)
	==================================================

    Info: This file is for adding additional badge colors to the theme.
*/
.badge-tc-innovations {
  color: #000;
  background-color: #137bc9;
  border-color: #137bc9;
}
.badge-tc-innovations-light {
  color: #0a446f !important;
  background-color: #d0e5f4;
  border-color: #b8d7ef;
}
.badge-themeware {
  color: #fff;
  background-color: #0d5a93;
  border-color: #0d5a93;
}
.badge-themeware-light {
  color: #073251 !important;
  background-color: #cfdee9;
  border-color: #b6cedf;
}
.badge-primary {
  color: #000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.badge-primary-light {
  color: #8c0000 !important;
  background-color: #fcc;
  border-color: #ffb3b3;
}
.badge-secondary {
  color: #fff;
  background-color: #404b58;
  border-color: #404b58;
}
.badge-secondary-light {
  color: #232930 !important;
  background-color: #d9dbde;
  border-color: #c6c9cd;
}
.badge-success {
  color: #000;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.badge-success-light {
  color: #19703e !important;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.badge-info {
  color: #000;
  background-color: #4aa3df;
  border-color: #4aa3df;
}
.badge-info-light {
  color: #295a7b !important;
  background-color: #dbedf9;
  border-color: #c9e3f5;
}
.badge-warning {
  color: #000;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.badge-warning-light {
  color: #856c08 !important;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.badge-danger {
  color: #fff;
  background-color: #c82f1e;
  border-color: #c82f1e;
}
.badge-danger-light {
  color: #6e1a11 !important;
  background-color: #f4d5d2;
  border-color: #efc1bc;
}
.badge-light {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.badge-light-light {
  color: #898989 !important;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.badge-dark {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.badge-dark-light {
  color: #292e32 !important;
  background-color: #dbddde;
  border-color: #c9ccce;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Alternate buttons
	==================================================

    Info: This file is for adding additional button colors to the theme.

    Bootstrap colors: blue, indigo, purple, pink, red, orange, yellow, green, teal, cyan, white, gray, gray-dark
    + ThemeWare® colors: black, bronze, gold, grayish, silver
*/
.btn-black {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}
.btn-outline-black {
  --bs-btn-color: #000;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #000;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000;
  --bs-gradient: none;
}
.btn-black, .btn-outline-black {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000;
}
.btn-bronze {
  --bs-btn-color: #000;
  --bs-btn-bg: #bf8970;
  --bs-btn-border-color: #bf8970;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c99b85;
  --bs-btn-hover-border-color: #c5957e;
  --bs-btn-focus-shadow-rgb: 162, 116, 95;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cca18d;
  --bs-btn-active-border-color: #c5957e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #bf8970;
  --bs-btn-disabled-border-color: #bf8970;
}
.btn-outline-bronze {
  --bs-btn-color: #bf8970;
  --bs-btn-border-color: #bf8970;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #bf8970;
  --bs-btn-hover-border-color: #bf8970;
  --bs-btn-focus-shadow-rgb: 191, 137, 112;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #bf8970;
  --bs-btn-active-border-color: #bf8970;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bf8970;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bf8970;
  --bs-gradient: none;
}
.btn-bronze, .btn-outline-bronze {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #bf8970;
}
.btn-gold {
  --bs-btn-color: #000;
  --bs-btn-bg: #ebb35c;
  --bs-btn-border-color: #ebb35c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #eebe74;
  --bs-btn-hover-border-color: #edbb6c;
  --bs-btn-focus-shadow-rgb: 200, 152, 78;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #efc27d;
  --bs-btn-active-border-color: #edbb6c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ebb35c;
  --bs-btn-disabled-border-color: #ebb35c;
}
.btn-outline-gold {
  --bs-btn-color: #ebb35c;
  --bs-btn-border-color: #ebb35c;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ebb35c;
  --bs-btn-hover-border-color: #ebb35c;
  --bs-btn-focus-shadow-rgb: 235, 179, 92;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ebb35c;
  --bs-btn-active-border-color: #ebb35c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ebb35c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ebb35c;
  --bs-gradient: none;
}
.btn-gold, .btn-outline-gold {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #ebb35c;
}
.btn-grayish {
  --bs-btn-color: #000;
  --bs-btn-bg: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d5dae0;
  --bs-btn-hover-border-color: #d3d8de;
  --bs-btn-focus-shadow-rgb: 175, 180, 185;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #d8dde1;
  --bs-btn-active-border-color: #d3d8de;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ced4da;
  --bs-btn-disabled-border-color: #ced4da;
}
.btn-outline-grayish {
  --bs-btn-color: #ced4da;
  --bs-btn-border-color: #ced4da;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ced4da;
  --bs-btn-hover-border-color: #ced4da;
  --bs-btn-focus-shadow-rgb: 206, 212, 218;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ced4da;
  --bs-btn-active-border-color: #ced4da;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ced4da;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ced4da;
  --bs-gradient: none;
}
.btn-grayish, .btn-outline-grayish {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #ced4da;
}
.btn-silver {
  --bs-btn-color: #000;
  --bs-btn-bg: #c0c0c0;
  --bs-btn-border-color: #c0c0c0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c9c9c9;
  --bs-btn-hover-border-color: #c6c6c6;
  --bs-btn-focus-shadow-rgb: 163, 163, 163;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #cdcdcd;
  --bs-btn-active-border-color: #c6c6c6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #c0c0c0;
  --bs-btn-disabled-border-color: #c0c0c0;
}
.btn-outline-silver {
  --bs-btn-color: #c0c0c0;
  --bs-btn-border-color: #c0c0c0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c0c0c0;
  --bs-btn-hover-border-color: #c0c0c0;
  --bs-btn-focus-shadow-rgb: 192, 192, 192;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c0c0c0;
  --bs-btn-active-border-color: #c0c0c0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #c0c0c0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c0c0c0;
  --bs-gradient: none;
}
.btn-silver, .btn-outline-silver {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #c0c0c0;
}
.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-outline-blue {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-blue, .btn-outline-blue {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0d6efd;
}
.btn-indigo {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6610f2;
  --bs-btn-border-color: #6610f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #570ece;
  --bs-btn-hover-border-color: #520dc2;
  --bs-btn-focus-shadow-rgb: 125, 52, 244;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #520dc2;
  --bs-btn-active-border-color: #4d0cb6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6610f2;
  --bs-btn-disabled-border-color: #6610f2;
}
.btn-outline-indigo {
  --bs-btn-color: #6610f2;
  --bs-btn-border-color: #6610f2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6610f2;
  --bs-btn-hover-border-color: #6610f2;
  --bs-btn-focus-shadow-rgb: 102, 16, 242;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6610f2;
  --bs-btn-active-border-color: #6610f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6610f2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6610f2;
  --bs-gradient: none;
}
.btn-indigo, .btn-outline-indigo {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #6610f2;
}
.btn-purple {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5e38a4;
  --bs-btn-hover-border-color: #59359a;
  --bs-btn-focus-shadow-rgb: 133, 94, 202;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #59359a;
  --bs-btn-active-border-color: #533291;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6f42c1;
  --bs-btn-disabled-border-color: #6f42c1;
}
.btn-outline-purple {
  --bs-btn-color: #6f42c1;
  --bs-btn-border-color: #6f42c1;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6f42c1;
  --bs-btn-hover-border-color: #6f42c1;
  --bs-btn-focus-shadow-rgb: 111, 66, 193;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6f42c1;
  --bs-btn-active-border-color: #6f42c1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6f42c1;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6f42c1;
  --bs-gradient: none;
}
.btn-purple, .btn-outline-purple {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #6f42c1;
}
.btn-pink {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d63384;
  --bs-btn-border-color: #d63384;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b62b70;
  --bs-btn-hover-border-color: #ab296a;
  --bs-btn-focus-shadow-rgb: 220, 82, 150;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ab296a;
  --bs-btn-active-border-color: #a12663;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d63384;
  --bs-btn-disabled-border-color: #d63384;
}
.btn-outline-pink {
  --bs-btn-color: #d63384;
  --bs-btn-border-color: #d63384;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d63384;
  --bs-btn-hover-border-color: #d63384;
  --bs-btn-focus-shadow-rgb: 214, 51, 132;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #d63384;
  --bs-btn-active-border-color: #d63384;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d63384;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d63384;
  --bs-gradient: none;
}
.btn-pink, .btn-outline-pink {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #d63384;
}
.btn-red {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-outline-red {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-red, .btn-outline-red {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #dc3545;
}
.btn-orange {
  --bs-btn-color: #000;
  --bs-btn-bg: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd9137;
  --bs-btn-hover-border-color: #fd8b2b;
  --bs-btn-focus-shadow-rgb: 215, 107, 17;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd9843;
  --bs-btn-active-border-color: #fd8b2b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fd7e14;
  --bs-btn-disabled-border-color: #fd7e14;
}
.btn-outline-orange {
  --bs-btn-color: #fd7e14;
  --bs-btn-border-color: #fd7e14;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fd7e14;
  --bs-btn-hover-border-color: #fd7e14;
  --bs-btn-focus-shadow-rgb: 253, 126, 20;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fd7e14;
  --bs-btn-active-border-color: #fd7e14;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd7e14;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd7e14;
  --bs-gradient: none;
}
.btn-orange, .btn-outline-orange {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #fd7e14;
}
.btn-yellow {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-outline-yellow {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-yellow, .btn-outline-yellow {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #ffc107;
}
.btn-green {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-outline-green {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-green, .btn-outline-green {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #198754;
}
.btn-teal {
  --bs-btn-color: #000;
  --bs-btn-bg: #20c997;
  --bs-btn-border-color: #20c997;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #41d1a7;
  --bs-btn-hover-border-color: #36cea1;
  --bs-btn-focus-shadow-rgb: 27, 171, 128;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4dd4ac;
  --bs-btn-active-border-color: #36cea1;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #20c997;
  --bs-btn-disabled-border-color: #20c997;
}
.btn-outline-teal {
  --bs-btn-color: #20c997;
  --bs-btn-border-color: #20c997;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #20c997;
  --bs-btn-hover-border-color: #20c997;
  --bs-btn-focus-shadow-rgb: 32, 201, 151;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #20c997;
  --bs-btn-active-border-color: #20c997;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #20c997;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #20c997;
  --bs-gradient: none;
}
.btn-teal, .btn-outline-teal {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #20c997;
}
.btn-cyan {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-outline-cyan {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-cyan, .btn-outline-cyan {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0dcaf0;
}
.btn-white {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}
.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.btn-white, .btn-outline-white {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #fff;
}
.btn-gray {
  --bs-btn-color: #000;
  --bs-btn-bg: #798490;
  --bs-btn-border-color: #798490;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #8d96a1;
  --bs-btn-hover-border-color: #86909b;
  --bs-btn-focus-shadow-rgb: 103, 112, 122;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #949da6;
  --bs-btn-active-border-color: #86909b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #798490;
  --bs-btn-disabled-border-color: #798490;
}
.btn-outline-gray {
  --bs-btn-color: #798490;
  --bs-btn-border-color: #798490;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #798490;
  --bs-btn-hover-border-color: #798490;
  --bs-btn-focus-shadow-rgb: 121, 132, 144;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #798490;
  --bs-btn-active-border-color: #798490;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #798490;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #798490;
  --bs-gradient: none;
}
.btn-gray, .btn-outline-gray {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #798490;
}
.btn-gray-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3f474d;
  --bs-btn-hover-border-color: #3b4349;
  --bs-btn-focus-shadow-rgb: 101, 110, 116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3b4349;
  --bs-btn-active-border-color: #383f44;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4a545b;
  --bs-btn-disabled-border-color: #4a545b;
}
.btn-outline-gray-dark {
  --bs-btn-color: #4a545b;
  --bs-btn-border-color: #4a545b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4a545b;
  --bs-btn-hover-border-color: #4a545b;
  --bs-btn-focus-shadow-rgb: 74, 84, 91;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4a545b;
  --bs-btn-active-border-color: #4a545b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4a545b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4a545b;
  --bs-gradient: none;
}
.btn-gray-dark, .btn-outline-gray-dark {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #4a545b;
}
.btn-tc-innovations, .btn-outline-tc-innovations {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #137bc9;
}
.btn-themeware, .btn-outline-themeware {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #0d5a93;
}
.btn-primary, .btn-outline-primary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #ff0000;
}
.btn-secondary, .btn-outline-secondary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #404b58;
}
.btn-success, .btn-outline-success {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #2ecc71;
}
.btn-info, .btn-outline-info {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #4aa3df;
}
.btn-warning, .btn-outline-warning {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #f1c40f;
}
.btn-danger, .btn-outline-danger {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #c82f1e;
}
.btn-light, .btn-outline-light {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #f9f9f9;
}
.btn-dark, .btn-outline-dark {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #4a545b;
}
.btn-outline-tc-innovations {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-themeware {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-primary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-secondary {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-success {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-info {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-warning {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-danger {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-light {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-outline-dark {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-light, .btn-detail {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.btn-buy {
  --bs-btn-focus-box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #ff0000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Alternate link colors
	==================================================

    Info: This file extends Bootstrap's `.link-{color}` helpers
    (which only cover $theme-colors) with the additional colours
    defined in $colors so we can use e.g. `.link-white` and `.link-black`.

    Bootstrap colors: blue, indigo, purple, pink, red, orange, yellow, green, teal, cyan, white, gray, gray-dark
    + ThemeWare® colors: black, bronze, gold, grayish, silver

    Mirrors Bootstrap's scss/helpers/_colored-links.scss but iterates $colors
    and uses `to-rgb($value)` directly (instead of `var(--bs-{color}-rgb)`)
    because not every $colors entry has a matching CSS custom property.
*/
.link-black {
  color: rgba(0, 0, 0, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(0, 0, 0, var(--bs-link-underline-opacity, 1));
}
.link-black:hover, .link-black:focus {
  color: rgba(0, 0, 0, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(0, 0, 0, var(--bs-link-underline-opacity, 1));
}
.link-bronze {
  color: rgba(191, 137, 112, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(191, 137, 112, var(--bs-link-underline-opacity, 1));
}
.link-bronze:hover, .link-bronze:focus {
  color: rgba(204, 161, 141, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(204, 161, 141, var(--bs-link-underline-opacity, 1));
}
.link-gold {
  color: rgba(235, 179, 92, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(235, 179, 92, var(--bs-link-underline-opacity, 1));
}
.link-gold:hover, .link-gold:focus {
  color: rgba(239, 194, 125, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(239, 194, 125, var(--bs-link-underline-opacity, 1));
}
.link-grayish {
  color: rgba(206, 212, 218, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(206, 212, 218, var(--bs-link-underline-opacity, 1));
}
.link-grayish:hover, .link-grayish:focus {
  color: rgba(216, 221, 225, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(216, 221, 225, var(--bs-link-underline-opacity, 1));
}
.link-silver {
  color: rgba(192, 192, 192, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(192, 192, 192, var(--bs-link-underline-opacity, 1));
}
.link-silver:hover, .link-silver:focus {
  color: rgba(205, 205, 205, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(205, 205, 205, var(--bs-link-underline-opacity, 1));
}
.link-blue {
  color: rgba(13, 110, 253, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(13, 110, 253, var(--bs-link-underline-opacity, 1));
}
.link-blue:hover, .link-blue:focus {
  color: rgba(10, 88, 202, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(10, 88, 202, var(--bs-link-underline-opacity, 1));
}
.link-indigo {
  color: rgba(102, 16, 242, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(102, 16, 242, var(--bs-link-underline-opacity, 1));
}
.link-indigo:hover, .link-indigo:focus {
  color: rgba(82, 13, 194, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(82, 13, 194, var(--bs-link-underline-opacity, 1));
}
.link-purple {
  color: rgba(111, 66, 193, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(111, 66, 193, var(--bs-link-underline-opacity, 1));
}
.link-purple:hover, .link-purple:focus {
  color: rgba(89, 53, 154, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(89, 53, 154, var(--bs-link-underline-opacity, 1));
}
.link-pink {
  color: rgba(214, 51, 132, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(214, 51, 132, var(--bs-link-underline-opacity, 1));
}
.link-pink:hover, .link-pink:focus {
  color: rgba(171, 41, 106, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(171, 41, 106, var(--bs-link-underline-opacity, 1));
}
.link-red {
  color: rgba(220, 53, 69, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(220, 53, 69, var(--bs-link-underline-opacity, 1));
}
.link-red:hover, .link-red:focus {
  color: rgba(176, 42, 55, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(176, 42, 55, var(--bs-link-underline-opacity, 1));
}
.link-orange {
  color: rgba(253, 126, 20, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(253, 126, 20, var(--bs-link-underline-opacity, 1));
}
.link-orange:hover, .link-orange:focus {
  color: rgba(253, 152, 67, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(253, 152, 67, var(--bs-link-underline-opacity, 1));
}
.link-yellow {
  color: rgba(255, 193, 7, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 193, 7, var(--bs-link-underline-opacity, 1));
}
.link-yellow:hover, .link-yellow:focus {
  color: rgba(255, 205, 57, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 205, 57, var(--bs-link-underline-opacity, 1));
}
.link-green {
  color: rgba(25, 135, 84, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(25, 135, 84, var(--bs-link-underline-opacity, 1));
}
.link-green:hover, .link-green:focus {
  color: rgba(20, 108, 67, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(20, 108, 67, var(--bs-link-underline-opacity, 1));
}
.link-teal {
  color: rgba(32, 201, 151, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(32, 201, 151, var(--bs-link-underline-opacity, 1));
}
.link-teal:hover, .link-teal:focus {
  color: rgba(77, 212, 172, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(77, 212, 172, var(--bs-link-underline-opacity, 1));
}
.link-cyan {
  color: rgba(13, 202, 240, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(13, 202, 240, var(--bs-link-underline-opacity, 1));
}
.link-cyan:hover, .link-cyan:focus {
  color: rgba(61, 213, 243, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(61, 213, 243, var(--bs-link-underline-opacity, 1));
}
.link-white {
  color: rgba(255, 255, 255, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 255, 255, var(--bs-link-underline-opacity, 1));
}
.link-white:hover, .link-white:focus {
  color: rgba(255, 255, 255, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 255, 255, var(--bs-link-underline-opacity, 1));
}
.link-gray {
  color: rgba(121, 132, 144, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(121, 132, 144, var(--bs-link-underline-opacity, 1));
}
.link-gray:hover, .link-gray:focus {
  color: rgba(148, 157, 166, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(148, 157, 166, var(--bs-link-underline-opacity, 1));
}
.link-gray-dark {
  color: rgba(74, 84, 91, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(74, 84, 91, var(--bs-link-underline-opacity, 1));
}
.link-gray-dark:hover, .link-gray-dark:focus {
  color: rgba(59, 67, 73, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(59, 67, 73, var(--bs-link-underline-opacity, 1));
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Breadcrumb
	==================================================
	`.twt-breadcrumb` is set by `layout/breadcrumb.html.twig` when
	`twt-breadcrumb-compatibility != 1`. Central hook for all item rules.

	Style values (theme config `twt-breadcrumb-style`):
	  1 = Links (default)       — link-{var} + underline-opacity + offset
	  2 = Links in coloured box — like 1 + box decoration (.twt-breadcrumb-standard)
	  3 = Buttons               — btn btn-{var} + corner-type / border-show utility classes
*/
.twt-breadcrumb {
  align-items: center;
  margin: 0;
  padding: 0;
}
.twt-breadcrumb-standard {
  --bs-breadcrumb-divider-color: #444444;
}
/* ThemeWare: General styling of default elements ------------------------------------------------------------------- */
.twt-breadcrumb .breadcrumb-placeholder {
  display: flex;
  justify-content: center;
}
.twt-breadcrumb .breadcrumb-placeholder .icon svg {
  top: 1px;
}
.twt-breadcrumb .icon {
  width: 16px;
  height: 16px;
}
.twt-breadcrumb-standard .breadcrumb-placeholder .icon {
  color: #444444;
}
.twt-breadcrumb-standard .breadcrumb-placeholder span.text {
  color: #444444;
}
.twt-breadcrumb a {
  text-decoration: underline;
  --bs-link-underline-opacity: 1;
}
.twt-breadcrumb a:hover {
  text-decoration: underline;
  --bs-link-underline-opacity: 1;
}
.twt-breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.twt-breadcrumb .breadcrumb-item .twt-breadcrumb-folder {
  font-size: 15.75px;
  font-size: 0.984375rem;
  display: inline-block;
}
.twt-breadcrumb .breadcrumb-item a {
  font-size: 15.75px;
  font-size: 0.984375rem;
}
.twt-breadcrumb .breadcrumb-item a.is-active {
  font-weight: 600;
}
.twt-breadcrumb-standard .breadcrumb-item .twt-breadcrumb-folder {
  color: #444444;
}
.twt-breadcrumb .breadcrumb-item .twt-breadcrumb-folder.disabled {
  opacity: 0.65;
  pointer-events: none;
}
.twt-breadcrumb .breadcrumb-item a {
  color: inherit;
  text-decoration-color: inherit;
}
.twt-breadcrumb .breadcrumb-item a:hover {
  color: inherit;
  text-decoration-color: inherit;
}
.twt-breadcrumb .breadcrumb-item span {
  color: inherit;
}
.twt-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-top: 0;
}
/* ThemeWare: Styling of ThemeWare® elements ------------------------------------------------------------------------ */
.twt-breadcrumb-further-information {
  font-size: 15.75px;
  font-size: 0.984375rem;
  margin-right: 0.25rem;
}
.twt-breadcrumb-further-information + .breadcrumb-item:before {
  content: "";
  display: none;
}
.twt-breadcrumb-standard .twt-breadcrumb-further-information span {
  align-self: center;
  color: #444444;
}
.twt-breadcrumb-home-icon .breadcrumb-title {
  display: none;
}
.twt-breadcrumb-home-icon a .icon {
  color: inherit;
}
.twt-breadcrumb-home-icon a.btn .icon > svg, .twt-breadcrumb-home-icon a.acris-last-search-term-delete .icon > svg {
  top: 3px;
}
.twt-breadcrumb .breadcrumb-item a.link-tc-innovations {
  color: rgba(19, 123, 201, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(19, 123, 201, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-tc-innovations:hover, .twt-breadcrumb .breadcrumb-item a.link-tc-innovations:focus {
  color: rgba(66, 149, 212, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(66, 149, 212, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-themeware {
  color: rgba(13, 90, 147, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(13, 90, 147, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-themeware:hover, .twt-breadcrumb .breadcrumb-item a.link-themeware:focus {
  color: rgba(10, 72, 118, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(10, 72, 118, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-primary {
  color: rgba(255, 0, 0, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 0, 0, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-primary:hover, .twt-breadcrumb .breadcrumb-item a.link-primary:focus {
  color: rgba(255, 51, 51, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 51, 51, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-secondary {
  color: rgba(64, 75, 88, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(64, 75, 88, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-secondary:hover, .twt-breadcrumb .breadcrumb-item a.link-secondary:focus {
  color: rgba(51, 60, 70, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(51, 60, 70, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-success {
  color: rgba(46, 204, 113, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(46, 204, 113, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-success:hover, .twt-breadcrumb .breadcrumb-item a.link-success:focus {
  color: rgba(88, 214, 141, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(88, 214, 141, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-info {
  color: rgba(74, 163, 223, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(74, 163, 223, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-info:hover, .twt-breadcrumb .breadcrumb-item a.link-info:focus {
  color: rgba(110, 181, 229, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(110, 181, 229, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-warning {
  color: rgba(241, 196, 15, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(241, 196, 15, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-warning:hover, .twt-breadcrumb .breadcrumb-item a.link-warning:focus {
  color: rgba(244, 208, 63, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(244, 208, 63, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-danger {
  color: rgba(200, 47, 30, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(200, 47, 30, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-danger:hover, .twt-breadcrumb .breadcrumb-item a.link-danger:focus {
  color: rgba(160, 38, 24, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(160, 38, 24, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-light {
  color: rgba(249, 249, 249, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(249, 249, 249, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-light:hover, .twt-breadcrumb .breadcrumb-item a.link-light:focus {
  color: rgba(250, 250, 250, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(250, 250, 250, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-dark {
  color: rgba(74, 84, 91, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(74, 84, 91, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-dark:hover, .twt-breadcrumb .breadcrumb-item a.link-dark:focus {
  color: rgba(59, 67, 73, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(59, 67, 73, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-black {
  color: rgba(0, 0, 0, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(0, 0, 0, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-black:hover, .twt-breadcrumb .breadcrumb-item a.link-black:focus {
  color: rgba(0, 0, 0, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(0, 0, 0, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-bronze {
  color: rgba(191, 137, 112, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(191, 137, 112, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-bronze:hover, .twt-breadcrumb .breadcrumb-item a.link-bronze:focus {
  color: rgba(204, 161, 141, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(204, 161, 141, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-gold {
  color: rgba(235, 179, 92, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(235, 179, 92, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-gold:hover, .twt-breadcrumb .breadcrumb-item a.link-gold:focus {
  color: rgba(239, 194, 125, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(239, 194, 125, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-grayish {
  color: rgba(206, 212, 218, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(206, 212, 218, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-grayish:hover, .twt-breadcrumb .breadcrumb-item a.link-grayish:focus {
  color: rgba(216, 221, 225, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(216, 221, 225, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-silver {
  color: rgba(192, 192, 192, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(192, 192, 192, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-silver:hover, .twt-breadcrumb .breadcrumb-item a.link-silver:focus {
  color: rgba(205, 205, 205, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(205, 205, 205, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-blue {
  color: rgba(13, 110, 253, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(13, 110, 253, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-blue:hover, .twt-breadcrumb .breadcrumb-item a.link-blue:focus {
  color: rgba(10, 88, 202, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(10, 88, 202, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-indigo {
  color: rgba(102, 16, 242, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(102, 16, 242, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-indigo:hover, .twt-breadcrumb .breadcrumb-item a.link-indigo:focus {
  color: rgba(82, 13, 194, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(82, 13, 194, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-purple {
  color: rgba(111, 66, 193, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(111, 66, 193, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-purple:hover, .twt-breadcrumb .breadcrumb-item a.link-purple:focus {
  color: rgba(89, 53, 154, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(89, 53, 154, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-pink {
  color: rgba(214, 51, 132, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(214, 51, 132, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-pink:hover, .twt-breadcrumb .breadcrumb-item a.link-pink:focus {
  color: rgba(171, 41, 106, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(171, 41, 106, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-red {
  color: rgba(220, 53, 69, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(220, 53, 69, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-red:hover, .twt-breadcrumb .breadcrumb-item a.link-red:focus {
  color: rgba(176, 42, 55, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(176, 42, 55, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-orange {
  color: rgba(253, 126, 20, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(253, 126, 20, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-orange:hover, .twt-breadcrumb .breadcrumb-item a.link-orange:focus {
  color: rgba(253, 152, 67, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(253, 152, 67, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-yellow {
  color: rgba(255, 193, 7, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 193, 7, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-yellow:hover, .twt-breadcrumb .breadcrumb-item a.link-yellow:focus {
  color: rgba(255, 205, 57, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 205, 57, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-green {
  color: rgba(25, 135, 84, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(25, 135, 84, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-green:hover, .twt-breadcrumb .breadcrumb-item a.link-green:focus {
  color: rgba(20, 108, 67, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(20, 108, 67, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-teal {
  color: rgba(32, 201, 151, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(32, 201, 151, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-teal:hover, .twt-breadcrumb .breadcrumb-item a.link-teal:focus {
  color: rgba(77, 212, 172, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(77, 212, 172, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-cyan {
  color: rgba(13, 202, 240, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(13, 202, 240, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-cyan:hover, .twt-breadcrumb .breadcrumb-item a.link-cyan:focus {
  color: rgba(61, 213, 243, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(61, 213, 243, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-white {
  color: rgba(255, 255, 255, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 255, 255, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-white:hover, .twt-breadcrumb .breadcrumb-item a.link-white:focus {
  color: rgba(255, 255, 255, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(255, 255, 255, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-gray {
  color: rgba(121, 132, 144, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(121, 132, 144, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-gray:hover, .twt-breadcrumb .breadcrumb-item a.link-gray:focus {
  color: rgba(148, 157, 166, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(148, 157, 166, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-gray-dark {
  color: rgba(74, 84, 91, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(74, 84, 91, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-gray-dark:hover, .twt-breadcrumb .breadcrumb-item a.link-gray-dark:focus {
  color: rgba(59, 67, 73, var(--bs-link-opacity, 1));
  text-decoration-color: rgba(59, 67, 73, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-custom {
  color: #444444;
  text-decoration-color: rgba(68, 68, 68, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
.twt-breadcrumb .breadcrumb-item a.link-custom:hover, .twt-breadcrumb .breadcrumb-item a.link-custom:focus, .twt-breadcrumb .breadcrumb-item a.link-custom.is-active {
  color: #ff0000;
  text-decoration-color: rgba(255, 0, 0, var(--bs-link-underline-opacity, 1));
  text-decoration-line: underline;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Flags added
	==================================================

    see https://github.com/shopware/platform/blob/6.4.14.0/src/Storefront/Resources/app/storefront/src/scss/component/_flags.scss
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Flags extended added
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: GARAN label
    ==================================================

    Shopware ships the EU guarantee label as an SVG (@Framework/garan/nested-label.svg.twig) and
    shows it in the buy box and in cart and order line items. We do not touch the graphic itself -
    it is a prescribed label. Its frame needs help though:

    The frame is a one-unit stroke lying exactly ON the edge of the 368.5 x 56.69 viewBox. Shown
    at around 200px the graphic is scaled to fractional pixel sizes, and the outer half of that
    stroke falls outside the rasterised viewport - the right and bottom lines disappear and the
    frame looks open on two sides.

    So we draw the frame ourselves: the stroke inside the SVG is switched off and replaced by a
    border on the SVG box, which cannot be clipped. 'border-box' keeps the drawing inside its
    original footprint. Colour is Shopwares own #231f20.

    The rule hangs on the graphic itself, not on a wrapper: the same SVG sits in
    '.product-detail-garan-label', in '.line-item-garan-label' and - with the TC "EU Guarantee
    Notice & GARAN" extension - in its own wrapper. The class comes from Shopwares SVG; if it is
    ever renamed, border and stroke reset fall away together and the label simply falls back to
    its own frame. Check after a Shopware update.
*/
svg:has(.garan-nested-cls-bg) {
  box-sizing: border-box;
  border: 1px solid #231f20;
}
svg .garan-nested-cls-bg {
  stroke: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Bootstrap style '.label' added (currently missing in Shopware)
	==================================================

    Info: This file is for adding label colors to the theme.
*/
.label {
  font-weight: 400;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #1a1a1a;
  background-color: transparent;
  font-size: 1.125rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.25;
  border-radius: 3px;
}
.label-tc-innovations {
  color: #000;
  background-color: #137bc9;
  border-color: #137bc9;
}
.label-tc-innovations-light {
  color: #000;
  background-color: #d0e5f4;
  border-color: #b8d7ef;
}
.label-themeware {
  color: #fff;
  background-color: #0d5a93;
  border-color: #0d5a93;
}
.label-themeware-light {
  color: #000;
  background-color: #cfdee9;
  border-color: #b6cedf;
}
.label-primary {
  color: #000;
  background-color: #ff0000;
  border-color: #ff0000;
}
.label-primary-light {
  color: #000;
  background-color: #fcc;
  border-color: #ffb3b3;
}
.label-secondary {
  color: #fff;
  background-color: #404b58;
  border-color: #404b58;
}
.label-secondary-light {
  color: #000;
  background-color: #d9dbde;
  border-color: #c6c9cd;
}
.label-success {
  color: #000;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.label-success-light {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.label-info {
  color: #000;
  background-color: #4aa3df;
  border-color: #4aa3df;
}
.label-info-light {
  color: #000;
  background-color: #dbedf9;
  border-color: #c9e3f5;
}
.label-warning {
  color: #000;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.label-warning-light {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.label-danger {
  color: #fff;
  background-color: #c82f1e;
  border-color: #c82f1e;
}
.label-danger-light {
  color: #000;
  background-color: #f4d5d2;
  border-color: #efc1bc;
}
.label-light {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.label-light-light {
  color: #000;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.label-dark {
  color: #fff;
  background-color: #4a545b;
  border-color: #4a545b;
}
.label-dark-light {
  color: #000;
  background-color: #dbddde;
  border-color: #c9ccce;
}
.label-lg {
  font-size: calc(1.265625rem + 0.1875vw);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 3px;
}
@media (min-width: 1200px) {
  .label-lg {
    font-size: 1.40625rem;
  }
}
.label-sm {
  font-size: 0.984375rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.25;
  border-radius: 3px;
}
.label-block {
  display: block;
  width: 100%;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Delivery information
    ==================================================

    One markup, four layout types - for the buy box on the product page and for the product card.

    Shopware ships the states, we only dress them.

    Buy box  -> component/delivery-information.html.twig          .product-delivery-information
    Card     -> component/wishlist/delivery-information.html.twig .product-wishlist-delivery-information
    Stock    -> themeware/product-detail/twt-product-detail-labels.html.twig (same markup convention)
*/
.twt-product-detail-delivery-information-labels .delivery-information {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.twt-product-detail-delivery-information-labels .delivery-information .delivery-status-indicator {
  width: 8px;
  height: 8px;
  margin-right: 3px;
  top: -1px;
}
.twt-product-detail-delivery-information-labels .delivery-information {
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
  font-size: 0.984375rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.25;
  border-radius: 3px;
}
.twt-product-detail-delivery-information-labels .delivery-shipping-free {
  color: #000;
  background-color: #dbedf9;
  border-color: #c9e3f5;
}
.twt-product-detail-delivery-information-labels .delivery-not-available {
  color: #000;
  background-color: #f4d5d2;
  border-color: #efc1bc;
}
.twt-product-detail-delivery-information-labels .delivery-preorder {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.twt-product-detail-delivery-information-labels .delivery-available {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.twt-product-detail-delivery-information-labels .delivery-soldout {
  color: #000;
  background-color: #f4d5d2;
  border-color: #efc1bc;
}
.twt-product-detail-delivery-information-labels .delivery-restock {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.twt-product-detail-delivery-information-labels .delivery-lowstock {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.twt-product-detail-delivery-information-labels .delivery-highstock {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.twt-product-detail-delivery-information-labels .delivery-instock {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.twt-product-detail-delivery-information-labels .delivery-stock {
  color: #000;
  background-color: #d9dbde;
  border-color: #c6c9cd;
}
.twt-product-box-delivery-information .delivery-information {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.twt-product-box-delivery-information .delivery-information .delivery-status-indicator {
  width: 8px;
  height: 8px;
  margin-right: 3px;
  top: -1px;
}
.twt-product-box-delivery-information .delivery-information {
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
  font-size: 0.984375rem;
  padding: 0.25rem 0.5rem;
  line-height: 1.25;
  border-radius: 3px;
}
.twt-product-box-delivery-information .delivery-shipping-free {
  color: #000;
  background-color: #dbedf9;
  border-color: #c9e3f5;
}
.twt-product-box-delivery-information .delivery-not-available {
  color: #000;
  background-color: #f4d5d2;
  border-color: #efc1bc;
}
.twt-product-box-delivery-information .delivery-preorder {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.twt-product-box-delivery-information .delivery-available {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.twt-product-box-delivery-information .delivery-soldout {
  color: #000;
  background-color: #f4d5d2;
  border-color: #efc1bc;
}
.twt-product-box-delivery-information .delivery-restock {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.twt-product-box-delivery-information .delivery-lowstock {
  color: #000;
  background-color: #fcf3cf;
  border-color: #fbedb7;
}
.twt-product-box-delivery-information .delivery-highstock {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.twt-product-box-delivery-information .delivery-instock {
  color: #000;
  background-color: #d5f5e3;
  border-color: #c0f0d4;
}
.twt-product-box-delivery-information .delivery-stock {
  color: #000;
  background-color: #d9dbde;
  border-color: #c6c9cd;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product box adjustments
	==================================================

    Info: This file contains adjustments for the product box.
*/
.twt-is-topseller {
  display: none !important;
  visibility: hidden !important;
}
.twt-is-crossfade {
  position: relative;
}
.twt-is-crossfade img {
  position: absolute;
  left: 0;
  transition: opacity 0.35s ease-in-out;
}
.twt-is-crossfade img.crossfade {
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .product-box:hover .twt-is-crossfade img:not(.crossfade) {
    opacity: 0;
  }
  .product-box:hover .twt-is-crossfade img.crossfade {
    opacity: 1;
  }
}
.cms-element-product-listing, .cms-element-product-slider {
  /*
        .product-price-info {
            display: flex;
            align-items: end;
            flex-grow: 1;
            justify-content: center; // @TODO: Consider configuration
        }
        */
}
.cms-element-product-listing .product-box .card-body, .cms-element-product-slider .product-box .card-body {
  display: flex;
  flex-direction: column;
}
.cms-element-product-listing .product-image-wrapper, .cms-element-product-slider .product-image-wrapper {
  flex-grow: unset;
}
.cms-element-product-listing .product-info, .cms-element-product-slider .product-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  transition: all 0.25s ease;
}
.cms-element-product-listing .product-info *:not(svg, svg *, .delivery-status-indicator), .cms-element-product-slider .product-info *:not(svg, svg *, .delivery-status-indicator) {
  height: auto;
  min-height: auto;
}
.cms-element-product-listing .product-cheapest-price, .cms-element-product-slider .product-cheapest-price {
  margin-bottom: 16px;
}
.cms-element-product-listing .product-price-info, .cms-element-product-slider .product-price-info {
  padding-top: 10px;
}
@media (min-width: 576px) {
  .cms-element-product-listing .product-price-info, .cms-element-product-slider .product-price-info {
    margin-top: auto;
  }
}
.cms-element-product-listing .product-price-info + .product-action, .cms-element-product-slider .product-price-info + .product-action {
  margin-top: 16px;
}
.cms-element-product-listing :not(.product-price-info) + .product-action, .cms-element-product-slider :not(.product-price-info) + .product-action {
  margin-top: auto;
}
.cms-element-product-listing .tns-slider, .cms-element-product-slider .tns-slider {
  display: flex;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product box (listview))
	==================================================

    Info: This file contains adjustments for the product box.
*/
/*  @TODO...
    - Add hover effects for the box
    - Add configuration for line-clamp (name)
    - Add configuration for line-clamp (description/short description)
    - Add configuration for the text alignment ?
*/
.twt-listing-layout-list .product-box.box-twt-list {
  padding: 20px;
}
.twt-listing-layout-list .product-box.box-twt-list:not(:last-of-type) {
  margin-bottom: 20px;
}
.twt-listing-layout-list .product-box.box-twt-list *:not(.icon):not(svg):not(.product-wishlist-action-circle):not(.product-quickview-action-circle):not(.delivery-status-indicator) {
  min-height: auto;
  height: auto;
}
@media (min-width: 576px) {
  .twt-listing-layout-list .product-box.box-twt-list .buy-widget-container {
    transition: background-color 0.2s ease;
  }
}
@media (min-width: 576px) {
  .twt-listing-layout-list .product-box.box-twt-list:hover .buy-widget-container {
    background-color: #ffffff;
  }
}
.twt-listing-layout-list .product-box.box-twt-list .product-info {
  text-align: left;
}
.twt-listing-layout-list .product-box.box-twt-list .product-name:after {
  content: none;
}
.twt-listing-layout-list .product-box.box-twt-list .twt-product-image-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.twt-listing-layout-list .product-box.box-twt-list .product-variant-characteristics .product-variant-characteristics-text {
  text-align: left;
}
.twt-listing-layout-list .product-box.box-twt-list .product-action button.btn-buy {
  width: 100%;
  max-width: 320px;
}
.twt-listing-layout-list .product-box.box-twt-list .product-action a.btn-detail {
  width: 100%;
  max-width: 320px;
}
.twt-listing-layout-list .product-badges {
  top: 1rem;
  left: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'Quickview' #quickview #beta
	==================================================
	Quickview button in product boxes

    Info: This file is for adjusting the ThemeWare® 'Quickview'.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'Quickview' > Modal #quickview #beta
	==================================================
	Quickview modal in listings

    Info: This file is for adjusting the ThemeWare® 'Quickview' modal.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Sidebar adjustments
	==================================================

    Info: This file contains adjustments for the sidebar.
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: HTML tables
	==================================================

    Info: This file contains all styles for responsive HTML tables.
*/
@media (max-width: 767.98px) {
  .twt-table-responsive thead {
    display: none;
  }
  .twt-table-responsive tr {
    float: left;
    width: 100%;
    margin-bottom: 2em;
  }
  .twt-table-responsive td {
    float: left;
    width: 100%;
    padding: 0.5rem 0.5rem;
  }
  .twt-table-responsive td::before {
    font-weight: bold;
    float: left;
    width: 20%;
    margin: -0.5rem 0.5rem -0.5rem -0.5rem;
    padding: 0.5rem 0.5rem;
    content: attr(data-label);
    word-wrap: break-word;
    border-right: calc(var(--bs-border-width) * 2) solid #eeeeee;
  }
}
.twt-table-responsive .table-sm td {
  padding: 0.25rem 0.25rem;
}
.twt-table-responsive .table-sm td::before {
  margin: -0.25rem 0.25rem -0.25rem -0.25rem;
  padding: 0.25rem 0.25rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS custom classes for CMS pages
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129-themeware-css-klassen-bibliothek-fuer-cms-erlebniswelten
*/
.twt-custom-cms-eq-height .col-md-6 > div {
  height: 100%;
}
.twt-block-boxed-s .column-1, .twt-block-boxed-start .column-1, .twt-block-boxed-left .column-1, .twt-cms-block-boxed-left .column-1 {
  align-self: center;
  margin-left: auto;
  padding: 20px 40px;
}
@media (max-width: 1820px) {
  .twt-block-boxed-s .column-1, .twt-block-boxed-start .column-1, .twt-block-boxed-left .column-1, .twt-cms-block-boxed-left .column-1 {
    padding: 20px 40px;
  }
}
@media (min-width: 1800px) {
  .twt-block-boxed-s .column-1, .twt-block-boxed-start .column-1, .twt-block-boxed-left .column-1, .twt-cms-block-boxed-left .column-1 {
    max-width: 900px;
    padding-right: 4rem;
    padding-left: 20px;
  }
}
.twt-block-boxed-s .column-2, .twt-block-boxed-start .column-2, .twt-block-boxed-left .column-2, .twt-cms-block-boxed-left .column-2 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.twt-block-boxed-e .column-1, .twt-block-boxed-end .column-1, .twt-block-boxed-right .column-1, .twt-cms-block-boxed-right .column-1 {
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.twt-block-boxed-e .column-2, .twt-block-boxed-end .column-2, .twt-block-boxed-right .column-2, .twt-cms-block-boxed-right .column-2 {
  align-self: center;
  margin-right: auto;
  padding: 20px 40px;
}
@media (max-width: 1820px) {
  .twt-block-boxed-e .column-2, .twt-block-boxed-end .column-2, .twt-block-boxed-right .column-2, .twt-cms-block-boxed-right .column-2 {
    padding: 20px 40px;
  }
}
@media (min-width: 1800px) {
  .twt-block-boxed-e .column-2, .twt-block-boxed-end .column-2, .twt-block-boxed-right .column-2, .twt-cms-block-boxed-right .column-2 {
    max-width: 900px;
    padding-right: 20px;
    padding-left: 4rem;
  }
}
.twt-boxed-content, .twt-cms-boxed-content {
  /*.cms-section-default {
		max-width: $twt-container-max-width;
		margin: auto;
	}

	.cms-block {
		padding: 20px;
	}*/
}
.twt-boxed-content .cms-block, .twt-cms-boxed-content .cms-block {
  max-width: calc(1800px - 40px);
  margin: auto;
}
.twt-block-boxed, .twt-cms-block-boxed {
  max-width: calc(1800px - 40px);
  margin: auto;
}
.twt-hide-manufacturer-logo .product-heading-manufacturer-logo-container, .twt-cms-hide-manufacturer-logo .product-heading-manufacturer-logo-container {
  display: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS box shadow classes
	==================================================
	see https://wiki.themeware.design/wissensdatenbank/anleitungen/erlebniswelten/bilder-in-cms-bloecken-mit-dekorationsklassen-verschoenern#schatten

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
/* @TODO:
     - Finalize box shadows...
     - Add classes to cms elements
     - Add variables
        - make variables configuriable
     - Add classes to docs
 */
.shadow-twt {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.twt-shadow-1, .twt-cms-shadow-1, .twt-cms-box-shadow-level-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twt-shadow-2, .twt-cms-shadow-2, .twt-cms-box-shadow-level-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.twt-shadow-3, .twt-cms-shadow-3, .twt-cms-box-shadow-level-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.twt-shadow-4, .twt-cms-shadow-4, .twt-cms-box-shadow-level-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.twt-shadow-5, .twt-cms-shadow-1, .twt-cms-box-shadow-level-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
.hover-shadow-none:hover {
  box-shadow: none;
}
.hover-shadow-twt:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.hover-shadow-sm:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.hover-shadow-lg:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.twt-hover-shadow-1:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twt-hover-shadow-2:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.twt-hover-shadow-3:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.twt-hover-shadow-4:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.twt-hover-shadow-5:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .shadow-hidden-sm {
    box-shadow: none !important;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS column margin-bottom classes
	==================================================

    Columns: 'cms-block-twt-grid-*-column'
    (Grids: 'cms-block-twt-grid-*') >> Grids will no longer be supported in future!

	Info: ThemeWare CSS-Klassen mit welchen die Spaltenabstände (margin-bottom) in CMS-Spalten-Blöcken modifiziert werden können. (default: 0px)
    > twt-cms-col-margin-5 > margin-bottom is 5px

	Hinweis: In Grid-Blöcken sollten die 'gap' Klassen verwendet werden.
*/
/*
    .twt-col-mb-0, // shorthand #unofficial
    .twt-cms-col-mb-0, // undocumented #unofficial
    .twt-cms-col-margin-0 {
        div.cms-row {
            --bs-gutter-y: 0;
        }
    }
    */
.twt-col-mb-5 div.cms-row, .twt-cms-col-mb-5 div.cms-row, .twt-cms-col-margin-5 div.cms-row {
  --bs-gutter-y: 5px;
}
.twt-col-mb-10 div.cms-row, .twt-cms-col-mb-10 div.cms-row, .twt-cms-col-margin-10 div.cms-row {
  --bs-gutter-y: 10px;
}
.twt-col-mb-15 div.cms-row, .twt-cms-col-mb-15 div.cms-row, .twt-cms-col-margin-15 div.cms-row {
  --bs-gutter-y: 15px;
}
.twt-col-mb-20 div.cms-row, .twt-cms-col-mb-20 div.cms-row, .twt-cms-col-margin-20 div.cms-row {
  --bs-gutter-y: 20px;
}
.twt-col-mb-25 div.cms-row, .twt-cms-col-mb-25 div.cms-row, .twt-cms-col-margin-25 div.cms-row {
  --bs-gutter-y: 25px;
}
.twt-col-mb-30 div.cms-row, .twt-cms-col-mb-30 div.cms-row, .twt-cms-col-margin-30 div.cms-row {
  --bs-gutter-y: 30px;
}
.twt-col-mb-35 div.cms-row, .twt-cms-col-mb-35 div.cms-row, .twt-cms-col-margin-35 div.cms-row {
  --bs-gutter-y: 35px;
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-col-mb-40 div.cms-row, .twt-cms-col-mb-40 div.cms-row, .twt-cms-col-margin-40 div.cms-row {
  --bs-gutter-y: 40px;
}
.twt-col-mb-45 div.cms-row, .twt-cms-col-mb-45 div.cms-row, .twt-cms-col-margin-45 div.cms-row {
  --bs-gutter-y: 45px;
}
.twt-col-mb-50 div.cms-row, .twt-cms-col-mb-50 div.cms-row, .twt-cms-col-margin-50 div.cms-row {
  --bs-gutter-y: 50px;
}
.twt-col-mb-55 div.cms-row, .twt-cms-col-mb-55 div.cms-row, .twt-cms-col-margin-55 div.cms-row {
  --bs-gutter-y: 55px;
}
.twt-col-mb-60 div.cms-row, .twt-cms-col-mb-60 div.cms-row, .twt-cms-col-margin-60 div.cms-row {
  --bs-gutter-y: 60px;
}
.twt-col-mb-65 div.cms-row, .twt-cms-col-mb-65 div.cms-row, .twt-cms-col-margin-65 div.cms-row {
  --bs-gutter-y: 65px;
}
.twt-col-mb-70 div.cms-row, .twt-cms-col-mb-70 div.cms-row, .twt-cms-col-margin-70 div.cms-row {
  --bs-gutter-y: 70px;
}
.twt-col-mb-75 div.cms-row, .twt-cms-col-mb-75 div.cms-row, .twt-cms-col-margin-75 div.cms-row {
  --bs-gutter-y: 75px;
}
.twt-col-mb-80 div.cms-row, .twt-cms-col-mb-80 div.cms-row, .twt-cms-col-margin-80 div.cms-row {
  --bs-gutter-y: 80px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS column padding-left/-right classes
	==================================================

    Columns: 'cms-block-twt-grid-*-column'
    (Grids: 'cms-block-twt-grid-*') >> Grids will no longer be supported in future!

	Info: ThemeWare CSS-Klassen mit welchen die Spaltenabstände (padding-left/-right) in CMS-Spalten-Blöcken modifiziert werden können. (default: 40px)
    > twt-cms-col-padding-5 > Gap is 10px (5px padding-right + 5px padding-left)

	Hinweis: In Grid-Blöcken sollten die 'gap' Klassen verwendet werden.
*/
.twt-col-px-0 div.cms-row, .twt-cms-col-px-0 div.cms-row, .twt-cms-col-padding-0 div.cms-row {
  --bs-gutter-x: 0;
}
.twt-col-px-5 div.cms-row, .twt-cms-col-px-5 div.cms-row, .twt-cms-col-padding-5 div.cms-row {
  --bs-gutter-x: 10px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-col-px-10 div.cms-row, .twt-cms-col-px-10 div.cms-row, .twt-cms-col-padding-10 div.cms-row {
  --bs-gutter-x: 20px;
}
.twt-col-px-15 div.cms-row, .twt-cms-col-px-15 div.cms-row, .twt-cms-col-padding-15 div.cms-row {
  --bs-gutter-x: 30px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
/*
    .twt-col-px-20, // shorthand #unofficial
    .twt-cms-col-px-20, // undocumented #unofficial
    .twt-cms-col-padding-20 {
        div.cms-row {
            --bs-gutter-x: 40px; // 20px
        }
    }
    */
.twt-col-px-25 div.cms-row, .twt-cms-col-px-25 div.cms-row, .twt-cms-col-padding-25 div.cms-row {
  --bs-gutter-x: 50px;
}
.twt-col-px-30 div.cms-row, .twt-cms-col-px-30 div.cms-row, .twt-cms-col-padding-30 div.cms-row {
  --bs-gutter-x: 60px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-col-px-35 div.cms-row, .twt-cms-col-px-35 div.cms-row, .twt-cms-col-padding-35 div.cms-row {
  --bs-gutter-x: 70px;
}
.twt-col-px-40 div.cms-row, .twt-cms-col-px-40 div.cms-row, .twt-cms-col-padding-40 div.cms-row {
  --bs-gutter-x: 80px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-col-px-45 div.cms-row, .twt-cms-col-px-45 div.cms-row, .twt-cms-col-padding-45 div.cms-row {
  --bs-gutter-x: 90px;
}
.twt-col-px-50 div.cms-row, .twt-cms-col-px-50 div.cms-row, .twt-cms-col-padding-50 div.cms-row {
  --bs-gutter-x: 100px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS column padding-left/-right classes
	==================================================

    Grids: 'cms-block-twt-grid-*'
    (Columns: 'cms-block-twt-grid-*-column') >> Columns are not supported yet!

	Info: ThemeWare CSS-Klassen mit welchen die Spaltenabstände (padding-left/-right) in CMS-Grid-Blöcken modifiziert werden können. (default: 40px)
    > twt-cms-col-padding-5 > Gap is 10px (5px padding-right + 5px padding-left)

	@deprecated: In Grid-Blöcken sollten die 'gap' Klassen verwendet werden. [This classes will be removed in a future version]
*/
.cms-block-image-simple-grid, .cms-block-twt-grid-one, .cms-block-twt-grid-one-swapped, .cms-block-twt-grid-modern, .cms-block-twt-grid-modern-swapped {
  /*
          _           _____ ___   ____                       _   _
         | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
         | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
         |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
               |__/
        */
  /*
          _           _____ ___   ____                       _   _
         | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
         | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
         |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
               |__/
        */
  /*
        &.twt-col-px-20, // shorthand #unofficial
        &.twt-cms-col-px-20, // undocumented #unofficial
        &.twt-cms-col-padding-20 {
            div.cms-row {
                --bs-gutter-y: 40px; // 20px
            }
        }
        */
  /*
          _           _____ ___   ____                       _   _
         | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
         | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
         |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
               |__/
        */
  /*
          _           _____ ___   ____                       _   _
         | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
         | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
         |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
               |__/
        */
}
.cms-block-image-simple-grid.twt-col-px-0 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-0 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-0 div.cms-row, .cms-block-twt-grid-one.twt-col-px-0 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-0 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-0 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-0 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-0 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-0 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-0 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-0 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-0 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-0 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-0 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-0 div.cms-row {
  --bs-gutter-y: 0;
}
.cms-block-image-simple-grid.twt-col-px-5 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-5 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-5 div.cms-row, .cms-block-twt-grid-one.twt-col-px-5 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-5 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-5 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-5 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-5 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-5 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-5 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-5 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-5 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-5 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-5 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-5 div.cms-row {
  --bs-gutter-y: 10px;
}
.cms-block-image-simple-grid.twt-col-px-10 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-10 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-10 div.cms-row, .cms-block-twt-grid-one.twt-col-px-10 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-10 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-10 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-10 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-10 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-10 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-10 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-10 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-10 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-10 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-10 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-10 div.cms-row {
  --bs-gutter-y: 20px;
}
.cms-block-image-simple-grid.twt-col-px-15 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-15 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-15 div.cms-row, .cms-block-twt-grid-one.twt-col-px-15 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-15 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-15 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-15 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-15 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-15 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-15 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-15 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-15 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-15 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-15 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-15 div.cms-row {
  --bs-gutter-y: 30px;
}
.cms-block-image-simple-grid.twt-col-px-25 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-25 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-25 div.cms-row, .cms-block-twt-grid-one.twt-col-px-25 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-25 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-25 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-25 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-25 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-25 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-25 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-25 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-25 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-25 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-25 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-25 div.cms-row {
  --bs-gutter-y: 50px;
}
.cms-block-image-simple-grid.twt-col-px-30 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-30 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-30 div.cms-row, .cms-block-twt-grid-one.twt-col-px-30 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-30 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-30 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-30 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-30 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-30 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-30 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-30 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-30 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-30 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-30 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-30 div.cms-row {
  --bs-gutter-y: 60px;
}
.cms-block-image-simple-grid.twt-col-px-35 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-35 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-35 div.cms-row, .cms-block-twt-grid-one.twt-col-px-35 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-35 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-35 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-35 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-35 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-35 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-35 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-35 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-35 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-35 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-35 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-35 div.cms-row {
  --bs-gutter-y: 70px;
}
.cms-block-image-simple-grid.twt-col-px-40 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-40 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-40 div.cms-row, .cms-block-twt-grid-one.twt-col-px-40 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-40 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-40 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-40 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-40 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-40 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-40 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-40 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-40 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-40 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-40 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-40 div.cms-row {
  --bs-gutter-y: 80px;
}
.cms-block-image-simple-grid.twt-col-px-45 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-45 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-45 div.cms-row, .cms-block-twt-grid-one.twt-col-px-45 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-45 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-45 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-45 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-45 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-45 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-45 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-45 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-45 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-45 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-45 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-45 div.cms-row {
  --bs-gutter-y: 90px;
}
.cms-block-image-simple-grid.twt-col-px-50 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-px-50 div.cms-row, .cms-block-image-simple-grid.twt-cms-col-padding-50 div.cms-row, .cms-block-twt-grid-one.twt-col-px-50 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-px-50 div.cms-row, .cms-block-twt-grid-one.twt-cms-col-padding-50 div.cms-row, .cms-block-twt-grid-one-swapped.twt-col-px-50 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-px-50 div.cms-row, .cms-block-twt-grid-one-swapped.twt-cms-col-padding-50 div.cms-row, .cms-block-twt-grid-modern.twt-col-px-50 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-px-50 div.cms-row, .cms-block-twt-grid-modern.twt-cms-col-padding-50 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-col-px-50 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-px-50 div.cms-row, .cms-block-twt-grid-modern-swapped.twt-cms-col-padding-50 div.cms-row {
  --bs-gutter-y: 100px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS deprecated fallback classes
	==================================================
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS font-family classes
	==================================================
    see @TODO

    Info: ThemeWare CSS-Klassen mit welchen die Schriftart in CMS-Elementen modifiziert werden kann.
*/
.font-family-base {
  font-family: "Titillium Web", sans-serif;
}
.twt-ff-base, .twt-font-family-base, .twt-cms-font-family-base {
  font-family: "Titillium Web", sans-serif;
}
.headings-font-family {
  font-family: "Titillium Web", sans-serif;
}
.twt-ff-headline, .twt-font-family-headline, .twt-cms-font-family-headline {
  font-family: "Titillium Web", sans-serif;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS grid gap classes
	==================================================

    Grids: 'cms-block-twt-grid-*'
    Columns: 'cms-block-twt-grid-*-column'

	Info: ThemeWare CSS-Klassen mit welchen die Gaps in Grid- und Spalten-Blöcken modifiziert werden können.
    > twt-cms-col-gap-5 > Gap is 5px
    > twt-cms-grid-gap-5 > Gap is 5px
*/
.twt-grid-gap-0 div.cms-row, .twt-cms-gap-0 div.cms-row, .twt-cms-col-gap-0 div.cms-row, .twt-cms-grid-gap-0 div.cms-row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
.twt-grid-gap-5 div.cms-row, .twt-cms-gap-5 div.cms-row, .twt-cms-col-gap-5 div.cms-row, .twt-cms-grid-gap-5 div.cms-row {
  --bs-gutter-x: 5px;
  --bs-gutter-y: 5px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-grid-gap-10 div.cms-row, .twt-cms-gap-10 div.cms-row, .twt-cms-col-gap-10 div.cms-row, .twt-cms-grid-gap-10 div.cms-row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}
.twt-grid-gap-15 div.cms-row, .twt-cms-gap-15 div.cms-row, .twt-cms-col-gap-15 div.cms-row, .twt-cms-grid-gap-15 div.cms-row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-grid-gap-20 div.cms-row, .twt-cms-gap-20 div.cms-row, .twt-cms-col-gap-20 div.cms-row, .twt-cms-grid-gap-20 div.cms-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.twt-grid-gap-25 div.cms-row, .twt-cms-gap-25 div.cms-row, .twt-cms-col-gap-25 div.cms-row, .twt-cms-grid-gap-25 div.cms-row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}
.twt-grid-gap-30 div.cms-row, .twt-cms-gap-30 div.cms-row, .twt-cms-col-gap-30 div.cms-row, .twt-cms-grid-gap-30 div.cms-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-grid-gap-35 div.cms-row, .twt-cms-gap-35 div.cms-row, .twt-cms-col-gap-35 div.cms-row, .twt-cms-grid-gap-35 div.cms-row {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 35px;
}
.twt-grid-gap-40 div.cms-row, .twt-cms-gap-40 div.cms-row, .twt-cms-col-gap-40 div.cms-row, .twt-cms-grid-gap-40 div.cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-grid-gap-45 div.cms-row, .twt-cms-gap-45 div.cms-row, .twt-cms-col-gap-45 div.cms-row, .twt-cms-grid-gap-45 div.cms-row {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 45px;
}
.twt-grid-gap-50 div.cms-row, .twt-cms-gap-50 div.cms-row, .twt-cms-col-gap-50 div.cms-row, .twt-cms-grid-gap-50 div.cms-row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}
.twt-grid-gap-0 div.cms-row div.cms-row, .twt-cms-gap-0 div.cms-row div.cms-row, .twt-cms-col-gap-0 div.cms-row div.cms-row, .twt-cms-grid-gap-0 div.cms-row div.cms-row {
  --bs-gutter-x: 0px;
  --bs-gutter-y: 0px;
}
.twt-grid-gap-5 div.cms-row div.cms-row, .twt-cms-gap-5 div.cms-row div.cms-row, .twt-cms-col-gap-5 div.cms-row div.cms-row, .twt-cms-grid-gap-5 div.cms-row div.cms-row {
  --bs-gutter-x: 5px;
  --bs-gutter-y: 5px;
}
.twt-grid-gap-10 div.cms-row div.cms-row, .twt-cms-gap-10 div.cms-row div.cms-row, .twt-cms-col-gap-10 div.cms-row div.cms-row, .twt-cms-grid-gap-10 div.cms-row div.cms-row {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}
.twt-grid-gap-15 div.cms-row div.cms-row, .twt-cms-gap-15 div.cms-row div.cms-row, .twt-cms-col-gap-15 div.cms-row div.cms-row, .twt-cms-grid-gap-15 div.cms-row div.cms-row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}
.twt-grid-gap-20 div.cms-row div.cms-row, .twt-cms-gap-20 div.cms-row div.cms-row, .twt-cms-col-gap-20 div.cms-row div.cms-row, .twt-cms-grid-gap-20 div.cms-row div.cms-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}
.twt-grid-gap-25 div.cms-row div.cms-row, .twt-cms-gap-25 div.cms-row div.cms-row, .twt-cms-col-gap-25 div.cms-row div.cms-row, .twt-cms-grid-gap-25 div.cms-row div.cms-row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}
.twt-grid-gap-30 div.cms-row div.cms-row, .twt-cms-gap-30 div.cms-row div.cms-row, .twt-cms-col-gap-30 div.cms-row div.cms-row, .twt-cms-grid-gap-30 div.cms-row div.cms-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.twt-grid-gap-35 div.cms-row div.cms-row, .twt-cms-gap-35 div.cms-row div.cms-row, .twt-cms-col-gap-35 div.cms-row div.cms-row, .twt-cms-grid-gap-35 div.cms-row div.cms-row {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 35px;
}
.twt-grid-gap-40 div.cms-row div.cms-row, .twt-cms-gap-40 div.cms-row div.cms-row, .twt-cms-col-gap-40 div.cms-row div.cms-row, .twt-cms-grid-gap-40 div.cms-row div.cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.twt-grid-gap-45 div.cms-row div.cms-row, .twt-cms-gap-45 div.cms-row div.cms-row, .twt-cms-col-gap-45 div.cms-row div.cms-row, .twt-cms-grid-gap-45 div.cms-row div.cms-row {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 45px;
}
.twt-grid-gap-50 div.cms-row div.cms-row, .twt-cms-gap-50 div.cms-row div.cms-row, .twt-cms-col-gap-50 div.cms-row div.cms-row, .twt-cms-grid-gap-50 div.cms-row div.cms-row {
  --bs-gutter-x: 50px;
  --bs-gutter-y: 50px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS headline classes
	==================================================
    see @TODO

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
.twt-headline-bath h1, .twt-headline-bath .h1, .twt-headline-bath h2, .twt-headline-bath .h2, .twt-headline-bath h3, .twt-headline-bath .h3, .twt-headline-bath .lenz-order-comment-group-headline, .twt-headline-bath h4, .twt-headline-bath .h4, .twt-headline-bath h5, .twt-headline-bath .h5, .twt-headline-bath .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-bath .search-suggest-product-name, .twt-headline-bath h6, .twt-headline-bath .h6, .twt-cms-headline-bath h1, .twt-cms-headline-bath .h1, .twt-cms-headline-bath h2, .twt-cms-headline-bath .h2, .twt-cms-headline-bath h3, .twt-cms-headline-bath .h3, .twt-cms-headline-bath .lenz-order-comment-group-headline, .twt-cms-headline-bath h4, .twt-cms-headline-bath .h4, .twt-cms-headline-bath h5, .twt-cms-headline-bath .h5, .twt-cms-headline-bath .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-bath .search-suggest-product-name, .twt-cms-headline-bath h6, .twt-cms-headline-bath .h6 {
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #798490;
}
.twt-headline-bath h1::before, .twt-headline-bath .h1::before, .twt-headline-bath h2::before, .twt-headline-bath .h2::before, .twt-headline-bath h3::before, .twt-headline-bath .h3::before, .twt-headline-bath .lenz-order-comment-group-headline::before, .twt-headline-bath h4::before, .twt-headline-bath .h4::before, .twt-headline-bath h5::before, .twt-headline-bath .h5::before, .twt-headline-bath .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-bath .search-suggest-product-name::before, .twt-headline-bath h6::before, .twt-headline-bath .h6::before, .twt-cms-headline-bath h1::before, .twt-cms-headline-bath .h1::before, .twt-cms-headline-bath h2::before, .twt-cms-headline-bath .h2::before, .twt-cms-headline-bath h3::before, .twt-cms-headline-bath .h3::before, .twt-cms-headline-bath .lenz-order-comment-group-headline::before, .twt-cms-headline-bath h4::before, .twt-cms-headline-bath .h4::before, .twt-cms-headline-bath h5::before, .twt-cms-headline-bath .h5::before, .twt-cms-headline-bath .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-bath .search-suggest-product-name::before, .twt-cms-headline-bath h6::before, .twt-cms-headline-bath .h6::before {
  position: relative;
  right: 70px;
  bottom: -5px;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #798490;
  background-color: rgba(0, 0, 0, 0);
}
.twt-headline-bath h1::after, .twt-headline-bath .h1::after, .twt-headline-bath h2::after, .twt-headline-bath .h2::after, .twt-headline-bath h3::after, .twt-headline-bath .h3::after, .twt-headline-bath .lenz-order-comment-group-headline::after, .twt-headline-bath h4::after, .twt-headline-bath .h4::after, .twt-headline-bath h5::after, .twt-headline-bath .h5::after, .twt-headline-bath .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-bath .search-suggest-product-name::after, .twt-headline-bath h6::after, .twt-headline-bath .h6::after, .twt-cms-headline-bath h1::after, .twt-cms-headline-bath .h1::after, .twt-cms-headline-bath h2::after, .twt-cms-headline-bath .h2::after, .twt-cms-headline-bath h3::after, .twt-cms-headline-bath .h3::after, .twt-cms-headline-bath .lenz-order-comment-group-headline::after, .twt-cms-headline-bath h4::after, .twt-cms-headline-bath .h4::after, .twt-cms-headline-bath h5::after, .twt-cms-headline-bath .h5::after, .twt-cms-headline-bath .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-bath .search-suggest-product-name::after, .twt-cms-headline-bath h6::after, .twt-cms-headline-bath .h6::after {
  position: relative;
  bottom: -5px;
  left: 70px;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px solid #798490;
  background-color: rgba(0, 0, 0, 0);
}
.twt-headline-bath p, .twt-cms-headline-bath p {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
  text-transform: uppercase;
  color: #1a1a1a;
}
.twt-headline-clean h1, .twt-headline-clean .h1, .twt-headline-clean h2, .twt-headline-clean .h2, .twt-headline-clean h3, .twt-headline-clean .h3, .twt-headline-clean .lenz-order-comment-group-headline, .twt-headline-clean h4, .twt-headline-clean .h4, .twt-headline-clean h5, .twt-headline-clean .h5, .twt-headline-clean .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-clean .search-suggest-product-name, .twt-headline-clean h6, .twt-headline-clean .h6, .twt-cms-headline-clean h1, .twt-cms-headline-clean .h1, .twt-cms-headline-clean h2, .twt-cms-headline-clean .h2, .twt-cms-headline-clean h3, .twt-cms-headline-clean .h3, .twt-cms-headline-clean .lenz-order-comment-group-headline, .twt-cms-headline-clean h4, .twt-cms-headline-clean .h4, .twt-cms-headline-clean h5, .twt-cms-headline-clean .h5, .twt-cms-headline-clean .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-clean .search-suggest-product-name, .twt-cms-headline-clean h6, .twt-cms-headline-clean .h6 {
  font-style: normal;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: none;
  color: #1a1a1a;
  text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}
.twt-headline-clean h1::before, .twt-headline-clean .h1::before, .twt-headline-clean h2::before, .twt-headline-clean .h2::before, .twt-headline-clean h3::before, .twt-headline-clean .h3::before, .twt-headline-clean .lenz-order-comment-group-headline::before, .twt-headline-clean h4::before, .twt-headline-clean .h4::before, .twt-headline-clean h5::before, .twt-headline-clean .h5::before, .twt-headline-clean .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-clean .search-suggest-product-name::before, .twt-headline-clean h6::before, .twt-headline-clean .h6::before, .twt-cms-headline-clean h1::before, .twt-cms-headline-clean .h1::before, .twt-cms-headline-clean h2::before, .twt-cms-headline-clean .h2::before, .twt-cms-headline-clean h3::before, .twt-cms-headline-clean .h3::before, .twt-cms-headline-clean .lenz-order-comment-group-headline::before, .twt-cms-headline-clean h4::before, .twt-cms-headline-clean .h4::before, .twt-cms-headline-clean h5::before, .twt-cms-headline-clean .h5::before, .twt-cms-headline-clean .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-clean .search-suggest-product-name::before, .twt-cms-headline-clean h6::before, .twt-cms-headline-clean .h6::before {
  display: inline-block;
  margin: 0 0.6em;
  content: "      ";
  text-decoration: line-through !important;
  opacity: 0.7;
}
.twt-headline-clean h1::after, .twt-headline-clean .h1::after, .twt-headline-clean h2::after, .twt-headline-clean .h2::after, .twt-headline-clean h3::after, .twt-headline-clean .h3::after, .twt-headline-clean .lenz-order-comment-group-headline::after, .twt-headline-clean h4::after, .twt-headline-clean .h4::after, .twt-headline-clean h5::after, .twt-headline-clean .h5::after, .twt-headline-clean .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-clean .search-suggest-product-name::after, .twt-headline-clean h6::after, .twt-headline-clean .h6::after, .twt-cms-headline-clean h1::after, .twt-cms-headline-clean .h1::after, .twt-cms-headline-clean h2::after, .twt-cms-headline-clean .h2::after, .twt-cms-headline-clean h3::after, .twt-cms-headline-clean .h3::after, .twt-cms-headline-clean .lenz-order-comment-group-headline::after, .twt-cms-headline-clean h4::after, .twt-cms-headline-clean .h4::after, .twt-cms-headline-clean h5::after, .twt-cms-headline-clean .h5::after, .twt-cms-headline-clean .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-clean .search-suggest-product-name::after, .twt-cms-headline-clean h6::after, .twt-cms-headline-clean .h6::after {
  display: inline-block;
  margin: 0 0.6em;
  content: "      ";
  text-decoration: line-through !important;
  opacity: 0.7;
}
.twt-headline-clean p, .twt-cms-headline-clean p {
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #798490;
}
.twt-headline-clean-v2 h1, .twt-headline-clean-v2 .h1, .twt-headline-clean-v2 h2, .twt-headline-clean-v2 .h2, .twt-headline-clean-v2 h3, .twt-headline-clean-v2 .h3, .twt-headline-clean-v2 .lenz-order-comment-group-headline, .twt-headline-clean-v2 h4, .twt-headline-clean-v2 .h4, .twt-headline-clean-v2 h5, .twt-headline-clean-v2 .h5, .twt-headline-clean-v2 .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-clean-v2 .search-suggest-product-name, .twt-headline-clean-v2 h6, .twt-headline-clean-v2 .h6, .twt-cms-headline-clean-v2 h1, .twt-cms-headline-clean-v2 .h1, .twt-cms-headline-clean-v2 h2, .twt-cms-headline-clean-v2 .h2, .twt-cms-headline-clean-v2 h3, .twt-cms-headline-clean-v2 .h3, .twt-cms-headline-clean-v2 .lenz-order-comment-group-headline, .twt-cms-headline-clean-v2 h4, .twt-cms-headline-clean-v2 .h4, .twt-cms-headline-clean-v2 h5, .twt-cms-headline-clean-v2 .h5, .twt-cms-headline-clean-v2 .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-clean-v2 .search-suggest-product-name, .twt-cms-headline-clean-v2 h6, .twt-cms-headline-clean-v2 .h6 {
  text-align: center;
  margin-bottom: 10px;
}
.twt-headline-clean-v2 h1::after, .twt-headline-clean-v2 .h1::after, .twt-headline-clean-v2 h2::after, .twt-headline-clean-v2 .h2::after, .twt-headline-clean-v2 h3::after, .twt-headline-clean-v2 .h3::after, .twt-headline-clean-v2 .lenz-order-comment-group-headline::after, .twt-headline-clean-v2 h4::after, .twt-headline-clean-v2 .h4::after, .twt-headline-clean-v2 h5::after, .twt-headline-clean-v2 .h5::after, .twt-headline-clean-v2 .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-clean-v2 .search-suggest-product-name::after, .twt-headline-clean-v2 h6::after, .twt-headline-clean-v2 .h6::after, .twt-cms-headline-clean-v2 h1::after, .twt-cms-headline-clean-v2 .h1::after, .twt-cms-headline-clean-v2 h2::after, .twt-cms-headline-clean-v2 .h2::after, .twt-cms-headline-clean-v2 h3::after, .twt-cms-headline-clean-v2 .h3::after, .twt-cms-headline-clean-v2 .lenz-order-comment-group-headline::after, .twt-cms-headline-clean-v2 h4::after, .twt-cms-headline-clean-v2 .h4::after, .twt-cms-headline-clean-v2 h5::after, .twt-cms-headline-clean-v2 .h5::after, .twt-cms-headline-clean-v2 .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-clean-v2 .search-suggest-product-name::after, .twt-cms-headline-clean-v2 h6::after, .twt-cms-headline-clean-v2 .h6::after {
  text-align: center;
  content: "";
  display: block;
  margin: 9px auto 0 auto;
  width: 100%;
  max-width: 100px;
  height: 3px;
  background: #e2e9f1;
  border-radius: 3px;
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-headline-flower h1, .twt-headline-flower .h1, .twt-headline-flower h2, .twt-headline-flower .h2, .twt-headline-flower h3, .twt-headline-flower .h3, .twt-headline-flower .lenz-order-comment-group-headline, .twt-headline-flower h4, .twt-headline-flower .h4, .twt-headline-flower h5, .twt-headline-flower .h5, .twt-headline-flower .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-flower .search-suggest-product-name, .twt-headline-flower h6, .twt-headline-flower .h6, .twt-cms-headline-flower h1, .twt-cms-headline-flower .h1, .twt-cms-headline-flower h2, .twt-cms-headline-flower .h2, .twt-cms-headline-flower h3, .twt-cms-headline-flower .h3, .twt-cms-headline-flower .lenz-order-comment-group-headline, .twt-cms-headline-flower h4, .twt-cms-headline-flower .h4, .twt-cms-headline-flower h5, .twt-cms-headline-flower .h5, .twt-cms-headline-flower .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-flower .search-suggest-product-name, .twt-cms-headline-flower h6, .twt-cms-headline-flower .h6 {
  font-weight: normal;
  font-style: normal;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  color: #ff0000;
}
.twt-headline-flower h1::before, .twt-headline-flower .h1::before, .twt-headline-flower h2::before, .twt-headline-flower .h2::before, .twt-headline-flower h3::before, .twt-headline-flower .h3::before, .twt-headline-flower .lenz-order-comment-group-headline::before, .twt-headline-flower h4::before, .twt-headline-flower .h4::before, .twt-headline-flower h5::before, .twt-headline-flower .h5::before, .twt-headline-flower .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-flower .search-suggest-product-name::before, .twt-headline-flower h6::before, .twt-headline-flower .h6::before, .twt-cms-headline-flower h1::before, .twt-cms-headline-flower .h1::before, .twt-cms-headline-flower h2::before, .twt-cms-headline-flower .h2::before, .twt-cms-headline-flower h3::before, .twt-cms-headline-flower .h3::before, .twt-cms-headline-flower .lenz-order-comment-group-headline::before, .twt-cms-headline-flower h4::before, .twt-cms-headline-flower .h4::before, .twt-cms-headline-flower h5::before, .twt-cms-headline-flower .h5::before, .twt-cms-headline-flower .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-flower .search-suggest-product-name::before, .twt-cms-headline-flower h6::before, .twt-cms-headline-flower .h6::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px dotted #ff0000;
}
.twt-headline-flower h1::after, .twt-headline-flower .h1::after, .twt-headline-flower h2::after, .twt-headline-flower .h2::after, .twt-headline-flower h3::after, .twt-headline-flower .h3::after, .twt-headline-flower .lenz-order-comment-group-headline::after, .twt-headline-flower h4::after, .twt-headline-flower .h4::after, .twt-headline-flower h5::after, .twt-headline-flower .h5::after, .twt-headline-flower .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-flower .search-suggest-product-name::after, .twt-headline-flower h6::after, .twt-headline-flower .h6::after, .twt-cms-headline-flower h1::after, .twt-cms-headline-flower .h1::after, .twt-cms-headline-flower h2::after, .twt-cms-headline-flower .h2::after, .twt-cms-headline-flower h3::after, .twt-cms-headline-flower .h3::after, .twt-cms-headline-flower .lenz-order-comment-group-headline::after, .twt-cms-headline-flower h4::after, .twt-cms-headline-flower .h4::after, .twt-cms-headline-flower h5::after, .twt-cms-headline-flower .h5::after, .twt-cms-headline-flower .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-flower .search-suggest-product-name::after, .twt-cms-headline-flower h6::after, .twt-cms-headline-flower .h6::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 1px dotted #ff0000;
}
.twt-headline-kids h1, .twt-headline-kids .h1, .twt-headline-kids h2, .twt-headline-kids .h2, .twt-headline-kids h3, .twt-headline-kids .h3, .twt-headline-kids .lenz-order-comment-group-headline, .twt-headline-kids h4, .twt-headline-kids .h4, .twt-headline-kids h5, .twt-headline-kids .h5, .twt-headline-kids .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-kids .search-suggest-product-name, .twt-headline-kids h6, .twt-headline-kids .h6, .twt-headline-kids .cms-element-title-paragraph, .twt-cms-headline-kids h1, .twt-cms-headline-kids .h1, .twt-cms-headline-kids h2, .twt-cms-headline-kids .h2, .twt-cms-headline-kids h3, .twt-cms-headline-kids .h3, .twt-cms-headline-kids .lenz-order-comment-group-headline, .twt-cms-headline-kids h4, .twt-cms-headline-kids .h4, .twt-cms-headline-kids h5, .twt-cms-headline-kids .h5, .twt-cms-headline-kids .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-kids .search-suggest-product-name, .twt-cms-headline-kids h6, .twt-cms-headline-kids .h6, .twt-cms-headline-kids .cms-element-title-paragraph {
  overflow: hidden;
  text-align: center;
}
.twt-headline-kids h1::before, .twt-headline-kids .h1::before, .twt-headline-kids h2::before, .twt-headline-kids .h2::before, .twt-headline-kids h3::before, .twt-headline-kids .h3::before, .twt-headline-kids .lenz-order-comment-group-headline::before, .twt-headline-kids h4::before, .twt-headline-kids .h4::before, .twt-headline-kids h5::before, .twt-headline-kids .h5::before, .twt-headline-kids .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-kids .search-suggest-product-name::before, .twt-headline-kids h6::before, .twt-headline-kids .h6::before, .twt-headline-kids .cms-element-title-paragraph::before, .twt-cms-headline-kids h1::before, .twt-cms-headline-kids .h1::before, .twt-cms-headline-kids h2::before, .twt-cms-headline-kids .h2::before, .twt-cms-headline-kids h3::before, .twt-cms-headline-kids .h3::before, .twt-cms-headline-kids .lenz-order-comment-group-headline::before, .twt-cms-headline-kids h4::before, .twt-cms-headline-kids .h4::before, .twt-cms-headline-kids h5::before, .twt-cms-headline-kids .h5::before, .twt-cms-headline-kids .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-kids .search-suggest-product-name::before, .twt-cms-headline-kids h6::before, .twt-cms-headline-kids .h6::before, .twt-cms-headline-kids .cms-element-title-paragraph::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 2px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 2px dashed #ff0000;
}
.twt-headline-kids h1::after, .twt-headline-kids .h1::after, .twt-headline-kids h2::after, .twt-headline-kids .h2::after, .twt-headline-kids h3::after, .twt-headline-kids .h3::after, .twt-headline-kids .lenz-order-comment-group-headline::after, .twt-headline-kids h4::after, .twt-headline-kids .h4::after, .twt-headline-kids h5::after, .twt-headline-kids .h5::after, .twt-headline-kids .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-kids .search-suggest-product-name::after, .twt-headline-kids h6::after, .twt-headline-kids .h6::after, .twt-headline-kids .cms-element-title-paragraph::after, .twt-cms-headline-kids h1::after, .twt-cms-headline-kids .h1::after, .twt-cms-headline-kids h2::after, .twt-cms-headline-kids .h2::after, .twt-cms-headline-kids h3::after, .twt-cms-headline-kids .h3::after, .twt-cms-headline-kids .lenz-order-comment-group-headline::after, .twt-cms-headline-kids h4::after, .twt-cms-headline-kids .h4::after, .twt-cms-headline-kids h5::after, .twt-cms-headline-kids .h5::after, .twt-cms-headline-kids .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-kids .search-suggest-product-name::after, .twt-cms-headline-kids h6::after, .twt-cms-headline-kids .h6::after, .twt-cms-headline-kids .cms-element-title-paragraph::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 2px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 2px dashed #ff0000;
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-headline-ladieswear h1, .twt-headline-ladieswear .h1, .twt-headline-ladieswear h2, .twt-headline-ladieswear .h2, .twt-headline-ladieswear h3, .twt-headline-ladieswear .h3, .twt-headline-ladieswear .lenz-order-comment-group-headline, .twt-headline-ladieswear h4, .twt-headline-ladieswear .h4, .twt-headline-ladieswear h5, .twt-headline-ladieswear .h5, .twt-headline-ladieswear .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-ladieswear .search-suggest-product-name, .twt-headline-ladieswear h6, .twt-headline-ladieswear .h6, .twt-cms-headline-ladieswear h1, .twt-cms-headline-ladieswear .h1, .twt-cms-headline-ladieswear h2, .twt-cms-headline-ladieswear .h2, .twt-cms-headline-ladieswear h3, .twt-cms-headline-ladieswear .h3, .twt-cms-headline-ladieswear .lenz-order-comment-group-headline, .twt-cms-headline-ladieswear h4, .twt-cms-headline-ladieswear .h4, .twt-cms-headline-ladieswear h5, .twt-cms-headline-ladieswear .h5, .twt-cms-headline-ladieswear .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-ladieswear .search-suggest-product-name, .twt-cms-headline-ladieswear h6, .twt-cms-headline-ladieswear .h6 {
  font-style: normal;
  display: block;
  text-align: center;
  color: #ff0000;
  text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.1);
}
.twt-headline-ladieswear h1::before, .twt-headline-ladieswear .h1::before, .twt-headline-ladieswear h2::before, .twt-headline-ladieswear .h2::before, .twt-headline-ladieswear h3::before, .twt-headline-ladieswear .h3::before, .twt-headline-ladieswear .lenz-order-comment-group-headline::before, .twt-headline-ladieswear h4::before, .twt-headline-ladieswear .h4::before, .twt-headline-ladieswear h5::before, .twt-headline-ladieswear .h5::before, .twt-headline-ladieswear .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-ladieswear .search-suggest-product-name::before, .twt-headline-ladieswear h6::before, .twt-headline-ladieswear .h6::before, .twt-cms-headline-ladieswear h1::before, .twt-cms-headline-ladieswear .h1::before, .twt-cms-headline-ladieswear h2::before, .twt-cms-headline-ladieswear .h2::before, .twt-cms-headline-ladieswear h3::before, .twt-cms-headline-ladieswear .h3::before, .twt-cms-headline-ladieswear .lenz-order-comment-group-headline::before, .twt-cms-headline-ladieswear h4::before, .twt-cms-headline-ladieswear .h4::before, .twt-cms-headline-ladieswear h5::before, .twt-cms-headline-ladieswear .h5::before, .twt-cms-headline-ladieswear .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-ladieswear .search-suggest-product-name::before, .twt-cms-headline-ladieswear h6::before, .twt-cms-headline-ladieswear .h6::before {
  display: inline-block;
  margin: 0 20px;
  content: "- - - - -";
  opacity: 0.7;
}
.twt-headline-ladieswear h1::after, .twt-headline-ladieswear .h1::after, .twt-headline-ladieswear h2::after, .twt-headline-ladieswear .h2::after, .twt-headline-ladieswear h3::after, .twt-headline-ladieswear .h3::after, .twt-headline-ladieswear .lenz-order-comment-group-headline::after, .twt-headline-ladieswear h4::after, .twt-headline-ladieswear .h4::after, .twt-headline-ladieswear h5::after, .twt-headline-ladieswear .h5::after, .twt-headline-ladieswear .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-ladieswear .search-suggest-product-name::after, .twt-headline-ladieswear h6::after, .twt-headline-ladieswear .h6::after, .twt-cms-headline-ladieswear h1::after, .twt-cms-headline-ladieswear .h1::after, .twt-cms-headline-ladieswear h2::after, .twt-cms-headline-ladieswear .h2::after, .twt-cms-headline-ladieswear h3::after, .twt-cms-headline-ladieswear .h3::after, .twt-cms-headline-ladieswear .lenz-order-comment-group-headline::after, .twt-cms-headline-ladieswear h4::after, .twt-cms-headline-ladieswear .h4::after, .twt-cms-headline-ladieswear h5::after, .twt-cms-headline-ladieswear .h5::after, .twt-cms-headline-ladieswear .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-ladieswear .search-suggest-product-name::after, .twt-cms-headline-ladieswear h6::after, .twt-cms-headline-ladieswear .h6::after {
  display: inline-block;
  margin: 0 20px;
  content: "- - - - -";
  opacity: 0.7;
}
.twt-headline-ladieswear p, .twt-cms-headline-ladieswear p {
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #ff0000;
}
.twt-headline-plants h1, .twt-headline-plants .h1, .twt-headline-plants h2, .twt-headline-plants .h2, .twt-headline-plants h3, .twt-headline-plants .h3, .twt-headline-plants .lenz-order-comment-group-headline, .twt-headline-plants h4, .twt-headline-plants .h4, .twt-headline-plants h5, .twt-headline-plants .h5, .twt-headline-plants .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-plants .search-suggest-product-name, .twt-headline-plants h6, .twt-headline-plants .h6, .twt-cms-headline-plants h1, .twt-cms-headline-plants .h1, .twt-cms-headline-plants h2, .twt-cms-headline-plants .h2, .twt-cms-headline-plants h3, .twt-cms-headline-plants .h3, .twt-cms-headline-plants .lenz-order-comment-group-headline, .twt-cms-headline-plants h4, .twt-cms-headline-plants .h4, .twt-cms-headline-plants h5, .twt-cms-headline-plants .h5, .twt-cms-headline-plants .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-plants .search-suggest-product-name, .twt-cms-headline-plants h6, .twt-cms-headline-plants .h6 {
  font-weight: 600;
  font-style: normal;
  overflow: hidden;
  max-width: 1400px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.twt-headline-plants h1::before, .twt-headline-plants .h1::before, .twt-headline-plants h2::before, .twt-headline-plants .h2::before, .twt-headline-plants h3::before, .twt-headline-plants .h3::before, .twt-headline-plants .lenz-order-comment-group-headline::before, .twt-headline-plants h4::before, .twt-headline-plants .h4::before, .twt-headline-plants h5::before, .twt-headline-plants .h5::before, .twt-headline-plants .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-plants .search-suggest-product-name::before, .twt-headline-plants h6::before, .twt-headline-plants .h6::before, .twt-cms-headline-plants h1::before, .twt-cms-headline-plants .h1::before, .twt-cms-headline-plants h2::before, .twt-cms-headline-plants .h2::before, .twt-cms-headline-plants h3::before, .twt-cms-headline-plants .h3::before, .twt-cms-headline-plants .lenz-order-comment-group-headline::before, .twt-cms-headline-plants h4::before, .twt-cms-headline-plants .h4::before, .twt-cms-headline-plants h5::before, .twt-cms-headline-plants .h5::before, .twt-cms-headline-plants .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::before, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-plants .search-suggest-product-name::before, .twt-cms-headline-plants h6::before, .twt-cms-headline-plants .h6::before {
  position: relative;
  right: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-left: -50%;
  content: "";
  vertical-align: middle;
  border-top: 3px double #ff0000;
}
.twt-headline-plants h1::after, .twt-headline-plants .h1::after, .twt-headline-plants h2::after, .twt-headline-plants .h2::after, .twt-headline-plants h3::after, .twt-headline-plants .h3::after, .twt-headline-plants .lenz-order-comment-group-headline::after, .twt-headline-plants h4::after, .twt-headline-plants .h4::after, .twt-headline-plants h5::after, .twt-headline-plants .h5::after, .twt-headline-plants .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-plants .search-suggest-product-name::after, .twt-headline-plants h6::after, .twt-headline-plants .h6::after, .twt-cms-headline-plants h1::after, .twt-cms-headline-plants .h1::after, .twt-cms-headline-plants h2::after, .twt-cms-headline-plants .h2::after, .twt-cms-headline-plants h3::after, .twt-cms-headline-plants .h3::after, .twt-cms-headline-plants .lenz-order-comment-group-headline::after, .twt-cms-headline-plants h4::after, .twt-cms-headline-plants .h4::after, .twt-cms-headline-plants h5::after, .twt-cms-headline-plants .h5::after, .twt-cms-headline-plants .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name::after, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-plants .search-suggest-product-name::after, .twt-cms-headline-plants h6::after, .twt-cms-headline-plants .h6::after {
  position: relative;
  left: 0.5em;
  display: inline-block;
  width: 50%;
  height: 1px;
  margin-right: -50%;
  content: "";
  vertical-align: middle;
  border-top: 3px double #ff0000;
}
.twt-headline-classic h1, .twt-headline-classic .h1, .twt-headline-classic h2, .twt-headline-classic .h2, .twt-headline-classic h3, .twt-headline-classic .h3, .twt-headline-classic .lenz-order-comment-group-headline, .twt-headline-classic h4, .twt-headline-classic .h4, .twt-headline-classic h5, .twt-headline-classic .h5, .twt-headline-classic .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-headline-classic .search-suggest-product-name, .twt-headline-classic h6, .twt-headline-classic .h6, .twt-cms-headline-classic h1, .twt-cms-headline-classic .h1, .twt-cms-headline-classic h2, .twt-cms-headline-classic .h2, .twt-cms-headline-classic h3, .twt-cms-headline-classic .h3, .twt-cms-headline-classic .lenz-order-comment-group-headline, .twt-cms-headline-classic h4, .twt-cms-headline-classic .h4, .twt-cms-headline-classic h5, .twt-cms-headline-classic .h5, .twt-cms-headline-classic .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .search-suggest-product-name, .acris-search-suggest-layout-1.search-suggest-container .acris-search-suggest-data-results .twt-cms-headline-classic .search-suggest-product-name, .twt-cms-headline-classic h6, .twt-cms-headline-classic .h6 {
  padding: 0 0 0.625rem 0;
  border-bottom: 1px solid #eaeaf0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS custom classes for the landing page demos
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129-themeware-css-klassen-bibliothek-fuer-cms-erlebniswelten
*/
.twt-custom-cms-text-two-column-usp-list .col-md-6:first-child {
  flex: 0 0 auto;
  width: calc(100% - 420px);
  max-width: inherit;
  margin-top: 30px;
  padding-right: 50px;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child {
  flex: 0 0 auto;
  width: 400px;
  max-width: inherit;
  padding: 30px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.04);
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul {
  margin: 0 0 0 22px;
  padding: 0;
  list-style: none;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul li {
  position: relative;
  margin-bottom: 4px;
}
.twt-custom-cms-text-two-column-usp-list .col-md-6:last-child ul li::after {
  position: absolute;
  top: 5px;
  left: -20px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232ecc71' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
@media (max-width: 991.98px) {
  .twt-custom-cms-text-two-column-usp-list .col-md-6:last-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .twt-custom-cms-text-two-column-usp-list .col-md-6:first-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.twt-custom-cms-imagetext-teaser-1, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) {
  padding-top: 0;
  padding-bottom: 0;
}
.twt-custom-cms-imagetext-teaser-1 .cms-block-image-text .cms-block-container-row, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .cms-block-image-text .cms-block-container-row {
  align-items: center;
}
.twt-custom-cms-imagetext-teaser-1 .cms-block-image-text .cms-block-container-row p, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .cms-block-image-text .cms-block-container-row p {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .twt-custom-cms-imagetext-teaser-1 .col-md-6, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .col-md-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .twt-custom-cms-imagetext-teaser-1 .col-md-6:last-of-type, .twt-custom-cms-imagetext-teaser-1.cms-section:not(.pos-0) .col-md-6:last-of-type {
    padding: 60px 40px;
  }
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-custom-cms-about-photo .cms-block-container {
  margin-bottom: 50px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.04);
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row {
  align-items: center;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 {
  flex: 0 0 auto;
  width: 380px;
  max-width: inherit;
  padding: 30px 60px 0 60px;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child .cms-element-text *:first-of-type, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 .cms-element-text *:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-8 {
  flex: 0 0 auto;
  width: calc(100% - 400px);
  max-width: inherit;
  margin-top: 10px;
  padding-right: 50px;
}
@media (max-width: 991.98px) {
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 {
    flex: 0 0 100%;
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px 40px 0 40px;
  }
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:first-child img, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-4 img {
    max-width: 240px;
    height: auto;
  }
  .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-6:last-child, .twt-custom-cms-about-photo .cms-block-container .cms-block-container-row .col-md-8 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 0 40px;
  }
}
.twt-custom-cms-about-photo.dark .cms-block-container {
  background-color: #ffffff;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image decoration classes
	==================================================
	see https://wiki.themeware.design/wissensdatenbank/anleitungen/erlebniswelten/bilder-in-cms-bloecken-mit-dekorationsklassen-verschoenern
*/
.twt-cms-image-border div.cms-image-container, .twt-cms-image-border div.product-image-wrapper, .twt-image-border-1 div.cms-image-container, .twt-image-border-1 div.product-image-wrapper, .twt-cms-image-border-1 div.cms-image-container, .twt-cms-image-border-1 div.product-image-wrapper, .twt-cms-image-border-solid div.cms-image-container, .twt-cms-image-border-solid div.product-image-wrapper {
  border: 12px solid #ffffff;
}
.twt-cms-image-border.cms-block-image-text-bubble div.cms-image-container, .twt-image-border-1.cms-block-image-text-bubble div.cms-image-container, .twt-cms-image-border-1.cms-block-image-text-bubble div.cms-image-container, .twt-cms-image-border-solid.cms-block-image-text-bubble div.cms-image-container {
  border-radius: 50%;
}
.twt-cms-image-border.cms-block-image-bubble-row div.cms-image-container, .twt-image-border-1.cms-block-image-bubble-row div.cms-image-container, .twt-cms-image-border-1.cms-block-image-bubble-row div.cms-image-container, .twt-cms-image-border-solid.cms-block-image-bubble-row div.cms-image-container {
  border-radius: 50%;
}
.twt-image-border-2 div.cms-image-container::before, .twt-cms-image-border-2 div.cms-image-container::before, .twt-cms-image-border-semi div.cms-image-container::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.6);
  transition: all 0.35s ease-in-out;
  z-index: 1;
}
.twt-image-border-2.cms-block-image-text-bubble div.cms-image-container::before, .twt-cms-image-border-2.cms-block-image-text-bubble div.cms-image-container::before, .twt-cms-image-border-semi.cms-block-image-text-bubble div.cms-image-container::before {
  border-radius: 50%;
}
.twt-image-border-2.cms-block-image-bubble-row div.cms-image-container::before, .twt-cms-image-border-2.cms-block-image-bubble-row div.cms-image-container::before, .twt-cms-image-border-semi.cms-block-image-bubble-row div.cms-image-container::before {
  border-radius: 50%;
}
.twt-image-shadow-sm div.cms-image-container, .twt-image-shadow-sm div.product-image-wrapper, .twt-cms-image-shadow-sm div.cms-image-container, .twt-cms-image-shadow-sm div.product-image-wrapper, .twt-cms-image-box-shadow-sm div.cms-image-container, .twt-cms-image-box-shadow-sm div.product-image-wrapper {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.twt-image-shadow div.cms-image-container, .twt-image-shadow div.product-image-wrapper, .twt-cms-image-shadow div.cms-image-container, .twt-cms-image-shadow div.product-image-wrapper, .twt-cms-image-box-shadow div.cms-image-container, .twt-cms-image-box-shadow div.product-image-wrapper {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.twt-image-shadow-lg div.cms-image-container, .twt-image-shadow-lg div.product-image-wrapper, .twt-cms-image-shadow-lg div.cms-image-container, .twt-cms-image-shadow-lg div.product-image-wrapper, .twt-cms-image-box-shadow-lg div.cms-image-container, .twt-cms-image-box-shadow-lg div.product-image-wrapper {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.twt-image-shadow-1 div.cms-image-container, .twt-image-shadow-1 div.product-image-wrapper, .twt-cms-image-shadow-1 div.cms-image-container, .twt-cms-image-shadow-1 div.product-image-wrapper, .twt-cms-image-box-shadow-level-1 div.cms-image-container, .twt-cms-image-box-shadow-level-1 div.product-image-wrapper {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.twt-image-shadow-2 div.cms-image-container, .twt-image-shadow-2 div.product-image-wrapper, .twt-cms-image-shadow-2 div.cms-image-container, .twt-cms-image-shadow-2 div.product-image-wrapper, .twt-cms-image-box-shadow-level-2 div.cms-image-container, .twt-cms-image-box-shadow-level-2 div.product-image-wrapper {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.twt-image-shadow-3 div.cms-image-container, .twt-image-shadow-3 div.product-image-wrapper, .twt-cms-image-shadow-3 div.cms-image-container, .twt-cms-image-shadow-3 div.product-image-wrapper, .twt-cms-image-box-shadow-level-3 div.cms-image-container, .twt-cms-image-box-shadow-level-3 div.product-image-wrapper {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}
.twt-image-shadow-4 div.cms-image-container, .twt-image-shadow-4 div.product-image-wrapper, .twt-cms-image-shadow-4 div.cms-image-container, .twt-cms-image-shadow-4 div.product-image-wrapper, .twt-cms-image-box-shadow-level-4 div.cms-image-container, .twt-cms-image-box-shadow-level-4 div.product-image-wrapper {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1);
}
.twt-image-shadow-5 div.cms-image-container, .twt-image-shadow-5 div.product-image-wrapper, .twt-cms-image-shadow-5 div.cms-image-container, .twt-cms-image-shadow-5 div.product-image-wrapper, .twt-cms-image-box-shadow-level-5 div.cms-image-container, .twt-cms-image-box-shadow-level-5 div.product-image-wrapper {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.1);
}
/*
      _           _____ ___   ____                       _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-rounded div.cms-image-container, .twt-image-rounded div.product-image-wrapper, .twt-cms-image-rounded div.cms-image-container, .twt-cms-image-rounded div.product-image-wrapper {
  border-radius: 0px;
}
.twt-image-rounded div.cms-image-container img, .twt-image-rounded div.product-image-wrapper img, .twt-cms-image-rounded div.cms-image-container img, .twt-cms-image-rounded div.product-image-wrapper img {
  border-radius: 0px;
}
.twt-image-border-radius div.cms-image-container, .twt-image-border-radius div.product-image-wrapper, .twt-cms-image-border-radius div.cms-image-container, .twt-cms-image-border-radius div.product-image-wrapper {
  border-radius: 0px;
}
.twt-image-border-radius div.cms-image-container img, .twt-image-border-radius div.product-image-wrapper img, .twt-cms-image-border-radius div.cms-image-container img, .twt-cms-image-border-radius div.product-image-wrapper img {
  border-radius: 0px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image hover effects
	==================================================
    see https://wiki.themeware.design/wissensdatenbank/anleitungen/erlebniswelten/bilder-in-cms-bloecken-mit-hover-effekten-verschoenern
*/
/* @TODO:
 * [ ] vgl. _twt-cms-image-hover-effects.scss
 * [ ] Add styles for different amounts of columns
 */
.twt-image-hover-1 a div.image-slider-item img, .twt-image-hover-1 a div.cms-image-container img, .twt-cms-image-hover-1 a div.image-slider-item img, .twt-cms-image-hover-1 a div.cms-image-container img, .twt-cms-image-hover-opacity a div.image-slider-item img, .twt-cms-image-hover-opacity a div.cms-image-container img, .twt-cms-image-hover-opacity-in a div.image-slider-item img, .twt-cms-image-hover-opacity-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-1 a:hover div.image-slider-item img, .twt-image-hover-1 a:hover div.cms-image-container img, .twt-cms-image-hover-1 a:hover div.image-slider-item img, .twt-cms-image-hover-1 a:hover div.cms-image-container img, .twt-cms-image-hover-opacity a:hover div.image-slider-item img, .twt-cms-image-hover-opacity a:hover div.cms-image-container img, .twt-cms-image-hover-opacity-in a:hover div.image-slider-item img, .twt-cms-image-hover-opacity-in a:hover div.cms-image-container img {
    filter: opacity(var(--twt-opacity));
  }
}
.twt-image-hover-1 div.product-image-wrapper a img, .twt-cms-image-hover-1 div.product-image-wrapper a img, .twt-cms-image-hover-opacity div.product-image-wrapper a img, .twt-cms-image-hover-opacity-in div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-1 div.product-image-wrapper a:hover img, .twt-cms-image-hover-1 div.product-image-wrapper a:hover img, .twt-cms-image-hover-opacity div.product-image-wrapper a:hover img, .twt-cms-image-hover-opacity-in div.product-image-wrapper a:hover img {
    filter: opacity(var(--twt-opacity));
  }
}
.twt-image-hover-2 a div.image-slider-item, .twt-image-hover-2 a div.cms-image-container, .twt-cms-image-hover-2 a div.image-slider-item, .twt-cms-image-hover-2 a div.cms-image-container, .twt-cms-image-hover-zoom a div.image-slider-item, .twt-cms-image-hover-zoom a div.cms-image-container, .twt-cms-image-hover-zoom-in a div.image-slider-item, .twt-cms-image-hover-zoom-in a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-2 a div.image-slider-item img, .twt-image-hover-2 a div.cms-image-container img, .twt-cms-image-hover-2 a div.image-slider-item img, .twt-cms-image-hover-2 a div.cms-image-container img, .twt-cms-image-hover-zoom a div.image-slider-item img, .twt-cms-image-hover-zoom a div.cms-image-container img, .twt-cms-image-hover-zoom-in a div.image-slider-item img, .twt-cms-image-hover-zoom-in a div.cms-image-container img {
  transition: transform 0.25s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-2 a:hover div.image-slider-item img, .twt-image-hover-2 a:hover div.cms-image-container img, .twt-cms-image-hover-2 a:hover div.image-slider-item img, .twt-cms-image-hover-2 a:hover div.cms-image-container img, .twt-cms-image-hover-zoom a:hover div.image-slider-item img, .twt-cms-image-hover-zoom a:hover div.cms-image-container img, .twt-cms-image-hover-zoom-in a:hover div.image-slider-item img, .twt-cms-image-hover-zoom-in a:hover div.cms-image-container img {
    transform: perspective(1px) scale(var(--twt-scale));
  }
}
.twt-image-hover-2 div.product-image-wrapper a img, .twt-cms-image-hover-2 div.product-image-wrapper a img, .twt-cms-image-hover-zoom div.product-image-wrapper a img, .twt-cms-image-hover-zoom-in div.product-image-wrapper a img {
  transition: transform 0.25s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-2 div.product-image-wrapper a:hover img, .twt-cms-image-hover-2 div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom-in div.product-image-wrapper a:hover img {
    transform: perspective(1px) scale(var(--twt-scale));
  }
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-3 a div.image-slider-item, .twt-image-hover-3 a div.cms-image-container, .twt-cms-image-hover-3 a div.image-slider-item, .twt-cms-image-hover-3 a div.cms-image-container, .twt-cms-image-hover-zoom-out a div.image-slider-item, .twt-cms-image-hover-zoom-out a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-3 a div.image-slider-item img, .twt-image-hover-3 a div.cms-image-container img, .twt-cms-image-hover-3 a div.image-slider-item img, .twt-cms-image-hover-3 a div.cms-image-container img, .twt-cms-image-hover-zoom-out a div.image-slider-item img, .twt-cms-image-hover-zoom-out a div.cms-image-container img {
  transition: transform 0.25s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-3 a:hover div.image-slider-item img, .twt-image-hover-3 a:hover div.cms-image-container img, .twt-cms-image-hover-3 a:hover div.image-slider-item img, .twt-cms-image-hover-3 a:hover div.cms-image-container img, .twt-cms-image-hover-zoom-out a:hover div.image-slider-item img, .twt-cms-image-hover-zoom-out a:hover div.cms-image-container img {
    transform: perspective(1px) scale(1);
  }
}
.twt-image-hover-3 div.product-image-wrapper a img, .twt-cms-image-hover-3 div.product-image-wrapper a img, .twt-cms-image-hover-zoom-out div.product-image-wrapper a img {
  transition: transform 0.25s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-3 div.product-image-wrapper a:hover img, .twt-cms-image-hover-3 div.product-image-wrapper a:hover img, .twt-cms-image-hover-zoom-out div.product-image-wrapper a:hover img {
    transform: perspective(1px) scale(1);
  }
}
.twt-image-hover-4 a div.image-slider-item, .twt-image-hover-4 a div.cms-image-container, .twt-cms-image-hover-4 a div.image-slider-item, .twt-cms-image-hover-4 a div.cms-image-container, .twt-cms-image-hover-grayscale-out a div.image-slider-item, .twt-cms-image-hover-grayscale-out a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-4 a div.image-slider-item img, .twt-image-hover-4 a div.cms-image-container img, .twt-cms-image-hover-4 a div.image-slider-item img, .twt-cms-image-hover-4 a div.cms-image-container img, .twt-cms-image-hover-grayscale-out a div.image-slider-item img, .twt-cms-image-hover-grayscale-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-4 a:hover div.image-slider-item img, .twt-image-hover-4 a:hover div.cms-image-container img, .twt-cms-image-hover-4 a:hover div.image-slider-item img, .twt-cms-image-hover-4 a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale-out a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale-out a:hover div.cms-image-container img {
    filter: grayscale(0);
  }
}
.twt-image-hover-4 div.product-image-wrapper a img, .twt-cms-image-hover-4 div.product-image-wrapper a img, .twt-cms-image-hover-grayscale-out div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-4 div.product-image-wrapper a:hover img, .twt-cms-image-hover-4 div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale-out div.product-image-wrapper a:hover img {
    filter: grayscale(0);
  }
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-5 a div.image-slider-item, .twt-image-hover-5 a div.cms-image-container, .twt-cms-image-hover-5 a div.image-slider-item, .twt-cms-image-hover-5 a div.cms-image-container, .twt-cms-image-hover-gray a div.image-slider-item, .twt-cms-image-hover-gray a div.cms-image-container, .twt-cms-image-hover-grayscale a div.image-slider-item, .twt-cms-image-hover-grayscale a div.cms-image-container, .twt-cms-image-hover-grayscale-in a div.image-slider-item, .twt-cms-image-hover-grayscale-in a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-5 a div.image-slider-item img, .twt-image-hover-5 a div.cms-image-container img, .twt-cms-image-hover-5 a div.image-slider-item img, .twt-cms-image-hover-5 a div.cms-image-container img, .twt-cms-image-hover-gray a div.image-slider-item img, .twt-cms-image-hover-gray a div.cms-image-container img, .twt-cms-image-hover-grayscale a div.image-slider-item img, .twt-cms-image-hover-grayscale a div.cms-image-container img, .twt-cms-image-hover-grayscale-in a div.image-slider-item img, .twt-cms-image-hover-grayscale-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-5 a:hover div.image-slider-item img, .twt-image-hover-5 a:hover div.cms-image-container img, .twt-cms-image-hover-5 a:hover div.image-slider-item img, .twt-cms-image-hover-5 a:hover div.cms-image-container img, .twt-cms-image-hover-gray a:hover div.image-slider-item img, .twt-cms-image-hover-gray a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale a:hover div.cms-image-container img, .twt-cms-image-hover-grayscale-in a:hover div.image-slider-item img, .twt-cms-image-hover-grayscale-in a:hover div.cms-image-container img {
    filter: grayscale(var(--twt-grayscale));
  }
}
.twt-image-hover-5 div.product-image-wrapper a img, .twt-cms-image-hover-5 div.product-image-wrapper a img, .twt-cms-image-hover-gray div.product-image-wrapper a img, .twt-cms-image-hover-grayscale div.product-image-wrapper a img, .twt-cms-image-hover-grayscale-in div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-5 div.product-image-wrapper a:hover img, .twt-cms-image-hover-5 div.product-image-wrapper a:hover img, .twt-cms-image-hover-gray div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale div.product-image-wrapper a:hover img, .twt-cms-image-hover-grayscale-in div.product-image-wrapper a:hover img {
    filter: grayscale(var(--twt-grayscale));
  }
}
.twt-image-hover-6 a div.image-slider-item, .twt-image-hover-6 a div.cms-image-container, .twt-cms-image-hover-6 a div.image-slider-item, .twt-cms-image-hover-6 a div.cms-image-container, .twt-cms-image-hover-shine a div.image-slider-item, .twt-cms-image-hover-shine a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-6 a div.image-slider-item::before, .twt-image-hover-6 a div.cms-image-container::before, .twt-cms-image-hover-6 a div.image-slider-item::before, .twt-cms-image-hover-6 a div.cms-image-container::before, .twt-cms-image-hover-shine a div.image-slider-item::before, .twt-cms-image-hover-shine a div.cms-image-container::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: -75%;
  display: block;
  width: 50%;
  height: 100%;
  content: "";
  transform: skewX(-25deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-6 a:hover div.image-slider-item, .twt-image-hover-6 a:hover div.cms-image-container::before, .twt-cms-image-hover-6 a:hover div.image-slider-item, .twt-cms-image-hover-6 a:hover div.cms-image-container::before, .twt-cms-image-hover-shine a:hover div.image-slider-item, .twt-cms-image-hover-shine a:hover div.cms-image-container::before {
    animation: shine 0.75s;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-7 a:hover div.image-slider-item img, .twt-image-hover-7 a:hover div.cms-image-container img, .twt-image-hover-7 a:hover div.product-image-wrapper img, .twt-cms-image-hover-7 a:hover div.image-slider-item img, .twt-cms-image-hover-7 a:hover div.cms-image-container img, .twt-cms-image-hover-7 a:hover div.product-image-wrapper img, .twt-cms-image-hover-flash a:hover div.image-slider-item img, .twt-cms-image-hover-flash a:hover div.cms-image-container img, .twt-cms-image-hover-flash a:hover div.product-image-wrapper img {
    opacity: 1;
    animation: flash 0.75s;
  }
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-7 div.product-image-wrapper a:hover img, .twt-cms-image-hover-7 div.product-image-wrapper a:hover img, .twt-cms-image-hover-flash div.product-image-wrapper a:hover img {
    opacity: 1;
    animation: flash 0.75s;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.twt-image-hover-8 a div.image-slider-item, .twt-image-hover-8 a div.cms-image-container, .twt-cms-image-hover-8 a div.image-slider-item, .twt-cms-image-hover-8 a div.cms-image-container, .twt-cms-image-hover-rotate-left a div.image-slider-item, .twt-cms-image-hover-rotate-left a div.cms-image-container, .twt-cms-image-hover-rotate-in-left a div.image-slider-item, .twt-cms-image-hover-rotate-in-left a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-8 a div.image-slider-item img, .twt-image-hover-8 a div.cms-image-container img, .twt-cms-image-hover-8 a div.image-slider-item img, .twt-cms-image-hover-8 a div.cms-image-container img, .twt-cms-image-hover-rotate-left a div.image-slider-item img, .twt-cms-image-hover-rotate-left a div.cms-image-container img, .twt-cms-image-hover-rotate-in-left a div.image-slider-item img, .twt-cms-image-hover-rotate-in-left a div.cms-image-container img {
  transform: rotate(12deg) scale(1.35);
  transition: all 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-8 a:hover div.image-slider-item img, .twt-image-hover-8 a:hover div.cms-image-container img, .twt-cms-image-hover-8 a:hover div.image-slider-item img, .twt-cms-image-hover-8 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-left a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-left a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-in-left a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-in-left a:hover div.cms-image-container img {
    transform: rotate(0) scale(1);
  }
}
.twt-image-hover-8 div.product-image-wrapper a img, .twt-cms-image-hover-8 div.product-image-wrapper a img, .twt-cms-image-hover-rotate-left div.product-image-wrapper a img, .twt-cms-image-hover-rotate-in-left div.product-image-wrapper a img {
  transform: rotate(12deg) scale(1.35);
  transition: all 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-8 div.product-image-wrapper a:hover img, .twt-cms-image-hover-8 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-left div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-in-left div.product-image-wrapper a:hover img {
    transform: rotate(0) scale(1);
  }
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-9 a div.image-slider-item, .twt-image-hover-9 a div.cms-image-container, .twt-cms-image-hover-9 a div.image-slider-item, .twt-cms-image-hover-9 a div.cms-image-container, .twt-cms-image-hover-rotate-right a div.image-slider-item, .twt-cms-image-hover-rotate-right a div.cms-image-container, .twt-cms-image-hover-rotate-in-right a div.image-slider-item, .twt-cms-image-hover-rotate-in-right a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-9 a div.image-slider-item img, .twt-image-hover-9 a div.cms-image-container img, .twt-cms-image-hover-9 a div.image-slider-item img, .twt-cms-image-hover-9 a div.cms-image-container img, .twt-cms-image-hover-rotate-right a div.image-slider-item img, .twt-cms-image-hover-rotate-right a div.cms-image-container img, .twt-cms-image-hover-rotate-in-right a div.image-slider-item img, .twt-cms-image-hover-rotate-in-right a div.cms-image-container img {
  transform: rotate(-12deg) scale(1.4);
  transition: all 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-9 a:hover div.image-slider-item img, .twt-image-hover-9 a:hover div.cms-image-container img, .twt-cms-image-hover-9 a:hover div.image-slider-item img, .twt-cms-image-hover-9 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-right a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-right a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-in-right a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-in-right a:hover div.cms-image-container img {
    transform: rotate(0) scale(1);
  }
}
.twt-image-hover-9 div.product-image-wrapper a img, .twt-cms-image-hover-9 div.product-image-wrapper a img, .twt-cms-image-hover-rotate-right div.product-image-wrapper a img, .twt-cms-image-hover-rotate-in-right div.product-image-wrapper a img {
  transform: rotate(-12deg) scale(1.4);
  transition: all 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-9 div.product-image-wrapper a:hover img, .twt-cms-image-hover-9 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-right div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-in-right div.product-image-wrapper a:hover img {
    transform: rotate(0) scale(1);
  }
}
.twt-image-hover-10 a div.image-slider-item, .twt-image-hover-10 a div.cms-image-container, .twt-cms-image-hover-10 a div.image-slider-item, .twt-cms-image-hover-10 a div.cms-image-container, .twt-cms-image-hover-rotate a div.image-slider-item, .twt-cms-image-hover-rotate a div.cms-image-container, .twt-cms-image-hover-rotate-out a div.image-slider-item, .twt-cms-image-hover-rotate-out a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-10 a div.image-slider-item img, .twt-image-hover-10 a div.cms-image-container img, .twt-cms-image-hover-10 a div.image-slider-item img, .twt-cms-image-hover-10 a div.cms-image-container img, .twt-cms-image-hover-rotate a div.image-slider-item img, .twt-cms-image-hover-rotate a div.cms-image-container img, .twt-cms-image-hover-rotate-out a div.image-slider-item img, .twt-cms-image-hover-rotate-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  transform: rotate(0) scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-10 a:hover div.image-slider-item img, .twt-image-hover-10 a:hover div.cms-image-container img, .twt-cms-image-hover-10 a:hover div.image-slider-item img, .twt-cms-image-hover-10 a:hover div.cms-image-container img, .twt-cms-image-hover-rotate a:hover div.image-slider-item img, .twt-cms-image-hover-rotate a:hover div.cms-image-container img, .twt-cms-image-hover-rotate-out a:hover div.image-slider-item img, .twt-cms-image-hover-rotate-out a:hover div.cms-image-container img {
    transform: rotate(8deg) scale(1.35);
  }
}
.twt-image-hover-10 div.product-image-wrapper a img, .twt-cms-image-hover-10 div.product-image-wrapper a img, .twt-cms-image-hover-rotate div.product-image-wrapper a img, .twt-cms-image-hover-rotate-out div.product-image-wrapper a img {
  transition: all 0.4s ease-in-out;
  transform: rotate(0) scale(1);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-10 div.product-image-wrapper a:hover img, .twt-cms-image-hover-10 div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate div.product-image-wrapper a:hover img, .twt-cms-image-hover-rotate-out div.product-image-wrapper a:hover img {
    transform: rotate(8deg) scale(1.35);
  }
}
/*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
.twt-image-hover-11 a div.image-slider-item, .twt-image-hover-11 a div.cms-image-container, .twt-cms-image-hover-11 a div.image-slider-item, .twt-cms-image-hover-11 a div.cms-image-container, .twt-cms-image-hover-blur a div.image-slider-item, .twt-cms-image-hover-blur a div.cms-image-container, .twt-cms-image-hover-blur-in a div.image-slider-item, .twt-cms-image-hover-blur-in a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-11 a div.image-slider-item img, .twt-image-hover-11 a div.cms-image-container img, .twt-cms-image-hover-11 a div.image-slider-item img, .twt-cms-image-hover-11 a div.cms-image-container img, .twt-cms-image-hover-blur a div.image-slider-item img, .twt-cms-image-hover-blur a div.cms-image-container img, .twt-cms-image-hover-blur-in a div.image-slider-item img, .twt-cms-image-hover-blur-in a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  scale: 1.05;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-11 a:hover div.image-slider-item img, .twt-image-hover-11 a:hover div.cms-image-container img, .twt-cms-image-hover-11 a:hover div.image-slider-item img, .twt-cms-image-hover-11 a:hover div.cms-image-container img, .twt-cms-image-hover-blur a:hover div.image-slider-item img, .twt-cms-image-hover-blur a:hover div.cms-image-container img, .twt-cms-image-hover-blur-in a:hover div.image-slider-item img, .twt-cms-image-hover-blur-in a:hover div.cms-image-container img {
    filter: blur(var(--twt-blur));
  }
}
.twt-image-hover-12 a div.image-slider-item, .twt-image-hover-12 a div.cms-image-container, .twt-cms-image-hover-12 a div.image-slider-item, .twt-cms-image-hover-12 a div.cms-image-container, .twt-cms-image-hover-blur-out a div.image-slider-item, .twt-cms-image-hover-blur-out a div.cms-image-container {
  overflow: hidden;
}
.twt-image-hover-12 a div.image-slider-item img, .twt-image-hover-12 a div.cms-image-container img, .twt-cms-image-hover-12 a div.image-slider-item img, .twt-cms-image-hover-12 a div.cms-image-container img, .twt-cms-image-hover-blur-out a div.image-slider-item img, .twt-cms-image-hover-blur-out a div.cms-image-container img {
  transition: all 0.4s ease-in-out;
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-hover-12 a:hover div.image-slider-item img, .twt-image-hover-12 a:hover div.cms-image-container img, .twt-cms-image-hover-12 a:hover div.image-slider-item img, .twt-cms-image-hover-12 a:hover div.cms-image-container img, .twt-cms-image-hover-blur-out a:hover div.image-slider-item img, .twt-cms-image-hover-blur-out a:hover div.cms-image-container img {
    filter: blur(0px);
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS spacing classes
	==================================================
    see @TODO
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS object position classes
	==================================================
    see @TODO

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
/* @TODO:
     - Finalize classes...
     - object-position: 0-100%;
     - Add classes to cms elements
     - Add variables
        - make variables configuriable
     - Add classes to docs
 */
.twt-object-fit-s, .twt-object-fit-start, .twt-object-fit-left, .twt-cms-object-fit-left {
  object-fit: left;
}
.twt-object-fit-e, .twt-object-fit-end, .twt-object-fit-right, .twt-cms-object-fit-right {
  object-fit: right;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS product slider classes
	==================================================

	Info: ThemeWare CSS-Klassen, mit welchen der Überlauf des Produkt-Sliders
	pro CMS-Block abweichend von der globalen Einstellung gesetzt werden kann.

    > twt-cms-product-slider-reset            > Aus
    > twt-cms-product-slider-peek             > Angeschnitten
    > twt-cms-product-slider-overflow-visible > Überlaufend
    > twt-cms-product-slider                  > Angeschnitten und überlaufend

    Die Mixins stammen aus 'component/_product-slider.scss', siehe _concepts/062.
*/
.cms-block.twt-cms-product-slider-reset .cms-element-product-slider .product-slider {
  overflow: hidden;
}
.cms-block.twt-cms-product-slider-reset .cms-element-product-slider .product-slider .tns-ovh {
  padding-right: 0;
  padding-left: 0;
}
.cms-block.twt-cms-product-slider-reset .cms-element-product-slider .product-slider .tns-item {
  opacity: 1;
  pointer-events: auto;
}
.cms-block.twt-cms-product-slider-peek .cms-element-product-slider .product-slider .tns-ovh {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .cms-block.twt-cms-product-slider-peek .cms-element-product-slider .product-slider .tns-ovh {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cms-block.twt-cms-product-slider-overflow-visible .cms-element-product-slider .product-slider {
  overflow: visible;
}
.cms-block.twt-cms-product-slider-overflow-visible .cms-element-product-slider .product-slider:focus-visible {
  overflow: hidden;
}
.cms-block.twt-cms-product-slider .cms-element-product-slider .product-slider {
  overflow: visible;
}
.cms-block.twt-cms-product-slider .cms-element-product-slider .product-slider .tns-ovh {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .cms-block.twt-cms-product-slider .cms-element-product-slider .product-slider .tns-ovh {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cms-block.twt-cms-product-slider .cms-element-product-slider .product-slider:focus-visible {
  overflow: hidden;
}
.cms-block.twt-cms-product-slider .cms-element-product-slider .product-slider .tns-item, .cms-block.twt-cms-product-slider-peek .cms-element-product-slider .product-slider .tns-item, .cms-block.twt-cms-product-slider-overflow-visible .cms-element-product-slider .product-slider .tns-item {
  opacity: 0.25;
  transition: opacity 0.3s;
  pointer-events: none;
}
.cms-block.twt-cms-product-slider .cms-element-product-slider .product-slider .tns-item.tns-slide-active, .cms-block.twt-cms-product-slider-peek .cms-element-product-slider .product-slider .tns-item.tns-slide-active, .cms-block.twt-cms-product-slider-overflow-visible .cms-element-product-slider .product-slider .tns-item.tns-slide-active {
  opacity: 1;
  pointer-events: auto;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS spacing classes
	==================================================
    see @TODO
	see _sass-generators/twt-spacing-classes
*/
.cms-page .twt-m-0 {
  margin: 0 !important;
}
.cms-page .twt-mt-0, .cms-page .twt-my-0 {
  margin-top: 0 !important;
}
.cms-page .twt-me-0, .cms-page .twt-mx-0 {
  margin-right: 0 !important;
}
.cms-page .twt-mb-0, .cms-page .twt-my-0 {
  margin-bottom: 0 !important;
}
.cms-page .twt-ms-0, .cms-page .twt-mx-0 {
  margin-left: 0 !important;
}
.cms-page .twt-m-1 {
  margin: 10px !important;
}
.cms-page .twt-mt-1, .cms-page .twt-my-1 {
  margin-top: 10px !important;
}
.cms-page .twt-me-1, .cms-page .twt-mx-1 {
  margin-right: 10px !important;
}
.cms-page .twt-mb-1, .cms-page .twt-my-1 {
  margin-bottom: 10px !important;
}
.cms-page .twt-ms-1, .cms-page .twt-mx-1 {
  margin-left: 10px !important;
}
.cms-page .twt-m-n1 {
  margin: -10px !important;
}
.cms-page .twt-mt-n1, .cms-page .twt-my-n1 {
  margin-top: -10px !important;
}
.cms-page .twt-me-n1, .cms-page .twt-mx-n1 {
  margin-right: -10px !important;
}
.cms-page .twt-mb-n1, .cms-page .twt-my-n1 {
  margin-bottom: -10px !important;
}
.cms-page .twt-ms-n1, .cms-page .twt-mx-n1 {
  margin-left: -10px !important;
}
.cms-page .twt-m-2 {
  margin: 20px !important;
}
.cms-page .twt-mt-2, .cms-page .twt-my-2 {
  margin-top: 20px !important;
}
.cms-page .twt-me-2, .cms-page .twt-mx-2 {
  margin-right: 20px !important;
}
.cms-page .twt-mb-2, .cms-page .twt-my-2 {
  margin-bottom: 20px !important;
}
.cms-page .twt-ms-2, .cms-page .twt-mx-2 {
  margin-left: 20px !important;
}
.cms-page .twt-m-n2 {
  margin: -20px !important;
}
.cms-page .twt-mt-n2, .cms-page .twt-my-n2 {
  margin-top: -20px !important;
}
.cms-page .twt-me-n2, .cms-page .twt-mx-n2 {
  margin-right: -20px !important;
}
.cms-page .twt-mb-n2, .cms-page .twt-my-n2 {
  margin-bottom: -20px !important;
}
.cms-page .twt-ms-n2, .cms-page .twt-mx-n2 {
  margin-left: -20px !important;
}
.cms-page .twt-m-3 {
  margin: 30px !important;
}
.cms-page .twt-mt-3, .cms-page .twt-my-3 {
  margin-top: 30px !important;
}
.cms-page .twt-me-3, .cms-page .twt-mx-3 {
  margin-right: 30px !important;
}
.cms-page .twt-mb-3, .cms-page .twt-my-3 {
  margin-bottom: 30px !important;
}
.cms-page .twt-ms-3, .cms-page .twt-mx-3 {
  margin-left: 30px !important;
}
.cms-page .twt-m-n3 {
  margin: -30px !important;
}
.cms-page .twt-mt-n3, .cms-page .twt-my-n3 {
  margin-top: -30px !important;
}
.cms-page .twt-me-n3, .cms-page .twt-mx-n3 {
  margin-right: -30px !important;
}
.cms-page .twt-mb-n3, .cms-page .twt-my-n3 {
  margin-bottom: -30px !important;
}
.cms-page .twt-ms-n3, .cms-page .twt-mx-n3 {
  margin-left: -30px !important;
}
.cms-page .twt-m-4 {
  margin: 40px !important;
}
.cms-page .twt-mt-4, .cms-page .twt-my-4 {
  margin-top: 40px !important;
}
.cms-page .twt-me-4, .cms-page .twt-mx-4 {
  margin-right: 40px !important;
}
.cms-page .twt-mb-4, .cms-page .twt-my-4 {
  margin-bottom: 40px !important;
}
.cms-page .twt-ms-4, .cms-page .twt-mx-4 {
  margin-left: 40px !important;
}
.cms-page .twt-m-n4 {
  margin: -40px !important;
}
.cms-page .twt-mt-n4, .cms-page .twt-my-n4 {
  margin-top: -40px !important;
}
.cms-page .twt-me-n4, .cms-page .twt-mx-n4 {
  margin-right: -40px !important;
}
.cms-page .twt-mb-n4, .cms-page .twt-my-n4 {
  margin-bottom: -40px !important;
}
.cms-page .twt-ms-n4, .cms-page .twt-mx-n4 {
  margin-left: -40px !important;
}
.cms-page .twt-m-5 {
  margin: 50px !important;
}
.cms-page .twt-mt-5, .cms-page .twt-my-5 {
  margin-top: 50px !important;
}
.cms-page .twt-me-5, .cms-page .twt-mx-5 {
  margin-right: 50px !important;
}
.cms-page .twt-mb-5, .cms-page .twt-my-5 {
  margin-bottom: 50px !important;
}
.cms-page .twt-ms-5, .cms-page .twt-mx-5 {
  margin-left: 50px !important;
}
.cms-page .twt-m-n5 {
  margin: -50px !important;
}
.cms-page .twt-mt-n5, .cms-page .twt-my-n5 {
  margin-top: -50px !important;
}
.cms-page .twt-me-n5, .cms-page .twt-mx-n5 {
  margin-right: -50px !important;
}
.cms-page .twt-mb-n5, .cms-page .twt-my-n5 {
  margin-bottom: -50px !important;
}
.cms-page .twt-ms-n5, .cms-page .twt-mx-n5 {
  margin-left: -50px !important;
}
.cms-page .twt-m-6 {
  margin: 60px !important;
}
.cms-page .twt-mt-6, .cms-page .twt-my-6 {
  margin-top: 60px !important;
}
.cms-page .twt-me-6, .cms-page .twt-mx-6 {
  margin-right: 60px !important;
}
.cms-page .twt-mb-6, .cms-page .twt-my-6 {
  margin-bottom: 60px !important;
}
.cms-page .twt-ms-6, .cms-page .twt-mx-6 {
  margin-left: 60px !important;
}
.cms-page .twt-m-n6 {
  margin: -60px !important;
}
.cms-page .twt-mt-n6, .cms-page .twt-my-n6 {
  margin-top: -60px !important;
}
.cms-page .twt-me-n6, .cms-page .twt-mx-n6 {
  margin-right: -60px !important;
}
.cms-page .twt-mb-n6, .cms-page .twt-my-n6 {
  margin-bottom: -60px !important;
}
.cms-page .twt-ms-n6, .cms-page .twt-mx-n6 {
  margin-left: -60px !important;
}
.cms-page .twt-m-7 {
  margin: 70px !important;
}
.cms-page .twt-mt-7, .cms-page .twt-my-7 {
  margin-top: 70px !important;
}
.cms-page .twt-me-7, .cms-page .twt-mx-7 {
  margin-right: 70px !important;
}
.cms-page .twt-mb-7, .cms-page .twt-my-7 {
  margin-bottom: 70px !important;
}
.cms-page .twt-ms-7, .cms-page .twt-mx-7 {
  margin-left: 70px !important;
}
.cms-page .twt-m-n7 {
  margin: -70px !important;
}
.cms-page .twt-mt-n7, .cms-page .twt-my-n7 {
  margin-top: -70px !important;
}
.cms-page .twt-me-n7, .cms-page .twt-mx-n7 {
  margin-right: -70px !important;
}
.cms-page .twt-mb-n7, .cms-page .twt-my-n7 {
  margin-bottom: -70px !important;
}
.cms-page .twt-ms-n7, .cms-page .twt-mx-n7 {
  margin-left: -70px !important;
}
.cms-page .twt-m-8 {
  margin: 80px !important;
}
.cms-page .twt-mt-8, .cms-page .twt-my-8 {
  margin-top: 80px !important;
}
.cms-page .twt-me-8, .cms-page .twt-mx-8 {
  margin-right: 80px !important;
}
.cms-page .twt-mb-8, .cms-page .twt-my-8 {
  margin-bottom: 80px !important;
}
.cms-page .twt-ms-8, .cms-page .twt-mx-8 {
  margin-left: 80px !important;
}
.cms-page .twt-m-n8 {
  margin: -80px !important;
}
.cms-page .twt-mt-n8, .cms-page .twt-my-n8 {
  margin-top: -80px !important;
}
.cms-page .twt-me-n8, .cms-page .twt-mx-n8 {
  margin-right: -80px !important;
}
.cms-page .twt-mb-n8, .cms-page .twt-my-n8 {
  margin-bottom: -80px !important;
}
.cms-page .twt-ms-n8, .cms-page .twt-mx-n8 {
  margin-left: -80px !important;
}
.cms-page .twt-m-9 {
  margin: 90px !important;
}
.cms-page .twt-mt-9, .cms-page .twt-my-9 {
  margin-top: 90px !important;
}
.cms-page .twt-me-9, .cms-page .twt-mx-9 {
  margin-right: 90px !important;
}
.cms-page .twt-mb-9, .cms-page .twt-my-9 {
  margin-bottom: 90px !important;
}
.cms-page .twt-ms-9, .cms-page .twt-mx-9 {
  margin-left: 90px !important;
}
.cms-page .twt-m-n9 {
  margin: -90px !important;
}
.cms-page .twt-mt-n9, .cms-page .twt-my-n9 {
  margin-top: -90px !important;
}
.cms-page .twt-me-n9, .cms-page .twt-mx-n9 {
  margin-right: -90px !important;
}
.cms-page .twt-mb-n9, .cms-page .twt-my-n9 {
  margin-bottom: -90px !important;
}
.cms-page .twt-ms-n9, .cms-page .twt-mx-n9 {
  margin-left: -90px !important;
}
.cms-page .twt-p-0 {
  padding: 0 !important;
}
.cms-page .twt-pt-0, .cms-page .twt-py-0 {
  padding-top: 0 !important;
}
.cms-page .twt-pe-0, .cms-page .twt-px-0 {
  padding-right: 0 !important;
}
.cms-page .twt-pb-0, .cms-page .twt-py-0 {
  padding-bottom: 0 !important;
}
.cms-page .twt-ps-0, .cms-page .twt-px-0 {
  padding-left: 0 !important;
}
.cms-page .twt-p-1 {
  padding: 10px !important;
}
.cms-page .twt-pt-1, .cms-page .twt-py-1 {
  padding-top: 10px !important;
}
.cms-page .twt-pe-1, .cms-page .twt-px-1 {
  padding-right: 10px !important;
}
.cms-page .twt-pb-1, .cms-page .twt-py-1 {
  padding-bottom: 10px !important;
}
.cms-page .twt-ps-1, .cms-page .twt-px-1 {
  padding-left: 10px !important;
}
.cms-page .twt-p-2 {
  padding: 20px !important;
}
.cms-page .twt-pt-2, .cms-page .twt-py-2 {
  padding-top: 20px !important;
}
.cms-page .twt-pe-2, .cms-page .twt-px-2 {
  padding-right: 20px !important;
}
.cms-page .twt-pb-2, .cms-page .twt-py-2 {
  padding-bottom: 20px !important;
}
.cms-page .twt-ps-2, .cms-page .twt-px-2 {
  padding-left: 20px !important;
}
.cms-page .twt-p-3 {
  padding: 30px !important;
}
.cms-page .twt-pt-3, .cms-page .twt-py-3 {
  padding-top: 30px !important;
}
.cms-page .twt-pe-3, .cms-page .twt-px-3 {
  padding-right: 30px !important;
}
.cms-page .twt-pb-3, .cms-page .twt-py-3 {
  padding-bottom: 30px !important;
}
.cms-page .twt-ps-3, .cms-page .twt-px-3 {
  padding-left: 30px !important;
}
.cms-page .twt-p-4 {
  padding: 40px !important;
}
.cms-page .twt-pt-4, .cms-page .twt-py-4 {
  padding-top: 40px !important;
}
.cms-page .twt-pe-4, .cms-page .twt-px-4 {
  padding-right: 40px !important;
}
.cms-page .twt-pb-4, .cms-page .twt-py-4 {
  padding-bottom: 40px !important;
}
.cms-page .twt-ps-4, .cms-page .twt-px-4 {
  padding-left: 40px !important;
}
.cms-page .twt-p-5 {
  padding: 50px !important;
}
.cms-page .twt-pt-5, .cms-page .twt-py-5 {
  padding-top: 50px !important;
}
.cms-page .twt-pe-5, .cms-page .twt-px-5 {
  padding-right: 50px !important;
}
.cms-page .twt-pb-5, .cms-page .twt-py-5 {
  padding-bottom: 50px !important;
}
.cms-page .twt-ps-5, .cms-page .twt-px-5 {
  padding-left: 50px !important;
}
.cms-page .twt-p-6 {
  padding: 60px !important;
}
.cms-page .twt-pt-6, .cms-page .twt-py-6 {
  padding-top: 60px !important;
}
.cms-page .twt-pe-6, .cms-page .twt-px-6 {
  padding-right: 60px !important;
}
.cms-page .twt-pb-6, .cms-page .twt-py-6 {
  padding-bottom: 60px !important;
}
.cms-page .twt-ps-6, .cms-page .twt-px-6 {
  padding-left: 60px !important;
}
.cms-page .twt-p-7 {
  padding: 70px !important;
}
.cms-page .twt-pt-7, .cms-page .twt-py-7 {
  padding-top: 70px !important;
}
.cms-page .twt-pe-7, .cms-page .twt-px-7 {
  padding-right: 70px !important;
}
.cms-page .twt-pb-7, .cms-page .twt-py-7 {
  padding-bottom: 70px !important;
}
.cms-page .twt-ps-7, .cms-page .twt-px-7 {
  padding-left: 70px !important;
}
.cms-page .twt-p-8 {
  padding: 80px !important;
}
.cms-page .twt-pt-8, .cms-page .twt-py-8 {
  padding-top: 80px !important;
}
.cms-page .twt-pe-8, .cms-page .twt-px-8 {
  padding-right: 80px !important;
}
.cms-page .twt-pb-8, .cms-page .twt-py-8 {
  padding-bottom: 80px !important;
}
.cms-page .twt-ps-8, .cms-page .twt-px-8 {
  padding-left: 80px !important;
}
.cms-page .twt-p-9 {
  padding: 90px !important;
}
.cms-page .twt-pt-9, .cms-page .twt-py-9 {
  padding-top: 90px !important;
}
.cms-page .twt-pe-9, .cms-page .twt-px-9 {
  padding-right: 90px !important;
}
.cms-page .twt-pb-9, .cms-page .twt-py-9 {
  padding-bottom: 90px !important;
}
.cms-page .twt-ps-9, .cms-page .twt-px-9 {
  padding-left: 90px !important;
}
.cms-page .twt-m-auto {
  margin: auto !important;
}
.cms-page .twt-mt-auto, .cms-page .twt-my-auto {
  margin-top: auto !important;
}
.cms-page .twt-me-auto, .cms-page .twt-mx-auto {
  margin-right: auto !important;
}
.cms-page .twt-mb-auto, .cms-page .twt-my-auto {
  margin-bottom: auto !important;
}
.cms-page .twt-ms-auto, .cms-page .twt-mx-auto {
  margin-left: auto !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Text shadows
	==================================================

	Info: ThemeWare CSS-Klassen mit welchen Überschriften in Standard-CMS-Elementen modifiziert werden können.
*/
/* @TODO:
     - Finalize text shadows...
     - Add classes to cms elements
     - Add variables
        - make variables configuriable
     - Add classes to docs
 */
.twt-text-shadow-sm, .twt-cms-text-shadow-sm {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.6);
}
.twt-text-shadow, .twt-cms-text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 2px 4px rgba(0, 0, 0, 0.8);
}
.twt-text-shadow-lg, .twt-cms-text-shadow-lg {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8), 0 2px 6px rgba(0, 0, 0, 0.8);
}
.twt-text-shadow-dark-sm, .twt-cms-text-shadow-dark-sm {
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.875), 0 1px 2px rgba(0, 0, 0, 0.875);
}
.twt-text-shadow-dark, .twt-cms-text-shadow-dark {
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.875), 0 1px 3px rgba(0, 0, 0, 0.875);
}
.twt-text-shadow-dark-lg, .twt-cms-text-shadow-dark-lg {
  text-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.875), 0 1px 4px rgba(0, 0, 0, 0.875);
}
.twt-text-shadow-light-sm, .twt-cms-text-shadow-light-sm {
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 0.225), 0 1px 2px rgba(0, 0, 0, 0.225);
}
.twt-text-shadow-light, .twt-cms-text-shadow-light {
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.225), 0 1px 3px rgba(0, 0, 0, 0.225);
}
.twt-text-shadow-light-lg, .twt-cms-text-shadow-light-lg {
  text-shadow: 0.125rem 0.125rem 0.375rem rgba(0, 0, 0, 0.225), 0 1px 4px rgba(0, 0, 0, 0.225);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _container.scss
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _header.scss
    ==================================================

*/
.account-menu .twt-header-logged-in-badge {
  position: absolute;
  right: -0.25rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Shopping Experiences Header'
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Custom header' #customHeader (header 10)
    ==================================================

*/
@media (min-width: 576px) {
  .twt-sticky-header header.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 16;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  }
}
@media (max-width: 1199px) {
  header.header-main .twt-sticky-header-menu-button {
    display: block !important;
  }
  header.header-main .header-row {
    justify-content: space-between;
  }
}
@media (max-width: 420px) {
  header.header-main .header-row .header-logo-col {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
  }
  header.header-main .header-row .header-actions-col {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  header.header-main .header-nav-main-toggle-label {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.header-main .header-row .header-logo-col {
    padding-left: 20px;
  }
  header.header-main .header-row .header-actions-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  header.header-main .header-row {
    padding-right: 20px;
    padding-left: 20px;
  }
  header.header-main .header-row .header-logo-col {
    padding-right: 0;
    padding-left: 0;
  }
  header.header-main .header-row .header-nav-col {
    justify-content: center;
  }
  header.header-main .header-row .header-actions-col {
    padding-right: 0;
    padding-left: 0;
  }
  header.header-main .nav-main .navbar-nav {
    height: 60px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  header.header-main .nav-main .navbar-nav .main-navigation-link {
    white-space: nowrap;
  }
  header.header-main .nav-main .navbar-nav {
    scrollbar-width: auto;
    scrollbar-color: #ff0000 #fff;
  }
  header.header-main .nav-main .navbar-nav::-webkit-scrollbar {
    width: 10px;
  }
  header.header-main .nav-main .navbar-nav::-webkit-scrollbar-track {
    background: #fff;
  }
  header.header-main .nav-main .navbar-nav::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 10px;
    border: 5px solid #fff;
  }
}
@media (max-width: 991.98px) {
  header.header-main .header-row .header-search-col {
    order: 2;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  header.header-main .header-row .header-search-col .col {
    padding: 0;
  }
  header.header-main .header-row .header-search-col .col #searchCollapse .header-search {
    margin: 0;
    padding: 15px;
    max-width: 100%;
  }
  header.header-main .header-row .header-search-col .row {
    margin: 0;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) {
  header.header-main .header-row .header-search-col .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  header.header-main .header-row .header-search-col .row {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 10px;
    margin-bottom: -10px;
  }
}
@media (min-width: 992px) {
  header.header-main .header-row .header-logo-col {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  header.header-main .header-row .header-nav-col {
    display: flex !important;
  }
  header.header-main .nav-main {
    overflow: hidden;
  }
  header.header-main .nav-main:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
    content: "";
    background: linear-gradient(to left, #ffffff 0%, transparent 100%);
  }
  header.header-main .navbar {
    width: auto;
    max-width: 100%;
  }
  header.header-main .navbar-collapse {
    max-width: inherit;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 421px) and (max-width: 575.98px) {
  header.header-main .header-row {
    /*
                .header-actions-col {
                    padding-left: $twt-basegrid-spacing-sm; // = 10px
                    padding-right: $twt-basegrid-spacing-sm; // = 10px
                }
                */
  }
  header.header-main .header-row .header-logo-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.header-main .header-row .header-logo-col {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
  header.header-main .header-row .header-actions-col {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  header.header-main .header-row .header-logo-col {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header.header-main .header-row .header-actions-col {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    order: 1;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.search-container {
  position: relative !important;
  top: auto !important;
}
@media (max-width: 575.98px) {
  .twt-sticky-header #searchCollapse {
    position: fixed;
  }
}
@media (min-width: 576px) {
  .twt-sticky-header #searchCollapse {
    position: fixed;
  }
}
#searchCollapse {
  left: 0;
  right: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width: 575.98px) {
  #searchCollapse {
    position: relative;
  }
}
@media (min-width: 576px) {
  #searchCollapse {
    position: relative;
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® 'Mobile header'
	==================================================

*/
/* --- ThemeWare: Mobile header adjustments ------------------------------ */
@media (max-width: 575.98px) {
  .header-actions-col {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}
/* --- ThemeWare: "Sales Promoting Navigation" ------------------------------ */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Top navigation dropdown' (Bootstrap + Popper)
    ==================================================
    No own position/display logic: the Bootstrap dropdown handles open/close (.show)
    and Popper.js positions it incl. auto-flip + edge detection. SCSS only adds styling.
*/
/* @TODO: Add configuration
    - dropdown border-radius
    - dropdown shadow
*/
.twt-top-navigation-dropdown, .twt-top-navigation-dropdown-submenu {
  min-width: 210px;
  max-width: 300px;
  padding: 0;
  margin: 0 !important;
  --bs-dropdown-spacer: 0;
  background: #eef2f5;
  border: 0;
  backdrop-filter: saturate(180%) blur(10px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
@media (prefers-reduced-transparency: reduce) {
  .twt-top-navigation-dropdown, .twt-top-navigation-dropdown-submenu {
    backdrop-filter: none;
    background-color: #eef2f5;
  }
}
.twt-top-navigation-dropdown.show {
  animation: navFlyoutFade 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: navFlyoutFade 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), navFlyoutBounceDown 0.35s cubic-bezier(0.34, 1.8, 0.64, 1);
}
.twt-top-navigation-dropdown-submenu {
  z-index: 1001;
}
.twt-top-navigation-dropdown-categories {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.twt-top-navigation-dropdown .navigation-flyout-col, .twt-top-navigation-dropdown-submenu .navigation-flyout-col {
  position: relative;
}
.twt-top-navigation-dropdown .navigation-flyout-col:first-child > .navigation-flyout-link, .twt-top-navigation-dropdown-submenu .navigation-flyout-col:first-child > .navigation-flyout-link {
  border-top: 0;
}
.twt-top-navigation-dropdown .navigation-flyout-link, .twt-top-navigation-dropdown a.navigation-flyout-link, .twt-top-navigation-dropdown-submenu .navigation-flyout-link, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 15px;
  margin: 0;
  min-height: 40px;
  line-height: 40px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
  background-color: #ffffff;
  border-top: 1px solid #bcc1c7;
}
.twt-top-navigation-dropdown .navigation-flyout-link[aria-haspopup="true"], .twt-top-navigation-dropdown .navigation-flyout-link.dropdown-toggle, .twt-top-navigation-dropdown a.navigation-flyout-link[aria-haspopup="true"], .twt-top-navigation-dropdown a.navigation-flyout-link.dropdown-toggle, .twt-top-navigation-dropdown-submenu .navigation-flyout-link[aria-haspopup="true"], .twt-top-navigation-dropdown-submenu .navigation-flyout-link.dropdown-toggle, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link[aria-haspopup="true"], .twt-top-navigation-dropdown-submenu a.navigation-flyout-link.dropdown-toggle {
  position: relative;
  padding-right: 25px;
}
.twt-top-navigation-dropdown .navigation-flyout-link[aria-haspopup="true"]::after, .twt-top-navigation-dropdown .navigation-flyout-link.dropdown-toggle::after, .twt-top-navigation-dropdown a.navigation-flyout-link[aria-haspopup="true"]::after, .twt-top-navigation-dropdown a.navigation-flyout-link.dropdown-toggle::after, .twt-top-navigation-dropdown-submenu .navigation-flyout-link[aria-haspopup="true"]::after, .twt-top-navigation-dropdown-submenu .navigation-flyout-link.dropdown-toggle::after, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link[aria-haspopup="true"]::after, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link.dropdown-toggle::after {
  content: "›";
  font-size: 1.1rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  border: 0;
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: baseline;
}
.twt-top-navigation-dropdown .navigation-flyout-link:focus, .twt-top-navigation-dropdown a.navigation-flyout-link:focus, .twt-top-navigation-dropdown-submenu .navigation-flyout-link:focus, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link:focus {
  color: #ff0000;
  background-color: #e3e8ec;
}
.twt-top-navigation-dropdown .navigation-flyout-link:focus:not(:focus-visible), .twt-top-navigation-dropdown a.navigation-flyout-link:focus:not(:focus-visible), .twt-top-navigation-dropdown-submenu .navigation-flyout-link:focus:not(:focus-visible), .twt-top-navigation-dropdown-submenu a.navigation-flyout-link:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.twt-top-navigation-dropdown .navigation-flyout-link:focus-visible, .twt-top-navigation-dropdown a.navigation-flyout-link:focus-visible, .twt-top-navigation-dropdown-submenu .navigation-flyout-link:focus-visible, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.twt-top-navigation-dropdown .navigation-flyout-link.show, .twt-top-navigation-dropdown a.navigation-flyout-link.show, .twt-top-navigation-dropdown-submenu .navigation-flyout-link.show, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link.show {
  color: #ff0000;
  background-color: #e3e8ec;
}
.twt-top-navigation-dropdown .navigation-flyout-link.active, .twt-top-navigation-dropdown a.navigation-flyout-link.active, .twt-top-navigation-dropdown-submenu .navigation-flyout-link.active, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link.active {
  color: #ff0000;
  background-color: #e3e8ec;
}
@media (hover: hover) and (pointer: fine) {
  .twt-top-navigation-dropdown .navigation-flyout-link:hover, .twt-top-navigation-dropdown .navigation-flyout-link.active:hover, .twt-top-navigation-dropdown a.navigation-flyout-link:hover, .twt-top-navigation-dropdown a.navigation-flyout-link.active:hover, .twt-top-navigation-dropdown-submenu .navigation-flyout-link:hover, .twt-top-navigation-dropdown-submenu .navigation-flyout-link.active:hover, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link:hover, .twt-top-navigation-dropdown-submenu a.navigation-flyout-link.active:hover {
    color: #ff0000;
    background-color: #e3e8ec;
  }
}
.twt-top-navigation-dropdown .navigation-flyout-link.is-level-0, .twt-top-navigation-dropdown-submenu .navigation-flyout-link.is-level-0 {
  font-size: 1.125rem;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Top navigation flyout'
	
*/
@media (min-width: 576px) {
  .twt-top-navigation-flyout-wrapper {
    position: relative;
    width: 100%;
  }
  .twt-top-navigation-flyout {
    border: none;
    background-color: #eef2f5;
    backdrop-filter: saturate(180%) blur(10px);
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 43px 43px -6px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: -10px;
  }
  .twt-top-navigation-flyout.show {
    animation: navFlyoutFade 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation: navFlyoutFade 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), navFlyoutBounceDown 0.35s cubic-bezier(0.34, 1.8, 0.64, 1);
  }
  .twt-top-navigation-flyout .twt-top-navigation-flyout-container {
    position: relative;
    width: 100%;
    max-width: none;
  }
  .twt-top-navigation-flyout > .row:not(.navigation-flyout-content) > .col {
    padding-right: 0;
  }
  .twt-top-navigation-flyout > .row:not(.navigation-flyout-content) > .col-auto {
    padding-left: 0;
  }
  .twt-top-navigation-flyout > .row.navigation-flyout-content > .col {
    padding: 0;
  }
  .twt-top-navigation-flyout .navigation-flyout-content {
    padding-right: 5px;
    padding-left: 5px;
  }
  .twt-top-navigation-flyout .navigation-flyout-content, .twt-top-navigation-flyout .twt-flyout-scroll {
    max-height: calc(100vh - var(--twt-flyout-top, 0px) - 40px - 1.5rem);
    overflow-y: auto;
    overflow-x: clip;
    overscroll-behavior: contain;
  }
  .twt-top-navigation-flyout::-webkit-scrollbar, .twt-top-navigation-flyout .navigation-flyout-content::-webkit-scrollbar, .twt-top-navigation-flyout .twt-flyout-scroll::-webkit-scrollbar {
    width: 10px;
  }
  .twt-top-navigation-flyout::-webkit-scrollbar-track, .twt-top-navigation-flyout .navigation-flyout-content::-webkit-scrollbar-track, .twt-top-navigation-flyout .twt-flyout-scroll::-webkit-scrollbar-track {
    background: #eef2f5;
  }
  .twt-top-navigation-flyout::-webkit-scrollbar-thumb, .twt-top-navigation-flyout .navigation-flyout-content::-webkit-scrollbar-thumb, .twt-top-navigation-flyout .twt-flyout-scroll::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 10px;
    border: 3px solid #eef2f5;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories:not(.is-level-0) {
    margin-left: 10px;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .navigation-flyout-col {
    position: relative;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .navigation-flyout-col::before {
    border-left: 1px solid #bcc1c7;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .col-3:not(.navigation-flyout-col), .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .col-4:not(.navigation-flyout-col) {
    position: relative;
    margin-bottom: 30px;
  }
  .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .col-3:not(.navigation-flyout-col)::before, .twt-top-navigation-flyout .navigation-flyout-categories.is-level-0 > .col-4:not(.navigation-flyout-col)::before {
    border-left: 1px solid #bcc1c7;
    content: "";
    height: 100%;
    left: 15px;
    position: absolute;
    top: 1px;
  }
  .twt-top-navigation-flyout .navigation-flyout-link {
    color: #333333;
    margin: 0 8px;
  }
  .twt-top-navigation-flyout .navigation-flyout-link:hover {
    color: #ff0000;
  }
  .twt-top-navigation-flyout .navigation-flyout-link.active {
    color: #ff0000;
  }
  .twt-top-navigation-flyout .navigation-flyout-link.active:hover {
    color: #ff0000;
  }
  .twt-top-navigation-flyout .navigation-flyout-link.is-level-0 {
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .twt-top-navigation-flyout .navigation-flyout-link.is-level-1 {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-size: 1rem;
  }
  .twt-top-navigation-flyout .navigation-flyout-link:not(.is-level-0):not(.is-level-1) {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    font-size: 1rem;
  }
  body.is-sticky-nav-main .twt-top-navigation-flyout-wrapper {
    position: sticky;
    z-index: 1020;
    top: 50px;
  }
  body.twt-sticky-header .twt-top-navigation-flyout-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    z-index: 1020;
  }
  .navigation-flyout-category-link a {
    padding: 15px 15px;
    margin-bottom: 15px;
    display: block;
    line-height: 1rem;
    background: #e3e8ec;
    border-radius: 0px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #ff0000;
    text-decoration: none;
  }
  .navigation-flyout-category-link a:hover {
    color: #333333;
  }
  .navigation-flyout-close {
    background-color: #ff0000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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: 1;
    padding: 15px;
    position: absolute;
    right: 20px;
  }
  .navigation-flyout-teaser {
    margin-top: 10px;
  }
  .navigation-flyout-teaser img {
    width: 100%;
  }
}
@media (min-width: 576px) and (prefers-reduced-transparency: reduce) {
  .twt-top-navigation-flyout {
    backdrop-filter: none;
    background-color: #eef2f5;
  }
}
@media (min-width: 576px) and (max-height: 500px) {
  .twt-top-navigation-flyout {
    max-height: calc(100vh - var(--twt-flyout-top, 0px));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .twt-top-navigation-flyout .navigation-flyout-content, .twt-top-navigation-flyout .twt-flyout-scroll {
    max-height: none;
    overflow: visible;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Top navigation flyout' > Cards
*/
/* @TODO: Add configuration
    - twt-nav-main-flyout-cards-color (+ -hover, -active)
    - twt-nav-main-flyout-cards-background-color
    - twt-nav-main-flyout-cards-image-background-color

    +
    - card border-radius
    - card box shadow
    - media custom field
*/
@media (min-width: 576px) {
  .twt-top-navigation-flyout--cards {
    padding: 1.5rem !important;
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-cards {
    padding-bottom: 1rem;
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-cards-item {
    display: flex;
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    color: #333333;
    box-shadow: var(--bs-box-shadow-sm);
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-card:focus-visible {
    color: #ff0000;
    transform: translateY(-2px);
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000, 0 8px 20px rgba(0, 0, 0, 0.14);
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-card.active {
    color: #ff0000;
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1.3333333333;
    overflow: hidden;
    background: #eef2f5;
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-card-image-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.08));
  }
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-card-label {
    display: block;
    padding: 0.75rem 1rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
  }
}
@media (min-width: 576px) and (hover: hover) and (pointer: fine) {
  .twt-top-navigation-flyout--cards .twt-top-navigation-flyout-card:hover {
    color: #ff0000;
    transform: translateY(-2px);
    box-shadow: var(--bs-box-shadow);
    text-decoration: none;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Top navigation flyout' > Sidebar
*/
@media (min-width: 576px) {
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar {
    display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 1.5rem;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-menu {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #bcc1c7;
    padding-right: 1rem;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.375rem 0.5rem;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s ease;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item .icon {
    flex: 0 0 auto;
    color: #ff0000;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item .icon > svg {
    top: 0;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item:hover, .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item:focus-visible, .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item.is-active {
    color: #ff0000;
    text-decoration: none;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item.is-active {
    color: #ff0000;
    font-weight: 600;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item.is-active:hover {
    color: #ff0000;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-item:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-panel {
    display: none;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-panel.is-active {
    display: block;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-teaser a {
    color: #333333;
    text-decoration: none;
  }
  .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-teaser a:hover, .twt-top-navigation-flyout--sidebar .twt-top-navigation-sidebar-teaser a:focus-visible {
    color: #ff0000;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Top navigation flyout' > Flyout with teasers
*/
/* @TODO: Add configuration
    - twt-nav-main-flyout-teaser-color (+ -hover)
    - twt-nav-main-flyout-teaser-background-color
    - teaser border-radius
    - teaser aspect-ratio
*/
@media (min-width: 576px) {
  .twt-top-navigation-flyout--teaser .twt-flyout-teasers {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .twt-top-navigation-flyout--teaser .twt-flyout-teaser {
    display: flex;
    flex: 1 1 160px;
    flex-direction: column;
    text-decoration: none;
    color: #333333;
    transition: color 0.2s ease;
  }
  .twt-top-navigation-flyout--teaser .twt-flyout-teaser:focus-visible {
    color: #ff0000;
    text-decoration: none;
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
  }
  .twt-top-navigation-flyout--teaser .twt-flyout-teaser--no-link {
    cursor: default;
    pointer-events: none;
  }
  .twt-top-navigation-flyout--teaser .twt-flyout-teaser-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1.3333333333;
    overflow: hidden;
    border-radius: 6px;
    background: #eef2f5;
  }
  .twt-top-navigation-flyout--teaser .twt-flyout-teaser-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .twt-top-navigation-flyout--teaser .twt-flyout-teaser-text {
    display: block;
    margin-top: 0.5rem;
    text-align: center;
    line-height: 1.3;
  }
}
@media (min-width: 576px) and (hover: hover) and (pointer: fine) {
  .twt-top-navigation-flyout--teaser .twt-flyout-teaser:hover {
    color: #ff0000;
    text-decoration: none;
  }
}
@media (min-width: 576px) and (hover: hover) and (pointer: fine) {
  .twt-flyout-teaser:hover .twt-top-navigation-flyout--teaser .twt-flyout-teaser-image {
    transform: scale(1.04);
  }
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Offcanvas navigation

*/
.has-twt-nav-header > .navigation-offcanvas-link, .navigation-offcanvas-content-row > .navigation-offcanvas-link {
  padding: 12px 1rem;
  background-color: transparent;
  color: #1a1a1a;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0px;
  transition: color 0.2s, background-color 0.2s;
  min-width: 0;
}
.has-twt-nav-header > .navigation-offcanvas-link .navigation-offcanvas-link-icon, .navigation-offcanvas-content-row > .navigation-offcanvas-link .navigation-offcanvas-link-icon {
  flex: 0 0 auto;
}
.has-twt-nav-header > .navigation-offcanvas-link span, .navigation-offcanvas-content-row > .navigation-offcanvas-link span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-twt-nav-header > .navigation-offcanvas-link.is-home-link {
  color: #1a1a1a;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1rem;
  background-color: #f0f0f0;
}
.has-twt-nav-header > .navigation-offcanvas-link.is-home-link .icon {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .has-twt-nav-header > .navigation-offcanvas-link.is-home-link:hover {
    color: #ff0000;
    background-color: #e3e8ec;
    border-color: transparent;
  }
}
.navigation-offcanvas-content-row > .navigation-offcanvas-link.is-current-category {
  background-color: #ff0000;
  color: #ffffff;
}
.navigation-offcanvas-content-row > .navigation-offcanvas-link.is-current-category .navigation-offcanvas-link-icon {
  margin-right: -5px;
}
@media (hover: hover) and (pointer: fine) {
  .navigation-offcanvas-content-row > .navigation-offcanvas-link.is-current-category:hover {
    background-color: #d90000;
    color: #ffffff;
    border-color: transparent;
  }
}
.has-twt-nav-header .navigation-offcanvas-link.is-back-link {
  color: #1a1a1a;
  padding-left: 0;
  padding-right: 0;
}
.has-twt-nav-header .navigation-offcanvas-link.is-back-link .icon {
  color: inherit;
}
.has-twt-nav-header .navigation-offcanvas-link.is-back-link .navigation-offcanvas-link-icon {
  margin-left: -5px;
  margin-right: calc(0.5rem - 5px);
}
@media (hover: hover) and (pointer: fine) {
  .has-twt-nav-header .navigation-offcanvas-link.is-back-link:hover {
    color: #ff0000;
  }
  .has-twt-nav-header .navigation-offcanvas-link.is-back-link:hover .icon {
    color: inherit;
  }
}
.has-twt-nav-header > .navigation-offcanvas-link.is-back-link {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 1rem;
}
.has-twt-nav-header > .navigation-offcanvas-headline {
  padding-left: 10px;
  padding-right: 10px;
}
.has-twt-nav-header > .navigation-offcanvas-headline, .navigation-offcanvas-actions .top-bar-nav-btn {
  color: #1a1a1a;
}
.has-twt-nav-header > .navigation-offcanvas-headline .icon, .navigation-offcanvas-actions .top-bar-nav-btn .icon {
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .has-twt-nav-header > a.navigation-offcanvas-headline:hover, .navigation-offcanvas-actions .top-bar-nav-btn:hover {
    color: #ff0000;
  }
  .has-twt-nav-header > a.navigation-offcanvas-headline:hover .icon, .navigation-offcanvas-actions .top-bar-nav-btn:hover .icon {
    color: inherit;
  }
}
.navigation-offcanvas-content-row {
  display: flex;
  gap: 1.5rem;
  margin: 0 10px 1rem;
}
.navigation-offcanvas-content-row > .is-back-link {
  flex: 0 0 auto;
  margin: 0;
}
.navigation-offcanvas-content-row > .is-current-category {
  flex: 1 1 auto;
  margin: 0;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Main navigation

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Flyout search'
    ==================================================

    Specific styling for the 'Flyout search'.
    General styling of the 'Search' can be found in the '_header.scss'.

    Info: Header 2.1 (twt-header-type 4) only allows the "Flyout search" (twt-header-search-type 2)
*/
.search-container {
  background-color: #eef2f5;
}
@media (min-width: 576px) {
  .search-container {
    background-color: #eef2f5;
  }
}
.search-container {
  background-color: transparent;
}
#searchCollapse {
  background-color: #eef2f5;
}
@media (min-width: 576px) {
  #searchCollapse {
    background-color: #eef2f5;
  }
}
.search-container {
  width: 100%;
}
.search-container #searchCollapse {
  width: 100%;
}
.search-container #searchCollapse .header-search-form:has(.search-suggest) .header-search-btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.search-container #searchCollapse .header-search-form:has(.search-suggest) .header-close-btn {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.search-container #searchCollapse .header-search-form .header-search-btn {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.search-container #searchCollapse .header-search {
  margin: 0 auto;
  width: 100%;
  padding: 15px;
  max-width: 1800px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .search-container #searchCollapse .header-search {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-container #searchCollapse .header-search .header-search-form {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .search-container #searchCollapse .header-search .header-search-form {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .search-container #searchCollapse .header-search .header-search-form {
    max-width: 100%;
  }
}
.search-container #searchCollapse .header-search .header-search-btn {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  opacity: 1;
}
.search-container #searchCollapse .header-search .header-search-btn:hover {
  opacity: 0.85;
}
.search-container #searchCollapse .header-search .header-search-btn .header-search-icon {
  display: flex;
  justify-content: center;
  height: 100%;
}
.search-container #searchCollapse .header-search .header-search-btn .header-search-icon .icon {
  color: #ffffff;
}
.search-container #searchCollapse .header-search .header-search-btn .header-search-icon .icon > svg {
  top: 0;
}
.search-container #searchCollapse .header-search .header-search-btn .loader, .search-container #searchCollapse .header-search .header-search-btn .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader .search-container #searchCollapse .header-search .header-search-btn .element-loader-backdrop > .table-loader, .search-container #searchCollapse .header-search .header-search-btn .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading .search-container #searchCollapse .header-search .header-search-btn .element-loader-backdrop > .table-loader {
  color: #ffffff !important;
  width: 22px;
  height: 22px;
}
.search-container #searchCollapse .header-search .header-search-btn .loader ~ .header-search-icon, .search-container #searchCollapse .header-search .header-search-btn .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader ~ .header-search-icon, .maxia-variants-table-container .table-container-loader .search-container #searchCollapse .header-search .header-search-btn .element-loader-backdrop > .table-loader ~ .header-search-icon, .search-container #searchCollapse .header-search .header-search-btn .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader ~ .header-search-icon, .maxia-variants-table-container .fixed-table-loading .search-container #searchCollapse .header-search .header-search-btn .element-loader-backdrop > .table-loader ~ .header-search-icon, .search-container #searchCollapse .header-search .header-search-btn .loader ~ .header-close-btn, .search-container #searchCollapse .header-search .header-search-btn .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader ~ .header-close-btn, .maxia-variants-table-container .table-container-loader .search-container #searchCollapse .header-search .header-search-btn .element-loader-backdrop > .table-loader ~ .header-close-btn, .search-container #searchCollapse .header-search .header-search-btn .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader ~ .header-close-btn, .maxia-variants-table-container .fixed-table-loading .search-container #searchCollapse .header-search .header-search-btn .element-loader-backdrop > .table-loader ~ .header-close-btn {
  display: none;
}
.search-container #searchCollapse .header-search .header-close-btn .header-close-icon {
  display: flex;
  justify-content: center;
  height: 100%;
}
.search-container #searchCollapse .header-search .header-close-btn .header-close-icon .icon > svg {
  top: 0;
}
.search-container #searchCollapse .header-search input.header-search-input {
  border: 1px solid #ffffff;
  color: #333333;
  background-color: #ffffff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.search-container #searchCollapse .header-search input.header-search-input:focus {
  border-color: #ffffff;
}
.search-container #searchCollapse .header-search input.header-search-input:focus, .search-container #searchCollapse .header-search input.header-search-input:focus ~ .header-search-btn {
  border-color: #ff0000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Fullscreen search'
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Global search' (highlight search background)
    ==================================================

    Info: Available with search type "Global search" (twt-header-search-type 3) in "Header 1.1" (twt-header-type 1)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: _footer.scss
    ==================================================

*/
.footer-main .twt-element-1 {
  order: 100;
}
.footer-main .twt-element-2 {
  order: 200;
}
.footer-main .twt-element-3 {
  order: 300;
}
.footer-link-item {
  padding: 0.25rem 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® styling for the 'Skip-Target' link
    ==================================================

*/
a.skip-target {
  color: #000000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® styling for the 'Skip-To-Content' bar
    ==================================================

*/
.skip-to-content.bg-primary-subtle {
  background-color: #eeeeee;
}
.skip-to-content-container {
  color: #333333;
}
a.skip-to-content-link {
  color: #333333;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Checkout
	==================================================

*/
.twt-checkout-header {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-top: 30px;
  color: #000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product detail benefits (on product detail page)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Buy box (on product detail page)
    ==================================================

    Vertical rhythm of the ThemeWare® sections below the buy area.
    One knob: --twt-buybox-section-spacing (see themeware/base/_root.scss).
    Adjacent margins collapse in normal flow, so nothing adds up.
*/
.product-detail-garan-label-show-link {
  margin-bottom: 0;
}
.product-detail-ordernumber-container {
  margin-block: var(--twt-buybox-section-spacing) 0;
}
.twt-product-detail-specifications {
  margin-bottom: var(--twt-buybox-section-spacing);
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Product detail payment logos' (on detail page)
    ==================================================

    Info: The payment logos are based on our payment logo widget (see widgets/_payment.scss)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Product detail badges' (on detail page)
    ==================================================

    Info: Gerneral badge styling can be found in "scss/component/_product-box.scss"
*/
.twt-product-detail-badges.is-media, .twt-product-detail-badges.is-buy-box {
  margin-bottom: calc(1rem - 8px);
}
.twt-product-detail-badges.is-media {
  position: absolute;
  top: 10px;
  left: 0;
}
.twt-product-detail-badges.is-buy-box {
  position: relative;
  top: 0;
  left: 0;
  margin-right: -3px;
  margin-left: -3px;
}
.twt-product-detail-badges.is-buy-box div {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
}
.twt-product-detail-badges:empty {
  display: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: Product detail
	==================================================

    Info: Tab specific styling see _tabs.scss
*/
.product-detail-ordernumber-container {
  font-weight: 400;
}
.product-detail-ordernumber-container .product-detail-ordernumber-label {
  font-weight: 600;
  text-transform: none;
}
.twt-product-specifications-section:not(.is-empty) {
  padding-bottom: 0.3125rem;
}
.twt-product-specifications-section:not(.is-empty):last-child {
  padding-bottom: 0;
}
.twt-product-specifications-container {
  font-weight: 400;
  margin-bottom: 0;
}
.twt-product-specifications-container .twt-product-specifications-label {
  font-weight: 600;
  text-transform: none;
}
.product-detail-reviews + .product-detail-delivery-information .twt-product-stock-label {
  margin-top: 1.25rem;
}
.twt-product-detail-description-subheadline {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .twt-product-detail-description-subheadline {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .twt-product-detail-description-subheadline {
    margin-top: 2.5rem;
  }
}
.twt-product-detail-description-subtitle {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .twt-product-detail-description-subtitle {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .twt-product-detail-description-subtitle {
    margin-top: 2rem;
  }
}
.twt-product-detail-description-subheadline + * .twt-product-detail-description-subtitle {
  margin-top: 1.25rem;
}
.twt-product-detail-tab-subheadline {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .twt-product-detail-tab-subheadline {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .twt-product-detail-tab-subheadline {
    margin-top: 2.5rem;
  }
}
.twt-product-detail-tab-subtitle {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .twt-product-detail-tab-subtitle {
    margin-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .twt-product-detail-tab-subtitle {
    margin-top: 2rem;
  }
}
.twt-product-detail-tab-subheadline + * .twt-product-detail-tab-subtitle {
  margin-top: 1.25rem;
}
.twt-product-detail-videos .twt-product-detail-videos-content-video-title {
  margin-top: 1rem;
}
.twt-product-detail-videos .twt-product-detail-videos-content-title {
  margin-top: 1rem;
}
.twt-product-video {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.twt-product-video__video, .twt-product-video__placeholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0 none;
}
.twt-product-video .js-vimeo-link {
  width: auto;
  height: auto;
  left: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .twt-product-video.is-vimeo:hover .js-vimeo-link {
    display: block;
  }
}
.twt-product-detail-manufacturer.is-description {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .twt-product-detail-manufacturer.is-description {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .twt-product-detail-manufacturer.is-description {
    margin-top: 2.5rem;
  }
}
.twt-product-detail-manufacturer.is-description .twt-product-detail-manufacturer-title {
  margin-top: 0;
}
.twt-product-detail-manufacturer.is-description .twt-product-detail-manufacturer-content-container > :last-child, .twt-product-detail-manufacturer.is-description .twt-product-detail-manufacturer-content-container > :last-child > :last-child {
  margin-bottom: 0;
}
.twt-product-detail-manufacturer-gpsr {
  background: #f9f9f9;
  padding: 20px;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .twt-product-detail-manufacturer-gpsr {
    margin-top: 2rem;
  }
}
.twt-product-detail-manufacturer-gpsr .twt-product-detail-manufacturer-gpsr-title {
  margin-top: 0;
}
.twt-product-detail-manufacturer-gpsr > :last-child, .twt-product-detail-manufacturer-gpsr > :last-child > :last-child {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® 'Product labels' (on detail page)
	==================================================

*/
.twt-product-detail-delivery-information-labels {
  /*
    &.is-top, &.top, // @deprecated
    &.position-top { ...
    */
  /*
    &.is-bottom, &.bottom, // @deprecated
    &.position-bottom { ...
    */
}
.twt-product-detail-delivery-information-labels:not(:has(p)) {
  display: none;
}
.twt-product-detail-delivery-information-labels:has(p) {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  /*
        &.is-top, &.top, // @deprecated
        &.position-top { ...
        */
}
.twt-product-detail-delivery-information-labels:has(p).is-bottom, .twt-product-detail-delivery-information-labels:has(p).bottom, .twt-product-detail-delivery-information-labels:has(p).position-bottom {
  margin-top: 1.5rem;
}
.twt-product-detail-delivery-information-labels p.delivery-information {
  margin: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Sharing links' (on detail page)
    ==================================================

    Info: The 'Sharing links' are based on our community icons (see widgets/_communitites.scss)
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® 'Short description' (on detail page)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Product symbols (on product detail page)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® 'Product detail tabs'
    ==================================================

    Info: General styling see _product-detail.scss (> styling of the content in the description tab)
*/
.product-detail-description-title + div .twt-product-detail-description-subheadline {
  margin-top: 1.25rem;
}
.product-detail-tab-headline + .twt-product-detail-tab-subheadline {
  margin-top: 1.25rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ____ (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: Other pages
    ==================================================
    Theme specific stylings for non-cms pages.

*/
.twt-container-main-min, .is-ctl-accountprofile:not(.twt-cms-styling) .content-main .container-main > div, .is-act-profileoverview:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-accountpayment:not(.twt-cms-styling) .content-main .container-main > div, .is-act-paymentoverview:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-accountorder:not(.twt-cms-styling) .content-main .container-main > div, .is-act-orderoverview:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-address:not(.twt-cms-styling) .content-main .container-main > div, .is-act-accountaddressoverview:not(.twt-cms-styling) .content-main .container-main > div, .is-act-accountcreateaddress:not(.twt-cms-styling) .content-main .container-main > div, .is-act-accounteditaddres:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-auth:not(.twt-cms-styling) .content-main .container-main > div, .is-act-loginpage:not(.twt-cms-styling) .content-main .container-main > div, .is-act-recoveraccountform:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-checkout:not(.twt-cms-styling) .content-main .container-main > div, .is-ctl-register:not(.twt-cms-styling) .content-main .container-main > div, .is-act-checkoutregisterpage:not(.twt-cms-styling) .content-main .container-main > div {
  padding: 20px 0;
}
.twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
@media (max-width: 575.98px) {
  .twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
    padding: 8px;
  }
}
@media (min-width: 576px) {
  .twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-container-main, .is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div, .is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div, .is-ctl-checkout.twt-cms-styling .content-main .container-main > div, .is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div, .is-ctl-search .content-main .container-main > div, .is-ctl-wishlist .content-main .container-main > div {
    padding: 30px;
  }
}
/*
  .xyz .content-main .container-main > div {
    margin-top: 20px;
    margin-bottom: 20px;
  }
 */
.is-ctl-accountprofile.twt-cms-styling .content-main .container-main > div, .is-act-profileoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountpayment.twt-cms-styling .content-main .container-main > div, .is-act-paymentoverview.twt-cms-styling .content-main .container-main > div, .is-ctl-accountorder.twt-cms-styling .content-main .container-main > div, .is-act-orderoverview.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
.is-ctl-address.twt-cms-styling .content-main .container-main > div, .is-act-accountaddressoverview.twt-cms-styling .content-main .container-main > div, .is-act-accountcreateaddress.twt-cms-styling .content-main .container-main > div, .is-act-accounteditaddres.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
.is-ctl-auth.twt-cms-styling .content-main .container-main > div, .is-act-loginpage.twt-cms-styling .content-main .container-main > div, .is-act-recoveraccountform.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
.is-ctl-checkout.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
.is-ctl-register.twt-cms-styling .content-main .container-main > div, .is-act-checkoutregisterpage.twt-cms-styling .content-main .container-main > div {
  margin-right: 0;
  margin-left: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Announcement banner'
    ==================================================

*/
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Checkout steps'
    ==================================================

*/
/* @TODO:
     - zur Dokumentation hinzufügen...
     - Layout "Nebeneinander" hinzufügen...
 */
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
#twt-checkout-steps {
  padding: 0;
  border: 0;
  background: transparent;
  /*&.layout-1 {
            .twt-checkout-steps-item {
            }
        }*/
  /*&.layout-2 {
            .twt-checkout-steps-item {
            }
        }*/
}
#twt-checkout-steps .twt-checkout-steps-container {
  position: relative;
}
#twt-checkout-steps .twt-checkout-steps-content {
  width: 100%;
}
#twt-checkout-steps .twt-checkout-steps-list {
  margin-bottom: 0;
  padding: 0;
}
#twt-checkout-steps .twt-checkout-steps-item {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: center;
  /* @TODO: Finetuning und Konfiguration nötig...
            &.step-1 {
                .twt-checkout-steps-item-seperator {
                    margin-left: 50%;
                }
            }
            &.step-3 {
                .twt-checkout-steps-item-seperator {
                    margin-right: 50%;
                }
            }
            */
}
#twt-checkout-steps .twt-checkout-steps-item-path {
  display: flex;
  flex-direction: column;
  height: 40px;
}
#twt-checkout-steps .twt-checkout-steps-item strong {
  font-size: 16px;
  font-weight: bold;
}
#twt-checkout-steps .twt-checkout-steps-item-text {
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
  padding-top: 8px;
  padding-right: 5px;
  padding-left: 5px;
  text-transform: none;
  color: #000000;
  font-family: "Titillium Web", sans-serif;
}
@media (min-width: 768px) {
  #twt-checkout-steps .twt-checkout-steps-item .twt-checkout-steps-item-text {
    display: inline-block;
  }
}
#twt-checkout-steps .twt-checkout-steps-item-icon {
  z-index: 1;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #dddddd;
  border: 2px solid #dddddd;
  background-color: #ffffff;
  border-radius: 50%;
}
#twt-checkout-steps .twt-checkout-steps-item-icon .icon {
  color: #dddddd;
}
#twt-checkout-steps .twt-checkout-steps-item-icon svg {
  top: 0;
}
#twt-checkout-steps .twt-checkout-steps-item-icon .dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 10px;
}
#twt-checkout-steps .twt-checkout-steps-item-seperator {
  z-index: 0;
  margin-top: -20px;
  border-bottom: 2px solid #dddddd;
}
#twt-checkout-steps .twt-checkout-steps-item-seperator .fill {
  width: 50%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
#twt-checkout-steps .twt-checkout-steps-item.is-active .twt-checkout-steps-item-icon {
  color: #000000;
  border-color: #000000;
  background-color: #ffffff;
}
#twt-checkout-steps .twt-checkout-steps-item.is-active .twt-checkout-steps-item-icon .icon {
  color: #000000;
}
#twt-checkout-steps .twt-checkout-steps-item.is-active .twt-checkout-steps-item-icon .dot {
  background: #000000;
}
#twt-checkout-steps .twt-checkout-steps-item.is-active .twt-checkout-steps-item-seperator {
  border-color: #000000;
}
#twt-checkout-steps .twt-checkout-steps-item.is-active .twt-checkout-steps-item-seperator .fill {
  background-color: #2ecc71;
}
#twt-checkout-steps .twt-checkout-steps-item.is-completed .twt-checkout-steps-item-icon {
  color: #2ecc71;
  border-color: #2ecc71;
  background-color: #ffffff;
}
#twt-checkout-steps .twt-checkout-steps-item.is-completed .twt-checkout-steps-item-icon .icon {
  color: #2ecc71;
}
#twt-checkout-steps .twt-checkout-steps-item.is-completed .twt-checkout-steps-item-icon .dot {
  background: transparent;
}
#twt-checkout-steps .twt-checkout-steps-item.is-completed .twt-checkout-steps-item-seperator {
  border-color: #2ecc71;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Custom announcement'
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Floating/slideout widget' (formerly Sidebar-Widget)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Hero section'
    ==================================================
    see also "cms/element/..."

    - Available as extension: .twt-hero-section
    - Available as cms element: ...
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.twt-hero-section-breadcrumb.text-white .twt-breadcrumb {
  --bs-breadcrumb-divider-color: var(--bs-white);
}
.twt-hero-section-breadcrumb.text-white .twt-breadcrumb .breadcrumb-placeholder .icon, .twt-hero-section-breadcrumb.text-white .twt-breadcrumb .breadcrumb-placeholder span.text {
  color: var(--bs-white);
}
.twt-hero-section-breadcrumb.text-white .twt-breadcrumb a {
  opacity: 0.75;
}
.twt-hero-section-breadcrumb.text-white .twt-breadcrumb a:hover, .twt-hero-section-breadcrumb.text-white .twt-breadcrumb a.is-active {
  opacity: 1;
}
.twt-hero-section-breadcrumb.text-light .twt-breadcrumb {
  --bs-breadcrumb-divider-color: var(--bs-light);
}
.twt-hero-section-breadcrumb.text-light .twt-breadcrumb .breadcrumb-placeholder .icon, .twt-hero-section-breadcrumb.text-light .twt-breadcrumb .breadcrumb-placeholder span.text {
  color: var(--bs-light);
}
.twt-hero-section-breadcrumb.text-light .twt-breadcrumb a {
  opacity: 0.75;
}
.twt-hero-section-breadcrumb.text-light .twt-breadcrumb a:hover, .twt-hero-section-breadcrumb.text-light .twt-breadcrumb a.is-active {
  opacity: 1;
}
.twt-hero-section-breadcrumb.text-dark .twt-breadcrumb {
  --bs-breadcrumb-divider-color: var(--bs-dark);
}
.twt-hero-section-breadcrumb.text-dark .twt-breadcrumb .breadcrumb-placeholder .icon, .twt-hero-section-breadcrumb.text-dark .twt-breadcrumb .breadcrumb-placeholder span.text {
  color: var(--bs-dark);
}
.twt-hero-section-breadcrumb.text-dark .twt-breadcrumb a {
  opacity: 0.75;
}
.twt-hero-section-breadcrumb.text-dark .twt-breadcrumb a:hover, .twt-hero-section-breadcrumb.text-dark .twt-breadcrumb a.is-active {
  opacity: 1;
}
.twt-hero-section-breadcrumb.text-black .twt-breadcrumb {
  --bs-breadcrumb-divider-color: var(--bs-black);
}
.twt-hero-section-breadcrumb.text-black .twt-breadcrumb .breadcrumb-placeholder .icon, .twt-hero-section-breadcrumb.text-black .twt-breadcrumb .breadcrumb-placeholder span.text {
  color: var(--bs-black);
}
.twt-hero-section-breadcrumb.text-black .twt-breadcrumb a {
  opacity: 0.75;
}
.twt-hero-section-breadcrumb.text-black .twt-breadcrumb a:hover, .twt-hero-section-breadcrumb.text-black .twt-breadcrumb a.is-active {
  opacity: 1;
}
.twt-hero-section-breadcrumb .twt-breadcrumb .breadcrumb-item a {
  color: inherit;
}
.twt-hero-section-breadcrumb .twt-breadcrumb .breadcrumb-item a:hover, .twt-hero-section-breadcrumb .twt-breadcrumb .breadcrumb-item a.is-active {
  color: inherit;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Listing subcategories'
    ==================================================
    see also "cms/element/_twt-cms-listing-subcategories.scss"

    - Available as extension: .twt-listing-subcategories
    - Available as cms element: .cms-element-twt-listing-subcategories
*/
.twt-listing-subcategories.full-width .twt-listing-subcategories-container {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}
.twt-listing-subcategories.has-mobile-image .twt-subcategory-navigation-image-wrapper {
  display: block;
}
.twt-listing-subcategories .btn, .twt-listing-subcategories .acris-last-search-term-delete {
  overflow: hidden !important;
}
.twt-listing-subcategories ul.row {
  list-style-type: none;
}
.twt-listing-subcategories a.twt-subcategory-navigation-link {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  display: flex;
  height: 100%;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: none;
  color: #1a1a1a;
  border: 1px solid #eaeaf0;
  border-radius: 0px;
  background-color: #ffffff;
  overflow: hidden;
}
.twt-listing-subcategories a.twt-subcategory-navigation-link:hover {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #ffffff;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper {
  display: none;
  overflow: hidden;
  background-color: #eef2f5;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper {
    display: block;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container img.twt-subcategory-navigation-image {
  display: block;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-standard img.twt-subcategory-navigation-image, .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-cover img.twt-subcategory-navigation-image, .twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-contain img.twt-subcategory-navigation-image {
  width: 100%;
  height: 100%;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-standard img.twt-subcategory-navigation-image {
  object-fit: scale-down;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-cover img.twt-subcategory-navigation-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twt-listing-subcategories .twt-subcategory-navigation-image-wrapper .twt-subcategory-navigation-image-container.is-contain img.twt-subcategory-navigation-image {
  object-fit: contain;
}
.twt-listing-subcategories .twt-subcategory-navigation-caption {
  overflow: hidden;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-caption {
    align-self: center;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-caption .twt-subcategory-navigation-label {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.twt-listing-subcategories .twt-subcategory-navigation-caption .icon {
  display: block;
  min-width: 16.6px;
  margin-left: auto;
}
@media (min-width: 576px) {
  .twt-listing-subcategories .twt-subcategory-navigation-caption .icon {
    display: none;
  }
}
.twt-listing-subcategories .twt-subcategory-navigation-caption .icon > svg {
  top: -3px;
}
.twt-listing-subcategories.is-text-below li.no-image a {
  justify-content: center;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-text-below li.no-image a {
    align-items: center;
  }
}
.twt-listing-subcategories.is-text-below li:not(.no-image) a {
  flex-direction: column;
}
.twt-listing-subcategories.is-text-below a.twt-subcategory-navigation-link {
  flex-flow: column;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-image-wrapper {
  margin-bottom: 0.5rem;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-image-container img.twt-subcategory-navigation-image {
  vertical-align: middle;
}
.twt-listing-subcategories.is-text-below .twt-subcategory-navigation-caption {
  display: flex;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-text-below .twt-subcategory-navigation-caption .twt-subcategory-navigation-label {
    text-align: center;
  }
}
.twt-listing-subcategories.is-side-by-side li.no-image .twt-subcategory-navigation-caption {
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-side-by-side a.twt-subcategory-navigation-link {
    flex-flow: column;
  }
}
.twt-listing-subcategories.is-side-by-side .twt-subcategory-navigation-image-wrapper {
  margin-right: 0.5rem;
}
.twt-listing-subcategories.is-side-by-side .twt-subcategory-navigation-caption {
  display: flex;
}
.twt-listing-subcategories.is-image-only li.no-image a {
  justify-content: center;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-image-only li.no-image a {
    align-items: center;
  }
}
.twt-listing-subcategories.is-image-only li.no-image .twt-subcategory-navigation-caption {
  display: flex !important;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-image-only a.twt-subcategory-navigation-link {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-image-only a.twt-subcategory-navigation-link {
    flex-flow: column;
  }
}
.twt-listing-subcategories.is-image-only .twt-subcategory-navigation-image-wrapper {
  display: block;
  width: 100%;
}
.twt-listing-subcategories.is-image-only .twt-subcategory-navigation-caption {
  display: none;
}
.twt-listing-subcategories.is-text-only a.twt-subcategory-navigation-link {
  flex-flow: column;
}
.twt-listing-subcategories.is-text-only .twt-subcategory-navigation-caption {
  display: flex;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-text-only .twt-subcategory-navigation-caption {
    align-self: flex-start;
  }
}
.twt-listing-subcategories.is-modern li a.twt-subcategory-navigation-link {
  flex-flow: column;
}
.twt-listing-subcategories.is-modern li .twt-subcategory-navigation-text {
  display: flex;
  position: relative;
}
.twt-listing-subcategories.is-modern li span:not(.icon) {
  transition: all 0.25s;
}
.twt-listing-subcategories.is-modern li .icon {
  margin-left: auto;
}
.twt-listing-subcategories.is-modern li .icon > svg {
  top: 0;
}
.twt-listing-subcategories.is-modern li.no-image a {
  justify-content: center;
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-modern li.no-image a {
    align-items: center;
  }
}
@media (min-width: 576px) {
  .twt-listing-subcategories.is-modern li:not(.no-image) a.twt-subcategory-navigation-link {
    position: relative;
    flex-direction: unset;
    flex-flow: unset;
  }
  .twt-listing-subcategories.is-modern li:not(.no-image) .twt-subcategory-navigation-image-wrapper {
    height: 100%;
    width: 100%;
  }
  .twt-listing-subcategories.is-modern li:not(.no-image) .twt-subcategory-navigation-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
  }
  .twt-listing-subcategories.is-modern .twt-subcategory-navigation-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    max-width: 100%;
    padding: 10px 12px;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
  }
  .twt-listing-subcategories.is-modern .icon {
    position: absolute;
    top: 50%;
    right: -20px;
    transition: all 0.25s ease;
    transform: translateY(-50%);
    opacity: 0;
    color: inherit;
  }
}
@media (min-width: 576px) and (hover: hover) and (pointer: fine) {
  .twt-listing-subcategories.is-modern a:hover .twt-subcategory-navigation-text {
    margin-right: 0;
  }
  .twt-listing-subcategories.is-modern a:hover .twt-subcategory-navigation-text span:not(.icon) {
    padding-right: 12px;
  }
  .twt-listing-subcategories.is-modern a:hover .twt-subcategory-navigation-text .icon {
    right: 5px;
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-modern.has-mobile-image li:not(.no-image) a.twt-subcategory-navigation-link {
    position: relative;
    flex-direction: unset;
    flex-flow: unset;
  }
  .twt-listing-subcategories.is-modern.has-mobile-image li:not(.no-image) .twt-subcategory-navigation-image-wrapper {
    height: 100%;
    width: 100%;
  }
  .twt-listing-subcategories.is-modern.has-mobile-image li:not(.no-image) .twt-subcategory-navigation-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
  }
  .twt-listing-subcategories.is-modern.has-mobile-image li:not(.no-image) .twt-subcategory-navigation-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    max-width: 100%;
    padding: 10px 12px;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
  }
  .twt-listing-subcategories.is-modern.has-mobile-image li:not(.no-image) .twt-subcategory-navigation-text .icon {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-modern li.no-image .twt-subcategory-navigation-text {
    box-shadow: none !important;
  }
}
@media (max-width: 575.98px) {
  .twt-listing-subcategories.is-modern:not(.has-mobile-image) li .twt-subcategory-navigation-text {
    box-shadow: none !important;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Slideout communities'
    ==================================================
    The configuration is seperated from the widget as this element
    doesn't have any other purpose than showing the communities.
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'Social proofing'
	==================================================

*/
/*
.twt-social-proofing {
    .label-bought {
        font-weight: bold;
        color: #fff;
        text-shadow: 0px 0px 2px #000000;

        background: linear-gradient(290deg, #d63384, #0dcaf0, #6610f2);
        background-size: 600% 600%;

        box-shadow: 0 0 2px #fff, 0 0 6px #0dcaf0, 0 0 10px #0dcaf0;

        -webkit-animation: gradient 10s ease infinite, blink .7s infinite alternate;
        animation: gradient 10s ease infinite, blink .7s infinite alternate;
    }
}

@-webkit-keyframes gradient {
    0%{background-position:0% 50%}
    20%{background-position:100% 50%}

    50%{background-position:100% 50%}
    70%{background-position:0% 50%}

    90%{background-position:0% 50%}
}

@keyframes gradient {
    0%{background-position:0% 50%}
    20%{background-position:100% 50%}

    50%{background-position:100% 50%}
    70%{background-position:0% 50%}

    90%{background-position:0% 50%}
}

@-webkit-keyframes blink {
    100% {
        box-shadow: 0 0 3px #fff, 0 0 10px #0dcaf0, 0 0 20px #0dcaf0;
    }
}
@keyframes blink {
    100% {
        box-shadow: 0 0 3px #fff, 0 0 10px #0dcaf0, 0 0 20px #0dcaf0;
    }
}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'USP bar'
	==================================================

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Scroll animations'
    ==================================================

*/
.twt-cms-animation.cms-block {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.twt-cms-animation.cms-block.is-visible {
  opacity: 1;
  animation-delay: 0.1s;
  animation-name: fadeIn;
}
.twt-cms-animation:not(.cms-block) {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.twt-cms-animation:not(.cms-block).is-visible {
  animation-delay: 0.1s;
  /* Zooming entrances */
}
.twt-cms-animation:not(.cms-block).is-visible.twt-back-in-down {
  animation-name: backInDown;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-back-in-left {
  animation-name: backInLeft;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-back-in-right {
  animation-name: backInRight;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-back-in-up {
  animation-name: backInUp;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-bounce-in {
  animation-duration: calc(1s * 0.75);
  animation-name: bounceIn;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-bounce-in-down {
  animation-name: bounceInDown;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-bounce-in-left {
  animation-name: bounceInLeft;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-bounce-in-right {
  animation-name: bounceInRight;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-bounce-in-up {
  animation-name: bounceInUp;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-fade-in {
  animation-name: fadeIn;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-fade-in-down {
  animation-name: fadeInDown;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-fade-in-left {
  animation-name: fadeInLeft;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-fade-in-right {
  animation-name: fadeInRight;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-fade-in-up {
  animation-name: fadeInUp;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-flip {
  backface-visibility: visible;
  animation-name: flip;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-flip-in-x {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-flip-in-y {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-lightspeed-in-right {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-lightspeed-in-left {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-rotate-in {
  animation-name: rotateIn;
  transform-origin: center;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-rotate-in-down-left {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-rotate-in-down-right {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-rotate-in-up-left {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-rotate-in-up-right {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-jack-in-the-box {
  animation-name: jackInTheBox;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-zoom-in {
  animation-name: zoomIn;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-zoom-in-down {
  animation-name: zoomInDown;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-zoom-in-left {
  animation-name: zoomInLeft;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-zoom-in-right {
  animation-name: zoomInRight;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-zoom-in-up {
  animation-name: zoomInUp;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-flash {
  animation-name: flash;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-rubber-band {
  animation-name: rubberBand;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-shake-x {
  animation-name: shakeX;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-shake-y {
  animation-name: shakeY;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-head-shake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-swing {
  transform-origin: top center;
  animation-name: swing;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-tada {
  animation-name: tada;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-wobble {
  animation-name: wobble;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-jello {
  animation-name: jello;
  transform-origin: center;
}
.twt-cms-animation:not(.cms-block).is-visible.twt-heartbeat {
  animation-name: heartBeat;
  animation-duration: calc(1s * 1.3);
  animation-timing-function: ease-in-out;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® 'Sidebar elements'
	==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare® Extension 'Sidebar widgets'
    ==================================================
    Container styling (see 'themeware/widgets/_*.scss' for widget styling)
*/
.twt-cms-element-sidebar-headline {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: none;
  color: #000000;
  padding: 10px 12px 10px 12px;
  border-bottom: 1px solid #eeeeee;
  background-color: #eef2f5;
}
.twt-cms-element-sidebar-headline .cms-block-container[style="padding: 20px 0 20px 0;"], .twt-cms-element-sidebar-headline .cms-block-container[style="padding: 20px 20px 20px 20px;"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Extension 'Sticky main navigation'
	==================================================

*/
.nav-main {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease;
}
.nav-main.ready:not(.show) #searchCollapse.sticky, .nav-main.ready:not(.show) div.header-cart.sticky[data-off-canvas-cart] {
  display: none;
}
body.is-sticky-nav-main {
  /*

        ,--.               ,--------. ,-----.       ,--.                                         ,--.  ,--.
        |  |-.,--. ,--.    '--.  .--''  .--./,-----.|  |,--,--, ,--,--,  ,---.,--.  ,--.,--,--.,-'  '-.`--' ,---. ,--,--,  ,---.
        | .-. '\  '  /        |  |   |  |    '-----'|  ||      \|      \| .-. |\  `'  /' ,-.  |'-.  .-',--.| .-. ||      \(  .-'
        | `-' | \   '         |  |   '  '--'\       |  ||  ||  ||  ||  |' '-' ' \    / \ '-'  |  |  |  |  |' '-' '|  ||  |.-'  `)
         `---'.-'  /          `--'    `-----'       `--'`--''--'`--''--' `---'   `--'   `--`--'  `--'  `--' `---' `--''--'`----'
              `---'
        */
}
body.is-sticky-nav-main .nav-main {
  position: fixed;
  z-index: 1020;
  top: 0 !important;
  padding-bottom: 0;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 100%;
}
body.is-sticky-nav-main .nav-main.ready {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: stickynavFyloutFadeInDown;
}
body.is-sticky-nav-main .nav-main .main-navigation-link {
  height: 50px;
  line-height: 50px;
}
body.is-sticky-nav-main #sticky-logo {
  float: left;
  display: block !important;
  line-height: 50px;
  margin-right: 20px;
}
body.is-sticky-nav-main #sticky-logo a {
  display: inline-block;
}
body.is-sticky-nav-main #sticky-logo a img {
  display: inline-block;
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 50px;
}
body.is-sticky-nav-main #sticky-nav-main-toggle {
  float: left;
  display: block !important;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn, body.is-sticky-nav-main #sticky-nav-main-toggle .acris-last-search-term-delete {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 20px;
  background-color: #ffffff;
  color: #333333;
  padding: 0 16px;
  line-height: 50px;
  border-radius: 0;
  border: none;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn .icon, body.is-sticky-nav-main #sticky-nav-main-toggle .acris-last-search-term-delete .icon {
  color: #333333;
  width: 18px;
  height: 18px;
  display: inline-block;
  transition: color 0.2s ease;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn .icon > svg, body.is-sticky-nav-main #sticky-nav-main-toggle .acris-last-search-term-delete .icon > svg {
  top: 0;
  margin-bottom: 2px;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn:hover, body.is-sticky-nav-main #sticky-nav-main-toggle .acris-last-search-term-delete:hover {
  background-color: #eef2f5;
  color: #ff0000;
}
body.is-sticky-nav-main #sticky-nav-main-toggle .btn:hover .icon, body.is-sticky-nav-main #sticky-nav-main-toggle .acris-last-search-term-delete:hover .icon {
  color: #ff0000;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] {
  float: right;
  display: block !important;
  height: 50px;
  overflow: hidden;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .btn, body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .acris-last-search-term-delete {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 20px;
  background-color: #ffffff;
  color: #333333;
  padding: 0 16px;
  line-height: 50px;
  border-radius: 0;
  border: none;
  transition: opacity 0.2s ease;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .btn .header-cart-total, body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .acris-last-search-term-delete .header-cart-total {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: color 0.2s ease;
  color: #333333;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .btn .icon, body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .acris-last-search-term-delete .icon {
  color: #333333;
  display: inline-block;
  transition: color 0.2s ease;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .btn .icon > svg, body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .acris-last-search-term-delete .icon > svg {
  top: 0;
  margin-bottom: 2px;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .btn .badge, body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .acris-last-search-term-delete .badge {
  top: 3px;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .btn:hover, body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .acris-last-search-term-delete:hover {
  opacity: 0.8;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .header-cart-total {
  display: none;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .header-cart-badge {
  display: block;
}
body.is-sticky-nav-main div.header-cart.sticky[data-off-canvas-cart] .header-cart-name {
  display: none;
}
body.is-sticky-nav-main #searchCollapse.sticky {
  float: right;
  display: block !important;
}
body.is-sticky-nav-main #searchCollapse.sticky:not(.show) {
  display: block;
  max-width: 500px;
  line-height: 49px;
}
body.is-sticky-nav-main #searchCollapse.sticky:not(.show) .header-search {
  display: inline-block;
}
body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  height: 40px;
}
body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn .loader, body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn .maxia-variants-table-container .table-container-loader .element-loader-backdrop > .table-loader, .maxia-variants-table-container .table-container-loader body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn .element-loader-backdrop > .table-loader, body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn .maxia-variants-table-container .fixed-table-loading .element-loader-backdrop > .table-loader, .maxia-variants-table-container .fixed-table-loading body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn .element-loader-backdrop > .table-loader {
  color: #ff0000 !important;
}
body.is-sticky-nav-main #searchCollapse.sticky .header-search-btn:hover {
  opacity: 0.75;
}
body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #ffffff;
  color: #333333;
  background-color: #ffffff;
  height: 40px;
  text-align: center;
}
body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input:focus {
  border-color: #ffffff;
}
body.is-sticky-nav-main #searchCollapse.sticky input.header-search-input:focus ~ .header-search-btn {
  border-color: #ffffff;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'About'
	==================================================

*/
.twt-widget-about p:last-of-type {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Awards'
	==================================================
    v20240320
*/
.twt-widget-awards .twt-awards-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.twt-widget-awards .twt-awards-container img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.cms-section-sidebar-sidebar-content .twt-awards-container img {
  margin: 0 20px 20px 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Benefits'
	==================================================

*/
.twt-widget-benefits .twt-usp-bar-item {
  font-size: 16px;
  font-size: 1rem;
}
.twt-widget-benefits .twt-usp-bar-item div {
  display: inline-block;
}
.twt-widget-benefits .twt-usp-bar-item div.item-icon {
  text-align: center;
}
.twt-widget-benefits .twt-usp-bar-item span.icon {
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.twt-widget-benefits .benefits-list ul {
  padding: 0;
  list-style-type: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Communities'
	==================================================

*/
.twt-widget-communities ul.twt-communities-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.twt-widget-communities a.twt-communities-link {
  text-decoration: none !important;
}
.twt-widget-communities a.twt-communities-link .icon {
  transition: 0.2s ease-out 0s;
  vertical-align: middle;
  fill: currentColor;
}
.twt-widget-communities a.twt-communities-link .icon svg {
  top: 0;
}
.twt-widget-communities a.twt-communities-link .icon > svg circle, .twt-widget-communities a.twt-communities-link .icon > svg polygon, .twt-widget-communities a.twt-communities-link .icon > svg rect {
  fill: currentColor;
}
.twt-widget-communities a.twt-communities-link .icon .color2 {
  color: #ffffff;
}
.twt-widget-communities a.twt-communities-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.twt-widget-communities.is-cms {
  text-align: center;
}
/*
  _             _____ ____     ___                             _   _
 | |__  _   _  |_   _/ ___|   |_ _|_ __  _ __   _____   ____ _| |_(_) ___  _ __  ___
 | '_ \| | | |   | || |   _____| || '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |   | || |__|_____| || | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_.__/ \__, |   |_| \____|   |___|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
		|___/
*/
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) ul.twt-communities-list li.twt-communities-item {
  display: inline-block;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link {
  display: flex;
  align-items: center;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link .icon {
  width: 32px;
  height: 32px;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link:hover {
  text-decoration: underline !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link:hover .icon {
  filter: brightness(85%);
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blog {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blog .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blogger {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-blogger .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-flickr .icon .color3 {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-instagram {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-instagram .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-linkedin {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-linkedin .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-pinterest {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-pinterest .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-spotify {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-spotify .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon .color3 {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-tiktok .icon .color4 {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitter {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitter .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-x {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-x .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitch {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-twitch .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-vimeo {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-vimeo .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-whatsapp {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-whatsapp .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-xing .icon .color3 {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-youtube {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-youtube .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-website {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-website .icon {
  color: #ff0000;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-email {
  color: #ff0000 !important;
}
.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-email .icon {
  color: #ff0000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Hotline'
	==================================================

*/
.twt-widget-hotline .twt-widget-hotline-contact-text {
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
}
.twt-widget-hotline .twt-widget-hotline-contact-text a[href^="tel:"] {
  display: block;
  margin: 1rem 0 0.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: underline;
}
.twt-widget-hotline .twt-widget-hotline-contact-form {
  font-size: 16px;
  font-size: 1rem;
}
.twt-widget-hotline .twt-widget-hotline-contact-link {
  margin-bottom: 1rem;
}
.twt-widget-hotline .twt-widget-hotline-contact-link a {
  text-decoration: underline;
}
.twt-widget-hotline .twt-widget-hotline-revocation-button {
  padding-bottom: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Location'
	==================================================

*/
.twt-widget-location a.btn-route {
  --bs-btn-color: #333333;
  --bs-btn-border-color: #dddddd;
  --bs-btn-bg: #dddddd;
  margin-bottom: 1rem;
}
.twt-widget-location a.btn-route .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.twt-widget-location a.btn-route .icon > svg {
  top: 3px;
  transition: color 0.15s ease-in-out;
  color: #333333;
}
.twt-widget-location a.btn-route:hover {
  --bs-btn-hover-color: #111111;
  --bs-btn-hover-border-color: #cccccc;
  --bs-btn-hover-bg: #cccccc;
}
.twt-widget-location a.btn-route:hover .icon > svg {
  color: #111111;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Newsletter'
	==================================================

*/
.twt-widget-newsletter {
  /*
    .form-control:focus {
        //box-shadow: 0 0 0 0.2rem rgba(..., 0.25);
        //outline: auto 1px;
        //outline: -webkit-focus-ring-color auto 1px;
    }

    //.btn:focus-visible {}

    .form-check-input:focus {
        //box-shadow: 0 0 0 0.2rem rgba(..., 0.25);
        //outline: auto 1px;
        //outline: -webkit-focus-ring-color auto 1px;
    }
    */
}
.twt-widget-newsletter .cms-block {
  overflow: visible;
}
.twt-widget-newsletter .confirm-alert {
  font-size: 15.75px;
  font-size: 0.984375rem;
  padding-bottom: 0;
}
.twt-widget-newsletter .confirm-alert .alert {
  margin-top: 10px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Payment'
	==================================================

*/
.twt-widget-payment .is-payment-logo {
  margin: 0 10px 10px 0;
}
.twt-widget-payment, .twt-widget-paymentshipping {
  flex-wrap: wrap;
}
.twt-widget-payment .is-payment-logo, .twt-widget-paymentshipping .is-payment-logo {
  transition: 0.2s ease-out 0s;
  display: block;
  float: left;
}
.twt-widget-payment .is-payment-logo img.footer-logo-image, .twt-widget-paymentshipping .is-payment-logo img.footer-logo-image {
  display: block;
  max-width: inherit;
  height: 45px;
  max-height: 45px;
  border: 1px solid #e9f2f9;
  width: auto;
  border-radius: 2px;
}
.twt-widget-payment .is-payment-logo a:hover img, .twt-widget-paymentshipping .is-payment-logo a:hover img {
  opacity: 0.75;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 45px;
  max-height: 45px;
  border-radius: 2px;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge span, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 22.5px;
  display: inline-block;
  padding: 10px;
  text-transform: none;
  color: #333333;
  border: 1px solid #e9f2f9;
  background-color: #eef2f5;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a {
  text-decoration: none;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a:hover, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a:hover {
  text-decoration: none;
}
.twt-widget-payment .is-payment-logo.is-fallback-badge a:hover span, .twt-widget-paymentshipping .is-payment-logo.is-fallback-badge a:hover span {
  color: #333333;
  opacity: 0.75;
}
.twt-widget-payment:after, .twt-widget-paymentshipping:after {
  content: "";
  display: table;
  clear: both;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Payment/Shipping'
	==================================================

*/
.twt-widget-paymentshipping .is-payment-logo, .twt-widget-paymentshipping .is-shipping-logo {
  margin: 0 10px 10px 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Revocation'
	==================================================

*/
.twt-widget-revocation-text {
  padding-bottom: 1rem;
}
.twt-widget-revocation-text p:last-of-type {
  margin-bottom: 0;
}
.twt-widget-revocation-button {
  padding-bottom: 1rem;
}
.twt-widget-revocation-button a {
  margin-bottom: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Shipping'
	==================================================

*/
.twt-widget-shipping .is-shipping-logo {
  margin: 0 10px 10px 0;
}
.twt-widget-shipping, .twt-widget-paymentshipping {
  flex-wrap: wrap;
}
.twt-widget-shipping .is-shipping-logo, .twt-widget-paymentshipping .is-shipping-logo {
  transition: 0.2s ease-out 0s;
  display: block;
  float: left;
}
.twt-widget-shipping .is-shipping-logo img.footer-logo-image, .twt-widget-paymentshipping .is-shipping-logo img.footer-logo-image {
  display: block;
  max-width: inherit;
  height: 45px;
  max-height: 45px;
  border: 1px solid #e9f2f9;
  width: auto;
  border-radius: 2px;
}
.twt-widget-shipping .is-shipping-logo a:hover img, .twt-widget-paymentshipping .is-shipping-logo a:hover img {
  opacity: 0.75;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 45px;
  max-height: 45px;
  border-radius: 2px;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge span, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge span {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 22.5px;
  display: inline-block;
  padding: 10px;
  text-transform: none;
  color: #333333;
  border: 1px solid #e9f2f9;
  background-color: #eef2f5;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a {
  text-decoration: none;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a:hover, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a:hover {
  text-decoration: none;
}
.twt-widget-shipping .is-shipping-logo.is-fallback-badge a:hover span, .twt-widget-paymentshipping .is-shipping-logo.is-fallback-badge a:hover span {
  color: #333333;
  opacity: 0.75;
}
.twt-widget-shipping:after, .twt-widget-paymentshipping:after {
  content: "";
  display: table;
  clear: both;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS backdrop effects
	==================================================

*/
/* @TODO:
 * [ ] Add configuration for effects...
 * [ ] Add performance optimizations
 */
.twt-bg-blur, .twt-bg-blurred {
  backdrop-filter: blur(var(--twt-bg-blur));
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image effects (for some cms elements)
	==================================================

    Hinweis: Effekte setzen voraus, dass das gesamte CMS-Element anklickbar ist

    - img.cms-image
    - div.twt-bg-image (e.g. Image banner)
*/
/* @TODO:
 * [x] Add configuration for effects
 * [x] Add performance optimizations
 * [x] Make general classes available < defaults in _root.scss
 *      [ ] Add seperate performance if for general classes...
 * [ ] Check image banner...
 */
.twt-image-blur img {
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
.twt-image-brightness img, .twt-image-bright img {
  filter: brightness(var(--twt-brightness));
}
.twt-image-contrast img {
  filter: contrast(var(--twt-contrast));
}
.twt-image-grayscale img, .twt-image-grayscaled img {
  filter: grayscale(var(--twt-grayscale));
}
/*
    .twt-image-hue-rotate {
        //div.twt-bg-image,
        img {
            filter: hue-rotate(45deg);
            // (deg)
        }
    }
    */
/*
    .twt-image-invert,
    .twt-image-inverted {
        //div.twt-bg-image,
        img {
            filter: invert(1);
            // (%)
        }
    }
    */
.twt-image-opacity img, .twt-image-faded img {
  filter: opacity(var(--twt-opacity));
}
.twt-image-saturate img, .twt-image-desaturated img {
  filter: saturate(var(--twt-saturate));
}
/*
    .twt-image-sepia {
        //div.twt-bg-image,
        img {
            //filter: sepia(1);
            filter: sepia(var(--twt-sepia)); // (%)
        }
    }
    */
.twt-image-scale img, .twt-image-scaled img, .twt-image-zoom img, .twt-image-zoomed img {
  transform: perspective(1px) scale(var(--twt-scale));
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS image hover effects (for some cms elements)
	==================================================

    Hinweis: Effekte setzen ab Version 3.3 nicht mehr voraus, dass das (gesamte) CMS-Element anklickbar ist.
*/
/* @TODO:
 * [ ] vgl. _custom-cms-image-hover.scss
 * [x] Add configuration for effects...
 * [x] Make general classes available...
 *      [ ] Add seperate performance-if for general classes...
 * [ ] Check image banner...
 */
.twt-image-blur-in img {
  transition: all 0.4s ease-in-out;
  scale: 1.05;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-blur-in:hover img {
    filter: blur(var(--twt-blur));
  }
}
.twt-image-blur-out img {
  transition: all 0.4s ease-in-out;
  filter: blur(var(--twt-blur));
  scale: 1.05;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-blur-out:hover img {
    filter: blur(0px);
  }
}
.twt-image-brightness-in img {
  transition: all 0.4s ease-in-out;
  filter: brightness(1);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-brightness-in:hover img {
    filter: brightness(var(--twt-brightness));
  }
}
.twt-image-brightness-out img {
  transition: all 0.4s ease-in-out;
  filter: brightness(var(--twt-brightness));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-brightness-out:hover img {
    filter: brightness(1);
  }
}
.twt-image-contrast-in img {
  transition: all 0.4s ease-in-out;
  filter: contrast(1);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-contrast-in:hover img {
    filter: contrast(var(--twt-contrast));
  }
}
.twt-image-contrast-out img {
  transition: all 0.4s ease-in-out;
  filter: contrast(var(--twt-contrast));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-contrast-out:hover img {
    filter: contrast(1);
  }
}
.twt-image-grayscale-in img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(0);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-grayscale-in:hover img {
    filter: grayscale(var(--twt-grayscale));
  }
}
.twt-image-grayscale-out img {
  transition: all 0.4s ease-in-out;
  filter: grayscale(var(--twt-grayscale));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-grayscale-out:hover img {
    filter: grayscale(0);
  }
}
.twt-image-opacity-in img {
  transition: all 0.4s ease-in-out;
  filter: opacity(1);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-opacity-in:hover img {
    filter: opacity(var(--twt-opacity));
  }
}
.twt-image-opacity-out img {
  transition: all 0.4s ease-in-out;
  filter: opacity(var(--twt-opacity));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-opacity-out:hover img {
    filter: opacity(1);
  }
}
/*
    .twt-image-fade-in {
        //a {
            img {
                transition: all .4s ease-in-out;
                //opacity: 0.75;
                //filter: opacity(.75);
                filter: opacity(var(--twt-opacity)); // (%)
            }

            @media (hover: hover) and (pointer: fine) {
                &:hover {
                    img {
                        //opacity: 1;
                        filter: opacity(1);
                    }
                }
            }
        //}
    }

    .twt-image-fade-out {
        //a {
            img {
                transition: all .4s ease-in-out;
                //opacity: 1;
                filter: opacity(1);
            }

            @media (hover: hover) and (pointer: fine) {
                &:hover {
                    img {
                        //opacity: 0.75;
                        //filter: opacity(.75);
                        filter: opacity(var(--twt-opacity)); // (%)
                    }
                }
            }
        //}
    }
    */
.twt-image-saturate-in img {
  transition: all 0.4s ease-in-out;
  filter: saturate(1);
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-saturate-in:hover img {
    filter: saturate(var(--twt-saturate));
  }
}
.twt-image-saturate-out img {
  transition: all 0.4s ease-in-out;
  filter: saturate(var(--twt-saturate));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-saturate-out:hover img {
    filter: saturate(1);
  }
}
/*
    .twt-image-sepia-in {
        //a {
            img {
                transition: all .4s ease-in-out;
                filter: sepia(0);
            }

            @media (hover: hover) and (pointer: fine) {
                &:hover {
                    img {
                        //filter: sepia(1);
                        filter: sepia(var(--twt-sepia)); // (%)
                    }
                }
            }
        //}
    }

    .twt-image-sepia-out {
        //a {
            img {
                transition: all .4s ease-in-out;
                //filter: sepia(1);
                filter: sepia(var(--twt-sepia)); // (%)
            }

            @media (hover: hover) and (pointer: fine) {
                &:hover {
                    img {
                        filter: sepia(0);
                    }
                }
            }
        //}
    }
    */
.twt-image-scale img, .twt-image-scale-in img, .twt-image-zoom img, .twt-image-zoom-in img {
  transition: transform 0.4s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-scale:hover img, .twt-image-scale-in:hover img, .twt-image-zoom:hover img, .twt-image-zoom-in:hover img {
    transform: perspective(1px) scale(var(--twt-scale));
  }
}
.twt-image-scale-out img, .twt-image-zoom-out img {
  transition: transform 0.4s ease-in-out;
  transform: perspective(1px) scale(var(--twt-scale));
}
@media (hover: hover) and (pointer: fine) {
  .twt-image-scale-out:hover img, .twt-image-zoom-out:hover img {
    transform: perspective(1px) scale(1);
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS overlay animations
	==================================================

*/
/* @TODO:
 * [x] Fix for backdrop-filter: translate3d > top/left/bottom/right
 * [ ] Add configuration for effects...
 * [ ] Add performance optimizations
 */
@-webkit-keyframes cmsOverlaySlideInDown {
  from {
    bottom: 100%;
    visibility: visible;
  }
  to {
    bottom: 0;
  }
}
@keyframes cmsOverlaySlideInDown {
  from {
    bottom: 100%;
    visibility: visible;
  }
  to {
    bottom: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInLeft {
  from {
    left: 100%;
    visibility: visible;
  }
  to {
    left: 0;
  }
}
@keyframes cmsOverlaySlideInLeft {
  from {
    left: 100%;
    visibility: visible;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInRight {
  from {
    right: 100%;
    visibility: visible;
  }
  to {
    right: 0;
  }
}
@keyframes cmsOverlaySlideInRight {
  from {
    right: 100%;
    visibility: visible;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes cmsOverlaySlideInUp {
  from {
    top: 100%;
    visibility: visible;
  }
  to {
    top: 0;
  }
}
@keyframes cmsOverlaySlideInUp {
  from {
    top: 100%;
    visibility: visible;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes cmsOverlayZoomIn {
  from {
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes cmsOverlayZoomIn {
  from {
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element overlay
	==================================================
	see https://service.tc-innovations.de/themeware/sw6/article/2129-themeware-css-klassen-bibliothek-fuer-cms-erlebniswelten
*/
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default {
  position: relative;
}
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.85;
}
div[class*="twt-custom-cms-element-overlay-"] .cms-section-default .cms-element-text {
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
div[class*="twt-custom-cms-element-overlay-"] + div {
  position: relative;
}
.twt-custom-cms-element-overlay-primary .cms-section-default::before {
  background: #ff0000;
}
.twt-custom-cms-element-overlay-primary .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-primary .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-secondary .cms-section-default::before {
  background: #404b58;
}
.twt-custom-cms-element-overlay-secondary .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-secondary .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-success .cms-section-default::before {
  background: #2ecc71;
}
.twt-custom-cms-element-overlay-success .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-success .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-info .cms-section-default::before {
  background: #4aa3df;
}
.twt-custom-cms-element-overlay-info .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-info .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-warning .cms-section-default::before {
  background: #f1c40f;
}
.twt-custom-cms-element-overlay-warning .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-warning .cms-section-default .cms-element-text {
  color: #000;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-custom-cms-element-overlay-danger .cms-section-default::before {
  background: #c82f1e;
}
.twt-custom-cms-element-overlay-danger .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-danger .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-light .cms-section-default::before {
  background: #f9f9f9;
}
.twt-custom-cms-element-overlay-light .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-light .cms-section-default .cms-element-text {
  color: #000;
}
.twt-custom-cms-element-overlay-dark .cms-section-default::before {
  background: #4a545b;
}
.twt-custom-cms-element-overlay-dark .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-dark .cms-section-default .cms-element-text {
  color: #fff;
}
.twt-custom-cms-element-overlay-white .cms-section-default::before {
  background: #ffffff;
}
.twt-custom-cms-element-overlay-white .cms-section-default .cms-element-text *, .twt-custom-cms-element-overlay-white .cms-section-default .cms-element-text {
  color: #000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS icon boxes
	==================================================

*/
.twt-custom-cms-icon-box-1 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ff0000;
}
.twt-custom-cms-icon-box-1 .content {
  position: relative;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.twt-custom-cms-icon-box-1 .content span.icon {
  font-size: 54px;
  display: table-cell;
  margin: 0;
  padding: 20px 30px;
  text-align: center;
  vertical-align: middle;
  color: #000;
  background-color: rgba(255, 255, 255, 0.1);
}
.twt-custom-cms-icon-box-1 .content span.icon svg {
  top: -6px;
  width: auto;
  height: auto;
}
.twt-custom-cms-icon-box-1 .content p {
  font-family: "Titillium Web", sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 35px;
  display: table-cell;
  padding: 20px 40px;
  vertical-align: middle;
  text-transform: uppercase !important;
  color: #000;
}
.twt-custom-cms-icon-box-1 .content.text-light span.icon, .twt-custom-cms-icon-box-1 .content.text-light p {
  color: #f9f9f9 !important;
}
.twt-custom-cms-icon-box-1 .content.text-dark span.icon, .twt-custom-cms-icon-box-1 .content.text-dark p {
  color: #4a545b !important;
}
.twt-custom-cms-icon-box-1 .content.text-muted span.icon, .twt-custom-cms-icon-box-1 .content.text-muted p {
  color: var(--bs-secondary-color) !important;
}
.twt-custom-cms-icon-box-1 .content.text-white span.icon, .twt-custom-cms-icon-box-1 .content.text-white p {
  color: #fff !important;
}
.twt-custom-cms-icon-box-1.bg-primary span.icon, .twt-custom-cms-icon-box-1.bg-primary p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-secondary span.icon, .twt-custom-cms-icon-box-1.bg-secondary p {
  color: #fff;
}
.twt-custom-cms-icon-box-1.bg-success span.icon, .twt-custom-cms-icon-box-1.bg-success p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-info span.icon, .twt-custom-cms-icon-box-1.bg-info p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-warning span.icon, .twt-custom-cms-icon-box-1.bg-warning p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-danger span.icon, .twt-custom-cms-icon-box-1.bg-danger p {
  color: #fff;
}
.twt-custom-cms-icon-box-1.bg-light span.icon, .twt-custom-cms-icon-box-1.lenz-order-comment-group.lenz-order-comment-section-checkout-main-content span.icon, .twt-custom-cms-icon-box-1.lenz-order-comment-group.lenz-order-comment-section-before-checkout-confirm-tos span.icon, .twt-custom-cms-icon-box-1.lenz-order-comment-group.lenz-order-comment-section-after-checkout-confirm-tos span.icon, .twt-custom-cms-icon-box-1.bg-light p, .twt-custom-cms-icon-box-1.lenz-order-comment-group.lenz-order-comment-section-checkout-main-content p, .twt-custom-cms-icon-box-1.lenz-order-comment-group.lenz-order-comment-section-before-checkout-confirm-tos p, .twt-custom-cms-icon-box-1.lenz-order-comment-group.lenz-order-comment-section-after-checkout-confirm-tos p {
  color: #000;
}
.twt-custom-cms-icon-box-1.bg-dark span.icon, .twt-custom-cms-icon-box-1.bg-dark p {
  color: #fff;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
.cms-page {
  --twt-cms-layout-adjustments-active: 2;
}
/* ---------------- END: SET SCSS VARS ---------------- */
.cms-section-default .full-width {
  --bs-gutter-x: 0;
}
.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset) {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  margin-bottom: 20px;
}
.cms-section-default.boxed .cms-block:not(.twt-cms-block-reset):not(.bg-color) {
  background-color: #ffffff;
}
.twt-is-cms-product-list .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-text.pos-0 .cms-block-container[style=""] {
  padding: 20px !important;
}
.twt-is-cms-product-list .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-image-text.pos-1 .cms-block-container[style*="padding: 20px 0 20px 0"] {
  padding: 20px !important;
}
.twt-is-cms-product-list .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-listing.pos-3 .cms-block-container[style*="padding: 20px 0 20px 0"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cms-section-sidebar.boxed > .row, .cms-section-sidebar.boxed .cms-section-sidebar-sidebar-content, .cms-section-sidebar.boxed .cms-section-sidebar-main-content {
  --bs-gutter-x: 40px;
}
.cms-section-sidebar.boxed > .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.cms-section-sidebar.boxed .cms-section-sidebar-sidebar-content {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cms-section-sidebar.boxed .cms-section-sidebar-sidebar-content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
  }
}
.cms-section-sidebar.boxed .cms-section-sidebar-sidebar-content .cms-block:not(.twt-cms-block-reset).cms-block-category-navigation.pos-1 .cms-block-container[style*="padding: 0 0 30px 0"] {
  padding-top: 20px !important;
}
.cms-section-sidebar.boxed .cms-section-sidebar-main-content {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cms-section-sidebar.boxed .cms-section-sidebar-main-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
  }
}
.cms-section-sidebar.boxed.twt-cms-reset-padding .cms-section-sidebar-sidebar-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .cms-section-sidebar.boxed.twt-cms-reset-padding .cms-section-sidebar-sidebar-content {
    padding-right: 0;
  }
}
.cms-section-sidebar.boxed.twt-cms-reset-padding .cms-section-sidebar-main-content {
  padding-left: 0;
  padding-right: 0;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-heading .cms-block-container[style*="padding: 0 0 20px 0"] {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox .cms-block-container[style*="padding: 20px 0 0 0"] {
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 20px 0 0 0"], .twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 20px 0 20px"], .twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-product-description-reviews .cms-block-container[style*="padding: 0 0 20px 0"] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.twt-is-cms-product-detail .cms-section-default.boxed .cms-block:not(.twt-cms-block-reset).cms-block-cross-selling .cms-block-container:has(:not([style])) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body:not(.is-act-home) .cms-page .cms-section {
  overflow: visible;
}
body:not(.is-act-home):not(.twt-shopping-experiences-header) .cms-page {
  margin-top: 0px;
}
/*
  _           _____ ___   ___                        _   _
 | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
 | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
 |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
       |__/
*/
.twt-cms-block {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  background-color: #ffffff;
}
.twt-cms-block-margin {
  margin-bottom: 20px;
}
.twt-cms-block-border {
  border: 1px solid rgba(0, 0, 0, 0);
}
.twt-cms-block-background, .twt-cms-block-bg {
  background-color: #ffffff;
}
.twt-cms-block-reset-margin {
  margin-bottom: 0 !important;
}
.twt-cms-block-reset-border {
  border: none !important;
}
.twt-cms-block-reset-background, .twt-cms-block-reset-bg {
  background-color: inherit !important;
}
.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-sidebar-content {
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-sidebar-content {
    padding-right: 0;
  }
}
.twt-cms-sidebar-reset-padding.cms-section-sidebar .cms-section-sidebar-main-content {
  padding-left: 0;
  padding-right: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS landing pages
    ==================================================
    Theme specific stylings for cms pages.

    Relates to:
    - .is-ctl-landingpage.is-act-index
    - .is-ctl-navigation.is-act-index
*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS listing pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS product pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
.twt-is-cms-product-detail {
  /*
      _           _____ ___   ___                        _   _
     | |__ _  _  |_   _/ __|_|_ _|_ _  _ _  _____ ____ _| |_(_)___ _ _  ___
     | '_ \ || |   | || (_|___| || ' \| ' \/ _ \ V / _` |  _| / _ \ ' \(_-<
     |_.__/\_, |   |_| \___| |___|_||_|_||_\___/\_/\__,_|\__|_\___/_||_/__/
           |__/
    */
  /* Containered layout */
  /* Containered layout (with sidebar) > block-styling */
}
.twt-is-cms-product-detail .cms-section-default .cms-block:not(.twt-cms-block-reset).cms-block-product-heading {
  margin-bottom: 0;
  border-bottom: none;
}
.twt-is-cms-product-detail .cms-section-default .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox {
  border-top: none;
}
.twt-is-cms-product-detail .cms-section-sidebar .cms-section-sidebar-main-content .cms-block:not(.twt-cms-block-reset).cms-block-product-heading {
  margin-bottom: 0;
  border-bottom: none;
}
.twt-is-cms-product-detail .cms-section-sidebar .cms-section-sidebar-main-content .cms-block:not(.twt-cms-block-reset).cms-block-gallery-buybox {
  border-top: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS shop pages
    ==================================================
    Theme specific stylings for cms pages.

*/
/* ---------------- START: SET SCSS VARS ---------------- */
/* ---------------- END: SET SCSS VARS ---------------- */
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS block "Grid .."
	==================================================
    General styling for cms grid blocks
*/
.cms-block-twt-grid-one .cms-row, .cms-block-twt-grid-one-swapped .cms-row, .cms-block-twt-grid-two .cms-row, .cms-block-twt-grid-two-swapped .cms-row, .cms-block-twt-grid-three .cms-row, .cms-block-twt-grid-three-swapped .cms-row, .cms-block-twt-grid-four .cms-row, .cms-block-twt-grid-four-swapped .cms-row, .cms-block-twt-grid-five .cms-row, .cms-block-twt-grid-five-swapped .cms-row, .cms-block-twt-grid-six .cms-row, .cms-block-twt-grid-six-swapped .cms-row, .cms-block-twt-grid-modern .cms-row, .cms-block-twt-grid-modern-swapped .cms-row {
  --bs-gutter-y: 40px;
}
.cms-block-twt-grid-one .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-one .right {
  height: 100%;
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-one .left-top {
    margin-bottom: var(--bs-gutter-y);
  }
  .cms-block-twt-grid-one .right {
    height: auto;
  }
}
.cms-block-twt-grid-one-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-one-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-one-swapped .left {
    height: auto;
  }
  .cms-block-twt-grid-one-swapped .right-top {
    margin-bottom: var(--bs-gutter-y);
  }
}
.cms-block-twt-grid-two .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-two .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-two-swapped .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-two-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-three .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-three .right {
  height: 100%;
}
.cms-block-twt-grid-three-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-three-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-four .left-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-four .right {
  height: 100%;
}
.cms-block-twt-grid-four-swapped .left {
  height: 100%;
}
.cms-block-twt-grid-four-swapped .right-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-five .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-five .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-five-swapped .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-five-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-six .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-six .right-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-six-swapped .left-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-six-swapped .right-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-modern .left-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-modern .right-top {
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-modern .left-top {
    margin-bottom: 0;
  }
}
.cms-block-twt-grid-modern-swapped .left-top {
  margin-bottom: var(--bs-gutter-y);
}
.cms-block-twt-grid-modern-swapped .right-top.cms-row {
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .cms-block-twt-grid-modern-swapped .right-top {
    margin-bottom: 0;
  }
}
.cms-block-image-simple-grid .cms-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}
.cms-block-image-simple-grid .left-top {
  margin-bottom: var(--bs-gutter-y);
}
@media (max-width: 767.98px) {
  .cms-block-image-simple-grid .left-bottom {
    margin-bottom: 0;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® CMS 'Column' blocks
	==================================================
    General styling for cms column blocks
*/
.twt-cms-col-margin-bottom div[class^="cms-element-"] p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-component .col-md-6:first-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column .col-md-6:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-swapped .col-md-6.last {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-3-9 .col-md-3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-4-8 .col-md-4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-8-4 .col-md-8 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-two-column-9-3 .col-md-9 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .col-lg-3.first {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-3-6-3 .col-lg-6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .col-lg-2.first {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-three-column-2-8-2 .col-lg-8 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .first.b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12.first, .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .first.b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-four-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(1) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-five-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(3) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(5), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(5), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(5), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(5) {
    margin-bottom: 0;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:last-child, .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(1), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(1) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(2), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(2) {
    margin-bottom: 20px;
  }
  .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column-component .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .col-12:nth-child(3), .twt-cms-col-margin-bottom.cms-block-twt-grid-six-column .b2b-shopping-list-table__header-name.js-multiple-selection:nth-child(3) {
    margin-bottom: 20px;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\__|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® CMS block 'Hero slider'
	==================================================

*/
.cms-block-twt-hero-slider-two-slides .alert, .cms-block-twt-hero-slider-three-slides .alert {
  margin: 1rem;
}
/*
   _____ _  _ ___ __  ________      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\__|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® CMS block 'Image gallery and buy box (with product name & manufacturer logo)'
	==================================================

    - cms-block-twt-gallery-buybox-heading
    - cms-block-twt-gallery-buybox-heading-one
    - cms-block-twt-gallery-buybox-heading-two
    - cms-block-twt-gallery-buybox-heading-three
*/
div[class*="cms-block-twt-gallery-buybox-heading"] .product-detail-headline {
  margin-bottom: 0.5rem;
}
.cms-block-twt-gallery-buybox-heading-one .right-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-heading-one .product-detail-media {
  margin-bottom: 0;
}
.cms-block-twt-gallery-buybox-heading-two .left-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-heading-three .left-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-heading-three .right-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-heading-two .product-detail-media, .cms-block-twt-gallery-buybox-heading-three .product-detail-media {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cms-block-twt-gallery-buybox-heading-two .product-detail-media, .cms-block-twt-gallery-buybox-heading-three .product-detail-media {
    margin-bottom: 0;
  }
}
/*
   _____ _  _ ___ __  ________      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\__|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® CMS block 'Image gallery and buy box (with product name)'
	==================================================

    - cms-block-twt-gallery-buybox-name
    - cms-block-twt-gallery-buybox-name-one
    - cms-block-twt-gallery-buybox-name-two
    - cms-block-twt-gallery-buybox-name-three
*/
div[class*="cms-block-twt-gallery-buybox-name"] .product-detail-headline {
  margin-bottom: 0.5rem;
}
.cms-block-twt-gallery-buybox-name-one .right-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-name-one .product-detail-media {
  margin-bottom: 0;
}
.cms-block-twt-gallery-buybox-name-two .left-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-name-three .left-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-name-three .right-bottom {
  margin-top: 2rem;
}
.cms-block-twt-gallery-buybox-name-two .product-detail-media, .cms-block-twt-gallery-buybox-name-three .product-detail-media {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cms-block-twt-gallery-buybox-name-two .product-detail-media, .cms-block-twt-gallery-buybox-name-three .product-detail-media {
    margin-bottom: 0;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS elements basic styling
	==================================================

*/
/* @TODO
 * [ ] Add performance configuration to disable styling
 *
 */
div[class^="cms-element-twt-text-teaser"], div.cms-element-twt-advanced-banner, div.cms-element-twt-advanced-teaser, div.cms-element-twt-button-teaser, div.cms-element-twt-call-to-action, div.cms-element-twt-teaser, div.cms-element-twt-category-teaser, div.cms-element-twt-category-teaser-advanced, div.cms-element-twt-category-teaser-classic, div.cms-element-twt-category-teaser-modern, div.cms-element-twt-classic-teaser, div.cms-element-twt-countdown-banner, div.cms-element-twt-countdown-banner-compact, div.cms-element-twt-hero-banner, div.cms-element-twt-hero-countdown-headline, div.cms-element-twt-hero-teaser, div.cms-element-twt-hover-box, div.cms-element-twt-image-banner, div.cms-element-twt-image-teaser, div.cms-element-twt-hover-teaser, div.cms-element-twt-modern-teaser, div.cms-element-twt-parallax-banner, div.cms-element-twt-round-teaser {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-link, div.cms-element-twt-advanced-banner .cms-image-link, div.cms-element-twt-advanced-teaser .cms-image-link, div.cms-element-twt-button-teaser .cms-image-link, div.cms-element-twt-call-to-action .cms-image-link, div.cms-element-twt-teaser .cms-image-link, div.cms-element-twt-category-teaser .cms-image-link, div.cms-element-twt-category-teaser-advanced .cms-image-link, div.cms-element-twt-category-teaser-classic .cms-image-link, div.cms-element-twt-category-teaser-modern .cms-image-link, div.cms-element-twt-classic-teaser .cms-image-link, div.cms-element-twt-countdown-banner .cms-image-link, div.cms-element-twt-countdown-banner-compact .cms-image-link, div.cms-element-twt-hero-banner .cms-image-link, div.cms-element-twt-hero-countdown-headline .cms-image-link, div.cms-element-twt-hero-teaser .cms-image-link, div.cms-element-twt-hover-box .cms-image-link, div.cms-element-twt-image-banner .cms-image-link, div.cms-element-twt-image-teaser .cms-image-link, div.cms-element-twt-hover-teaser .cms-image-link, div.cms-element-twt-modern-teaser .cms-image-link, div.cms-element-twt-parallax-banner .cms-image-link, div.cms-element-twt-round-teaser .cms-image-link {
  display: block;
  width: 100%;
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container, div.cms-element-twt-advanced-banner .cms-image-container, div.cms-element-twt-advanced-teaser .cms-image-container, div.cms-element-twt-button-teaser .cms-image-container, div.cms-element-twt-call-to-action .cms-image-container, div.cms-element-twt-teaser .cms-image-container, div.cms-element-twt-category-teaser .cms-image-container, div.cms-element-twt-category-teaser-advanced .cms-image-container, div.cms-element-twt-category-teaser-classic .cms-image-container, div.cms-element-twt-category-teaser-modern .cms-image-container, div.cms-element-twt-classic-teaser .cms-image-container, div.cms-element-twt-countdown-banner .cms-image-container, div.cms-element-twt-countdown-banner-compact .cms-image-container, div.cms-element-twt-hero-banner .cms-image-container, div.cms-element-twt-hero-countdown-headline .cms-image-container, div.cms-element-twt-hero-teaser .cms-image-container, div.cms-element-twt-hover-box .cms-image-container, div.cms-element-twt-image-banner .cms-image-container, div.cms-element-twt-image-teaser .cms-image-container, div.cms-element-twt-hover-teaser .cms-image-container, div.cms-element-twt-modern-teaser .cms-image-container, div.cms-element-twt-parallax-banner .cms-image-container, div.cms-element-twt-round-teaser .cms-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-standard .cms-image, div.cms-element-twt-advanced-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-advanced-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-standard .cms-image, div.cms-element-twt-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-category-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-category-teaser-advanced .cms-image-container.is-standard .cms-image, div.cms-element-twt-category-teaser-classic .cms-image-container.is-standard .cms-image, div.cms-element-twt-category-teaser-modern .cms-image-container.is-standard .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-standard .cms-image, div.cms-element-twt-hero-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-standard .cms-image, div.cms-element-twt-hero-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-standard .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-hover-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-standard .cms-image, div.cms-element-twt-parallax-banner .cms-image-container.is-standard .cms-image, div.cms-element-twt-round-teaser .cms-image-container.is-standard .cms-image {
  height: auto;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-stretch .cms-image, div.cms-element-twt-advanced-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-advanced-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-stretch .cms-image, div.cms-element-twt-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-category-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-category-teaser-advanced .cms-image-container.is-stretch .cms-image, div.cms-element-twt-category-teaser-classic .cms-image-container.is-stretch .cms-image, div.cms-element-twt-category-teaser-modern .cms-image-container.is-stretch .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hero-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hero-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-stretch .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-hover-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-stretch .cms-image, div.cms-element-twt-parallax-banner .cms-image-container.is-stretch .cms-image, div.cms-element-twt-round-teaser .cms-image-container.is-stretch .cms-image {
  width: 100%;
  height: auto;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover, div.cms-element-twt-advanced-banner .cms-image-container.is-cover, div.cms-element-twt-advanced-teaser .cms-image-container.is-cover, div.cms-element-twt-button-teaser .cms-image-container.is-cover, div.cms-element-twt-call-to-action .cms-image-container.is-cover, div.cms-element-twt-teaser .cms-image-container.is-cover, div.cms-element-twt-category-teaser .cms-image-container.is-cover, div.cms-element-twt-category-teaser-advanced .cms-image-container.is-cover, div.cms-element-twt-category-teaser-classic .cms-image-container.is-cover, div.cms-element-twt-category-teaser-modern .cms-image-container.is-cover, div.cms-element-twt-classic-teaser .cms-image-container.is-cover, div.cms-element-twt-countdown-banner .cms-image-container.is-cover, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-cover, div.cms-element-twt-hero-banner .cms-image-container.is-cover, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-cover, div.cms-element-twt-hero-teaser .cms-image-container.is-cover, div.cms-element-twt-hover-box .cms-image-container.is-cover, div.cms-element-twt-image-banner .cms-image-container.is-cover, div.cms-element-twt-image-teaser .cms-image-container.is-cover, div.cms-element-twt-hover-teaser .cms-image-container.is-cover, div.cms-element-twt-modern-teaser .cms-image-container.is-cover, div.cms-element-twt-parallax-banner .cms-image-container.is-cover, div.cms-element-twt-round-teaser .cms-image-container.is-cover {
  height: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-image-container.is-cover .cms-image, div.cms-element-twt-advanced-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-advanced-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-button-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-call-to-action .cms-image-container.is-cover .cms-image, div.cms-element-twt-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-category-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-category-teaser-advanced .cms-image-container.is-cover .cms-image, div.cms-element-twt-category-teaser-classic .cms-image-container.is-cover .cms-image, div.cms-element-twt-category-teaser-modern .cms-image-container.is-cover .cms-image, div.cms-element-twt-classic-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-countdown-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image-container.is-cover .cms-image, div.cms-element-twt-hero-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image-container.is-cover .cms-image, div.cms-element-twt-hero-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-hover-box .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-image-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-hover-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-modern-teaser .cms-image-container.is-cover .cms-image, div.cms-element-twt-parallax-banner .cms-image-container.is-cover .cms-image, div.cms-element-twt-round-teaser .cms-image-container.is-cover .cms-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div[class^="cms-element-twt-text-teaser"] .cms-image, div.cms-element-twt-advanced-banner .cms-image, div.cms-element-twt-advanced-teaser .cms-image, div.cms-element-twt-button-teaser .cms-image, div.cms-element-twt-call-to-action .cms-image, div.cms-element-twt-teaser .cms-image, div.cms-element-twt-category-teaser .cms-image, div.cms-element-twt-category-teaser-advanced .cms-image, div.cms-element-twt-category-teaser-classic .cms-image, div.cms-element-twt-category-teaser-modern .cms-image, div.cms-element-twt-classic-teaser .cms-image, div.cms-element-twt-countdown-banner .cms-image, div.cms-element-twt-countdown-banner-compact .cms-image, div.cms-element-twt-hero-banner .cms-image, div.cms-element-twt-hero-countdown-headline .cms-image, div.cms-element-twt-hero-teaser .cms-image, div.cms-element-twt-hover-box .cms-image, div.cms-element-twt-image-banner .cms-image, div.cms-element-twt-image-teaser .cms-image, div.cms-element-twt-hover-teaser .cms-image, div.cms-element-twt-modern-teaser .cms-image, div.cms-element-twt-parallax-banner .cms-image, div.cms-element-twt-round-teaser .cms-image {
  display: block;
  max-width: 100%;
}
div[class^="cms-element-twt-text-teaser"] .cms-content-container, div.cms-element-twt-advanced-banner .cms-content-container, div.cms-element-twt-advanced-teaser .cms-content-container, div.cms-element-twt-button-teaser .cms-content-container, div.cms-element-twt-call-to-action .cms-content-container, div.cms-element-twt-teaser .cms-content-container, div.cms-element-twt-category-teaser .cms-content-container, div.cms-element-twt-category-teaser-advanced .cms-content-container, div.cms-element-twt-category-teaser-modern .cms-content-container, div.cms-element-twt-hero-banner .cms-content-container, div.cms-element-twt-hero-countdown-headline .cms-content-container, div.cms-element-twt-hero-teaser .cms-content-container, div.cms-element-twt-hover-box .cms-content-container, div.cms-element-twt-modern-teaser .cms-content-container, div.cms-element-twt-parallax-banner .cms-content-container, div.cms-element-twt-round-teaser .cms-content-container {
  font-family: "Titillium Web", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
}
div[class^="cms-element-twt-text-teaser"] .cms-content-container .content, div.cms-element-twt-advanced-banner .cms-content-container .content, div.cms-element-twt-advanced-teaser .cms-content-container .content, div.cms-element-twt-button-teaser .cms-content-container .content, div.cms-element-twt-call-to-action .cms-content-container .content, div.cms-element-twt-teaser .cms-content-container .content, div.cms-element-twt-category-teaser .cms-content-container .content, div.cms-element-twt-category-teaser-advanced .cms-content-container .content, div.cms-element-twt-category-teaser-modern .cms-content-container .content, div.cms-element-twt-hero-banner .cms-content-container .content, div.cms-element-twt-hero-countdown-headline .cms-content-container .content, div.cms-element-twt-hero-teaser .cms-content-container .content, div.cms-element-twt-hover-box .cms-content-container .content, div.cms-element-twt-modern-teaser .cms-content-container .content, div.cms-element-twt-parallax-banner .cms-content-container .content, div.cms-element-twt-round-teaser .cms-content-container .content {
  position: relative;
}
div[class^="cms-element-twt-text-teaser"] .color-overlay, div.cms-element-twt-advanced-banner .color-overlay, div.cms-element-twt-advanced-teaser .color-overlay, div.cms-element-twt-button-teaser .color-overlay, div.cms-element-twt-call-to-action .color-overlay, div.cms-element-twt-teaser .color-overlay, div.cms-element-twt-category-teaser .color-overlay, div.cms-element-twt-category-teaser-advanced .color-overlay, div.cms-element-twt-call-to-action-slide .color-overlay, div.cms-element-twt-countdown-banner .color-overlay, div.cms-element-twt-countdown-banner-compact .color-overlay, div.cms-element-twt-hero-banner .color-overlay, div.cms-element-twt-hero-teaser .color-overlay, div.cms-element-twt-hover-teaser .color-overlay, div.cms-element-twt-image-banner .color-overlay, div.cms-element-twt-image-slide .color-overlay, div.cms-element-twt-image-teaser .color-overlay, div.cms-element-twt-parallax-banner .color-overlay, div.cms-element-twt-round-teaser .color-overlay, div.cms-element-twt-text-image-slide .color-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  div[class^="cms-element-twt-text-teaser"].is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-fade-in .color-overlay, div.is-overlay-hover-fade-in.cms-element-twt-countdown-banner-compact .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-fade-in .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-fade-in .color-overlay {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  div[class^="cms-element-twt-text-teaser"].is-overlay-hover-fade-in a:hover .color-overlay, div[class^="cms-element-twt-text-teaser"].is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-fade-in a:hover .color-overlay, div.is-overlay-hover-fade-in.cms-element-twt-countdown-banner-compact a:hover .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.is-overlay-hover-fade-in.cms-element-twt-countdown-banner-compact .cms-image-container:hover .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-fade-in a:hover .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-fade-in .cms-image-container:hover .color-overlay {
    opacity: 1;
  }
  div[class^="cms-element-twt-text-teaser"].is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-fade-out .color-overlay, div.is-overlay-hover-fade-out.cms-element-twt-countdown-banner-compact .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-fade-out .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-fade-out .color-overlay {
    transition: opacity 0.5s ease-in-out;
  }
  div[class^="cms-element-twt-text-teaser"].is-overlay-hover-fade-out a:hover .color-overlay, div[class^="cms-element-twt-text-teaser"].is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-fade-out a:hover .color-overlay, div.is-overlay-hover-fade-out.cms-element-twt-countdown-banner-compact a:hover .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.is-overlay-hover-fade-out.cms-element-twt-countdown-banner-compact .cms-image-container:hover .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-fade-out a:hover .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-fade-out .cms-image-container:hover .color-overlay {
    opacity: 0;
  }
  div[class^="cms-element-twt-text-teaser"].is-overlay-hover-darken .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-darken .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-darken .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-darken .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-darken .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-darken .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-darken .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-darken .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-darken .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-darken .color-overlay, div.is-overlay-hover-darken.cms-element-twt-countdown-banner-compact .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-darken .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-darken .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-darken .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-darken .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-darken .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-darken .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-darken .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-darken .color-overlay {
    opacity: 0.6;
    transition: opacity 0.5s ease-in-out;
  }
  div[class^="cms-element-twt-text-teaser"].is-overlay-hover-darken a:hover .color-overlay, div[class^="cms-element-twt-text-teaser"].is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-advanced-banner.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-advanced-teaser.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-button-teaser.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-call-to-action.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-teaser.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-category-teaser.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-category-teaser-advanced.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-call-to-action-slide.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-darken a:hover .color-overlay, div.is-overlay-hover-darken.cms-element-twt-countdown-banner-compact a:hover .color-overlay, div.cms-element-twt-countdown-banner.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.is-overlay-hover-darken.cms-element-twt-countdown-banner-compact .cms-image-container:hover .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-hero-banner.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-hero-teaser.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-image-banner.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-image-slide.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-image-teaser.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-parallax-banner.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-round-teaser.is-overlay-hover-darken .cms-image-container:hover .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-darken a:hover .color-overlay, div.cms-element-twt-text-image-slide.is-overlay-hover-darken .cms-image-container:hover .color-overlay {
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  div[class^="cms-element-twt-text-teaser"].is-hover .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover .overlay:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover .content:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover .overlay:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .overlay:not(.fade-out), div.cms-element-twt-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-category-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-category-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-category-teaser-advanced.is-hover .content:not(.fade-out), div.cms-element-twt-category-teaser-advanced.is-hover .overlay:not(.fade-out), div.cms-element-twt-hero-banner.is-hover .content:not(.fade-out), div.cms-element-twt-hero-banner.is-hover .overlay:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover .content:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover .overlay:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover .content:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover .overlay:not(.fade-out) {
    opacity: 0;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover .overlay.fade-out, div.cms-element-twt-advanced-banner.is-hover .content.fade-out, div.cms-element-twt-advanced-banner.is-hover .overlay.fade-out, div.cms-element-twt-advanced-teaser.is-hover .content.fade-out, div.cms-element-twt-advanced-teaser.is-hover .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .content.fade-out, div.cms-element-twt-button-teaser.is-hover .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .content.fade-out, div.cms-element-twt-call-to-action.is-hover .overlay.fade-out, div.cms-element-twt-teaser.is-hover .content.fade-out, div.cms-element-twt-teaser.is-hover .overlay.fade-out, div.cms-element-twt-category-teaser.is-hover .content.fade-out, div.cms-element-twt-category-teaser.is-hover .overlay.fade-out, div.cms-element-twt-category-teaser-advanced.is-hover .content.fade-out, div.cms-element-twt-category-teaser-advanced.is-hover .overlay.fade-out, div.cms-element-twt-hero-banner.is-hover .content.fade-out, div.cms-element-twt-hero-banner.is-hover .overlay.fade-out, div.cms-element-twt-hero-teaser.is-hover .content.fade-out, div.cms-element-twt-hero-teaser.is-hover .overlay.fade-out, div.cms-element-twt-image-banner.is-hover .content.fade-out, div.cms-element-twt-image-banner.is-hover .overlay.fade-out, div.cms-element-twt-parallax-banner.is-hover .content.fade-out, div.cms-element-twt-parallax-banner.is-hover .overlay.fade-out {
    opacity: 1;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .overlay, div.cms-element-twt-advanced-banner.is-hover .overlay, div.cms-element-twt-advanced-teaser.is-hover .overlay, div.cms-element-twt-button-teaser.is-hover .overlay, div.cms-element-twt-call-to-action.is-hover .overlay, div.cms-element-twt-teaser.is-hover .overlay, div.cms-element-twt-category-teaser.is-hover .overlay, div.cms-element-twt-category-teaser-advanced.is-hover .overlay, div.cms-element-twt-hero-banner.is-hover .overlay, div.cms-element-twt-hero-teaser.is-hover .overlay, div.cms-element-twt-image-banner.is-hover .overlay, div.cms-element-twt-parallax-banner.is-hover .overlay {
    transition: all 0.3s ease-in-out 0.1s;
    transition-delay: 0.03s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.025s;
    animation-fill-mode: both;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .content, div.cms-element-twt-advanced-banner.is-hover .content, div.cms-element-twt-advanced-teaser.is-hover .content, div.cms-element-twt-button-teaser.is-hover .content, div.cms-element-twt-call-to-action.is-hover .content, div.cms-element-twt-teaser.is-hover .content, div.cms-element-twt-category-teaser.is-hover .content, div.cms-element-twt-category-teaser-advanced.is-hover .content, div.cms-element-twt-hero-banner.is-hover .content, div.cms-element-twt-hero-teaser.is-hover .content, div.cms-element-twt-image-banner.is-hover .content, div.cms-element-twt-parallax-banner.is-hover .content {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.03s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.025s;
    animation-fill-mode: both;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .content:not(.fade-out), div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out), div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out) {
    opacity: 1;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up {
    animation-name: cmsOverlaySlideInUp;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right {
    animation-name: cmsOverlaySlideInRight;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down {
    animation-name: cmsOverlaySlideInDown;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left {
    animation-name: cmsOverlaySlideInLeft;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay:not(.fade-out).zoom-in, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in {
    animation-name: cmsOverlayZoomIn;
  }
  div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .content.fade-out, div[class^="cms-element-twt-text-teaser"].is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-advanced-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-advanced-banner.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-advanced-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-advanced-teaser.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-button-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-button-teaser.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-call-to-action.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-call-to-action.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-teaser.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-category-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-category-teaser.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-category-teaser-advanced.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-category-teaser-advanced.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-hero-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-hero-banner.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-hero-teaser.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-hero-teaser.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-image-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-image-banner.is-hover:focus-within .cms-content-container .overlay.fade-out, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .content.fade-out, div.cms-element-twt-parallax-banner.is-hover .cms-image-container:hover .cms-content-container .overlay.fade-out, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .content.fade-out, div.cms-element-twt-parallax-banner.is-hover:focus-within .cms-content-container .overlay.fade-out {
    opacity: 0;
  }
}
.fit-content > div {
  position: relative;
}
a.is-fulllink:hover {
  text-decoration: none;
}
a.is-fulllink a:hover {
  text-decoration: underline;
}
.twt-col-flex {
  width: auto;
}
.twt-col-empty .alert {
  margin-bottom: 0 !important;
}
.object-position-right, .twt-object-position-right {
  object-position: right;
}
.object-position-left, .twt-object-position-left {
  object-position: left;
}
body.twt-cms-styling .cms-block .accordion-item {
  --bs-accordion-bg: $twt-cms-section-boxed-background-color;
}
body.twt-cms-styling .cms-block .accordion-button {
  --bs-accordion-btn-bg: $twt-cms-section-boxed-background-color;
}
body.twt-cms-styling .cms-block .accordion-button:not(.collapsed) {
  --bs-accordion-active-bg: $twt-cms-section-boxed-background-color;
}
/*
    _____ _                __      __
   |_   _| |_  ___ _ __  __\ \    / /_ _ _ _ ___  (R)
     | | | ' \/ -_) '  \/ -_) \/\/ / _` | '_/ -_)
     |_| |_||_\___|_|_|_\___|\_/\_/\__,_|_| \___|

    Copyright (c) TC-Innovations GmbH
    ==================================================
    ThemeWare® image animation (Zoom, Ken Burns, Parallax)

    Config: CMS element > Section "Image" > "Animation (Image)"

    Info:
    - Shared source of the image-animation keyframes and the '$twt-image-animations' map.
      Both the hero slider (_twt-cms-hero-slider.scss) and the presentation teasers reference
      these, so the keyframes are defined here exactly once (imported before both).
    - Presentation teasers (twt-advanced-teaser, twt-hero-teaser, twt-image-text-layered)
      also get their storefront rules here: the animation runs once on page load and holds the
      end state ('both'), like the hero slides. Applied to the shared '.cms-image-container' in
      'cover' mode only, where the image is absolutely positioned ('object-fit: cover') and
      transform-safe.
*/
@keyframes twtImageZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes twtImageKenburnsBottomLeft {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 84%;
  }
  100% {
    transform: scale(1.15) translate(-12px, 9px);
    transform-origin: left bottom;
  }
}
@keyframes twtImageKenburnsTopRight {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 16%;
  }
  100% {
    transform: scale(1.15) translate(12px, -9px);
    transform-origin: right top;
  }
}
.cms-image-container[class*="is-image-"] {
  overflow: hidden;
}
.cms-image-container.is-cover.is-image-zoom .cms-image {
  animation: twtImageZoom var(--twt-image-animation-duration, 20s) ease-out both;
}
.cms-image-container.is-cover.is-image-kenburns-bottom-left .cms-image {
  animation: twtImageKenburnsBottomLeft var(--twt-image-animation-duration, 20s) ease-out both;
}
.cms-image-container.is-cover.is-image-kenburns-top-right .cms-image {
  animation: twtImageKenburnsTopRight var(--twt-image-animation-duration, 20s) ease-out both;
}
.cms-image-container.is-cover.is-image-parallax-mousemove .cms-image {
  scale: 1.05;
  will-change: transform;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Advanced banner"
	==================================================

*/
.cms-element-twt-advanced-banner .twt-advanced-banner-image-container {
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-advanced-banner .twt-advanced-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-advanced-banner .twt-advanced-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-advanced-banner .twt-advanced-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content p.subheadline.none {
  margin-bottom: 0;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content .text a:hover {
  color: var(--twt-link-color-hover);
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content > *:last-child {
  margin-bottom: 0;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-content.is-styled {
  padding: 20px;
}
.cms-element-twt-advanced-banner .twt-advanced-banner-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Advanced teaser"
	==================================================

*/
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content.is-styled {
  padding: 20px;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content .headline.none {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cms-element-twt-advanced-teaser .twt-advanced-teaser-content .headline.none {
    font-size: 1.75rem;
  }
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-content button, .cms-element-twt-advanced-teaser .twt-advanced-teaser-content .btn, .cms-element-twt-advanced-teaser .twt-advanced-teaser-content .acris-last-search-term-delete {
  max-width: 100%;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cms-element-twt-advanced-teaser .twt-advanced-teaser-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Button teaser"
	==================================================

*/
.cms-element-twt-button-teaser .twt-button-teaser-content {
  max-width: 100%;
}
.cms-element-twt-button-teaser .twt-button-teaser-content button, .cms-element-twt-button-teaser .twt-button-teaser-content .btn, .cms-element-twt-button-teaser .twt-button-teaser-content .acris-last-search-term-delete {
  max-width: 100%;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: CMS element "Breadcrumb"
    ==================================================

    Wrapper layout for the standalone CMS breadcrumb element.

    Item-/style-specific rules (Firefox-Fix, Style 2 box, etc.) live in
    `component/_breadcrumb.scss` and `themeware/component/_breadcrumb.scss`
    scoped under `.twt-breadcrumb` (the `<ol>` itself) and apply uniformly
    here as well.
*/
.cms-element-twt-breadcrumb {
  display: flex;
}
.cms-element-twt-breadcrumb nav[aria-label="breadcrumb"] {
  display: flex;
  align-items: center;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Call-to-Action"
	==================================================

*/
.cms-element-twt-call-to-action .twt-call-to-action-content.is-styled {
  padding: 20px;
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-call-to-action .twt-call-to-action-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-call-to-action .twt-call-to-action-content button, .cms-element-twt-call-to-action .twt-call-to-action-content .btn, .cms-element-twt-call-to-action .twt-call-to-action-content .acris-last-search-term-delete {
  max-width: 100%;
}
.cms-element-twt-call-to-action .twt-call-to-action-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cms-element-twt-call-to-action .twt-call-to-action-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element 'Caption teaser'
	==================================================

*/
.cms-element-twt-teaser .twt-teaser-container {
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--twt-caption-offset, 0) !important;
}
.cms-element-twt-teaser .twt-teaser-content {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: var(--twt-caption-padding, 15px);
  border-radius: var(--twt-caption-border-radius, 0);
  background-color: var(--twt-caption-bg, rgba(0, 0, 0, 0.5));
}
.cms-element-twt-teaser .twt-teaser-text-wrapper {
  flex: 1;
  min-width: 0;
}
.cms-element-twt-teaser .twt-teaser-title {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  backface-visibility: hidden;
}
.cms-element-twt-teaser .twt-teaser-subtitle {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 2px;
  backface-visibility: hidden;
}
.cms-element-twt-teaser .twt-teaser-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.cms-element-twt-teaser .twt-teaser-arrow .icon {
  color: inherit;
}
.cms-element-twt-teaser .twt-teaser-arrow .icon svg {
  top: 0;
}
.cms-element-twt-teaser .twt-teaser-content.is-hover-grow:not(:has(.is-hover-reveal)) .twt-teaser-text-wrapper {
  transition: padding-block 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-teaser a:hover .twt-teaser-content.is-hover-grow:not(:has(.is-hover-reveal)) .twt-teaser-text-wrapper, .cms-element-twt-teaser .cms-image-container:hover .twt-teaser-content.is-hover-grow:not(:has(.is-hover-reveal)) .twt-teaser-text-wrapper {
    padding-block: 12px;
  }
}
.cms-element-twt-teaser .twt-teaser-content.is-hover-slide-in-down {
  transition: transform 0.35s ease, opacity 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-teaser .twt-teaser-content.is-hover-slide-in-down {
    transform: translateY(-30%);
    opacity: 0;
  }
  .cms-element-twt-teaser a:hover .twt-teaser-content.is-hover-slide-in-down, .cms-element-twt-teaser a:focus-within .twt-teaser-content.is-hover-slide-in-down, .cms-element-twt-teaser .cms-image-container:hover .twt-teaser-content.is-hover-slide-in-down {
    transform: translateY(0);
    opacity: 1;
  }
}
.cms-element-twt-teaser .twt-teaser-content.is-hover-slide-in-up {
  transition: transform 0.35s ease, opacity 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-teaser .twt-teaser-content.is-hover-slide-in-up {
    transform: translateY(30%);
    opacity: 0;
  }
  .cms-element-twt-teaser a:hover .twt-teaser-content.is-hover-slide-in-up, .cms-element-twt-teaser a:focus-within .twt-teaser-content.is-hover-slide-in-up, .cms-element-twt-teaser .cms-image-container:hover .twt-teaser-content.is-hover-slide-in-up {
    transform: translateY(0);
    opacity: 1;
  }
}
.cms-element-twt-teaser .twt-teaser-subtitle.is-hover-reveal {
  margin-top: 2px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: margin 0.35s ease, opacity 0.25s ease 0.1s, transform 0.3s ease 0.05s;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-teaser .twt-teaser-subtitle.is-hover-reveal {
    margin-top: 0;
    margin-bottom: -1lh;
    opacity: 0;
    transform: translateY(4px);
  }
  .cms-element-twt-teaser a:hover .twt-teaser-subtitle.is-hover-reveal, .cms-element-twt-teaser a:focus-within .twt-teaser-subtitle.is-hover-reveal, .cms-element-twt-teaser .cms-image-container:hover .twt-teaser-subtitle.is-hover-reveal {
    margin-top: 2px;
    margin-bottom: 0;
    opacity: 1;
    transform: translateY(0);
  }
}
.cms-element-twt-teaser .twt-teaser-overlay {
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
}
.cms-element-twt-teaser[class*="is-overlay-hover-"] .twt-teaser-overlay.color-overlay {
  transition: opacity 0.35s ease-in-out;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element 'Category teaser'
	==================================================

*/
.cms-element-twt-category-teaser .twt-category-teaser-badge-wrapper {
  position: absolute;
  top: 0;
  padding: var(--twt-padding, 15px);
  padding-bottom: 0;
  z-index: 1;
}
.cms-element-twt-category-teaser .twt-category-teaser-badge-wrapper.is-left {
  left: 0;
}
.cms-element-twt-category-teaser .twt-category-teaser-badge-wrapper.is-right {
  right: 0;
}
.cms-element-twt-category-teaser .twt-category-teaser-badge {
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 10px;
  margin: 0;
  margin-bottom: 5px;
}
.cms-element-twt-category-teaser .twt-category-teaser-container {
  flex-direction: column;
  justify-content: flex-end;
  padding: var(--twt-caption-offset, 0) !important;
}
.cms-element-twt-category-teaser .twt-category-teaser-content {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  padding: var(--twt-caption-padding, 15px);
  border-radius: var(--twt-caption-border-radius, 0);
  background-color: var(--twt-caption-bg, rgba(0, 0, 0, 0.5));
}
.cms-element-twt-category-teaser .twt-category-teaser-text-wrapper {
  flex: 1;
  min-width: 0;
}
.cms-element-twt-category-teaser .twt-category-teaser-title {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0;
  backface-visibility: hidden;
}
.cms-element-twt-category-teaser .twt-category-teaser-cta {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 2px;
  backface-visibility: hidden;
}
.cms-element-twt-category-teaser .twt-category-teaser-arrow {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.cms-element-twt-category-teaser .twt-category-teaser-arrow .icon {
  color: inherit;
}
.cms-element-twt-category-teaser .twt-category-teaser-arrow .icon svg {
  top: 0;
}
.cms-element-twt-category-teaser .twt-category-teaser-content.is-hover-grow:not(:has(.is-hover-reveal)) .twt-category-teaser-text-wrapper {
  transition: padding-block 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser a:hover .twt-category-teaser-content.is-hover-grow:not(:has(.is-hover-reveal)) .twt-category-teaser-text-wrapper, .cms-element-twt-category-teaser .cms-image-container:hover .twt-category-teaser-content.is-hover-grow:not(:has(.is-hover-reveal)) .twt-category-teaser-text-wrapper {
    padding-block: 12px;
  }
}
.cms-element-twt-category-teaser .twt-category-teaser-content.is-hover-slide-in-down {
  transition: transform 0.35s ease, opacity 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser .twt-category-teaser-content.is-hover-slide-in-down {
    transform: translateY(-30%);
    opacity: 0;
  }
  .cms-element-twt-category-teaser a:hover .twt-category-teaser-content.is-hover-slide-in-down, .cms-element-twt-category-teaser a:focus-within .twt-category-teaser-content.is-hover-slide-in-down, .cms-element-twt-category-teaser .cms-image-container:hover .twt-category-teaser-content.is-hover-slide-in-down {
    transform: translateY(0);
    opacity: 1;
  }
}
.cms-element-twt-category-teaser .twt-category-teaser-content.is-hover-slide-in-up {
  transition: transform 0.35s ease, opacity 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser .twt-category-teaser-content.is-hover-slide-in-up {
    transform: translateY(30%);
    opacity: 0;
  }
  .cms-element-twt-category-teaser a:hover .twt-category-teaser-content.is-hover-slide-in-up, .cms-element-twt-category-teaser a:focus-within .twt-category-teaser-content.is-hover-slide-in-up, .cms-element-twt-category-teaser .cms-image-container:hover .twt-category-teaser-content.is-hover-slide-in-up {
    transform: translateY(0);
    opacity: 1;
  }
}
.cms-element-twt-category-teaser .twt-category-teaser-cta.is-hover-reveal {
  margin-top: 2px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: margin 0.35s ease, opacity 0.25s ease 0.1s, transform 0.3s ease 0.05s;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser .twt-category-teaser-cta.is-hover-reveal {
    margin-top: 0;
    margin-bottom: -1lh;
    opacity: 0;
    transform: translateY(4px);
  }
  .cms-element-twt-category-teaser a:hover .twt-category-teaser-cta.is-hover-reveal, .cms-element-twt-category-teaser a:focus-within .twt-category-teaser-cta.is-hover-reveal, .cms-element-twt-category-teaser .cms-image-container:hover .twt-category-teaser-cta.is-hover-reveal {
    margin-top: 2px;
    margin-bottom: 0;
    opacity: 1;
    transform: translateY(0);
  }
}
.cms-element-twt-category-teaser .twt-category-teaser-overlay {
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
}
.cms-element-twt-category-teaser[class*="is-overlay-hover-"] .twt-category-teaser-overlay.color-overlay {
  transition: opacity 0.35s ease-in-out;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Category teaser"
	==================================================

*/
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-container {
  flex-direction: column;
  padding: 0 !important;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-content {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-content.has-content-bg {
  background-color: var(--twt-content-bg);
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-content.is-full-width {
  width: 100%;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-content.has-content-bg:not(.is-full-width) {
  max-width: 100%;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 0;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-subtitle {
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-cta.has-cta-bg {
  position: relative;
  padding: 10px 12px;
  border-radius: 2px;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-text {
  position: relative;
  display: inline-block;
  transition: padding 0.25s ease;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.25s ease, right 0.25s ease;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-cta .twt-category-teaser-advanced-cta-arrow {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow {
  margin-right: -5px;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-cta .icon {
  color: inherit;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-cta .icon svg {
  top: 1px;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-badge-wrapper {
  position: absolute;
  top: 0;
  padding: var(--twt-padding, 15px);
  padding-bottom: 0;
  z-index: 1;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-badge-wrapper.is-left {
  left: 0;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-badge-wrapper.is-right {
  right: 0;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-badge {
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 10px;
  margin: 0;
  margin-bottom: 5px;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.35s ease;
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-content.is-hover-slide-in-down {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-content.is-hover-slide-in-down {
    transform: translateY(-30%);
    opacity: 0;
  }
  .cms-element-twt-category-teaser-advanced a:hover .twt-category-teaser-advanced-content.is-hover-slide-in-down, .cms-element-twt-category-teaser-advanced a:focus-within .twt-category-teaser-advanced-content.is-hover-slide-in-down, .cms-element-twt-category-teaser-advanced .cms-image-container:hover .twt-category-teaser-advanced-content.is-hover-slide-in-down {
    transform: translateY(0);
    opacity: 1;
  }
}
.cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-content.is-hover-slide-in-up {
  transition: transform 0.35s ease, opacity 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-advanced .twt-category-teaser-advanced-content.is-hover-slide-in-up {
    transform: translateY(30%);
    opacity: 0;
  }
  .cms-element-twt-category-teaser-advanced a:hover .twt-category-teaser-advanced-content.is-hover-slide-in-up, .cms-element-twt-category-teaser-advanced a:focus-within .twt-category-teaser-advanced-content.is-hover-slide-in-up, .cms-element-twt-category-teaser-advanced .cms-image-container:hover .twt-category-teaser-advanced-content.is-hover-slide-in-up {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-advanced[class*="is-overlay-hover-"] .twt-category-teaser-advanced-overlay.color-overlay {
    transition: opacity 0.35s ease;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in .twt-category-teaser-advanced-cta:not(.has-cta-bg) {
    position: relative;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-text {
    position: relative;
    display: inline-block;
    transition: padding 0.3s ease;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow {
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in a:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in a:focus-within .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in .cms-image-container:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-text {
    padding-right: 15px;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in a:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in a:focus-within .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in .cms-image-container:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow {
    right: 0;
    opacity: 1;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up .twt-category-teaser-advanced-cta {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up .twt-category-teaser-advanced-title, .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up .twt-category-teaser-advanced-subtitle {
    transition: transform 0.3s ease;
    transform: translateY(15px);
  }
  .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up a:hover .twt-category-teaser-advanced-cta, .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up a:focus-within .twt-category-teaser-advanced-cta, .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up .cms-image-container:hover .twt-category-teaser-advanced-cta {
    opacity: 1;
    transform: translateY(0);
  }
  .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up a:hover .twt-category-teaser-advanced-title, .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up a:hover .twt-category-teaser-advanced-subtitle, .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up a:focus-within .twt-category-teaser-advanced-title, .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up a:focus-within .twt-category-teaser-advanced-subtitle, .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up .cms-image-container:hover .twt-category-teaser-advanced-title, .cms-element-twt-category-teaser-advanced.is-cta-slide-in-up .cms-image-container:hover .twt-category-teaser-advanced-subtitle {
    transform: translateY(0);
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .twt-category-teaser-advanced-cta {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .twt-category-teaser-advanced-cta:not(.has-cta-bg) {
    position: relative;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-text {
    position: relative;
    display: inline-block;
    transition: padding 0.3s ease;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow {
    position: absolute;
    top: 50%;
    right: -32px;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .twt-category-teaser-advanced-title, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .twt-category-teaser-advanced-subtitle {
    transition: transform 0.3s ease;
    transform: translateY(15px);
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:hover .twt-category-teaser-advanced-cta, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:focus-within .twt-category-teaser-advanced-cta, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .cms-image-container:hover .twt-category-teaser-advanced-cta {
    opacity: 1;
    transform: translateY(0);
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:focus-within .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .cms-image-container:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-text {
    padding-right: 15px;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:focus-within .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .cms-image-container:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow {
    right: 0;
    opacity: 1;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:hover .twt-category-teaser-advanced-title, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:hover .twt-category-teaser-advanced-subtitle, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:focus-within .twt-category-teaser-advanced-title, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:focus-within .twt-category-teaser-advanced-subtitle, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .cms-image-container:hover .twt-category-teaser-advanced-title, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .cms-image-container:hover .twt-category-teaser-advanced-subtitle {
    transform: translateY(0);
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in a:hover .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in a:focus-within .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in .cms-image-container:hover .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:hover .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:focus-within .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-text, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .cms-image-container:hover .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-text {
    padding-right: 12px;
  }
  .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in a:hover .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in a:focus-within .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-slide-in .cms-image-container:hover .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:hover .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in a:focus-within .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced.is-cta-arrow-and-cta-fade-in .cms-image-container:hover .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-arrow {
    right: 5px;
    opacity: 1;
  }
  .cms-element-twt-category-teaser-advanced[class*="is-cta-"]:not(.is-cta-arrow-slide-in):not(.is-cta-slide-in-up):not(.is-cta-arrow-and-cta-fade-in) a:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced[class*="is-cta-"]:not(.is-cta-arrow-slide-in):not(.is-cta-slide-in-up):not(.is-cta-arrow-and-cta-fade-in) a:focus-within .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow, .cms-element-twt-category-teaser-advanced[class*="is-cta-"]:not(.is-cta-arrow-slide-in):not(.is-cta-slide-in-up):not(.is-cta-arrow-and-cta-fade-in) .cms-image-container:hover .twt-category-teaser-advanced-cta:not(.has-cta-bg) .twt-category-teaser-advanced-cta-arrow {
    transform: translateX(3px);
  }
}
@media (min-width: 576px) {
  .cms-element-twt-category-teaser-advanced:not(.is-cta-arrow-slide-in):not(.is-cta-arrow-and-cta-fade-in) .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-text {
    padding-right: 12px;
  }
  .cms-element-twt-category-teaser-advanced:not(.is-cta-arrow-slide-in):not(.is-cta-arrow-and-cta-fade-in) .twt-category-teaser-advanced-cta.has-cta-bg .twt-category-teaser-advanced-cta-arrow {
    right: 5px;
    opacity: 1;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Classic teaser"
	==================================================
    see _twt-cms-classic-teaser.scss

*/
.cms-element-twt-category-teaser-classic .cms-title-container {
  font-family: "Titillium Web", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-classic.is-hover .cms-title-container {
    opacity: 0;
  }
  .cms-element-twt-category-teaser-classic.is-hover:hover .cms-title-container, .cms-element-twt-category-teaser-classic.is-hover:focus-within .cms-title-container {
    opacity: 1;
  }
}
.cms-element-twt-category-teaser-classic .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008CBA;
}
.cms-element-twt-category-teaser-classic .icon svg {
  top: 0;
}
@media (min-width: 576px) {
  .cms-element-twt-category-teaser-classic .overlay {
    transition: all 0.25s ease;
    opacity: 0.9;
  }
}
.cms-element-twt-category-teaser-classic.is-default .text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cms-element-twt-category-teaser-classic.is-default .text, .cms-element-twt-category-teaser-classic.is-effect1 .text, .cms-element-twt-category-teaser-classic.is-effect2 .text, .cms-element-twt-category-teaser-classic.is-effect3 .text, .cms-element-twt-category-teaser-classic.is-effect4 .text, .cms-element-twt-category-teaser-classic.is-effect5 .text, .cms-element-twt-category-teaser-classic.is-effect7 .text, .cms-element-twt-category-teaser-classic.is-effect6 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.cms-element-twt-category-teaser-classic.is-effect1 .text, .cms-element-twt-category-teaser-classic.is-effect2 .text, .cms-element-twt-category-teaser-classic.is-effect3 .text, .cms-element-twt-category-teaser-classic.is-effect4 .text, .cms-element-twt-category-teaser-classic.is-effect5 .text, .cms-element-twt-category-teaser-classic.is-effect7 .text, .cms-element-twt-category-teaser-classic.is-effect6 .text {
  text-align: center;
}
.cms-element-twt-category-teaser-classic.is-effect1 .text, .cms-element-twt-category-teaser-classic.is-effect2 .text {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.cms-element-twt-category-teaser-classic.is-effect1 .text .icon, .cms-element-twt-category-teaser-classic.is-effect2 .text .icon {
  color: #000000;
}
.cms-element-twt-category-teaser-classic.is-effect1 .text, .cms-element-twt-category-teaser-classic.is-effect4 .text {
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-classic.is-effect1 a:hover .text, .cms-element-twt-category-teaser-classic.is-effect4 a:hover .text {
    height: 75px;
  }
}
.cms-element-twt-category-teaser-classic.is-effect1 .text, .cms-element-twt-category-teaser-classic.is-effect2 .text, .cms-element-twt-category-teaser-classic.is-effect4 .text {
  line-height: 30px;
  width: 100%;
  height: 40px;
  padding: 5px 25px;
}
.cms-element-twt-category-teaser-classic.is-effect1 .text.text-start, .cms-element-twt-category-teaser-classic.is-effect1 .text.text-left, .cms-element-twt-category-teaser-classic.is-effect2 .text.text-start, .cms-element-twt-category-teaser-classic.is-effect2 .text.text-left, .cms-element-twt-category-teaser-classic.is-effect4 .text.text-start, .cms-element-twt-category-teaser-classic.is-effect4 .text.text-left {
  padding: 5px 25px 5px 15px;
}
.cms-element-twt-category-teaser-classic.is-effect1 .text .icon, .cms-element-twt-category-teaser-classic.is-effect2 .text .icon, .cms-element-twt-category-teaser-classic.is-effect4 .text .icon {
  position: absolute;
  right: 5px;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-classic.is-effect1 a:hover .text .icon, .cms-element-twt-category-teaser-classic.is-effect2 a:hover .text .icon, .cms-element-twt-category-teaser-classic.is-effect4 a:hover .text .icon {
    opacity: 1;
  }
}
.cms-element-twt-category-teaser-classic.is-effect1 .text, .cms-element-twt-category-teaser-classic.is-effect2 .text, .cms-element-twt-category-teaser-classic.is-effect3 .text, .cms-element-twt-category-teaser-classic.is-effect4 .text, .cms-element-twt-category-teaser-classic.is-effect5 .text, .cms-element-twt-category-teaser-classic.is-effect6 .text {
  font-size: 18px;
  font-weight: 600;
}
.cms-element-twt-category-teaser-classic.is-default .text, .cms-element-twt-category-teaser-classic.is-effect1 .text, .cms-element-twt-category-teaser-classic.is-effect2 .text, .cms-element-twt-category-teaser-classic.is-effect3 .text, .cms-element-twt-category-teaser-classic.is-effect4 .text, .cms-element-twt-category-teaser-classic.is-effect5 .text, .cms-element-twt-category-teaser-classic.is-effect6 .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-element-twt-category-teaser-classic.is-effect5 .text, .cms-element-twt-category-teaser-classic.is-effect6 .text {
  line-height: 25px;
  width: auto;
  height: 35px;
  padding: 5px 15px;
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-classic.is-effect5 a:hover .text, .cms-element-twt-category-teaser-classic.is-effect6 a:hover .text {
    line-height: 30px;
    height: 50px;
    padding: 10px 20px;
  }
}
.cms-element-twt-category-teaser-classic.is-effect1 a:hover .text {
  background: rgba(255, 255, 255, 0.95);
}
.cms-element-twt-category-teaser-classic.is-effect2 .text {
  transition: all 0.4s ease-out;
}
.cms-element-twt-category-teaser-classic.is-effect2 a:hover .text {
  background: white;
}
.cms-element-twt-category-teaser-classic.is-effect3 .text {
  line-height: 25px;
  width: calc(100% - 60px);
  height: 40px;
  margin: 30px;
  padding: 5px 25px;
  transition: all 0.2s ease-out;
  color: #000000;
  border: 2px solid #ff0000;
  background: rgba(255, 255, 255, 0.3);
}
.cms-element-twt-category-teaser-classic.is-effect3 .text.text-start, .cms-element-twt-category-teaser-classic.is-effect3 .text.text-left {
  padding: 5px 15px;
}
.cms-element-twt-category-teaser-classic.is-effect3 .text .icon {
  position: absolute;
  right: 5px;
  opacity: 0;
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-classic.is-effect3 a:hover .text {
    line-height: 76px;
    height: 100px;
    background: rgba(255, 255, 255, 0.6);
  }
  .cms-element-twt-category-teaser-classic.is-effect3 a:hover .text .icon {
    opacity: 1;
  }
}
.cms-element-twt-category-teaser-classic.is-effect4 .text {
  font-style: italic;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.cms-element-twt-category-teaser-classic.is-effect4 .text .icon {
  color: #ffffff;
}
.cms-element-twt-category-teaser-classic.is-effect4 a:hover .text {
  background: rgba(0, 0, 0, 0.7);
}
.cms-element-twt-category-teaser-classic.is-effect5 .text {
  max-width: calc(100% - 15px);
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #21262c;
}
.cms-element-twt-category-teaser-classic.is-effect5 a:hover .text {
  color: #000;
  background: #ff0000;
}
.cms-element-twt-category-teaser-classic.is-effect6 .text {
  max-width: 100%;
  margin: 0 0 15px 15px;
  color: #ff0000;
  background: rgba(255, 255, 255, 0.9);
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-classic.is-effect6 a:hover .text {
    margin: 0;
    background: #ff7373;
  }
}
.cms-element-twt-category-teaser-classic.is-effect7 .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 15px;
  transition: all 0.2s ease-out;
  color: #000000;
  background: rgba(255, 255, 255, 0.8);
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-classic.is-effect7 a:hover .text {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Modern teaser"
	==================================================
	see _twt-cms-modern-teaser.scss

*/
.cms-element-twt-category-teaser-modern .twt-category-teaser-modern-badge-wrapper {
  position: absolute;
  top: 0;
  padding: var(--twt-padding, 15px);
  padding-bottom: 0;
  z-index: 1;
}
.cms-element-twt-category-teaser-modern .twt-category-teaser-modern-badge-wrapper.is-left {
  left: 0;
}
.cms-element-twt-category-teaser-modern .twt-category-teaser-modern-badge-wrapper.is-right {
  right: 0;
}
.cms-element-twt-category-teaser-modern .twt-category-teaser-modern-badge {
  font-size: 1rem;
  font-weight: 600;
  padding: 5px 10px;
  margin: 0;
  margin-bottom: 5px;
}
.cms-element-twt-category-teaser-modern .twt-category-teaser-modern-content {
  max-width: 100%;
}
.cms-element-twt-category-teaser-modern .twt-category-teaser-modern-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-block;
  max-width: 100%;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
.cms-element-twt-category-teaser-modern p {
  margin-bottom: 0;
}
.cms-element-twt-category-teaser-modern .text {
  position: relative;
  transition: all 0.25s;
}
.cms-element-twt-category-teaser-modern .text span:not(.icon) {
  position: relative;
  display: inline-block;
  max-width: 100%;
  transition: all 0.25s ease;
}
.cms-element-twt-category-teaser-modern .text .icon {
  position: absolute;
  top: 50%;
  right: -20px;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  opacity: 0;
  color: inherit;
}
.cms-element-twt-category-teaser-modern .text .icon svg {
  top: 1px;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-category-teaser-modern a:hover .text {
    margin-right: 0;
  }
  .cms-element-twt-category-teaser-modern a:hover .text span:not(.icon) {
    padding-right: 12px;
  }
  .cms-element-twt-category-teaser-modern a:hover .text .icon {
    right: 5px;
    opacity: 1;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Classic teaser"
	==================================================

*/
.cms-element-twt-classic-teaser .cms-title-container {
  font-family: "Titillium Web", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-classic-teaser.is-hover .cms-title-container {
    opacity: 0;
  }
  .cms-element-twt-classic-teaser.is-hover:hover .cms-title-container, .cms-element-twt-classic-teaser.is-hover:focus-within .cms-title-container {
    opacity: 1;
  }
}
.cms-element-twt-classic-teaser .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008CBA;
}
.cms-element-twt-classic-teaser .icon svg {
  top: 0;
}
@media (min-width: 576px) {
  .cms-element-twt-classic-teaser .overlay {
    transition: all 0.25s ease;
    opacity: 0.9;
  }
}
.cms-element-twt-classic-teaser.is-default .text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.cms-element-twt-classic-teaser.is-default .text, .cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect7 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect7 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  text-align: center;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text {
  color: #000000;
  background: rgba(255, 255, 255, 0.7);
}
.cms-element-twt-classic-teaser.is-effect1 .text .icon, .cms-element-twt-classic-teaser.is-effect2 .text .icon {
  color: #000000;
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect4 .text {
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-classic-teaser.is-effect1 a:hover .text, .cms-element-twt-classic-teaser.is-effect4 a:hover .text {
    height: 75px;
  }
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect4 .text {
  line-height: 30px;
  width: 100%;
  height: 40px;
  padding: 5px 25px;
}
.cms-element-twt-classic-teaser.is-effect1 .text.text-start, .cms-element-twt-classic-teaser.is-effect1 .text.text-left, .cms-element-twt-classic-teaser.is-effect2 .text.text-start, .cms-element-twt-classic-teaser.is-effect2 .text.text-left, .cms-element-twt-classic-teaser.is-effect4 .text.text-start, .cms-element-twt-classic-teaser.is-effect4 .text.text-left {
  padding: 5px 25px 5px 15px;
}
.cms-element-twt-classic-teaser.is-effect1 .text .icon, .cms-element-twt-classic-teaser.is-effect2 .text .icon, .cms-element-twt-classic-teaser.is-effect4 .text .icon {
  position: absolute;
  right: 5px;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-classic-teaser.is-effect1 a:hover .text .icon, .cms-element-twt-classic-teaser.is-effect2 a:hover .text .icon, .cms-element-twt-classic-teaser.is-effect4 a:hover .text .icon {
    opacity: 1;
  }
}
.cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  font-size: 18px;
  font-weight: 600;
}
.cms-element-twt-classic-teaser.is-default .text, .cms-element-twt-classic-teaser.is-effect1 .text, .cms-element-twt-classic-teaser.is-effect2 .text, .cms-element-twt-classic-teaser.is-effect3 .text, .cms-element-twt-classic-teaser.is-effect4 .text, .cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cms-element-twt-classic-teaser.is-effect5 .text, .cms-element-twt-classic-teaser.is-effect6 .text {
  line-height: 25px;
  width: auto;
  height: 35px;
  padding: 5px 15px;
  transition: all 0.2s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-classic-teaser.is-effect5 a:hover .text, .cms-element-twt-classic-teaser.is-effect6 a:hover .text {
    line-height: 30px;
    height: 50px;
    padding: 10px 20px;
  }
}
.cms-element-twt-classic-teaser.is-effect1 a:hover .text {
  background: rgba(255, 255, 255, 0.95);
}
.cms-element-twt-classic-teaser.is-effect2 .text {
  transition: all 0.4s ease-out;
}
.cms-element-twt-classic-teaser.is-effect2 a:hover .text {
  background: white;
}
.cms-element-twt-classic-teaser.is-effect3 .text {
  line-height: 25px;
  width: calc(100% - 60px);
  height: 40px;
  margin: 30px;
  padding: 5px 25px;
  transition: all 0.2s ease-out;
  color: #000000;
  border: 2px solid #ff0000;
  background: rgba(255, 255, 255, 0.3);
}
.cms-element-twt-classic-teaser.is-effect3 .text.text-start, .cms-element-twt-classic-teaser.is-effect3 .text.text-left {
  padding: 5px 15px;
}
.cms-element-twt-classic-teaser.is-effect3 .text .icon {
  position: absolute;
  right: 5px;
  opacity: 0;
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-classic-teaser.is-effect3 a:hover .text {
    line-height: 76px;
    height: 100px;
    background: rgba(255, 255, 255, 0.6);
  }
  .cms-element-twt-classic-teaser.is-effect3 a:hover .text .icon {
    opacity: 1;
  }
}
.cms-element-twt-classic-teaser.is-effect4 .text {
  font-style: italic;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}
.cms-element-twt-classic-teaser.is-effect4 .text .icon {
  color: #ffffff;
}
.cms-element-twt-classic-teaser.is-effect4 a:hover .text {
  background: rgba(0, 0, 0, 0.7);
}
.cms-element-twt-classic-teaser.is-effect5 .text {
  max-width: calc(100% - 15px);
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #ffffff;
  background: #21262c;
}
.cms-element-twt-classic-teaser.is-effect5 a:hover .text {
  color: #000;
  background: #ff0000;
}
.cms-element-twt-classic-teaser.is-effect6 .text {
  max-width: 100%;
  margin: 0 0 15px 15px;
  color: #ff0000;
  background: rgba(255, 255, 255, 0.9);
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-classic-teaser.is-effect6 a:hover .text {
    margin: 0;
    background: #ff7373;
  }
}
.cms-element-twt-classic-teaser.is-effect7 .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 15px;
  transition: all 0.2s ease-out;
  color: #000000;
  background: rgba(255, 255, 255, 0.8);
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-classic-teaser.is-effect7 a:hover .text {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Countdown banner"
	==================================================

*/
.cms-element-twt-countdown-banner .twt-countdown-banner-container, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-container {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container {
  background-repeat: no-repeat;
  background-position: center;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-cover, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-fixed, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-scroll, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-image-container.is-fixed, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-content, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-content.justify-content-center, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-content.justify-content-center {
  gap: 0.5rem;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-headline, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-headline {
  line-height: 1;
  margin-bottom: 3px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline {
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h1, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h1 {
  font-size: calc(2.25rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h2, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h2 {
  font-size: calc(1.75rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h3, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h3, .cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.lenz-order-comment-group-headline, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.lenz-order-comment-group-headline {
  font-size: calc(1.5rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h4, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h4 {
  font-size: calc(1.125rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h5, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h5 {
  font-size: calc(1rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-subheadline.h6, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-subheadline.h6 {
  font-size: calc(0.875rem - 3px);
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter {
  display: flex;
  margin: 10px 0;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*
                .twt-countdown-banner-counter-item {
                    position: relative;

                    &:not(:last-child):before,
                    &:not(:last-child):after {
                        content: "";
                        background-color: rgba(255, 255, 255, .3);
                        height: 5px;
                        width: 5px;
                        border-radius: 50%;
                        display: block;
                        position: absolute;
                        right: -1rem;
                    }

                    &:not(:last-child):before {
                        top: 35%;
                    }
                }
                */
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers {
    gap: 2rem;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number {
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-number {
    font-size: 4.25rem;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-big-numbers .twt-countdown-banner-counter-item-label {
    font-size: 1.25rem;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item {
  min-width: 90px;
  padding: 5px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-number {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 50px;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
  padding: 10px;
  border-radius: 4px;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colored-numbers .twt-countdown-banner-counter-item-label {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
  min-width: 105px;
  min-height: 90px;
  padding: 10px;
  border-radius: 5px;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 115px;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 120px;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item {
    min-width: 125px;
  }
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-number, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-number {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-label, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter.is-colourful-counters .twt-countdown-banner-counter-item-label {
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
  padding-left: 5px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.cms-element-twt-countdown-banner .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 0.25rem;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner .twt-countdown-banner-counter-item, .cms-element-twt-countdown-banner-compact .twt-countdown-banner-counter-item {
    gap: 0.5rem;
  }
}
/*
.triangles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    z-index: 1;

    .left {
        position: absolute;
        left: 0;
        height: 100%;
        width: 33.333%;
    }

    .right {
        position: absolute;
        right: 0;
        height: 100%;
        width: 33.333%;
    }

    .triangle {
        position: absolute;
    }

    span {
        position: absolute;
    }
}
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Countdown banner (Compact)"
	==================================================

*/
.cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content {
  flex-direction: row !important;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content.justify-content-center {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
.cms-element-twt-countdown-banner-compact.twt-break-all .twt-countdown-banner-text {
  text-align: left;
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content.justify-content-center {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xs .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 576px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 480px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content.justify-content-center {
    gap: 1rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-sm .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-md .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content.justify-content-center {
    gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-lg .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xl .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-content {
    flex-direction: row !important;
  }
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-countdown-banner-compact.twt-break-xxl .twt-countdown-banner-content.justify-content-center {
    gap: 3rem;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Discount banner"
	==================================================

*/
.cms-element-twt-discount-banner {
  position: relative;
}
.cms-element-twt-discount-banner .twt-discount-banner-content {
  max-width: inherit;
  text-align: center;
}
.cms-element-twt-discount-banner .twt-discount-banner-content .left {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 6% 6% 3% 6%;
  text-align: center;
  background: var(--twt-bg-color);
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left {
    padding: 3%;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
  position: absolute;
  z-index: 0;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 30px;
  content: "";
  background: var(--twt-bg-color);
  clip-path: polygon(-1% 0%, 100% 0, 101% 50%, 50% 100%, 0 50%);
}
@media (min-width: 480px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    bottom: -40px;
    height: 60px;
  }
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    top: 0;
    right: -40px;
    bottom: inherit !important;
    left: inherit !important;
    width: 50px !important;
    height: 100% !important;
    clip-path: polygon(0 0, 25% -1%, 100% 50%, 25% 101%, 0% 100%) !important;
  }
}
@media (min-width: 992px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    right: -60px;
    width: 70px !important;
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .left:after {
    right: -80px;
    width: 90px !important;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: calc(6% + 20px) 6% 6%;
  text-align: center;
  gap: 0.25rem;
}
@media (min-width: 480px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-top: calc(6% + 40px);
  }
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding: 3% 3% 3% calc(3% + 40px);
  }
}
@media (min-width: 992px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-left: calc(3% + 60px);
  }
}
@media (min-width: 1440px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .right {
    padding-left: calc(3% + 80px);
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-discount {
  font-size: 11vw;
  font-weight: 600;
  line-height: 1;
  z-index: 1;
  margin-bottom: 0;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 576px) {
  .cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-discount {
    margin-left: 15px;
  }
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-title {
  font-size: 5vw;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.cms-element-twt-discount-banner .twt-discount-banner-content .twt-discount-banner-subtitle {
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff;
}
.cms-element-twt-discount-banner a.cms-image-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  outline: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero banner"
	==================================================

*/
.cms-element-twt-hero-banner .twt-hero-banner-image-container {
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-element-twt-hero-banner .twt-hero-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-hero-banner .twt-hero-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-hero-banner .twt-hero-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-hero-banner .twt-hero-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-hero-banner .twt-hero-banner-content p.subheadline.none {
  margin-bottom: 0;
}
.cms-element-twt-hero-banner .twt-hero-banner-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-hero-banner .twt-hero-banner-content .text a:hover {
  color: var(--twt-link-color-hover);
}
.cms-element-twt-hero-banner .twt-hero-banner-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-hero-banner .twt-hero-banner-content > *:last-child {
  margin-bottom: 0;
}
.cms-element-twt-hero-banner .twt-hero-banner-content.is-styled {
  padding: 20px;
}
.cms-element-twt-hero-banner .twt-hero-banner-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero countdown headline"
	==================================================

*/
.cms-element-twt-hero-countdown-headline .twt-hero-countdown-headline-content {
  text-align: center;
}
.cms-element-twt-hero-countdown-headline .twt-hero-countdown-headline-content .headline {
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero slider"
	==================================================

*/
div[class*="cms-block-twt-hero-slider-"] .alert {
  margin: 0;
}
div[class*="cms-block-twt-hero-slider-"]:focus-within .image-slider .base-slider-controls {
  opacity: 1;
}
div[class*="cms-block-twt-hero-slider-"]:not(.flat-controls) .carousel-control-prev span, div[class*="cms-block-twt-hero-slider-"]:not(.flat-controls) .carousel-control-next span {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.65)) drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.35));
}
div[class*="cms-block-twt-hero-slider-"]:not(.flat-controls) .carousel-indicators button {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.85));
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-prev:focus-visible, div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-next:focus-visible {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-prev .icon, div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-next .icon {
  color: #fff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-prev .icon:hover, div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-control-next .icon:hover {
  color: #fff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-indicators button {
  background-color: #fff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-indicators button:hover {
  background-color: #fff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-indicators button.active {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-toggle-buttons button {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-light .carousel-toggle-buttons button:focus-visible {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-prev:focus-visible, div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-next:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-prev .icon, div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-next .icon {
  color: #000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-prev .icon:hover, div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-control-next .icon:hover {
  color: #000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-indicators button {
  background-color: #000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-indicators button:hover {
  background-color: #000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-indicators button.active {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-toggle-buttons button {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: black;
  --bs-btn-hover-border-color: black;
  --bs-btn-focus-shadow-rgb: 38, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: black;
  --bs-btn-active-border-color: black;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000000;
  --bs-btn-disabled-border-color: #000000;
}
div[class*="cms-block-twt-hero-slider-"].carousel-dark .carousel-toggle-buttons button:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.carousel-toggle-buttons {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 99;
  border-radius: 4px;
}
.carousel-toggle-buttons button {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}
.carousel-toggle-buttons button:focus-visible {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.btn-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  /* Damit die ausgeblendeten Buttons nicht den Layoutfluss stören */
}
.twt-hero-slider {
  position: relative;
  overflow: hidden;
}
.twt-hero-slider .carousel-control-prev, .twt-hero-slider .carousel-control-next {
  line-height: 45px;
  width: 2rem;
  height: 45px;
  z-index: 2;
  border: 0 !important;
  background-color: transparent !important;
}
.twt-hero-slider .carousel-control-prev .icon, .twt-hero-slider .carousel-control-next .icon {
  transition: opacity 0.3s ease;
  opacity: 0.75;
  color: #fff;
}
.twt-hero-slider .carousel-control-prev:hover .icon, .twt-hero-slider .carousel-control-next:hover .icon {
  opacity: 1;
  color: #fff;
}
.twt-hero-slider .carousel-control-prev:focus-visible, .twt-hero-slider .carousel-control-next:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem #000000;
}
.twt-hero-slider .carousel-control-prev {
  left: 1px;
}
.twt-hero-slider .carousel-control-next {
  right: 1px;
}
.twt-hero-slider .carousel-indicators {
  align-items: center;
  margin: 15px 0;
}
.twt-hero-slider .carousel-indicators button {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  background-color: #fff;
  box-shadow: none;
  width: 8px;
  height: 8px;
  padding: 4px;
  margin-right: 8px;
  margin-left: 8px;
  border-radius: 50%;
}
.twt-hero-slider .carousel-indicators button:hover {
  background-color: #fff;
  box-shadow: none;
}
.twt-hero-slider .carousel-indicators button.active {
  opacity: 1;
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.twt-hero-slider-item-container.is-boxed {
  max-width: 1800px;
  margin: 0 auto;
}
.twt-hero-slider-slide .twt-hero-slider-item-content {
  padding: 15px 30px 50px 30px;
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
  padding: 10px;
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content:not(.is-styled) {
  padding: 0;
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 10px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content.is-styled {
    padding: 25px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content.is-styled {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content:not(.is-styled) {
    padding: 0;
  }
}
.twt-hero-slider-item-image-container {
  height: 100%;
  position: relative;
}
.twt-hero-slider-item-image-container .color-overlay {
  z-index: 1;
}
.twt-hero-slider-item-image-container.twt-contain {
  min-height: inherit;
}
.twt-hero-slider-item-image-container.twt-contain img {
  object-fit: contain;
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  height: 100%;
}
.twt-hero-slider-item-image-container.twt-cover {
  min-height: var(--twt-min-height);
}
.twt-hero-slider-item-image-container.twt-cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 480px) {
  .twt-hero-slider-item-image-container.twt-contain-xs {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xs img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-item-image-container.twt-cover-xs {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xs img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-item-image-container.twt-contain-sm {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-sm img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-item-image-container.twt-cover-sm {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-sm img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-item-image-container.twt-contain-md {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-md img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-item-image-container.twt-cover-md {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-md img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-item-image-container.twt-contain-lg {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-lg img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-item-image-container.twt-cover-lg {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-lg img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-item-image-container.twt-contain-xl {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xl img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-item-image-container.twt-cover-xl {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xl img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-item-image-container.twt-contain-xxl {
    min-height: inherit;
  }
  .twt-hero-slider-item-image-container.twt-contain-xxl img {
    object-fit: contain;
    position: relative;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
    height: 100%;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-item-image-container.twt-cover-xxl {
    min-height: var(--twt-min-height);
  }
  .twt-hero-slider-item-image-container.twt-cover-xxl img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
  }
}
.twt-hero-slider-item-image-container[class*="is-image-"] {
  overflow: hidden;
}
.twt-hero-slider-item-image-container.twt-cover.is-image-parallax-mousemove img {
  scale: 1.05;
  will-change: transform;
}
@media (min-width: 480px) {
  .twt-hero-slider-item-image-container.twt-cover-xs.is-image-parallax-mousemove img {
    scale: 1.05;
    will-change: transform;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-item-image-container.twt-cover-sm.is-image-parallax-mousemove img {
    scale: 1.05;
    will-change: transform;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-item-image-container.twt-cover-md.is-image-parallax-mousemove img {
    scale: 1.05;
    will-change: transform;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-item-image-container.twt-cover-lg.is-image-parallax-mousemove img {
    scale: 1.05;
    will-change: transform;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-item-image-container.twt-cover-xl.is-image-parallax-mousemove img {
    scale: 1.05;
    will-change: transform;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-item-image-container.twt-cover-xxl.is-image-parallax-mousemove img {
    scale: 1.05;
    will-change: transform;
  }
}
.carousel-item.active .twt-hero-slider-item-image-container.twt-cover.is-image-zoom img {
  animation: twtImageZoom var(--twt-image-animation-duration, 20s) ease-out both;
}
.carousel-item.active .twt-hero-slider-item-image-container.twt-cover.is-image-kenburns-bottom-left img {
  animation: twtImageKenburnsBottomLeft var(--twt-image-animation-duration, 20s) ease-out both;
}
.carousel-item.active .twt-hero-slider-item-image-container.twt-cover.is-image-kenburns-top-right img {
  animation: twtImageKenburnsTopRight var(--twt-image-animation-duration, 20s) ease-out both;
}
@media (min-width: 480px) {
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xs.is-image-zoom img {
    animation: twtImageZoom var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xs.is-image-kenburns-bottom-left img {
    animation: twtImageKenburnsBottomLeft var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xs.is-image-kenburns-top-right img {
    animation: twtImageKenburnsTopRight var(--twt-image-animation-duration, 20s) ease-out both;
  }
}
@media (min-width: 576px) {
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-sm.is-image-zoom img {
    animation: twtImageZoom var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-sm.is-image-kenburns-bottom-left img {
    animation: twtImageKenburnsBottomLeft var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-sm.is-image-kenburns-top-right img {
    animation: twtImageKenburnsTopRight var(--twt-image-animation-duration, 20s) ease-out both;
  }
}
@media (min-width: 768px) {
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-md.is-image-zoom img {
    animation: twtImageZoom var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-md.is-image-kenburns-bottom-left img {
    animation: twtImageKenburnsBottomLeft var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-md.is-image-kenburns-top-right img {
    animation: twtImageKenburnsTopRight var(--twt-image-animation-duration, 20s) ease-out both;
  }
}
@media (min-width: 992px) {
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-lg.is-image-zoom img {
    animation: twtImageZoom var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-lg.is-image-kenburns-bottom-left img {
    animation: twtImageKenburnsBottomLeft var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-lg.is-image-kenburns-top-right img {
    animation: twtImageKenburnsTopRight var(--twt-image-animation-duration, 20s) ease-out both;
  }
}
@media (min-width: 1200px) {
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xl.is-image-zoom img {
    animation: twtImageZoom var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xl.is-image-kenburns-bottom-left img {
    animation: twtImageKenburnsBottomLeft var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xl.is-image-kenburns-top-right img {
    animation: twtImageKenburnsTopRight var(--twt-image-animation-duration, 20s) ease-out both;
  }
}
@media (min-width: 1440px) {
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xxl.is-image-zoom img {
    animation: twtImageZoom var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xxl.is-image-kenburns-bottom-left img {
    animation: twtImageKenburnsBottomLeft var(--twt-image-animation-duration, 20s) ease-out both;
  }
  .carousel-item.active .twt-hero-slider-item-image-container.twt-cover-xxl.is-image-kenburns-top-right img {
    animation: twtImageKenburnsTopRight var(--twt-image-animation-duration, 20s) ease-out both;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-item-image-container[class*="is-image-"].twt-contain-xs img {
    animation: none !important;
    transform: none !important;
    scale: none;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-item-image-container[class*="is-image-"].twt-contain-sm img {
    animation: none !important;
    transform: none !important;
    scale: none;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-item-image-container[class*="is-image-"].twt-contain-md img {
    animation: none !important;
    transform: none !important;
    scale: none;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-item-image-container[class*="is-image-"].twt-contain-lg img {
    animation: none !important;
    transform: none !important;
    scale: none;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-item-image-container[class*="is-image-"].twt-contain-xl img {
    animation: none !important;
    transform: none !important;
    scale: none;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-item-image-container[class*="is-image-"].twt-contain-xxl img {
    animation: none !important;
    transform: none !important;
    scale: none;
  }
}
.twt-hero-slider-item-container {
  z-index: 1;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside {
  position: relative;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-content {
  animation-delay: 0.4s;
  background-color: var(--twt-bg-color-2);
}
@media (max-width: 575.98px) {
  .twt-hero-slider-item-container .twt-hero-slider-item-inside .twt-hero-slider-item-content {
    max-width: inherit !important;
  }
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .teaser {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .headline {
  line-height: 1.2;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .text a:hover {
  filter: brightness(0.8);
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .text > *:last-child {
  margin-bottom: 0 !important;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside .text *:last-child {
  margin-bottom: 0 !important;
}
.twt-hero-slider-item-container .twt-hero-slider-item-inside button, .twt-hero-slider-item-container .twt-hero-slider-item-inside .btn, .twt-hero-slider-item-container .twt-hero-slider-item-inside .acris-last-search-term-delete {
  margin-top: 2rem;
}
@media (max-width: 479.98px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-xs div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 480px) {
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-xs .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 575.98px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-sm div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 576px) {
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-sm .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 767.98px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-md div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 768px) {
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-md .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 991.98px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-lg div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-lg .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 1199.98px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-xl div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 1200px) {
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-xl .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
@media (max-width: 1439.98px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content {
    max-width: inherit !important;
    animation: none !important;
    box-shadow: none !important;
  }
  .twt-hero-slider-slide.twt-break-xxl div.rounded {
    border-radius: 0 !important;
  }
}
@media (min-width: 1440px) {
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-inside {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: var(--twt-padding);
  }
  .twt-hero-slider-slide.twt-break-xxl .twt-hero-slider-item-content {
    background-color: var(--twt-bg-color);
  }
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-inside {
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: var(--twt-padding);
}
.twt-hero-slider-slide.twt-break-all .twt-hero-slider-item-content {
  background-color: var(--twt-bg-color);
}
.twt-hero-slider-slide.twt-break-none .twt-hero-slider-item-content {
  max-width: inherit !important;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hero teaser"
	==================================================

*/
.cms-element-twt-hero-teaser .twt-hero-teaser-content.is-styled {
  padding: 20px;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content .headline.none {
  font-size: calc(1.3rem + 0.6vw);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cms-element-twt-hero-teaser .twt-hero-teaser-content .headline.none {
    font-size: 1.75rem;
  }
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content .text > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-content button, .cms-element-twt-hero-teaser .twt-hero-teaser-content .btn, .cms-element-twt-hero-teaser .twt-hero-teaser-content .acris-last-search-term-delete {
  max-width: 100%;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.cms-element-twt-hero-teaser .twt-hero-teaser-btn {
  margin-top: 2rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hover box"
	==================================================

*/
/* @TODO:
 * [ ] Add font styling and sizing
 * [ ] Fix for backdrop-filter ? (translate.. > top/left/bottom/right)
 */
.cms-element-twt-hover-box .cms-image-link {
  width: 100%;
}
.cms-element-twt-hover-box .twt-hover-box-image-container img {
  transition: all 0.4s ease-in-out;
}
.cms-element-twt-hover-box .twt-hover-box-container {
  transition: all 0.4s ease-in-out;
}
.cms-element-twt-hover-box .twt-hover-box-content {
  width: 100%;
}
.cms-element-twt-hover-box .twt-hover-box-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-hover-box .twt-hover-box-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-hover-box .twt-hover-box-content .text > *:last-child {
  margin-bottom: 0 !important;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-box.twt-fade-in .twt-hover-box-container {
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-fade-in .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-fade-in:focus-within .twt-hover-box-container {
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-fade-out .twt-hover-box-container {
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-fade-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-slide-up .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-up .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-slide-up:focus-within .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-up-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-right .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-right .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-slide-right:focus-within .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-right-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-down .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-down .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-slide-down:focus-within .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-down-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-slide-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-left .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-slide-left .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-slide-left:focus-within .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-left-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-slide-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container .cms-image {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container:hover img, .cms-element-twt-hover-box.twt-push-up:focus-within img {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-push-up:focus-within .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container .cms-image {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container:hover img {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container .cms-image {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container:hover img, .cms-element-twt-hover-box.twt-push-right:focus-within img {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-push-right:focus-within .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container .cms-image {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container:hover img {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container .cms-image {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-container {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container:hover img, .cms-element-twt-hover-box.twt-push-down:focus-within img {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-push-down:focus-within .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container .cms-image {
    transform: translateY(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-container {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container:hover img {
    transform: translateY(0);
  }
  .cms-element-twt-hover-box.twt-push-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateY(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container .cms-image {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-container {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container:hover img, .cms-element-twt-hover-box.twt-push-left:focus-within img {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-push-left:focus-within .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container .cms-image {
    transform: translateX(100.1%);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-container {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container:hover img {
    transform: translateX(0);
  }
  .cms-element-twt-hover-box.twt-push-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: translateX(-100.1%);
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container .cms-image {
    transform-origin: 50% 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-container {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container:hover img, .cms-element-twt-hover-box.twt-hinge-up:focus-within img {
    transform: rotateX(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-hinge-up:focus-within .twt-hover-box-container {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container .cms-image {
    transform: rotateX(90deg);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-container {
    transform-origin: 50% 0;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container:hover img {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-up-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container .cms-image {
    transform-origin: 100% 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-container {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container:hover img, .cms-element-twt-hover-box.twt-hinge-right:focus-within img {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-hinge-right:focus-within .twt-hover-box-container {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container .cms-image {
    transform: rotateY(90deg);
    transform-origin: 0 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-container {
    transform-origin: 100% 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container:hover img {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-right-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container .cms-image {
    transform-origin: 50% 100%;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-container {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container:hover img, .cms-element-twt-hover-box.twt-hinge-down:focus-within img {
    transform: rotateX(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-hinge-down:focus-within .twt-hover-box-container {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container .cms-image {
    transform: rotateX(-90deg);
    transform-origin: 50% -50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-container {
    transform-origin: 50% 100%;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container:hover img {
    transform: rotateX(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-down-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateX(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container .cms-image {
    transform-origin: 0 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-container {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container:hover img, .cms-element-twt-hover-box.twt-hinge-left:focus-within img {
    transform: rotateY(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left .twt-hover-box-image-container:hover .twt-hover-box-container, .cms-element-twt-hover-box.twt-hinge-left:focus-within .twt-hover-box-container {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container .cms-image {
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-container {
    transform-origin: 0 50%;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container:hover img {
    transform: rotateY(0);
    opacity: 1;
  }
  .cms-element-twt-hover-box.twt-hinge-left-out .twt-hover-box-image-container:hover .twt-hover-box-container {
    transform: rotateY(90deg);
    opacity: 0;
  }
  .cms-element-twt-hover-box[class*="twt-hinge-"] .twt-hover-box-image-container {
    perspective: 900px;
  }
}
.cms-element-twt-hover-box .content {
  position: relative;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Hover teaser"
	==================================================

*/
.cms-element-twt-hover-teaser img {
  filter: var(--twt-hover-teaser-img-filter, none);
}
.cms-element-twt-hover-teaser a.cms-image-link {
  text-decoration: none;
}
.cms-element-twt-hover-teaser .color-overlay {
  opacity: 0;
}
.cms-element-twt-hover-teaser .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.cms-element-twt-hover-teaser .title span {
  font-weight: 600;
}
.cms-element-twt-hover-teaser .subtitle {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.cms-element-twt-hover-teaser.is-hover img {
  filter: var(--twt-hover-teaser-img-filter-hover, none);
}
.cms-element-twt-hover-teaser.is-hover .color-overlay {
  opacity: 1;
}
@media (min-width: 576px) {
  .cms-element-twt-hover-teaser.is-hover img {
    filter: var(--twt-hover-teaser-img-filter, none);
  }
  .cms-element-twt-hover-teaser.is-hover .color-overlay {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s);
    opacity: 0;
  }
}
.cms-element-twt-hover-teaser.effect-chloe .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-chloe .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-chloe .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover .content-container::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  border: 2px solid var(--twt-hover-teaser-accent-color, #ffffff);
  z-index: 1;
  pointer-events: none;
  transform: scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle .title {
  transform: translate3d(-50%, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 10%) scale(1);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-chloe.is-hover img {
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: scale(1.12);
  }
  .cms-element-twt-hover-teaser.effect-chloe.is-hover .content-container::before {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: scale(1.1);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-chloe.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-chloe.is-hover a:focus-within img {
    transform: scale(1);
  }
  .cms-element-twt-hover-teaser.effect-chloe.is-hover a:hover .content-container::before, .cms-element-twt-hover-teaser.effect-chloe.is-hover a:focus-within .content-container::before {
    transform: scale(1);
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-chloe.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-chloe.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle .title {
    transform: translate(-50%, -50%);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate(-50%, 10%) scale(1.25);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle a:hover .title, .cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle a:focus-within .title {
    transform: translate3d(-50%, -110%, 0);
  }
  .cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-chloe.is-hover.has-subtitle a:focus-within .subtitle {
    transform: translate(-50%, 10%) scale(1);
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser.effect-holly .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.cms-element-twt-hover-teaser.effect-holly .text {
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-holly .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  transform: translate3d(0, -30px, 0);
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover .content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background: var(--twt-hover-teaser-accent-color, #ffffff);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-holly.is-hover .title {
  transform: translate3d(0, 0, 0);
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-holly.is-hover img {
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-holly.is-hover .content::before {
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(0, 10px, 0);
  }
  .cms-element-twt-hover-teaser.effect-holly.is-hover .title {
    transform: translate3d(0, -30px, 0);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-holly.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-holly.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-holly.is-hover a:hover .content::before, .cms-element-twt-hover-teaser.effect-holly.is-hover a:focus-within .content::before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-holly.is-hover a:hover .title, .cms-element-twt-hover-teaser.effect-holly.is-hover a:focus-within .title {
    transform: translate3d(0, 0, 0);
  }
}
.cms-element-twt-hover-teaser.effect-eve .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-eve .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-eve.is-hover .content-container::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: "";
  box-shadow: 0 0 0 11px white;
  z-index: 1;
  pointer-events: none;
  transform: scale3d(1, 1, 1);
}
.cms-element-twt-hover-teaser.effect-eve.is-hover .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle .title {
  transform: translate3d(-50%, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 10%) scale(1);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-eve.is-hover img {
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: scale(1.12);
  }
  .cms-element-twt-hover-teaser.effect-eve.is-hover .content-container::before {
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  .cms-element-twt-hover-teaser.effect-eve.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-eve.is-hover a:focus-within img {
    transform: scale(1);
  }
  .cms-element-twt-hover-teaser.effect-eve.is-hover a:hover .content-container::before, .cms-element-twt-hover-teaser.effect-eve.is-hover a:focus-within .content-container::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-eve.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-eve.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle .title {
    transform: translate(-50%, -50%);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate(-50%, 10%) scale(1.25);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle a:hover .title, .cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle a:focus-within .title {
    transform: translate3d(-50%, -110%, 0);
  }
  .cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-eve.is-hover.has-subtitle a:focus-within .subtitle {
    transform: translate(-50%, 10%) scale(1);
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser.effect-luna .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 30px;
}
.cms-element-twt-hover-teaser.effect-luna .text {
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-luna .title {
  margin: 0;
  transform: translate3d(0, 40px, 0);
}
.cms-element-twt-hover-teaser.effect-luna.is-hover img {
  width: calc(100% + 50px) !important;
  max-width: none;
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle .title {
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle .subtitle {
  margin-top: 0.5rem;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-luna.is-hover img {
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(-40px, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-luna.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-luna.is-hover a:focus-within img {
    transform: translate3d(0, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-luna.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-luna.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle .title {
    transform: translate3d(0, 40px, 0);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle a:hover .title, .cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle a:focus-within .title {
    transform: translate3d(0, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-luna.is-hover.has-subtitle a:focus-within .subtitle {
    transition-delay: 0.05s;
    transition-duration: var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser.effect-mia .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-mia .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-mia .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-mia.is-hover .content-container::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.25);
  z-index: 1;
  pointer-events: none;
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle .title {
  transform: translate3d(-50%, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 10%) scale(1);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-mia.is-hover img {
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: scale(1.12);
  }
  .cms-element-twt-hover-teaser.effect-mia.is-hover .content-container::before {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: scale3d(1.4, 1.4, 1);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-mia.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-mia.is-hover a:focus-within img {
    transform: scale(1);
  }
  .cms-element-twt-hover-teaser.effect-mia.is-hover a:hover .content-container::before, .cms-element-twt-hover-teaser.effect-mia.is-hover a:focus-within .content-container::before {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-mia.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-mia.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle .title {
    transform: translate(-50%, -50%);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate(-50%, 10%) scale(1.25);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle a:hover .title, .cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle a:focus-within .title {
    transform: translate3d(-50%, -110%, 0);
  }
  .cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-mia.is-hover.has-subtitle a:focus-within .subtitle {
    transform: translate(-50%, 10%) scale(1);
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser.effect-mila .text {
  text-align: right;
}
.cms-element-twt-hover-teaser.effect-mila .title {
  position: absolute;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
  padding: 10px 0;
  transform: translate3d(0, 20px, 0);
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .title {
  overflow: visible !important;
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .title::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  content: "";
  background: var(--twt-hover-teaser-accent-color, #ffffff);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .subtitle {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-mila.is-hover img {
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: scale(1.12);
  }
  .cms-element-twt-hover-teaser.effect-mila.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-mila.is-hover a:focus-within img {
    transform: scale(1);
  }
  .cms-element-twt-hover-teaser.effect-mila.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-mila.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .title {
    transform: translate3d(0, 20px, 0);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .title::after {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(0, 40px, 0);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:hover .title, .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:focus-within .title {
    transform: translate3d(0, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:hover .title::after, .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:focus-within .title::after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-mila.is-hover.has-subtitle a:focus-within .subtitle {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser.effect-olivia .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-olivia .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-olivia .title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover img {
  transform: scale(1.12);
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover .content-container::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  border: 2px solid var(--twt-hover-teaser-accent-color, #ffffff);
  z-index: 1;
  pointer-events: none;
  transform: scale(1);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle .title {
  transform: translate3d(-50%, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 10%) scale(1);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-olivia.is-hover img {
    transform: none;
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-olivia.is-hover .content-container::before {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: scale(0);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-olivia.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-olivia.is-hover a:focus-within img {
    transform: scale(1.12);
  }
  .cms-element-twt-hover-teaser.effect-olivia.is-hover a:hover .content-container::before, .cms-element-twt-hover-teaser.effect-olivia.is-hover a:focus-within .content-container::before {
    transform: scale(1);
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-olivia.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-olivia.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle .title {
    transform: translate(-50%, -50%);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate(-50%, 10%) scale(0);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle a:hover .title, .cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle a:focus-within .title {
    transform: translate3d(-50%, -110%, 0);
  }
  .cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-olivia.is-hover.has-subtitle a:focus-within .subtitle {
    transform: translate(-50%, 10%) scale(1);
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser.effect-ruby .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 100px);
  transform: translate(-50%, -50%);
}
.cms-element-twt-hover-teaser.effect-ruby .text {
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover img {
  width: calc(100% + 50px) !important;
  max-width: none;
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover .content-container::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  border: 2px solid var(--twt-hover-teaser-accent-color, #ffffff);
  z-index: 1;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle .title {
  transform: translate3d(0, -110%, 0);
}
.cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle .subtitle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, 10%);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-ruby.is-hover img {
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(-40px, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-ruby.is-hover .content-container::before {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(-20px, 0, 0);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-ruby.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-ruby.is-hover a:focus-within img {
    transform: translate3d(0, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-ruby.is-hover a:hover .content-container::before, .cms-element-twt-hover-teaser.effect-ruby.is-hover a:focus-within .content-container::before {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-ruby.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-ruby.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle .title {
    transform: translate(0, -50%);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate(-10px, 10%);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle a:hover .title, .cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle a:focus-within .title {
    transform: translate3d(0, -110%, 0);
  }
  .cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-ruby.is-hover.has-subtitle a:focus-within .subtitle {
    transform: translate(0, 10%);
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser.effect-sophie .content {
  padding: 30px;
}
.cms-element-twt-hover-teaser.effect-sophie .text {
  text-align: left;
}
.cms-element-twt-hover-teaser.effect-sophie .title {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover img {
  width: calc(100% + 20px) !important;
  max-width: none;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover .title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--twt-hover-teaser-accent-color, #ffffff);
  transform: translate3d(0, 0, 0);
}
.cms-element-twt-hover-teaser.effect-sophie.is-hover.has-subtitle .subtitle {
  padding-top: 0.5rem;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-sophie.is-hover img {
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(-20px, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-sophie.is-hover .title::after {
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(-101%, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-sophie.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-sophie.is-hover a:focus-within img {
    transform: translate3d(0, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-sophie.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-sophie.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-sophie.is-hover a:hover .title::after, .cms-element-twt-hover-teaser.effect-sophie.is-hover a:focus-within .title::after {
    transform: translate3d(0, 0, 0);
  }
  .cms-element-twt-hover-teaser.effect-sophie.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-sophie.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-sophie.is-hover.has-subtitle a:focus-within .subtitle {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser.effect-stella .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-element-twt-hover-teaser.effect-stella .text {
  text-align: center;
}
.cms-element-twt-hover-teaser.effect-stella .title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  transform: translate3d(0, -50%, 0);
}
.cms-element-twt-hover-teaser.effect-stella.is-hover img {
  transform: scale(1.12);
}
.cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle .title {
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
.cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle .subtitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 30px;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.effect-stella.is-hover img {
    transform: none;
    transition: filter var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-stella.is-hover a:hover img, .cms-element-twt-hover-teaser.effect-stella.is-hover a:focus-within img {
    transform: scale(1.12);
  }
  .cms-element-twt-hover-teaser.effect-stella.is-hover a:hover .color-overlay, .cms-element-twt-hover-teaser.effect-stella.is-hover a:focus-within .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle .title {
    transform: translate3d(0, -50%, 0);
    transition: transform var(--twt-hover-teaser-transition-duration, 0.35s), color var(--twt-hover-teaser-transition-duration, 0.35s);
  }
  .cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle .subtitle {
    transition: opacity var(--twt-hover-teaser-transition-duration, 0.35s), transform var(--twt-hover-teaser-transition-duration, 0.35s);
    transform: translate3d(0, 10px, 0);
    opacity: 0;
  }
  .cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle a:hover .title, .cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle a:focus-within .title {
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
  }
  .cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle a:hover .subtitle, .cms-element-twt-hover-teaser.effect-stella.is-hover.has-subtitle a:focus-within .subtitle {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.is-hover a:hover img {
    filter: var(--twt-hover-teaser-img-filter-hover, none);
  }
}
.cms-element-twt-hover-teaser.is-overlay-hover-fade-out .color-overlay {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.is-overlay-hover-fade-out.is-hover .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.is-overlay-hover-fade-out.is-hover a:hover .color-overlay {
    opacity: 0;
  }
}
.cms-element-twt-hover-teaser.is-overlay-hover-none .color-overlay {
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-hover-teaser.is-overlay-hover-none.is-hover .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-hover-teaser.is-overlay-hover-none.is-hover a:hover .color-overlay {
    opacity: 1;
  }
}
.cms-element-twt-hover-teaser .twt-hover-teaser-content {
  z-index: 1;
}
.cms-element-twt-hover-teaser .twt-hover-teaser-content p.title.default {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.cms-element-twt-hover-teaser .twt-hover-teaser-content p.title.none {
  margin-bottom: 0;
}
.cms-element-twt-hover-teaser .twt-hover-teaser-content p.subtitle.none {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image banner"
	==================================================

*/
.cms-element-twt-image-banner .twt-image-banner-image-container {
  background-repeat: no-repeat;
  background-position: center;
}
.cms-element-twt-image-banner .twt-image-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-image-banner .twt-image-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-image-banner .twt-image-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-image-banner .twt-image-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-image-banner .twt-image-banner-content.is-styled {
  padding: 20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image gallery"
	==================================================

*/
@media (min-width: 992px) {
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container {
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px;
    /*
                &.grid-4 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(33.33% - 10px);

                        &:first-of-type {
                            width: 100%;
                        }
                    }
                }
                */
    /*
                &.grid-5 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(33.33% - 10px);

                        &:first-of-type {
                            width: calc(50% - 10px);
                        }

                        &:nth-child(2) {
                            width: calc(50% - 10px);
                        }
                    }
                }
                */
    /*
                &.grid-6 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(33.33% - 10px);
                    }
                }
                */
    /*
                &.grid-7 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(25% - 10px);
                    }
                }
                */
    /*
                &.grid-8 {
                    .twt-image-gallery-grid-item {
                        margin: 0 5px 10px 5px;
                        width: calc(25% - 10px);

                        &:first-of-type {
                            width: calc(50% - 10px);
                        }
                    }
                }
                */
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container.grid-1 .twt-image-gallery-grid-item {
    width: 100%;
    margin: 0 5px 10px 5px;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container.grid-2 .twt-image-gallery-grid-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container.grid-2 .twt-image-gallery-grid-item:first-of-type {
    width: 100%;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-container.grid-3 .twt-image-gallery-grid-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item {
    display: flex;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item video, .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item img {
    width: 100%;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item video[role="button"], .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item img[role="button"] {
    cursor: default !important;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.min-height {
    position: relative;
    display: block;
    max-width: 100%;
    height: 100%;
    cursor: default;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.min-height video, .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.min-height img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    object-fit: cover;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.is-cover video, .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.is-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.is-contain video, .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item.is-contain img {
    margin: auto;
    object-fit: contain;
  }
  .cms-element-twt-image-gallery-grid .twt-image-gallery-grid-item .alert {
    align-self: center;
    height: fit-content;
  }
  .cms-element-twt-image-gallery-grid .gallery-slider-single-image img {
    width: 100%;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .cms-element-twt-image-gallery-grid .gallery-slider-thumbnails-container {
    position: sticky;
    transition: top 0.3s;
    top: 160px;
  }
}
.twt-image-gallery-grid {
  /* @TODO: Change curser if fullscreen is configured (also consider the default slider) */
  /*
        &[data-twt-image-gallery-grid-fullscreen="true"] .twt-image-gallery-grid-item {
            cursor: -webkit-zoom-in;
            cursor: -moz-zoom-in;
            cursor: zoom-in;
        }
        */
  /* Info "Dots": Im modal benötigt, muss aber nicht sichtbar sein */
}
.twt-image-gallery-grid[data-twt-image-gallery-grid-dots="false"] .base-slider-dots {
  display: none;
}
@media (min-width: 992px) {
  /* Info "Arrows": Mobil und im Modal sichtbar */
  /* Info: Thumbnails ... @TODO */
  .twt-image-gallery-grid[data-twt-image-gallery-grid-controls="false"] .gallery-slider .gallery-slider-controls {
    display: none;
  }
  .twt-image-gallery-grid[data-twt-image-gallery-grid-thumbnails="false"] .gallery-slider-thumbnails-col {
    display: none;
  }
}
@media (min-width: 992px) {
  .is-ctl-product.is-sticky-nav-main:not(.modal-open) .cms-element-twt-image-gallery-grid .gallery-slider-thumbnails-container {
    top: 80px;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image teaser"
	==================================================

*/
.cms-element-twt-image-teaser .twt-image-teaser-content.is-styled {
  padding: 20px;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Image & text layered"
	==================================================

*/
/* @TODO:
 * [ ] ...
 */
.cms-element-twt-image-text-layered {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.cms-element-twt-image-text-layered.is-standard {
  margin: 0px 20px;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container {
  position: relative;
  height: 100%;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container .cms-image {
  display: block;
  max-width: 100%;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-standard .cms-image {
  height: auto;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-stretch {
  width: 100%;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-stretch .cms-image {
  width: 100%;
  height: auto;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-cover {
  position: relative;
  width: 100%;
  height: 100%;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-container.is-cover .cms-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-image-container {
  position: relative;
  width: 100%;
  margin: 20px;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content-container {
  position: relative;
  width: 100%;
  padding: 20px;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content {
  padding: 20px;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content .text a {
  color: var(--twt-link-color);
  text-decoration: underline;
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content .text a:hover {
  filter: brightness(0.8);
}
.cms-element-twt-image-text-layered .twt-image-text-layered-content .text > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 575.98px) {
  .cms-element-twt-image-text-layered.is-standard .twt-image-text-layered-container {
    width: calc(100% + 80px);
    margin: 0 -40px;
  }
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-container {
    width: calc(100% + 40px);
    margin: 0px -20px;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-content {
    margin-top: -90px;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 576px) {
  .cms-element-twt-image-text-layered.is-standard .twt-image-text-layered-container {
    width: calc(100% + 40px);
  }
  .cms-element-twt-image-text-layered.is-standard.is-reverse .twt-image-text-layered-container {
    margin: 25px 0 25px -40px;
  }
  .cms-element-twt-image-text-layered.is-standard:not(.is-reverse) .twt-image-text-layered-container {
    margin: 25px -40px 25px 0;
  }
  .cms-element-twt-image-text-layered.is-reverse .twt-image-text-layered-container {
    flex-direction: row;
  }
  .cms-element-twt-image-text-layered.is-reverse .twt-image-text-layered-content {
    margin-left: -80px;
  }
  .cms-element-twt-image-text-layered:not(.is-reverse) .twt-image-text-layered-container {
    flex-direction: row-reverse;
  }
  .cms-element-twt-image-text-layered:not(.is-reverse) .twt-image-text-layered-content {
    margin-right: -80px;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-container {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .cms-element-twt-image-text-layered.is-standard .twt-image-text-layered-image-container {
    flex-basis: calc(50% + 20px);
    max-width: calc(50% + 20px);
  }
  .cms-element-twt-image-text-layered.is-standard .twt-image-text-layered-content-container {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-container {
    width: 100%;
    margin: 25px 0;
  }
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-image-container {
    flex-basis: 50%;
    max-width: 50%;
  }
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-content-container {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .cms-element-twt-image-text-layered.is-inside .twt-image-text-layered-container {
    width: 100%;
    margin: 40px 0;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-image-container {
    flex-basis: 60%;
    max-width: 60%;
  }
  .cms-element-twt-image-text-layered .twt-image-text-layered-content-container {
    flex-basis: 40%;
    max-width: 40%;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Listing subcategories (Hero)"
	==================================================
    see also "extensions/_listing-subcategories-hero.scss"

    - Available as cms element: .cms-element-twt-listing-subcategories-hero
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Listing subcategories (nested)"
	==================================================

    Split layout (image + subcategory list), responsive side-by-side toggle.

    Within-row equal height: each col in a Bootstrap row stretches to row height
    (align-items: stretch). The col itself is display:flex so the inner card
    stretches to col height; the card gets width: 100% to fill col width.

    Note: Across-row equal height is not achievable in pure Bootstrap/Flexbox —
    each wrapped row is independent.
*/
.twt-listing-subcategories-nested .row > [class*="col-"] {
  display: flex;
}
.twt-listing-subcategories-nested .twt-listing-subcategories-nested-card-image-link {
  display: none;
}
@media (min-width: 576px) {
  .twt-listing-subcategories-nested .twt-listing-subcategories-nested-card-image-link {
    display: block;
  }
}
.twt-listing-subcategories-nested.has-mobile-image .twt-listing-subcategories-nested-card-image-link {
  display: block;
}
.twt-listing-subcategories-nested-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.2s ease-in-out;
}
.twt-listing-subcategories-nested-card.no-image .twt-listing-subcategories-nested-card-image-link {
  display: none;
}
.twt-listing-subcategories-nested-card-image-link {
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  text-decoration: none;
}
.twt-listing-subcategories-nested-card-image-link:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 0.125rem #000000, inset 0 0 0 0.25rem #ffffff;
}
.twt-listing-subcategories-nested-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twt-listing-subcategories-nested-card-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 1rem 1.25rem;
  gap: 0.5rem;
}
.twt-listing-subcategories-nested-card-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.125;
  margin: 0;
  padding: 0.25rem 0;
}
.twt-listing-subcategories-nested-card-heading-link {
  color: inherit;
  text-decoration: none;
  flex: 1 1 auto;
}
.twt-listing-subcategories-nested-card-heading-link:hover, .twt-listing-subcategories-nested-card-heading-link:focus-visible {
  text-decoration: underline;
}
.twt-listing-subcategories-nested-card-toggle {
  flex: 0 0 auto;
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  line-height: 1;
  cursor: pointer;
}
.twt-listing-subcategories-nested-card-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.twt-listing-subcategories-nested-card-toggle svg {
  top: 0;
}
.twt-listing-subcategories-nested-card-toggle .icon-minus {
  display: none;
}
.twt-listing-subcategories-nested-card-toggle[aria-expanded="true"] .icon-plus {
  display: none;
}
.twt-listing-subcategories-nested-card-toggle[aria-expanded="true"] .icon-minus {
  display: inline-flex;
}
@media (min-width: 576px) {
  .twt-listing-subcategories-nested-card-toggle {
    display: none;
  }
  .twt-listing-subcategories-nested-card-sublist-collapse.collapse {
    display: block;
  }
}
.twt-listing-subcategories-nested-card-sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
}
.twt-listing-subcategories-nested-card-sublist-item {
  line-height: 1;
  margin-bottom: 1rem;
}
.twt-listing-subcategories-nested-card-sublist-item.is-more {
  margin-top: 0.25rem;
  opacity: 0.75;
}
.twt-listing-subcategories-nested-card-sublist-link {
  color: inherit;
  text-decoration: none;
  font-size: 0.95rem;
}
.twt-listing-subcategories-nested-card-sublist-link:hover, .twt-listing-subcategories-nested-card-sublist-link:focus-visible {
  text-decoration: underline;
}
.twt-listing-subcategories-nested-card-sublist-link.is-more {
  font-weight: 600;
}
.twt-listing-subcategories-nested-card.is-side-by-side-from-always {
  flex-direction: row;
}
.twt-listing-subcategories-nested-card.is-side-by-side-from-always .twt-listing-subcategories-nested-card-image-link {
  flex: 0 0 50%;
  max-width: 50%;
}
.twt-listing-subcategories-nested-card.is-side-by-side-from-always .twt-listing-subcategories-nested-card-content {
  flex: 1 1 auto;
}
@media (min-width: 576px) {
  .twt-listing-subcategories-nested-card.is-side-by-side-from-sm {
    flex-direction: row;
  }
  .twt-listing-subcategories-nested-card.is-side-by-side-from-sm .twt-listing-subcategories-nested-card-image-link {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .twt-listing-subcategories-nested-card.is-side-by-side-from-sm .twt-listing-subcategories-nested-card-content {
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .twt-listing-subcategories-nested-card.is-side-by-side-from-md {
    flex-direction: row;
  }
  .twt-listing-subcategories-nested-card.is-side-by-side-from-md .twt-listing-subcategories-nested-card-image-link {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .twt-listing-subcategories-nested-card.is-side-by-side-from-md .twt-listing-subcategories-nested-card-content {
    flex: 1 1 auto;
  }
}
@media (min-width: 992px) {
  .twt-listing-subcategories-nested-card.is-side-by-side-from-lg {
    flex-direction: row;
  }
  .twt-listing-subcategories-nested-card.is-side-by-side-from-lg .twt-listing-subcategories-nested-card-image-link {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .twt-listing-subcategories-nested-card.is-side-by-side-from-lg .twt-listing-subcategories-nested-card-content {
    flex: 1 1 auto;
  }
}
@media (min-width: 1200px) {
  .twt-listing-subcategories-nested-card.is-side-by-side-from-xl {
    flex-direction: row;
  }
  .twt-listing-subcategories-nested-card.is-side-by-side-from-xl .twt-listing-subcategories-nested-card-image-link {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .twt-listing-subcategories-nested-card.is-side-by-side-from-xl .twt-listing-subcategories-nested-card-content {
    flex: 1 1 auto;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Modern teaser"
	==================================================

*/
.cms-element-twt-modern-teaser .twt-modern-teaser-content, .cms-element-twt-category-teaser-modern .twt-modern-teaser-content {
  max-width: 100%;
}
.cms-element-twt-modern-teaser .twt-modern-teaser-text, .cms-element-twt-category-teaser-modern .twt-modern-teaser-text {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  display: inline-block;
  max-width: 100%;
  padding: 10px 12px;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
.cms-element-twt-modern-teaser p, .cms-element-twt-category-teaser-modern p {
  margin-bottom: 0;
}
.cms-element-twt-modern-teaser .text, .cms-element-twt-category-teaser-modern .text {
  position: relative;
  transition: all 0.25s;
}
.cms-element-twt-modern-teaser .text span:not(.icon), .cms-element-twt-category-teaser-modern .text span:not(.icon) {
  position: relative;
  display: inline-block;
  max-width: 100%;
  transition: all 0.25s ease;
}
.cms-element-twt-modern-teaser .text .icon, .cms-element-twt-category-teaser-modern .text .icon {
  position: absolute;
  top: 50%;
  right: -20px;
  transition: all 0.25s ease;
  transform: translateY(-50%);
  opacity: 0;
  color: inherit;
}
.cms-element-twt-modern-teaser .text .icon svg, .cms-element-twt-category-teaser-modern .text .icon svg {
  top: 1px;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-modern-teaser a:hover .text, .cms-element-twt-category-teaser-modern a:hover .text {
    margin-right: 0;
  }
  .cms-element-twt-modern-teaser a:hover .text span:not(.icon), .cms-element-twt-category-teaser-modern a:hover .text span:not(.icon) {
    padding-right: 12px;
  }
  .cms-element-twt-modern-teaser a:hover .text .icon, .cms-element-twt-category-teaser-modern a:hover .text .icon {
    right: 5px;
    opacity: 1;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Parallax banner"
	==================================================

*/
.cms-element-twt-parallax-banner .twt-parallax-banner-image-container {
  background-repeat: no-repeat;
  background-position: center center;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-image-container.is-cover {
  background-size: cover;
}
@media (min-width: 768px) {
  .cms-element-twt-parallax-banner .twt-parallax-banner-image-container.is-fixed {
    background-attachment: fixed;
  }
}
.cms-element-twt-parallax-banner .twt-parallax-banner-image-container.is-scroll {
  background-attachment: scroll;
}
@supports (-webkit-overflow-scrolling: touch) {
  .cms-element-twt-parallax-banner .twt-parallax-banner-image-container.is-fixed {
    background-attachment: scroll !important;
  }
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content > *:last-child {
  margin-bottom: 0 !important;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content.is-styled {
  padding: 20px;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content p.title.default {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content p.title.none {
  margin-bottom: 0;
}
.cms-element-twt-parallax-banner .twt-parallax-banner-content p.subtitle.none {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Product description & reviews (Accordion)"
	==================================================

*/
.twt-product-description-reviews .accordion-header {
  margin-bottom: 0;
}
.twt-product-description-reviews .accordion-button {
  --bs-accordion-bg: rgba(0, 0, 0, 0);
  --bs-accordion-active-bg: rgba(0, 0, 0, 0);
}
.twt-product-description-reviews .accordion-button:focus-visible {
  box-shadow: 0 0 0 0.125rem #ffffff, 0 0 0 0.25rem black !important;
}
.twt-product-description-reviews .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-btn-color);
}
.twt-product-description-reviews .accordion-body {
  padding-right: 0;
  padding-left: 0;
}
.twt-product-description-reviews.is-style-clean .accordion-button {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 5px 0;
}
.twt-product-description-reviews.is-style-buttons .accordion-button {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.twt-product-description-reviews.is-style-buttons .accordion-item {
  margin-bottom: 0.5rem;
  border: 0;
}
.twt-product-description-reviews.is-style-buttons .accordion-item .accordion-button {
  background-color: #f9f9f9;
  border-radius: 6px;
  box-shadow: none;
}
.twt-product-description-reviews.is-style-buttons .accordion-item .accordion-button.collapsed {
  border-radius: 6px;
}
.twt-product-description-reviews.is-style-buttons .accordion-item .accordion-button:hover {
  background-color: #eee;
}
.twt-product-description-reviews.is-style-buttons .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f9f9f9;
  box-shadow: none;
}
@media (max-width: 575.98px) {
  .twt-product-description-reviews.is-mobile-list .accordion-collapse {
    display: block !important;
  }
  .twt-product-description-reviews.is-mobile-list .accordion-button {
    pointer-events: none;
    cursor: default;
  }
  .twt-product-description-reviews.is-mobile-list .accordion-button::after {
    display: none;
  }
}
.twt-product-description-reviews .list-item {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eaeaf0;
}
.twt-product-description-reviews .list-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: 0;
}
.twt-product-description-reviews .list-header {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--bs-heading-color);
}
.twt-product-description-reviews .product-detail-properties-container div {
  width: 100%;
}
.twt-product-description-reviews .product-detail-description > div:last-of-type {
  margin-bottom: 1.5rem;
}
.product-detail-buy .twt-product-description-reviews .accordion-button {
  font-size: 1.125rem;
}
.product-detail-buy .twt-product-description-reviews .list-item {
  margin-top: 2rem;
  border: 0;
}
.product-detail-buy .twt-product-description-reviews .list-header {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--bs-heading-color);
}
.product-detail-buy .twt-product-description-reviews .product-detail-review-content .col-sm-4 {
  width: 100%;
}
.product-detail-buy .twt-product-description-reviews .twt-product-detail-description-subheadline {
  font-size: 1.125rem;
  margin-top: 1.5rem;
}
.product-detail-buy .twt-product-description-reviews .twt-product-detail-description-subtitle {
  font-size: 1.125rem;
  margin-top: 1.5rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Circle teaser"
	==================================================

*/
.cms-element-twt-round-teaser .twt-round-teaser-container {
  z-index: 1;
}
.cms-element-twt-round-teaser .twt-round-teaser-text {
  line-height: 1.25rem;
  display: inline-block;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 2px;
}
.cms-element-twt-round-teaser p {
  margin-bottom: 0;
}
.cms-element-twt-round-teaser .twt-round-teaser-image-container {
  border-radius: 9999px;
  isolation: isolate;
}
.cms-element-twt-round-teaser .twt-round-teaser-image-container img {
  position: relative;
  z-index: 0;
}
.cms-element-twt-round-teaser .twt-round-teaser-image-container .color-overlay {
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .cms-element-twt-round-teaser.is-overlay-hover-fade-in:hover .color-overlay {
    opacity: 1;
  }
  .cms-element-twt-round-teaser.is-overlay-hover-fade-out:hover .color-overlay {
    opacity: 0;
  }
  .cms-element-twt-round-teaser.is-hover .content:not(.fade-out), .cms-element-twt-round-teaser.is-hover .overlay:not(.fade-out) {
    opacity: 0;
  }
  .cms-element-twt-round-teaser.is-hover .content.fade-out, .cms-element-twt-round-teaser.is-hover .overlay.fade-out {
    opacity: 1;
  }
  .cms-element-twt-round-teaser.is-hover .overlay {
    transition: all 0.3s ease-in-out 0.1s;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.25s;
    animation-fill-mode: both;
  }
  .cms-element-twt-round-teaser.is-hover .content {
    transition: all 0.25s ease-in-out;
    animation-duration: 0.25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out), .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out), .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out), .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out) {
    opacity: 1;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).fade-in-up, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).fade-in-up, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-up, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-up {
    animation-name: cmsOverlaySlideInUp;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).fade-in-right, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).fade-in-right, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-right, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-right {
    animation-name: cmsOverlaySlideInRight;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).fade-in-down, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).fade-in-down, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-down, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-down {
    animation-name: cmsOverlaySlideInDown;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).fade-in-left, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).fade-in-left, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).fade-in-left, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).fade-in-left {
    animation-name: cmsOverlaySlideInLeft;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content:not(.fade-out).zoom-in, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay:not(.fade-out).zoom-in, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .content:not(.fade-out).zoom-in, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .overlay:not(.fade-out).zoom-in {
    animation-name: cmsOverlayZoomIn;
  }
  .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .content.fade-out, .cms-element-twt-round-teaser.is-hover:hover .cms-content-container .overlay.fade-out, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .content.fade-out, .cms-element-twt-round-teaser.is-hover:focus-within .cms-content-container .overlay.fade-out {
    opacity: 0;
  }
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Testimonial"
	==================================================

*/
.cms-element-twt-testimonial {
  position: relative;
  width: 100%;
  height: 100%;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container span {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 50%;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container .is-default {
  background-color: #939393;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-a, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-m, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-y {
  background-color: #efd31a;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-b, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-n, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-z {
  background-color: #f4ae1a;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-c, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-o {
  background-color: #f36b28;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-d, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-p {
  background-color: #ef4924;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-e, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-q {
  background-color: #ee2f44;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-f, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-r {
  background-color: #ec468b;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-g, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-s {
  background-color: #b856a1;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-h, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-t {
  background-color: #915ba6;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-i, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-u {
  background-color: #518bc9;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-j, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-v {
  background-color: #27beb6;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-k, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-w {
  background-color: #67bf6b;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-l, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-rainbow .is-x {
  background-color: #a1cd49;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-a, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-m, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-y {
  background-color: #f7e49a;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-b, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-n, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-z {
  background-color: #fece79;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-c, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-o {
  background-color: #f8a656;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-d, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-p {
  background-color: #f48170;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-e, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-q {
  background-color: #f38193;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-f, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-r {
  background-color: #f391bc;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-g, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-s {
  background-color: #e4b7d5;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-h, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-t {
  background-color: #8b8bc3;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-i, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-u {
  background-color: #94cae3;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-j, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-v {
  background-color: #a0d9d9;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-k, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-w {
  background-color: #97d1a9;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-l, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-pastel .is-x {
  background-color: #cae089;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-a, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-m, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-y {
  background-color: #1a1333;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-b, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-n, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-z {
  background-color: #3d4062;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-c, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-o {
  background-color: #045459;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-d, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-p {
  background-color: #087353;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-e, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-q {
  background-color: #15c286;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-f, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-r {
  background-color: #abd96d;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-g, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-s {
  background-color: #fbbf54;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-h, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-t {
  background-color: #ee6b3b;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-i, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-u {
  background-color: #ec0f47;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-j, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-v {
  background-color: #a02c5d;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-k, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-w {
  background-color: #700460;
}
.cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-l, .cms-element-twt-testimonial .twt-testimonial-avatar-container.is-dark .is-x {
  background-color: #022c7a;
}
.cms-element-twt-testimonial .twt-testimonial-image-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  border-radius: 50%;
}
.cms-element-twt-testimonial .twt-testimonial-image-container img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.cms-element-twt-testimonial .twt-testimonial-content-container {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cms-element-twt-testimonial .twt-testimonial-content {
  margin-top: 15px;
}
.cms-element-twt-testimonial .twt-testimonial-content .name {
  font-weight: 600;
  position: relative;
  display: block;
  margin-bottom: 0;
}
.cms-element-twt-testimonial .twt-testimonial-content .rating {
  position: relative;
  display: block;
  margin-top: 10px;
  cursor: default;
}
.cms-element-twt-testimonial .twt-testimonial-content .rating.is-badge {
  font-size: 14px;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
}
.cms-element-twt-testimonial .twt-testimonial-content .rating.is-badge .icon {
  width: 12px;
  height: 12px;
  margin-left: 3px;
  color: inherit;
}
.cms-element-twt-testimonial .twt-testimonial-content .rating.is-badge .icon svg {
  top: 1px;
}
.cms-element-twt-testimonial .twt-testimonial-review {
  font-size: 1.125rem;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
}
.cms-element-twt-testimonial .twt-testimonial-review p {
  margin-bottom: 0;
}
.cms-element-twt-testimonial .twt-testimonial-review::before {
  display: none;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Text teaser"
	==================================================

*/
.cms-element-twt-text-teaser .twt-text-teaser-content p.title.default {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.cms-element-twt-text-teaser .twt-text-teaser-content p.title.none {
  margin-bottom: 0;
}
.cms-element-twt-text-teaser .twt-text-teaser-content p.subtitle.none {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare: CMS element "Text teaser (decorated)"
	==================================================

*/
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content .title {
  text-align: left;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content .title span {
  display: inline;
  padding: 0.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content p.title.default {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.cms-element-twt-text-teaser-decorated .twt-text-teaser-decorated-content p.title.none {
  margin-bottom: 0;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Footernav' (footer specific styling)
	==================================================

    see 'themeware/widgets/_footernav.scss' for general styling
*/
.footer-column-footernav ul li a {
  color: #111111;
  text-transform: none;
}
.footer-column-footernav ul li a:hover {
  color: #dd0000;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Hotline' (footer specific styling)
	==================================================

    see 'themeware/widgets/_hotline.scss' for general styling

    Fallback > General styling for hotline widget is applied via _widgets/_hotline.scss
*/
.footer-column-hotline .footer-contact-hotline {
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
}
.footer-column-hotline .footer-contact-hotline a[href^="tel:"] {
  font-size: 20px;
  font-size: 1.25rem;
}
.footer-column-hotline .footer-contact-form {
  font-size: 16px;
  font-size: 1rem;
}
.footer-column-hotline .footer-contact-link {
  margin-bottom: 1rem;
}
.footer-column-hotline .footer-contact-link a {
  text-decoration: underline;
}
.footer-column-hotline .footer-revocation-button {
  padding-bottom: 1rem;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Newsletter' (footer specific styling)
	==================================================

    see 'themeware/widgets/_newsletter.scss' for general styling
*/
.twt-footer-column-newsletter form {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.twt-footer-column-newsletter form .form-group {
  text-align: left;
}
.twt-footer-column-newsletter form .form-group .form-label {
  color: inherit;
}
.twt-footer-column-newsletter form .form-group input {
  text-align: left;
}
.twt-footer-column-newsletter form .form-required-label {
  color: inherit !important;
}
.twt-footer-column-newsletter form .invalid-feedback, .twt-footer-column-newsletter form .invalid-custom-feedback {
  background-color: #ffffff;
  padding: 10px;
}
.twt-footer-column-newsletter form .form-content {
  width: 100%;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .col-12, .twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .b2b-shopping-list-table__header-name.js-multiple-selection {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .col-12 .form-group, .twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .b2b-shopping-list-table__header-name.js-multiple-selection .form-group {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .col-12 .form-label, .twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit .b2b-shopping-list-table__header-name.js-multiple-selection .form-label {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  border: 0;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit input.form-control {
  color: #333333;
  border-color: #ffffff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #ffffff;
  border-bottom: 0;
  min-height: 45px;
  max-height: 45px;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit input.form-control:focus {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit button.btn-primary {
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
  width: 70px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  justify-content: center;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #000000;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit button.btn-primary .icon {
  color: #ffffff;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit button.btn-primary .icon > svg {
  top: 0;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit button.btn-primary:hover {
  color: #eeeeee;
  border-color: rgba(0, 0, 0, 0);
  background-color: #dd0000;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit button.btn-primary:hover .icon {
  color: #eeeeee;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-email-submit button.btn-primary:focus {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.twt-footer-column-newsletter form .form-content [data-friendly-captcha] {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-privacy > div:not([class]) {
  display: none;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-privacy .form-check {
  text-align: center;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-privacy input.form-check-input {
  float: none;
  margin-right: 0.25rem;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-privacy label.custom-control-label {
  display: inline;
}
.twt-footer-column-newsletter form .form-content .twt-form-newsletter-privacy button.btn-link-inline:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.twt-footer-column-newsletter form .form-content .form-text {
  color: inherit;
}
.twt-footer-column-newsletter form .form-content .privacy-notice {
  font-size: 15.75px;
  font-size: 0.984375rem;
  line-height: 1.2;
  margin-top: 1rem;
}
.twt-footer-column-newsletter form .form-content .privacy-notice .form-check-input {
  float: none;
}
.twt-footer-column-newsletter form .form-content .privacy-notice .form-check-label {
  padding-top: 3px;
  padding-bottom: 2px;
}
.twt-footer-column-newsletter form .form-content .form-group {
  margin-bottom: 0;
}
.twt-footer-column-newsletter form .form-content .form-check-input:focus ~ .form-check-label::before, .twt-footer-column-newsletter form .form-content .form-check-input ~ .form-check-label::before {
  top: 3px;
}
.twt-footer-column-newsletter form .form-content .form-check-input:focus ~ .form-check-label::after, .twt-footer-column-newsletter form .form-content .form-check-input ~ .form-check-label::after {
  top: 3px;
}
/*
  _             _______ _____    _____                             _   _
 | |           |__   __/ ____|  |_   _|                           | | (_)
 | |__  _   _     | | | |   ______| |  _ __  _ __   _____   ____ _| |_ _  ___  _ __  ___
 | '_ \| | | |    | | | |  |______| | | '_ \| '_ \ / _ \ \ / / _` | __| |/ _ \| '_ \/ __|
 | |_) | |_| |    | | | |____    _| |_| | | | | | | (_) \ V / (_| | |_| | (_) | | | \__ \
 |_ __/ \__, |    |_|  \_____|  |_____|_| |_|_| |_|\___/ \_/ \__,_|\__|_|\___/|_| |_|___/
         __/ |
        |___/
*/
#footerColumns .twt-footer-column-newsletter .basic-captcha .form-label {
  text-align: left;
  color: #ffffff;
}
#footerColumnsTop .twt-footer-column-newsletter form {
  justify-content: center;
}
#footerColumnsTop .twt-footer-column-newsletter form .form-content .row {
  justify-content: center;
}
#footerColumnsTop .twt-footer-column-newsletter .basic-captcha {
  justify-content: center;
}
#footerColumnsTop .twt-footer-column-newsletter .basic-captcha .form-label {
  text-align: center;
  color: #ffffff;
}
#footerColumnsBottom .twt-footer-column-newsletter .basic-captcha .form-label {
  text-align: left;
  color: #333333;
}
.twt-footer-column-newsletter .basic-captcha {
  margin-right: 0;
  margin-left: 0;
}
.twt-footer-column-newsletter .basic-captcha .form-group.col-md-6 {
  flex: 0 0 100%;
  max-width: 440px;
  padding-right: 0;
  padding-left: 0;
}
.twt-footer-column-newsletter .basic-captcha input.form-control {
  color: #333333;
  border-color: #ffffff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #ffffff;
  border-bottom: 0;
  min-height: 45px;
  max-height: 45px;
}
.twt-footer-column-newsletter .basic-captcha input.form-control:focus {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
}
.twt-footer-column-newsletter .basic-captcha-content-code {
  gap: 4px;
  align-items: center;
}
.twt-footer-column-newsletter .basic-captcha-content-image {
  width: 100%;
}
.twt-footer-column-newsletter .basic-captcha-content-image img {
  border: 1px solid #000;
}
.twt-footer-column-newsletter button.basic-captcha-content-refresh-icon {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #efefef;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: #191919;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #000;
  border: 1px solid #000;
  background-color: var(--bs-btn-bg);
}
.twt-footer-column-newsletter button.basic-captcha-content-refresh-icon:hover {
  border: 1px solid #000;
  background-color: var(--bs-btn-hover-bg);
}
.twt-footer-column-newsletter button.basic-captcha-content-refresh-icon:hover .icon.icon-arrow-switch {
  color: var(--bs-btn-hover-color);
}
.twt-footer-column-newsletter button.basic-captcha-content-refresh-icon:focus {
  box-shadow: 0 0 0 0.125rem #000000, 0 0 0 0.25rem #ffffff;
  border: 1px solid #fff;
  background-color: var(--bs-btn-hover-bg);
}
.twt-footer-column-newsletter button.basic-captcha-content-refresh-icon .icon.icon-arrow-switch {
  color: var(--bs-btn-color);
}
.twt-footer-column-newsletter .captcha-google-re-captcha-v2 .grecaptcha-v2-container div {
  width: auto !important;
}
.twt-footer-column-newsletter .captcha-google-re-captcha-v3 .grecaptcha-protection-information {
  font-size: smaller;
}
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

	ThemeWare® Widget 'Revocation' (footer specific styling)
	==================================================

    see 'themeware/widgets/_revocation.scss' for general styling
*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __| (R)
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: iOS fixes
    ==================================================
    Contains specific browser fixes which are only applied in iOS.
*/
html.is-ios {
  /* Set form inputs to have a font-size of 1rem (16px) or larger
     * to prevent iOS Safari from automatically zooming in when tapped.
     */
}
html.is-ios .form-control:not(.form-control-sm):not(.form-control-lg) {
  font-size: 16px;
}
html.is-ios .form-control.form-control-sm {
  font-size: 14px;
}
html.is-ios .form-control.form-control-lg {
  font-size: 20px;
}
html.is-ios .form-select {
  font-size: 16px;
}
/*html.is-iphone {}*/
/*html.is-ipad {}*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: 'Shopware Commercial' / 'B2B-Suite > B2B Components' (Evolve, Beyond)
    ==================================================

*/
/*
   _____ _  _ ___ __  __ _____      ___   ___ ___  (R)
  |_   _| || | __|  \/  | __\ \    / /_\ | _ \ __|
    | | | __ | _|| |\/| | _| \ \/\/ / _ \|   / _|
    |_| |_||_|___|_|  |_|___| \_/\_/_/ \_\_|_\___|

    Copyright (c) TC-Innovations GmbH

    ThemeWare: 'Shopware Commercial' - Top bar
    ==================================================

    The B2B context switcher is placed in the top bar by the extension. It uses its own
    classes instead of '.top-bar-nav-btn', so it does not inherit the ThemeWare top bar
    colors. These rules map it onto the top bar configuration.

    Only compiled with 'twt-top-bar-compatibility' = 3 (the mode for extensions that take over
    the top bar) - in the other modes the extension keeps its own look.

*/
