/*
Mixins
==================================================
The `mixins.less` file contains the imports to all mixin documents that simplify the work with Shopware.

Mixin specific documentation can be found inside each mixin file.

Mixins can be used by adding the mixin class onto an element inside Shopware.

**Example:**<br/>
`.border-radius(3px);`
*/
/*
Appearance mixin
============================================
The mixins provides you a cross-browser compatible method to set the appearance of the element.

Please refer to <http://caniuse.com/appearance> to see the browser support table of the feature.

######Example:
`.appearance([value]);`

`@param {String} type The type you want to use`
*/
/*
Backface visibility mixin
============================================
The mixins provides you a cross-browser compatible method to set the backface-visibility of the element.

Please refer to <http://caniuse.com/transforms3d> to see the browser support table of the feature.

######Example:
`.backface-visibility([value]);`

`@param {String} visibility The visibility you want to use`
*/
/*
Border-radius mixin
=============================================
The mixins provides you a cross-browser compatible method to set a border-radius.

Please refer to <http://caniuse.com/border-radius> to see the browser support table of the feature.

######Syntax:
`@param {String} radius The radius you want to set`<br/>

######Example:
Same border-radius for all edges: <br/>
`.border-radius([pixel-value]);`<br/>

Different border-radius:<br/>
`.border-radius-multi([pixel-value-leftTop], [pixel-value-rightTop], [pixel-value-rightBottom], [pixel-value-leftBottom]);`<br/>

Resetting border radius:<br/>
`.reset-border-radius();`
*/
/*
Box shadow mixin
==============================================
The mixins provides you a cross-browser compatible method to set a box-shadow.

Please refer to <http://caniuse.com/css-boxshadow> to see the browser support table of the feature.

######Example:
`.box-shadow([h-shadow-value], [v-shadow-value], [blur-amount], [spread-amount], [shadow-color]);`

`@param: {Number} x: Offset to the x axis (Default: 0)`<br/>
`@param: {Number} y: Offset to the y axis (Default: 0)`<br/>
`@param: {Number} blur: Bluring radius (Default: 1px)`<br/>
`@param: {String} color: Color of the shadow (Default: #000)`<br/>
*/
/*
Box-sizing mixin
========================================
The mixins provides you a cross-browser compatible method to set the box-sizing which supports IE starting from
version 8 to the newest one.

Please refer to <http://caniuse.com/css3-boxsizing> to see the browser support table of the feature.

######Example:
`.box-sizing:([value]);`

`@param: {String} box-sizing: Box model, which should be used (Default: border-box)`
*/
/*
Clearfix mixin
================================
The clearfix mixin allows the easy integration of the floating-solution method.

The clearfix resolves the problem that occurs when two floating elements are nested inside a parent element, then sometimes the parent elements height disappears.

Add the `.clearfix` class to the parent element.

######Example:
`.clearfix();`

*/
/*
Gradient mixin
====================================================
The mixins provides you a cross-browser compatible method to set a linear gradient which goes from top to bottom.

Please refer to <http://caniuse.com/css-gradients> to see the browser support table of the feature.

Shopware 5 also provides gradient mixins based on the basic color variables that can be changed in the backend theme configuration tool.
######Basic gradients:
`.primary-gradient();`<br/>
`.secondary-gradient();`<br/>
`.white-gradient();`<br/>

######Linear Gradient Example:
`.linear-gradient([startcolor-value], [endcolor-value]);`

`@param {String} start The start color of the gradient`<br/>
`@param {String} end The end color of the gradient`
*/
/*
Opacity
===============================================
The mixins provides you a cross-browser compatible opacity which supports IE starting from version 8 to the
newest one. Safari, Chrome and Firefox are supported in all versions.

Please refer to <http://caniuse.com/css-opacity> to see the browser support table of the feature.

######Example:
`.opacity([value]);`

`@param: {Number} opacity: Value of the opacity, starting from 0 to 1`
*/
/*
Rotate mixin
===============================================
The mixins provides you a cross-browser compatible method to set a transformation which rotates the element. Keep in
mind that you can not mix different transformations.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.rotate([value]);`

`@param {String} degree The degree value you want to set. Please keep in mind that you need to suffix the unit.`
*/
/*
Scale mixin
===============================
The mixins provides you a cross-browser compatible method to set a transformation which scales the element.
Keep in mind that you can not mix different transformations.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.scale([value]);`

`@param {String} scale-value The scale value, you want to set`
*/
/*
Touch callout mixin
===========================================
Disables the default callout shown when you touch and hold a touch target.

######Support:
- iOS 2.0<br/>

######Example:
`.touch-callout([value]);`

`@param: {String} type: The type you want to set (Default: none)`
*/
/*
Transform style mixin
======================================
The mixins provides you a cross-browser compatible method to set a transformation style.

Please refer to <http://caniuse.com/transforms3d> to see the browser support table of the feature.

######Example:
`.transform-style([value]);`

`@param {String} Style The style you want for your transformation (Default: preserve-3d)`
*/
/*
Transform origin mixin
======================================
The mixins provides you a cross-browser compatible method to set the transform origin position.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.transform-origin([x-value],[y-value],[z-value]);`

`@param: x: Sets the origin position on the x axis (Default: 50%)`<br/>
`@param: y: Sets the origin position on the y axis (Default: 50%)`<br/>
`@param: z: Sets the origin position on the z axis (Default: 0)`
*/
/*
Transition mixin
=========================================
The mixins provides you a cross-browser compatible method to set a transition.

Please refer to <http://caniuse.com/css-transitions> to see the browser support table of the feature.

######Example:
`.transition([property], [duration-value], [easing]);`

`@param: {String} properties: The properites which should be animated (Default: all)`<br/>
`@param: {String} duration: Duration of the transition including the unit (Default: 0.3s)`<br/>
`@param: {String} easing: The easing which should be used for the transition (Default: ease-out)`
*/
/*
Translate mixin
============================================
The mixins provides you a cross-browser compatible method to set a transition.

Please refer to <http://caniuse.com/css-transitions> to see the browser support table of the feature.

Keep in mind, that 3d translations are needing an perspective, otherwise the translated elements get skewed up.

######Example:
`.translate([x-value],[y-value],[z-value]);`

`@param: {String} rotateX: The rotation on the x-axis`<br/>
`@param: {String} rotateY: The rotation on the y-axis`<br/>
`@param: {String} rotateZ: The rotation on the z-axis`<br/>
*/
/*
Unitize mixin
================================================
The unitize mixins converts values from px-units to the relative rem-units, providing all the benefits of units like em and rem, without you having to do any calculations yourself.

######Syntax:
`@property` = the property that should be unitized.<br/>
`@value` = pixel-value<br/>
`@baseValue` (optional) = default browser font-size (@remScaleFactor in most cases)<br/>

######Example Unitize mixin with custom property
`.unitize(@property, @value);`<br/>
`.unitize(font-size, 16);`

######Specific built-in functions
In addition to the general `.unitize()` mixin, Shopware contains specific mixins to quickly calculate values which (for example) have more than one property.<br/>
<br/>

`.unitize-height(@value)`<br/>
`.unitize-width(@value)`<br/>
`.unitize-max-height(@value)`<br/>
`.unitize-max-width(@value)`<br/>
`.unitize-min-width(@value)`<br/>
`.unitize-padding(@topValue, @rightValue: @topValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-margin(@topValue, @rightValue: @topValue, @bottomValue: @topValue, @leftValue: @rightValue)`<br/>
`.unitize-variable(@value)`<br/>
*/
/*
User-select mixin
===============================
The mixins provides you a cross-browser compatible method to set a user selection mode.

Please refer to <http://caniuse.com/user-select-none> to see the browser support table of the feature.

######Example:
`.user-select([value]);`

`@param: {String} type: The type you want to set (Default: none)`
*/
/*
Transform mixin
==============================================
The mixins provides you a cross-browser compatible method to set a transformation.

Please refer to <http://caniuse.com/transforms2d> to see the browser support table of the feature.

######Example:
`.transform([value]);`

`@param: {String} properties: The transformation(s) that should be applied`
*/
/*
Tab highlighting mixin
===========================
Sets the color of the highlighting when a link was clicked / tapped.

Please refer to <http://www.browsersupport.net/CSS/-webkit-tap-highlight-color> to see the browser support table of the feature.

######Example:
`.tap-highlight-color([color-value]);`

`@param: {String} color: The color you want to set (Default: rgba(0, 0, 0, 0))`
*/
/*
Keyframe mixin
=============================================
The mixins provides you a cross-browser compatible method to set a keyframe.

Please refer to <http://caniuse.com/#search=keyframe> to see the browser support table of the feature.

######Example:
`.keyframes([name-value], [frames-value]);`

`@param: {String} name: The keyframe animation name`<br/>
`@param: {String} roules: the animation frames`
*/
@-webkit-keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes keyframe--spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes keyframe--spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*
Animations mixin
============================================
The mixins provides you a cross-browser compatible method to set animation values.

Please refer to <http://caniuse.com/css-animation> to see the browser support table of the feature.

######Example:
`.animation([value]);`

`@param: {String} value: All animation values`
*/
/*
Column count mixin
=============================================
This mixin provides you a cross-browser compatible method to set the column count property.

Please refer to <http://caniuse.com/multicolumn> to see the browser support table of the feature.

######Example:
`.column-count([value]);`

`@param: {Number} count: The amount of columns you want to set (Default: auto)`
*/
/*
Hypheration mixin
======================================
The mixins provides you a cross-browser compatible method to set the hyphenation.

Please refer to <http://caniuse.com/css-hyphens> to see the browser support table of the feature.

######Example:
`.hyphens([value]);`

`@param: {String} hyphenation: The hyphenation that should be used (Default: auto)`
*/
/*
Grabbing cursor
==================================
This mixin provides you a cross-browser compatible method to set the cursor grabbing behavior.

######Example:
`.cursorGrab();`<br/>
`.cursorGrabbing();`<br/>

*/
/*
Clear form button mixin
========================
This mixin removes styles from the button element and makes it look like a text link.
*/
/*
All.less
======================================
The `all.less` file imports all style components that will display on the page.

It includes the plugins `normalize` and `pocketgrid`, the open-sans fontface and the specific less files.
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea,
.stripe-payment-card-form .StripeElement,
.stripe-payment-sepa-form .StripeElement {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input,
.stripe-payment-card-form .StripeElement,
.stripe-payment-sepa-form .StripeElement {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* PocketGrid 1.1.0
* Copyright 2013 Arnaud Leray
* MIT License
*/
/* Border-box-sizing */
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Clearfix */
.block-group {
  zoom: 1;
  /* ul/li compatibility */
  list-style-type: none;
  padding: 0;
  margin: 0;
  /** Nested grid */
}
.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
/* Default block */
.block {
  float: left;
  width: 100%;
}
/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff2?3c57d582b728ad4a2a8022df374c9b8b') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.woff?a7390fef90acb3def1b2f46ae967dd19') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Light/OpenSans-Light.ttf?5cbeeeb393516cf641fef8db2a51a78a') format('truetype');
  font-weight: 300;
  font-style: normal;
}
/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Regular'), local('Open Sans'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff2?3ed79e02b0ef74cc81092c0413d681dc') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.woff?b36a6f7ecbe14d7a14deec3a7361ef56') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Regular/OpenSans-Regular.ttf?858dfdbef91009dd0697046a08418d9f') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Semibold'), local('OpenSans-SemiBold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff2?6682e074cb0c75176100cd924844d634') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.woff?07760304707e2330cde9ee714e1487a4') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Semibold/OpenSans-Semibold.ttf?72fc86c0a24405f99a7daa6535933421') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff2?bbfe30639d10031b57c7f5c0cd4f8834') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.woff?0a7cd8ebaae8b967d28d9d27edd852b3') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/Bold/OpenSans-Bold.ttf?d05351256df3ae6e72467aed7770caaa') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
/* BEGIN Extrabold */
@font-face {
  font-family: 'Open Sans';
  font-display: swap;
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff2?0ae6d77f17cdebf281a387cf0afe1291') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.woff?868515bb96ac1ad4c450fdc1a70598de') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/vendors/fonts/open-sans-fontface/ExtraBold/OpenSans-ExtraBold.ttf?8a53240b2fc58ad5c7dbd5142c7de647') format('truetype');
  font-weight: 800;
  font-style: normal;
}
/* END Extrabold */
/*
Variables
==================================================
The `variables.less` file contains the imports to all variables that Shopware uses.

Most variables are controllable by using the backend theme manager.

Mixin specific documentation can be found inside each mixin file.
*/
/*
Structure
================================
The variables define the widths for the different viewports.

**Structure**<br/>
`@phoneLandscapeViewportWidth` - viewport phone-landscape width *(default: 480px)*<br/>
`@tabletViewportWidth` - viewport tablet width *(default: 768px)*<br/>
`@tabletLandscapeViewportWidth` - viewport tablet-landscape width *(default: 1024px)*<br/>
`@desktopViewportWidth` - viewport desktop width *(default: 1260px)*<br/>
*/
/*
Typography
================================
The variables define the sizes and weights for typographic elements.

The values can be changed with the backend theme manager.

**Base configuration**<br/>
`@font-size-base` - basic font-size *(default: 14)*<br/>
`@font-base-weight` - basic font-weight *(default: 500)*<br/>
`@font-light-weight` - basic light font-weight *(default: 300)*<br/>
`@font-base-stack` - basic font-family stack *(default: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif)*<br/>
`@font-headline-stack` - basic headline font-family stack *(default: @font-base-stack)*<br/>

**Headling font sizes**<br/>
`@font-size-h1` - h1 element font-size *(default: 26)*<br/>
`@font-size-h2` - h2 element font-size *(default: 21)*<br/>
`@font-size-h3` - h3 element font-size *(default: 18)*<br/>
`@font-size-h4` - h4 element font-size *(default: 16)*<br/>
`@font-size-h5` - h5 element font-size *(default: @font-size-base)*<br/>
`@font-size-h6` - h6 element font-size *(default: 12)*<br/>

**Shopware font directory**<br/>
`@font-directory` - font-directory folder (default: "../../fonts")

**Open Sans font directory**<br/>
`@OpenSansPath` - "Open Sans" font-directory folder (default: "./../fonts/open-sans-fontface")


*/
/*
Z-Index
================================
The z-index variables list all different values for the z-index layers used inside the Shopware responsive theme.

**badge.less**<br/>
`@zindex-badge` - *(default: 500)*<br/>

**checkbox.less**<br/>
`@zindex-checkbox-state` - *(default: 60)*<br/>
`@zindex-checkbox-element` - *(default: 65)*<br/>

**collapse.less**<br/>
`@zindex-collapse-content` - *(default: 1000)*<br/>
`@zindex-collapse-header` - *(default: 1100)*<br/>
`@zindex-collapse-content-collapsed` - *(default: 1200)*<br/>
`@zindex-collapse-header-active` - *(default: 1300)*<br/>

**collapse-cart.less**<br/>
`@zindex-collapse-cart` - *(default: 3000)*<br/>
`@zindex-collapse-cart-offcanvas` - *(default: 8000)*<br/>

**datepicker.less**<br/>
`@zindex-datepicker` - *(default: 8100)*<br/>

**emotions.less**<br/>
`@zindex-emotion-mapping-link` - *(default: 110)*<br/>
`@zindex-emotion-image-slider-title` - *(default: 100)*<br/>
`@zindex-emotion-product-slider-content` - *(default: 400)*<br/>
`@zindex-emotion-product-slider-title` - *(default: 500)*<br/>
`@zindex-emotion-overlay` - *(default: 1000)*<br/>
`@zindex-emotion-video-element` - *(default: 1000)*<br/>
`@zindex-emotion-video-text` - *(default: 1100)*<br/>
`@zindex-emotion-video-play-btn` - *(default: 1200)*<br/>
`@zindex-emotion-video-cover` - *(default: 1300)*<br/>

**filter-panel.less**<br/>
`@zindex-filter-panel-flyout` - *(default: 500)*<br/>
`@zindex-filter-panel-flyout-collapsed` - *(default: 800)*<br/>
`@zindex-filter-panel-checkbox` - *(default: 65)*<br/>
`@zindex-filter-panel-checkbox-state` - *(default: 60)*<br/>
`@zindex-filter-panel-radio` - *(default: 65)*<br/>
`@zindex-filter-panel-radio-state` - *(default: 60)*<br/>
`@zindex-filter-panel-media-checkbox` - *(default: 65)*<br/>
`@zindex-filter-panel-rating-star` - *(default: 65)*<br/>


**image-gallery.less**<br/>
`@zindex-image-gallery-button` - *(default: 1)*<br/>

**image-slider.less**<br/>
`@zindex-image-slider` - *(default: 1000)*<br/>
`@zindex-image-slider-arrow` - *(default: 1000)*<br/>

**image-zoom.less**<br/>
`@zindex-image-zoom-flyout` - *(default: 2500)*<br/>

**loading-indicator.less**<br/>
`@zindex-loading-indicator` - *(default: 6000)*<br/>

**menu-scroller.less**<br/>
`@zindex-menu-scoller-arrow` - *(default: 750)*<br/>

**modal.less**<br/>
`@zindex-modalbox` - *(default: 7000)*<br/>

**offcanvas-menu.less**<br/>
`@zindex-offcanvas` - *(default: 8000)*<br/>
`@zindex-offcanvas-higher-viewport` - *(default: 1000)*<br/>

**overlay.less**<br/>
`@zindex-overlay` - *(default: 5000)*<br/>

**panel.less**<br/>
`@zindex-panel-arrow` - *(default: 2000)*<br/>
`@zindex-panel-link` - *(default: 2000)*<br/>

**product-slider.less**<br/>
`@zindex-product-slider` - *(default: 750)*<br/>

###Modules

**cart.less**<br/>
`@zindex-cart-product-image-element` - *(default: 500)*<br/>
`@zindex-cart-premium-product-badge` - *(default: 750)*<br/>

**compare.less**<br/>
`@zindex-compare-list` - *(default: 4000)*<br/>

**configuration.less**<br/>
`@zindex-configurator-option-label` - *(default: 500)*<br/>
`@zindex-configurator-option-input` - *(default: 1000)*<br/>

**configurator.less**<br/>
`@zindex-configurator-option-label` - *(default: 500)*<br/>
`@zindex-configurator-option-input` - *(default: 1000)*<br/>

**detail.less**<br/>
`@zindex-detail-notification-field-focus` - *(default: 1)*<br/>

**footer.less**<br/>
`@zindex-footer-newsletter-field-focus` - *(default: 1)*<br/>

**header.less**<br/>
`@zindex-header-search-form` - *(default: 3000)*<br/>
`@zindex-header-search-button` - *(default: 2)*<br/>
`@zindex-header-search-results` - *(default: 3500)*<br/>
`@zindex-header-language-flag` - *(default: 900)*<br/>
`@zindex-header-service-list` - *(default: 3500)*<br/>

**listing.less**<br/>
`@zindex-listing-filter-header` - *(default: 1100)*<br/>
`@zindex-listing-filter-header-active` - *(default: 1300)*<br/>

**product-box.less**<br/>
`@zindex-product-box-image-element` - *(default: 500)*<br/>
`@zindex-product-box-product-badge` - *(default: 750)*<br/>

**sidebar.less**<br/>
`@zindex-sidebar-language-flag` - *(default: 900)*<br/>
`@zindex-sidebar-offcanvas-overlay` - *(default: 1200)*<br/>
`@zindex-sidebar-offcanvas-overlay-background` - *(default: 1100)*<br/>
`@zindex-sidebar-offcanvas-higher-viewport` - *(default: 1000)*<br/>

*/
/*
Icons
================================
These variables define the character for each icon.

You can use them in your less instead of the `icon--`-classes.

The variable name is always that of the icon prefixed with `sw-`.

Example:
```less
content: @sw-icon-grid;
content: @sw-icon-facebook;
```

The variable `@sw-icon-fontname` contains the name of the font which will be
used for all icons.

For an overview of available variables, visit the
<a href="https://developers.shopware.com/styletile/components.html#icon-set">docs on available icons</a>.
*/
/*
Mixins
==================================================
The `mixins.less` file contains the imports to all mixin documents that simplify the work with Shopware.

Mixin specific documentation can be found inside each mixin file.

Mixins can be used by adding the mixin class onto an element inside Shopware.

**Example:**<br/>
`.border-radius(3px);`
*/
/*
Icon-element mixin
=====================================================
This mixin provides you a method to set any webfont icon from the Shopware icon-set as a before element.

######Example:
`.icon-element([icon-name], [icon-size]);`
*/
.visible--s,
.visible-inline--s,
.visible-inline-block--s,
.visible--m,
.visible-inline--m,
.visible-inline-block--m,
.visible--l,
.visible-inline--l,
.visible-inline-block--l,
.visible--xl,
.visible-inline--xl,
.visible-inline-block--xl {
  display: none !important;
}
.visible--xs {
  display: block !important;
}
table.visible--xs {
  display: table !important;
}
tr.visible--xs {
  display: table-row !important;
}
th.visible--xs,
td.visible--xs {
  display: table-cell !important;
}
.visible-inline--xs {
  display: inline !important;
}
table.visible-inline--xs {
  display: table !important;
}
tr.visible-inline--xs {
  display: table-row !important;
}
th.visible-inline--xs,
td.visible-inline--xs {
  display: table-cell !important;
}
.visible-inline-block--xs {
  display: inline-block !important;
}
table.visible-inline-block--xs {
  display: table !important;
}
tr.visible-inline-block--xs {
  display: table-row !important;
}
th.visible-inline-block--xs,
td.visible-inline-block--xs {
  display: table-cell !important;
}
.hidden--s,
.hidden--m,
.hidden--l,
.hidden--xl {
  display: inherit !important;
}
.hidden--xs {
  display: none !important;
}
@media screen and (min-width: 30em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--s {
    display: block !important;
  }
  table.visible--s {
    display: table !important;
  }
  tr.visible--s {
    display: table-row !important;
  }
  th.visible--s,
  td.visible--s {
    display: table-cell !important;
  }
  .visible-inline--s {
    display: inline !important;
  }
  table.visible-inline--s {
    display: table !important;
  }
  tr.visible-inline--s {
    display: table-row !important;
  }
  th.visible-inline--s,
  td.visible-inline--s {
    display: table-cell !important;
  }
  .visible-inline-block--s {
    display: inline-block !important;
  }
  table.visible-inline-block--s {
    display: table !important;
  }
  tr.visible-inline-block--s {
    display: table-row !important;
  }
  th.visible-inline-block--s,
  td.visible-inline-block--s {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--m,
  .hidden--l,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--s {
    display: none !important;
  }
}
@media screen and (min-width: 48em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--m {
    display: block !important;
  }
  table.visible--m {
    display: table !important;
  }
  tr.visible--m {
    display: table-row !important;
  }
  th.visible--m,
  td.visible--m {
    display: table-cell !important;
  }
  .visible-inline--m {
    display: inline !important;
  }
  table.visible-inline--m {
    display: table !important;
  }
  tr.visible-inline--m {
    display: table-row !important;
  }
  th.visible-inline--m,
  td.visible-inline--m {
    display: table-cell !important;
  }
  .visible-inline-block--m {
    display: inline-block !important;
  }
  table.visible-inline-block--m {
    display: table !important;
  }
  tr.visible-inline-block--m {
    display: table-row !important;
  }
  th.visible-inline-block--m,
  td.visible-inline-block--m {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--l,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--m {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--xl,
  .visible-inline--xl,
  .visible-inline-block--xl {
    display: none !important;
  }
  .visible--l {
    display: block !important;
  }
  table.visible--l {
    display: table !important;
  }
  tr.visible--l {
    display: table-row !important;
  }
  th.visible--l,
  td.visible--l {
    display: table-cell !important;
  }
  .visible-inline--l {
    display: inline !important;
  }
  table.visible-inline--l {
    display: table !important;
  }
  tr.visible-inline--l {
    display: table-row !important;
  }
  th.visible-inline--l,
  td.visible-inline--l {
    display: table-cell !important;
  }
  .visible-inline-block--l {
    display: inline-block !important;
  }
  table.visible-inline-block--l {
    display: table !important;
  }
  tr.visible-inline-block--l {
    display: table-row !important;
  }
  th.visible-inline-block--l,
  td.visible-inline-block--l {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--m,
  .hidden--xl {
    display: inherit !important;
  }
  .hidden--l {
    display: none !important;
  }
}
@media screen and (min-width: 78.75em) {
  .visible--xs,
  .visible-inline--xs,
  .visible-inline-block--xs,
  .visible--s,
  .visible-inline--s,
  .visible-inline-block--s,
  .visible--m,
  .visible-inline--m,
  .visible-inline-block--m,
  .visible--l,
  .visible-inline--l,
  .visible-inline-block--l {
    display: none !important;
  }
  .visible--xl {
    display: block !important;
  }
  table.visible--xl {
    display: table !important;
  }
  tr.visible--xl {
    display: table-row !important;
  }
  th.visible--xl,
  td.visible--xl {
    display: table-cell !important;
  }
  .visible-inline--xl {
    display: inline !important;
  }
  table.visible-inline--xl {
    display: table !important;
  }
  tr.visible-inline--xl {
    display: table-row !important;
  }
  th.visible-inline--xl,
  td.visible-inline--xl {
    display: table-cell !important;
  }
  .visible-inline-block--xl {
    display: inline-block !important;
  }
  table.visible-inline-block--xl {
    display: table !important;
  }
  tr.visible-inline-block--xl {
    display: table-row !important;
  }
  th.visible-inline-block--xl,
  td.visible-inline-block--xl {
    display: table-cell !important;
  }
  .hidden--xs,
  .hidden--s,
  .hidden--m,
  .hidden--l {
    display: inherit !important;
  }
  .hidden--xl {
    display: none !important;
  }
}
/*
Components
====================================
The `components.less` contains the imports to all styled elements of Shopware.

The files are destinated inside the `_components` folder.
*/
/*
Buttons
===================================================================
######Basic button layout

Creates a basic button. Button type classes can be added by using multiple classes on the `.btn` element.

Adding the class `is--disabled` changes the element to a disabled button.
```
<button class="btn">
    Basic button
</button>

<button class="btn is--disabled">
    Disabled button
</button>
```
*/
.btn {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #dadae5;
  color: #111111;
  /** Button icon font size */
  /** Larger icon */
  /*
######Icon alignment

To work properly the button needs the class `is--icon-left` or `is--icon-right` and an `icon` inside it.
```
<button class="btn is--icon-left">
    <i class="icon--account"></i>
    Icon left
</button>

<button class="btn is--icon-right">
    <i class="icon--account"></i>
    Icon right
</button>
```
*/
  /*
######Button size class
Adding a button-size class creates a larger or smaller button or changes the button properies.

Options: `is--large`, `is--small`, `is--full`, `is--center`
```
<button class="btn is--large">
    Large button
</button>

<button class="btn is--small">
    Small button
</button>
```
*/
  /** State: Small button */
  /** State: Medium button */
  /** State: Large button */
  /** State: Button with 100% width */
  /** State: Button with text align center */
}
.btn [class^="icon--"] {
  font-size: 0.625rem;
}
.btn .is--large {
  font-size: 1rem;
}
.btn.is--icon-right {
  padding-right: 2.25rem;
}
.btn.is--icon-right [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.btn.is--icon-left {
  padding-left: 2.25rem;
}
.btn.is--icon-left [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.btn:disabled,
.btn:disabled:hover,
.btn.is--disabled,
.btn.is--disabled:hover {
  opacity: 0.5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #dadae5;
  color: #111111;
  cursor: not-allowed;
}
.btn:hover {
  background: #ffffff;
  color: #ec7205;
  border-color: #ec7205;
}
.btn:focus {
  outline: none;
}
.btn.is--small {
  line-height: 1.75rem;
}
.btn.is--medium {
  line-height: 2rem;
  height: 2.375rem;
}
.btn.is--large {
  line-height: 2.25rem;
  height: 2.625rem;
}
.btn.is--full {
  display: block;
}
.btn.is--center {
  text-align: center;
}
/*
######Button type class

Options: `is--primary`, `is--secondary`
```
<button class="btn is--primary">
    Primary
</button>

<button class="btn is--secondary">
    Secondary
</button>
```
*/
.is--primary {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
  border: 0 none;
  color: #ffffff;
  /** State: Small button */
  /** State: Large button */
}
.is--primary:hover {
  background: #ec7205;
  color: #ffffff;
}
.is--primary.is--small {
  line-height: 1.875rem;
}
.is--primary.is--large {
  line-height: 2.375rem;
}
.is--secondary {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
  border: 0 none;
  color: #ffffff;
  /** State: Small button */
  /** State: Large button */
}
.is--secondary:hover {
  background: #000000;
  color: #ffffff;
}
.is--secondary.is--small {
  line-height: 1.875rem;
}
.is--secondary.is--large {
  line-height: 2.375rem;
}
.is--link {
  padding: 0.125rem 0.75rem 0.125rem 0.75rem;
  line-height: 2.125rem;
  border: 0 none;
  background: transparent;
  color: #111111;
  /** State: Small button */
  /** State: Large button */
}
.is--link:hover {
  color: #ec7205;
}
.is--link.is--small {
  line-height: 1.875rem;
}
.is--link.is--large {
  line-height: 2.375rem;
}
/*
Basic layout container
======================================
The container element is the parent element for the content section of Shopware 5.

It contains the other content elements and keeps them in place.

It has a set `unitize-max-width` of `1260px` and the clearfix mixin assigned.

```
<div class="container">
    <p>Container element</p>
</div>
```
*/
.container {
  max-width: 78.75rem;
  background: #fff;
  margin: 0 auto;
  width: 100%;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent {
  width: 17.5rem;
  -webkit-transition: transform 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: transform 0.45s cubic-bezier(0.3, 0, 0.15, 1);
}
#cookie-consent.off-canvas {
  position: fixed;
  z-index: 8000;
  background: #e9e9f0;
}
#cookie-consent.block-transition {
  transition: none;
}
#cookie-consent .cookie-consent--header {
  cursor: pointer;
}
#cookie-consent .cookie-consent--description {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  border-bottom: 1px solid #dadae5;
  position: relative;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-title {
  cursor: pointer;
  float: left;
  width: 85%;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-title.is--active .cookie-consent--group-arrow {
  transform: rotate(90deg);
}
#cookie-consent .cookie-consent--configuration .cookie-consent--configuration-header-text {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #dadae5;
}
#cookie-consent .cookie-consent--configuration .cookie-consent--group-description {
  margin-left: 2.625rem;
  color: #373737;
}
#cookie-consent .cookie-consent--cookie {
  padding: 0.9375rem 0rem 0.9375rem 0rem;
  position: relative;
}
#cookie-consent .cookie-consent--cookie:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent .cookie-consent--cookie:after {
  content: "";
  display: table;
  clear: both;
}
#cookie-consent .cookie-consent--cookie .cookie--label {
  cursor: pointer;
}
#cookie-consent .cookie-consent--group-container {
  padding-top: 0.625rem;
  float: none;
  clear: both;
}
#cookie-consent .cookie-consent--group-arrow {
  right: 0.9375rem;
  font-size: 0.75rem;
  top: 1.125rem;
  position: absolute;
}
#cookie-consent .cookie-consent--save {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
#cookie-consent .cookie-consent--save .cookie-consent--save-button {
  text-align: center;
  width: 100%;
}
#cookie-consent .cookie-consent--configuration-main {
  background: #fff;
}
#cookie-consent .cookie-consent--state-label {
  margin-left: 2.5rem;
}
.cookie-consent--state-input {
  display: block;
  position: absolute;
}
.cookie-consent--state-input.cookie-consent--cookie-state {
  top: calc(50% - 10px);
}
.cookie-consent--state-input.cookie-consent--required {
  opacity: 0.4;
}
.cookie-consent--state-input.cookie-consent--required .cookie-consent--state-input-element {
  cursor: default;
}
.cookie-consent--state-input .cookie-consent--state-input-element {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.1875rem;
  border: 1px solid #dadae5;
  cursor: pointer;
  display: block;
  position: relative;
}
.cookie-consent--state-input input {
  display: none;
}
.cookie-consent--state-input input:checked + .cookie-consent--state-input-element {
  background: #9e9ebb;
}
.cookie-consent--state-input input:checked + .cookie-consent--state-input-element::after {
  width: 0.625rem;
  height: 0.3125rem;
  top: 0.25rem;
  left: 0.1875rem;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: transparent;
  content: '';
  position: absolute;
  transform: rotate(-45deg);
}
.cookie-consent--state-input input:indeterminate + .cookie-consent--state-input-element {
  background: #9e9ebb;
}
.cookie-consent--state-input input:indeterminate + .cookie-consent--state-input-element::after {
  width: 0.625rem;
  height: 0.3125rem;
  top: 0.1875rem;
  left: 0.25rem;
  border: 2px none #fff;
  border-bottom-style: solid;
  background: transparent;
  content: '';
  position: absolute;
}
/*
Delivery information
=========================================
Defines the delivery status for products (e.g. detail page, note).

The styling includes the base styling and the delivery states.


```
<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-available">
            <i class="delivery--status-icon delivery--status-available"></i>
            delivery--text-available
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-more-is-coming">
            <i class="delivery--status-icon delivery--status-more-is-coming"></i>
            delivery--text-more-is-coming
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-shipping-free">
            <i class="delivery--status-icon delivery--status-shipping-free"></i>
            delivery--text-shipping-free
        </span>
    </p>
</div>

<div class="product--delivery">
    <p class="delivery--information">
        <span class="delivery--text delivery--text-not-available">
            <i class="delivery--status-icon delivery--status-not-available"></i>
            delivery--text-not-available
        </span>
    </p>
</div>
```
*/
.product--delivery {
  font-size: 0.875rem;
}
.product--delivery p {
  margin: 0;
}
.product--delivery .delivery--status-icon {
  border-radius: 0.5625rem;
  background-clip: padding-box;
  margin: 0rem 0.3125rem 0rem 0rem;
  width: 0.5625rem;
  height: 0.5625rem;
  line-height: 0.625rem;
  display: inline-block;
  position: relative;
}
.product--delivery .delivery--status-shipping-free {
  background: #4aa3df;
}
.product--delivery .delivery--text-shipping-free {
  color: #4aa3df;
}
.product--delivery .delivery--status-available {
  background: #2ecc71;
}
.product--delivery .delivery--text-available {
  color: #2ecc71;
}
.product--delivery .delivery--status-more-is-coming {
  background: #f1c40f;
}
.product--delivery .delivery--text-more-is-coming {
  color: #f1c40f;
}
.product--delivery .delivery--status-not-available {
  background: #e74c3c;
}
.product--delivery .delivery--text-not-available {
  color: #e74c3c;
}
.product--delivery .delivery--text {
  margin: 0;
  display: inline-block;
}
/*
Emotions
=========================================
Contains the basic styles for the Shopware 5 shopping worlds and its elements.

Shopware 5 provides 11 integrated elements inside the shopping worlds that can be chosen and modified inside the backend shopping world editor such as sliders, video elements and blog-articles.
*/
.content-main.is--fullscreen {
  box-shadow: none;
  max-width: none;
  padding: 0;
  margin: 0;
}
.content-main.is--fullscreen .content,
.content-main.is--fullscreen .content-main--inner {
  padding: 0;
  margin: 0 auto;
}
.content-main.is--fullscreen .content--breadcrumb,
.content-main.is--fullscreen .tagcloud--content,
.content-main.is--fullscreen .last-seen-products {
  display: none;
}
.content-main.is--fullscreen .listing--wrapper {
  max-width: 72.5rem;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .content-main.is--fullscreen .listing--wrapper {
    padding: 1.25rem 1.875rem 1.25rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .content-main.is--fullscreen .listing--wrapper {
    padding: 1.25rem 0rem 1.25rem 0rem;
  }
}
.emotion--overlay {
  width: 3.125rem;
  height: 3.125rem;
  top: 3.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0 auto;
  position: relative;
  left: 0;
  z-index: 1000;
}
.emotion--overlay .emotion--loading-indicator {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.emotion--overlay ~ .content-main {
  min-height: 125rem;
  visibility: hidden;
}
.emotion--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 3.125rem 0rem 3.125rem 0rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.emotion--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border-width: 2px;
  border-style: solid;
  border-color: #333 #CCC #CCC #CCC;
}
.content--emotions {
  display: block;
}
body.emotion--preview {
  background: #ffffff;
}
body.emotion--preview .content-main {
  box-shadow: none;
  margin: 0;
}
.emotion--show-listing {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.emotion--wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
}
.emotion--wrapper.is--fullscreen {
  max-width: none;
}
.emotion--container {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
}
.emotion--container:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--mode-resize {
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}
.emotion--container.emotion--mode-rows .emotion--sizer,
.emotion--container.emotion--mode-rows .emotion--sizer-xs,
.emotion--container.emotion--mode-rows .emotion--sizer-s,
.emotion--container.emotion--mode-rows .emotion--sizer-m,
.emotion--container.emotion--mode-rows .emotion--sizer-l,
.emotion--container.emotion--mode-rows .emotion--sizer-xl {
  display: none;
}
.emotion--container.emotion--mode-rows .emotion--row:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--mode-rows .emotion--row:after {
  content: "";
  display: table;
  clear: both;
}
.emotion--container.emotion--column-1 .col-1 {
  width: 100%;
}
.emotion--container.emotion--column-1 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-1 .col-xs-1 {
  width: 100%;
}
.emotion--container.emotion--column-1 .start-col-xs-1 {
  left: 0%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-1 .col-s-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-s-1 {
    left: 0%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-1 .col-m-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-m-1 {
    left: 0%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-1 .col-l-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-l-1 {
    left: 0%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-1 .col-xl-1 {
    width: 100%;
  }
  .emotion--container.emotion--column-1 .start-col-xl-1 {
    left: 0%;
  }
}
.emotion--container.emotion--column-2 .col-1 {
  width: 50%;
}
.emotion--container.emotion--column-2 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-2 .col-2 {
  width: 100%;
}
.emotion--container.emotion--column-2 .start-col-2 {
  left: 50%;
}
.emotion--container.emotion--column-2 .col-xs-1 {
  width: 50%;
}
.emotion--container.emotion--column-2 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-2 .col-xs-2 {
  width: 100%;
}
.emotion--container.emotion--column-2 .start-col-xs-2 {
  left: 50%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-2 .col-s-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-s-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-s-2 {
    left: 50%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-2 .col-m-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-m-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-m-2 {
    left: 50%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-2 .col-l-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-l-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-l-2 {
    left: 50%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-2 .col-xl-1 {
    width: 50%;
  }
  .emotion--container.emotion--column-2 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-2 .col-xl-2 {
    width: 100%;
  }
  .emotion--container.emotion--column-2 .start-col-xl-2 {
    left: 50%;
  }
}
.emotion--container.emotion--column-3 .col-1 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-3 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-3 .col-2 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-3 .start-col-2 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-3 .col-3 {
  width: 100%;
}
.emotion--container.emotion--column-3 .start-col-3 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-3 .col-xs-1 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-3 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-3 .col-xs-2 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-3 .start-col-xs-2 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-3 .col-xs-3 {
  width: 100%;
}
.emotion--container.emotion--column-3 .start-col-xs-3 {
  left: 66.66666667%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-3 .col-s-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-s-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-s-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-s-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-s-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-3 .col-m-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-m-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-m-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-m-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-m-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-3 .col-l-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-l-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-l-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-l-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-l-3 {
    left: 66.66666667%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-3 .col-xl-1 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-3 .col-xl-2 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-2 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-3 .col-xl-3 {
    width: 100%;
  }
  .emotion--container.emotion--column-3 .start-col-xl-3 {
    left: 66.66666667%;
  }
}
.emotion--container.emotion--column-4 .col-1 {
  width: 25%;
}
.emotion--container.emotion--column-4 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-4 .col-2 {
  width: 50%;
}
.emotion--container.emotion--column-4 .start-col-2 {
  left: 25%;
}
.emotion--container.emotion--column-4 .col-3 {
  width: 75%;
}
.emotion--container.emotion--column-4 .start-col-3 {
  left: 50%;
}
.emotion--container.emotion--column-4 .col-4 {
  width: 100%;
}
.emotion--container.emotion--column-4 .start-col-4 {
  left: 75%;
}
.emotion--container.emotion--column-4 .col-xs-1 {
  width: 25%;
}
.emotion--container.emotion--column-4 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-4 .col-xs-2 {
  width: 50%;
}
.emotion--container.emotion--column-4 .start-col-xs-2 {
  left: 25%;
}
.emotion--container.emotion--column-4 .col-xs-3 {
  width: 75%;
}
.emotion--container.emotion--column-4 .start-col-xs-3 {
  left: 50%;
}
.emotion--container.emotion--column-4 .col-xs-4 {
  width: 100%;
}
.emotion--container.emotion--column-4 .start-col-xs-4 {
  left: 75%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-4 .col-s-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-s-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-s-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-s-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-s-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-s-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-s-4 {
    left: 75%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-4 .col-m-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-m-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-m-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-m-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-m-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-m-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-m-4 {
    left: 75%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-4 .col-l-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-l-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-l-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-l-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-l-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-l-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-l-4 {
    left: 75%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-4 .col-xl-1 {
    width: 25%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-4 .col-xl-2 {
    width: 50%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-2 {
    left: 25%;
  }
  .emotion--container.emotion--column-4 .col-xl-3 {
    width: 75%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-3 {
    left: 50%;
  }
  .emotion--container.emotion--column-4 .col-xl-4 {
    width: 100%;
  }
  .emotion--container.emotion--column-4 .start-col-xl-4 {
    left: 75%;
  }
}
.emotion--container.emotion--column-5 .col-1 {
  width: 20%;
}
.emotion--container.emotion--column-5 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-5 .col-2 {
  width: 40%;
}
.emotion--container.emotion--column-5 .start-col-2 {
  left: 20%;
}
.emotion--container.emotion--column-5 .col-3 {
  width: 60%;
}
.emotion--container.emotion--column-5 .start-col-3 {
  left: 40%;
}
.emotion--container.emotion--column-5 .col-4 {
  width: 80%;
}
.emotion--container.emotion--column-5 .start-col-4 {
  left: 60%;
}
.emotion--container.emotion--column-5 .col-5 {
  width: 100%;
}
.emotion--container.emotion--column-5 .start-col-5 {
  left: 80%;
}
.emotion--container.emotion--column-5 .col-xs-1 {
  width: 20%;
}
.emotion--container.emotion--column-5 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-5 .col-xs-2 {
  width: 40%;
}
.emotion--container.emotion--column-5 .start-col-xs-2 {
  left: 20%;
}
.emotion--container.emotion--column-5 .col-xs-3 {
  width: 60%;
}
.emotion--container.emotion--column-5 .start-col-xs-3 {
  left: 40%;
}
.emotion--container.emotion--column-5 .col-xs-4 {
  width: 80%;
}
.emotion--container.emotion--column-5 .start-col-xs-4 {
  left: 60%;
}
.emotion--container.emotion--column-5 .col-xs-5 {
  width: 100%;
}
.emotion--container.emotion--column-5 .start-col-xs-5 {
  left: 80%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-5 .col-s-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-s-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-s-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-s-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-s-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-s-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-s-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-s-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-s-5 {
    left: 80%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-5 .col-m-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-m-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-m-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-m-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-m-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-m-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-m-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-m-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-m-5 {
    left: 80%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-5 .col-l-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-l-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-l-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-l-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-l-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-l-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-l-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-l-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-l-5 {
    left: 80%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-5 .col-xl-1 {
    width: 20%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-5 .col-xl-2 {
    width: 40%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-2 {
    left: 20%;
  }
  .emotion--container.emotion--column-5 .col-xl-3 {
    width: 60%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-3 {
    left: 40%;
  }
  .emotion--container.emotion--column-5 .col-xl-4 {
    width: 80%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-4 {
    left: 60%;
  }
  .emotion--container.emotion--column-5 .col-xl-5 {
    width: 100%;
  }
  .emotion--container.emotion--column-5 .start-col-xl-5 {
    left: 80%;
  }
}
.emotion--container.emotion--column-6 .col-1 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-6 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-6 .col-2 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-6 .start-col-2 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-6 .col-3 {
  width: 50%;
}
.emotion--container.emotion--column-6 .start-col-3 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-6 .col-4 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-6 .start-col-4 {
  left: 50%;
}
.emotion--container.emotion--column-6 .col-5 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-6 .start-col-5 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-6 .col-6 {
  width: 100%;
}
.emotion--container.emotion--column-6 .start-col-6 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-6 .col-xs-1 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-6 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-6 .col-xs-2 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-6 .start-col-xs-2 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-6 .col-xs-3 {
  width: 50%;
}
.emotion--container.emotion--column-6 .start-col-xs-3 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-6 .col-xs-4 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-6 .start-col-xs-4 {
  left: 50%;
}
.emotion--container.emotion--column-6 .col-xs-5 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-6 .start-col-xs-5 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-6 .col-xs-6 {
  width: 100%;
}
.emotion--container.emotion--column-6 .start-col-xs-6 {
  left: 83.33333333%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-6 .col-s-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-s-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-s-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-s-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-s-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-s-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-s-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-s-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-s-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-s-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-s-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-6 .col-m-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-m-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-m-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-m-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-m-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-m-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-m-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-m-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-m-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-m-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-m-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-6 .col-l-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-l-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-l-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-l-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-l-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-l-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-l-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-l-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-l-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-l-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-l-6 {
    left: 83.33333333%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-6 .col-xl-1 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-6 .col-xl-2 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-2 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-6 .col-xl-3 {
    width: 50%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-3 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-6 .col-xl-4 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-4 {
    left: 50%;
  }
  .emotion--container.emotion--column-6 .col-xl-5 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-5 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-6 .col-xl-6 {
    width: 100%;
  }
  .emotion--container.emotion--column-6 .start-col-xl-6 {
    left: 83.33333333%;
  }
}
.emotion--container.emotion--column-7 .col-1 {
  width: 14.28571429%;
}
.emotion--container.emotion--column-7 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-7 .col-2 {
  width: 28.57142857%;
}
.emotion--container.emotion--column-7 .start-col-2 {
  left: 14.28571429%;
}
.emotion--container.emotion--column-7 .col-3 {
  width: 42.85714286%;
}
.emotion--container.emotion--column-7 .start-col-3 {
  left: 28.57142857%;
}
.emotion--container.emotion--column-7 .col-4 {
  width: 57.14285714%;
}
.emotion--container.emotion--column-7 .start-col-4 {
  left: 42.85714286%;
}
.emotion--container.emotion--column-7 .col-5 {
  width: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .start-col-5 {
  left: 57.14285714%;
}
.emotion--container.emotion--column-7 .col-6 {
  width: 85.71428571%;
}
.emotion--container.emotion--column-7 .start-col-6 {
  left: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .col-7 {
  width: 100%;
}
.emotion--container.emotion--column-7 .start-col-7 {
  left: 85.71428571%;
}
.emotion--container.emotion--column-7 .col-xs-1 {
  width: 14.28571429%;
}
.emotion--container.emotion--column-7 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-7 .col-xs-2 {
  width: 28.57142857%;
}
.emotion--container.emotion--column-7 .start-col-xs-2 {
  left: 14.28571429%;
}
.emotion--container.emotion--column-7 .col-xs-3 {
  width: 42.85714286%;
}
.emotion--container.emotion--column-7 .start-col-xs-3 {
  left: 28.57142857%;
}
.emotion--container.emotion--column-7 .col-xs-4 {
  width: 57.14285714%;
}
.emotion--container.emotion--column-7 .start-col-xs-4 {
  left: 42.85714286%;
}
.emotion--container.emotion--column-7 .col-xs-5 {
  width: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .start-col-xs-5 {
  left: 57.14285714%;
}
.emotion--container.emotion--column-7 .col-xs-6 {
  width: 85.71428571%;
}
.emotion--container.emotion--column-7 .start-col-xs-6 {
  left: 71.42857143000001%;
}
.emotion--container.emotion--column-7 .col-xs-7 {
  width: 100%;
}
.emotion--container.emotion--column-7 .start-col-xs-7 {
  left: 85.71428571%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-7 .col-s-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-s-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-s-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-s-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-s-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-s-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-s-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-s-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-s-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-s-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-s-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-s-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-s-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-7 .col-m-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-m-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-m-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-m-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-m-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-m-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-m-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-m-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-m-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-m-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-m-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-m-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-m-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-7 .col-l-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-l-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-l-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-l-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-l-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-l-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-l-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-l-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-l-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-l-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-l-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-l-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-l-7 {
    left: 85.71428571%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-7 .col-xl-1 {
    width: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-7 .col-xl-2 {
    width: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-2 {
    left: 14.28571429%;
  }
  .emotion--container.emotion--column-7 .col-xl-3 {
    width: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-3 {
    left: 28.57142857%;
  }
  .emotion--container.emotion--column-7 .col-xl-4 {
    width: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-4 {
    left: 42.85714286%;
  }
  .emotion--container.emotion--column-7 .col-xl-5 {
    width: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-5 {
    left: 57.14285714%;
  }
  .emotion--container.emotion--column-7 .col-xl-6 {
    width: 85.71428571%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-6 {
    left: 71.42857143000001%;
  }
  .emotion--container.emotion--column-7 .col-xl-7 {
    width: 100%;
  }
  .emotion--container.emotion--column-7 .start-col-xl-7 {
    left: 85.71428571%;
  }
}
.emotion--container.emotion--column-8 .col-1 {
  width: 12.5%;
}
.emotion--container.emotion--column-8 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-8 .col-2 {
  width: 25%;
}
.emotion--container.emotion--column-8 .start-col-2 {
  left: 12.5%;
}
.emotion--container.emotion--column-8 .col-3 {
  width: 37.5%;
}
.emotion--container.emotion--column-8 .start-col-3 {
  left: 25%;
}
.emotion--container.emotion--column-8 .col-4 {
  width: 50%;
}
.emotion--container.emotion--column-8 .start-col-4 {
  left: 37.5%;
}
.emotion--container.emotion--column-8 .col-5 {
  width: 62.5%;
}
.emotion--container.emotion--column-8 .start-col-5 {
  left: 50%;
}
.emotion--container.emotion--column-8 .col-6 {
  width: 75%;
}
.emotion--container.emotion--column-8 .start-col-6 {
  left: 62.5%;
}
.emotion--container.emotion--column-8 .col-7 {
  width: 87.5%;
}
.emotion--container.emotion--column-8 .start-col-7 {
  left: 75%;
}
.emotion--container.emotion--column-8 .col-8 {
  width: 100%;
}
.emotion--container.emotion--column-8 .start-col-8 {
  left: 87.5%;
}
.emotion--container.emotion--column-8 .col-xs-1 {
  width: 12.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-8 .col-xs-2 {
  width: 25%;
}
.emotion--container.emotion--column-8 .start-col-xs-2 {
  left: 12.5%;
}
.emotion--container.emotion--column-8 .col-xs-3 {
  width: 37.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-3 {
  left: 25%;
}
.emotion--container.emotion--column-8 .col-xs-4 {
  width: 50%;
}
.emotion--container.emotion--column-8 .start-col-xs-4 {
  left: 37.5%;
}
.emotion--container.emotion--column-8 .col-xs-5 {
  width: 62.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-5 {
  left: 50%;
}
.emotion--container.emotion--column-8 .col-xs-6 {
  width: 75%;
}
.emotion--container.emotion--column-8 .start-col-xs-6 {
  left: 62.5%;
}
.emotion--container.emotion--column-8 .col-xs-7 {
  width: 87.5%;
}
.emotion--container.emotion--column-8 .start-col-xs-7 {
  left: 75%;
}
.emotion--container.emotion--column-8 .col-xs-8 {
  width: 100%;
}
.emotion--container.emotion--column-8 .start-col-xs-8 {
  left: 87.5%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-8 .col-s-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-s-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-s-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-s-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-s-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-s-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-s-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-s-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-s-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-s-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-s-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-s-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-s-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-8 .col-m-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-m-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-m-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-m-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-m-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-m-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-m-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-m-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-m-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-m-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-m-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-m-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-m-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-8 .col-l-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-l-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-l-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-l-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-l-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-l-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-l-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-l-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-l-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-l-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-l-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-l-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-l-8 {
    left: 87.5%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-8 .col-xl-1 {
    width: 12.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-8 .col-xl-2 {
    width: 25%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-2 {
    left: 12.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-3 {
    width: 37.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-3 {
    left: 25%;
  }
  .emotion--container.emotion--column-8 .col-xl-4 {
    width: 50%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-4 {
    left: 37.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-5 {
    width: 62.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-5 {
    left: 50%;
  }
  .emotion--container.emotion--column-8 .col-xl-6 {
    width: 75%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-6 {
    left: 62.5%;
  }
  .emotion--container.emotion--column-8 .col-xl-7 {
    width: 87.5%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-7 {
    left: 75%;
  }
  .emotion--container.emotion--column-8 .col-xl-8 {
    width: 100%;
  }
  .emotion--container.emotion--column-8 .start-col-xl-8 {
    left: 87.5%;
  }
}
.emotion--container.emotion--column-9 .col-1 {
  width: 11.11111111%;
}
.emotion--container.emotion--column-9 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-9 .col-2 {
  width: 22.22222222%;
}
.emotion--container.emotion--column-9 .start-col-2 {
  left: 11.11111111%;
}
.emotion--container.emotion--column-9 .col-3 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-9 .start-col-3 {
  left: 22.22222222%;
}
.emotion--container.emotion--column-9 .col-4 {
  width: 44.44444444%;
}
.emotion--container.emotion--column-9 .start-col-4 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-9 .col-5 {
  width: 55.55555556%;
}
.emotion--container.emotion--column-9 .start-col-5 {
  left: 44.44444444%;
}
.emotion--container.emotion--column-9 .col-6 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-9 .start-col-6 {
  left: 55.55555556%;
}
.emotion--container.emotion--column-9 .col-7 {
  width: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .start-col-7 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-9 .col-8 {
  width: 88.88888889%;
}
.emotion--container.emotion--column-9 .start-col-8 {
  left: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .col-9 {
  width: 100%;
}
.emotion--container.emotion--column-9 .start-col-9 {
  left: 88.88888889%;
}
.emotion--container.emotion--column-9 .col-xs-1 {
  width: 11.11111111%;
}
.emotion--container.emotion--column-9 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-9 .col-xs-2 {
  width: 22.22222222%;
}
.emotion--container.emotion--column-9 .start-col-xs-2 {
  left: 11.11111111%;
}
.emotion--container.emotion--column-9 .col-xs-3 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-9 .start-col-xs-3 {
  left: 22.22222222%;
}
.emotion--container.emotion--column-9 .col-xs-4 {
  width: 44.44444444%;
}
.emotion--container.emotion--column-9 .start-col-xs-4 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-9 .col-xs-5 {
  width: 55.55555556%;
}
.emotion--container.emotion--column-9 .start-col-xs-5 {
  left: 44.44444444%;
}
.emotion--container.emotion--column-9 .col-xs-6 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-9 .start-col-xs-6 {
  left: 55.55555556%;
}
.emotion--container.emotion--column-9 .col-xs-7 {
  width: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .start-col-xs-7 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-9 .col-xs-8 {
  width: 88.88888889%;
}
.emotion--container.emotion--column-9 .start-col-xs-8 {
  left: 77.77777777999999%;
}
.emotion--container.emotion--column-9 .col-xs-9 {
  width: 100%;
}
.emotion--container.emotion--column-9 .start-col-xs-9 {
  left: 88.88888889%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-9 .col-s-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-s-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-s-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-s-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-s-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-s-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-s-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-s-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-s-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-s-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-s-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-s-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-s-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-s-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-s-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-s-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-s-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-9 .col-m-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-m-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-m-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-m-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-m-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-m-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-m-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-m-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-m-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-m-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-m-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-m-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-m-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-m-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-m-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-m-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-m-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-9 .col-l-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-l-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-l-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-l-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-l-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-l-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-l-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-l-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-l-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-l-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-l-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-l-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-l-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-l-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-l-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-l-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-l-9 {
    left: 88.88888889%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-9 .col-xl-1 {
    width: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-9 .col-xl-2 {
    width: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-2 {
    left: 11.11111111%;
  }
  .emotion--container.emotion--column-9 .col-xl-3 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-3 {
    left: 22.22222222%;
  }
  .emotion--container.emotion--column-9 .col-xl-4 {
    width: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-4 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-9 .col-xl-5 {
    width: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-5 {
    left: 44.44444444%;
  }
  .emotion--container.emotion--column-9 .col-xl-6 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-6 {
    left: 55.55555556%;
  }
  .emotion--container.emotion--column-9 .col-xl-7 {
    width: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-7 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-9 .col-xl-8 {
    width: 88.88888889%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-8 {
    left: 77.77777777999999%;
  }
  .emotion--container.emotion--column-9 .col-xl-9 {
    width: 100%;
  }
  .emotion--container.emotion--column-9 .start-col-xl-9 {
    left: 88.88888889%;
  }
}
.emotion--container.emotion--column-10 .col-1 {
  width: 10%;
}
.emotion--container.emotion--column-10 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-10 .col-2 {
  width: 20%;
}
.emotion--container.emotion--column-10 .start-col-2 {
  left: 10%;
}
.emotion--container.emotion--column-10 .col-3 {
  width: 30%;
}
.emotion--container.emotion--column-10 .start-col-3 {
  left: 20%;
}
.emotion--container.emotion--column-10 .col-4 {
  width: 40%;
}
.emotion--container.emotion--column-10 .start-col-4 {
  left: 30%;
}
.emotion--container.emotion--column-10 .col-5 {
  width: 50%;
}
.emotion--container.emotion--column-10 .start-col-5 {
  left: 40%;
}
.emotion--container.emotion--column-10 .col-6 {
  width: 60%;
}
.emotion--container.emotion--column-10 .start-col-6 {
  left: 50%;
}
.emotion--container.emotion--column-10 .col-7 {
  width: 70%;
}
.emotion--container.emotion--column-10 .start-col-7 {
  left: 60%;
}
.emotion--container.emotion--column-10 .col-8 {
  width: 80%;
}
.emotion--container.emotion--column-10 .start-col-8 {
  left: 70%;
}
.emotion--container.emotion--column-10 .col-9 {
  width: 90%;
}
.emotion--container.emotion--column-10 .start-col-9 {
  left: 80%;
}
.emotion--container.emotion--column-10 .col-10 {
  width: 100%;
}
.emotion--container.emotion--column-10 .start-col-10 {
  left: 90%;
}
.emotion--container.emotion--column-10 .col-xs-1 {
  width: 10%;
}
.emotion--container.emotion--column-10 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-10 .col-xs-2 {
  width: 20%;
}
.emotion--container.emotion--column-10 .start-col-xs-2 {
  left: 10%;
}
.emotion--container.emotion--column-10 .col-xs-3 {
  width: 30%;
}
.emotion--container.emotion--column-10 .start-col-xs-3 {
  left: 20%;
}
.emotion--container.emotion--column-10 .col-xs-4 {
  width: 40%;
}
.emotion--container.emotion--column-10 .start-col-xs-4 {
  left: 30%;
}
.emotion--container.emotion--column-10 .col-xs-5 {
  width: 50%;
}
.emotion--container.emotion--column-10 .start-col-xs-5 {
  left: 40%;
}
.emotion--container.emotion--column-10 .col-xs-6 {
  width: 60%;
}
.emotion--container.emotion--column-10 .start-col-xs-6 {
  left: 50%;
}
.emotion--container.emotion--column-10 .col-xs-7 {
  width: 70%;
}
.emotion--container.emotion--column-10 .start-col-xs-7 {
  left: 60%;
}
.emotion--container.emotion--column-10 .col-xs-8 {
  width: 80%;
}
.emotion--container.emotion--column-10 .start-col-xs-8 {
  left: 70%;
}
.emotion--container.emotion--column-10 .col-xs-9 {
  width: 90%;
}
.emotion--container.emotion--column-10 .start-col-xs-9 {
  left: 80%;
}
.emotion--container.emotion--column-10 .col-xs-10 {
  width: 100%;
}
.emotion--container.emotion--column-10 .start-col-xs-10 {
  left: 90%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-10 .col-s-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-s-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-s-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-s-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-s-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-s-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-s-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-s-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-s-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-s-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-s-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-s-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-s-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-s-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-s-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-s-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-s-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-s-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-s-10 {
    left: 90%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-10 .col-m-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-m-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-m-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-m-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-m-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-m-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-m-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-m-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-m-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-m-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-m-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-m-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-m-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-m-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-m-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-m-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-m-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-m-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-m-10 {
    left: 90%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-10 .col-l-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-l-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-l-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-l-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-l-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-l-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-l-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-l-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-l-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-l-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-l-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-l-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-l-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-l-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-l-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-l-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-l-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-l-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-l-10 {
    left: 90%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-10 .col-xl-1 {
    width: 10%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-10 .col-xl-2 {
    width: 20%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-2 {
    left: 10%;
  }
  .emotion--container.emotion--column-10 .col-xl-3 {
    width: 30%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-3 {
    left: 20%;
  }
  .emotion--container.emotion--column-10 .col-xl-4 {
    width: 40%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-4 {
    left: 30%;
  }
  .emotion--container.emotion--column-10 .col-xl-5 {
    width: 50%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-5 {
    left: 40%;
  }
  .emotion--container.emotion--column-10 .col-xl-6 {
    width: 60%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-6 {
    left: 50%;
  }
  .emotion--container.emotion--column-10 .col-xl-7 {
    width: 70%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-7 {
    left: 60%;
  }
  .emotion--container.emotion--column-10 .col-xl-8 {
    width: 80%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-8 {
    left: 70%;
  }
  .emotion--container.emotion--column-10 .col-xl-9 {
    width: 90%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-9 {
    left: 80%;
  }
  .emotion--container.emotion--column-10 .col-xl-10 {
    width: 100%;
  }
  .emotion--container.emotion--column-10 .start-col-xl-10 {
    left: 90%;
  }
}
.emotion--container.emotion--column-11 .col-1 {
  width: 9.09090909%;
}
.emotion--container.emotion--column-11 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-11 .col-2 {
  width: 18.18181818%;
}
.emotion--container.emotion--column-11 .start-col-2 {
  left: 9.09090909%;
}
.emotion--container.emotion--column-11 .col-3 {
  width: 27.27272727%;
}
.emotion--container.emotion--column-11 .start-col-3 {
  left: 18.18181818%;
}
.emotion--container.emotion--column-11 .col-4 {
  width: 36.36363636%;
}
.emotion--container.emotion--column-11 .start-col-4 {
  left: 27.27272727%;
}
.emotion--container.emotion--column-11 .col-5 {
  width: 45.45454545%;
}
.emotion--container.emotion--column-11 .start-col-5 {
  left: 36.36363636%;
}
.emotion--container.emotion--column-11 .col-6 {
  width: 54.54545455%;
}
.emotion--container.emotion--column-11 .start-col-6 {
  left: 45.45454545%;
}
.emotion--container.emotion--column-11 .col-7 {
  width: 63.63636364%;
}
.emotion--container.emotion--column-11 .start-col-7 {
  left: 54.54545455%;
}
.emotion--container.emotion--column-11 .col-8 {
  width: 72.72727273%;
}
.emotion--container.emotion--column-11 .start-col-8 {
  left: 63.63636364%;
}
.emotion--container.emotion--column-11 .col-9 {
  width: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .start-col-9 {
  left: 72.72727273%;
}
.emotion--container.emotion--column-11 .col-10 {
  width: 90.90909091%;
}
.emotion--container.emotion--column-11 .start-col-10 {
  left: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .col-11 {
  width: 100%;
}
.emotion--container.emotion--column-11 .start-col-11 {
  left: 90.90909091%;
}
.emotion--container.emotion--column-11 .col-xs-1 {
  width: 9.09090909%;
}
.emotion--container.emotion--column-11 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-11 .col-xs-2 {
  width: 18.18181818%;
}
.emotion--container.emotion--column-11 .start-col-xs-2 {
  left: 9.09090909%;
}
.emotion--container.emotion--column-11 .col-xs-3 {
  width: 27.27272727%;
}
.emotion--container.emotion--column-11 .start-col-xs-3 {
  left: 18.18181818%;
}
.emotion--container.emotion--column-11 .col-xs-4 {
  width: 36.36363636%;
}
.emotion--container.emotion--column-11 .start-col-xs-4 {
  left: 27.27272727%;
}
.emotion--container.emotion--column-11 .col-xs-5 {
  width: 45.45454545%;
}
.emotion--container.emotion--column-11 .start-col-xs-5 {
  left: 36.36363636%;
}
.emotion--container.emotion--column-11 .col-xs-6 {
  width: 54.54545455%;
}
.emotion--container.emotion--column-11 .start-col-xs-6 {
  left: 45.45454545%;
}
.emotion--container.emotion--column-11 .col-xs-7 {
  width: 63.63636364%;
}
.emotion--container.emotion--column-11 .start-col-xs-7 {
  left: 54.54545455%;
}
.emotion--container.emotion--column-11 .col-xs-8 {
  width: 72.72727273%;
}
.emotion--container.emotion--column-11 .start-col-xs-8 {
  left: 63.63636364%;
}
.emotion--container.emotion--column-11 .col-xs-9 {
  width: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .start-col-xs-9 {
  left: 72.72727273%;
}
.emotion--container.emotion--column-11 .col-xs-10 {
  width: 90.90909091%;
}
.emotion--container.emotion--column-11 .start-col-xs-10 {
  left: 81.81818182000001%;
}
.emotion--container.emotion--column-11 .col-xs-11 {
  width: 100%;
}
.emotion--container.emotion--column-11 .start-col-xs-11 {
  left: 90.90909091%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-11 .col-s-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-s-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-s-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-s-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-s-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-s-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-s-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-s-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-s-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-s-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-s-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-s-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-s-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-s-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-s-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-s-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-s-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-s-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-s-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-s-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-s-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-11 .col-m-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-m-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-m-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-m-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-m-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-m-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-m-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-m-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-m-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-m-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-m-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-m-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-m-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-m-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-m-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-m-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-m-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-m-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-m-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-m-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-m-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-11 .col-l-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-l-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-l-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-l-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-l-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-l-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-l-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-l-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-l-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-l-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-l-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-l-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-l-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-l-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-l-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-l-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-l-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-l-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-l-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-l-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-l-11 {
    left: 90.90909091%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-11 .col-xl-1 {
    width: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-11 .col-xl-2 {
    width: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-2 {
    left: 9.09090909%;
  }
  .emotion--container.emotion--column-11 .col-xl-3 {
    width: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-3 {
    left: 18.18181818%;
  }
  .emotion--container.emotion--column-11 .col-xl-4 {
    width: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-4 {
    left: 27.27272727%;
  }
  .emotion--container.emotion--column-11 .col-xl-5 {
    width: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-5 {
    left: 36.36363636%;
  }
  .emotion--container.emotion--column-11 .col-xl-6 {
    width: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-6 {
    left: 45.45454545%;
  }
  .emotion--container.emotion--column-11 .col-xl-7 {
    width: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-7 {
    left: 54.54545455%;
  }
  .emotion--container.emotion--column-11 .col-xl-8 {
    width: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-8 {
    left: 63.63636364%;
  }
  .emotion--container.emotion--column-11 .col-xl-9 {
    width: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-9 {
    left: 72.72727273%;
  }
  .emotion--container.emotion--column-11 .col-xl-10 {
    width: 90.90909091%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-10 {
    left: 81.81818182000001%;
  }
  .emotion--container.emotion--column-11 .col-xl-11 {
    width: 100%;
  }
  .emotion--container.emotion--column-11 .start-col-xl-11 {
    left: 90.90909091%;
  }
}
.emotion--container.emotion--column-12 .col-1 {
  width: 8.33333333%;
}
.emotion--container.emotion--column-12 .start-col-1 {
  left: 0%;
}
.emotion--container.emotion--column-12 .col-2 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-12 .start-col-2 {
  left: 8.33333333%;
}
.emotion--container.emotion--column-12 .col-3 {
  width: 25%;
}
.emotion--container.emotion--column-12 .start-col-3 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-12 .col-4 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-12 .start-col-4 {
  left: 25%;
}
.emotion--container.emotion--column-12 .col-5 {
  width: 41.66666667%;
}
.emotion--container.emotion--column-12 .start-col-5 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-12 .col-6 {
  width: 50%;
}
.emotion--container.emotion--column-12 .start-col-6 {
  left: 41.66666667%;
}
.emotion--container.emotion--column-12 .col-7 {
  width: 58.33333333%;
}
.emotion--container.emotion--column-12 .start-col-7 {
  left: 50%;
}
.emotion--container.emotion--column-12 .col-8 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-12 .start-col-8 {
  left: 58.33333333%;
}
.emotion--container.emotion--column-12 .col-9 {
  width: 75%;
}
.emotion--container.emotion--column-12 .start-col-9 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-12 .col-10 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-12 .start-col-10 {
  left: 75%;
}
.emotion--container.emotion--column-12 .col-11 {
  width: 91.66666667%;
}
.emotion--container.emotion--column-12 .start-col-11 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-12 .col-12 {
  width: 100%;
}
.emotion--container.emotion--column-12 .start-col-12 {
  left: 91.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-1 {
  width: 8.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-1 {
  left: 0%;
}
.emotion--container.emotion--column-12 .col-xs-2 {
  width: 16.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-2 {
  left: 8.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-3 {
  width: 25%;
}
.emotion--container.emotion--column-12 .start-col-xs-3 {
  left: 16.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-4 {
  width: 33.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-4 {
  left: 25%;
}
.emotion--container.emotion--column-12 .col-xs-5 {
  width: 41.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-5 {
  left: 33.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-6 {
  width: 50%;
}
.emotion--container.emotion--column-12 .start-col-xs-6 {
  left: 41.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-7 {
  width: 58.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-7 {
  left: 50%;
}
.emotion--container.emotion--column-12 .col-xs-8 {
  width: 66.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-8 {
  left: 58.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-9 {
  width: 75%;
}
.emotion--container.emotion--column-12 .start-col-xs-9 {
  left: 66.66666667%;
}
.emotion--container.emotion--column-12 .col-xs-10 {
  width: 83.33333333%;
}
.emotion--container.emotion--column-12 .start-col-xs-10 {
  left: 75%;
}
.emotion--container.emotion--column-12 .col-xs-11 {
  width: 91.66666667%;
}
.emotion--container.emotion--column-12 .start-col-xs-11 {
  left: 83.33333333%;
}
.emotion--container.emotion--column-12 .col-xs-12 {
  width: 100%;
}
.emotion--container.emotion--column-12 .start-col-xs-12 {
  left: 91.66666667%;
}
@media screen and (min-width: 30em) {
  .emotion--container.emotion--column-12 .col-s-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-s-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-s-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-s-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-s-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-s-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-s-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-s-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-s-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-s-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-s-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-s-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-s-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container.emotion--column-12 .col-m-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-m-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-m-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-m-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-m-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-m-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-m-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-m-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-m-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-m-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-m-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-m-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-m-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container.emotion--column-12 .col-l-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-l-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-l-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-l-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-l-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-l-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-l-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-l-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-l-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-l-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-l-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-l-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-l-12 {
    left: 91.66666667%;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container.emotion--column-12 .col-xl-1 {
    width: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-1 {
    left: 0%;
  }
  .emotion--container.emotion--column-12 .col-xl-2 {
    width: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-2 {
    left: 8.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-3 {
    width: 25%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-3 {
    left: 16.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-4 {
    width: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-4 {
    left: 25%;
  }
  .emotion--container.emotion--column-12 .col-xl-5 {
    width: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-5 {
    left: 33.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-6 {
    width: 50%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-6 {
    left: 41.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-7 {
    width: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-7 {
    left: 50%;
  }
  .emotion--container.emotion--column-12 .col-xl-8 {
    width: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-8 {
    left: 58.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-9 {
    width: 75%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-9 {
    left: 66.66666667%;
  }
  .emotion--container.emotion--column-12 .col-xl-10 {
    width: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-10 {
    left: 75%;
  }
  .emotion--container.emotion--column-12 .col-xl-11 {
    width: 91.66666667%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-11 {
    left: 83.33333333%;
  }
  .emotion--container.emotion--column-12 .col-xl-12 {
    width: 100%;
  }
  .emotion--container.emotion--column-12 .start-col-xl-12 {
    left: 91.66666667%;
  }
}
.emotion--container .is--hidden-s,
.emotion--container .is--hidden-m,
.emotion--container .is--hidden-l,
.emotion--container .is--hidden-xl {
  display: block;
}
.emotion--container .is--hidden-xs {
  display: none;
}
.emotion--container .emotion--sizer-s,
.emotion--container .emotion--sizer-m,
.emotion--container .emotion--sizer-l,
.emotion--container .emotion--sizer-xl {
  display: none;
}
.emotion--container .emotion--sizer-xs {
  display: block;
}
.emotion--container .emotion--sizer-xs ~ .emotion--sizer {
  display: none;
}
@media screen and (min-width: 30em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-l,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-s {
    display: none;
  }
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-l,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-s {
    display: block;
  }
  .emotion--container .emotion--sizer-s ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-l,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-m {
    display: none;
  }
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-l,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-m {
    display: block;
  }
  .emotion--container .emotion--sizer-m ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-xl {
    display: block;
  }
  .emotion--container .is--hidden-l {
    display: none;
  }
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-l {
    display: block;
  }
  .emotion--container .emotion--sizer-l ~ .emotion--sizer {
    display: none;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container .is--hidden-xs,
  .emotion--container .is--hidden-s,
  .emotion--container .is--hidden-m,
  .emotion--container .is--hidden-l {
    display: block;
  }
  .emotion--container .is--hidden-xl {
    display: none;
  }
  .emotion--container .emotion--sizer-s,
  .emotion--container .emotion--sizer-xs,
  .emotion--container .emotion--sizer-m,
  .emotion--container .emotion--sizer-l {
    display: none;
  }
  .emotion--container .emotion--sizer-xl {
    display: block;
  }
  .emotion--container .emotion--sizer-xl ~ .emotion--sizer {
    display: none;
  }
}
.emotion--element {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.emotion--container.emotion--mode-rows .emotion--element {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  vertical-align: top;
}
.emotion--banner {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--banner .banner--content {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.emotion--banner .banner--content.left.top {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  left: 0;
  top: 0;
}
.emotion--banner .banner--content.left.center {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
}
.emotion--banner .banner--content.left.bottom {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  left: 0;
  top: 100%;
}
.emotion--banner .banner--content.center.top {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 0;
}
.emotion--banner .banner--content.center.bottom {
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  left: 50%;
  top: 100%;
}
.emotion--banner .banner--content.right.top {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  left: 100%;
  top: 0;
}
.emotion--banner .banner--content.right.center {
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  left: 100%;
  top: 50%;
}
.emotion--banner .banner--content.right.bottom {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  left: 100%;
  top: 100%;
}
.emotion--mode-rows .emotion--banner {
  height: auto;
}
.emotion--mode-rows .emotion--banner .banner--content,
.emotion--mode-rows .emotion--banner .banner--content.left.top,
.emotion--mode-rows .emotion--banner .banner--content.left.center,
.emotion--mode-rows .emotion--banner .banner--content.left.bottom,
.emotion--mode-rows .emotion--banner .banner--content.center.top,
.emotion--mode-rows .emotion--banner .banner--content.center.bottom,
.emotion--mode-rows .emotion--banner .banner--content.right.top,
.emotion--mode-rows .emotion--banner .banner--content.right.center,
.emotion--mode-rows .emotion--banner .banner--content.right.bottom {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  left: 0;
  top: 0;
  float: none;
}
.emotion--mode-rows .emotion--banner .banner--image-src {
  max-height: none;
  width: 100%;
}
.emotion--banner .banner--image {
  width: 100%;
}
.emotion--banner .banner--link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}
.emotion--banner .banner--mapping {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.emotion--banner .banner--mapping-link {
  position: absolute;
  display: block;
  z-index: 110;
  background: rgba(0, 0, 0, 0);
}
.emotion--banner-slider {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--banner-slider {
  height: auto;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--container,
.emotion--mode-rows .emotion--banner-slider .banner-slider--slide {
  height: auto;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--item {
  vertical-align: middle;
}
.emotion--mode-rows .emotion--banner-slider .banner-slider--banner {
  -webkit-transform: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.emotion--banner-slider .banner-slider--title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.emotion--banner-slider .banner-slider--container,
.emotion--banner-slider .banner-slider--slide {
  width: 100%;
  height: 100%;
}
.emotion--banner-slider .banner-slider--container .arrow {
  display: block;
}
.emotion--banner-slider .banner-slider--item {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--banner-slider .banner-slider--banner {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.emotion--banner-slider .banner-slider--image {
  width: 100%;
}
.emotion--banner-slider .banner-slider--link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.emotion--banner-slider .image-slider--dots {
  display: none;
}
.emotion--product-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.emotion--mode-rows .emotion--product-slider {
  height: 22.5rem;
}
.emotion--product-slider .product-slider--title {
  height: 3.4375rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--product-slider .product-slider--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--product-slider .product-slider--title ~ .product-slider--content {
  padding-top: 4.0625rem;
}
.emotion--product-slider .product-slider--arrow.arrow--next {
  border-right: 0 none;
}
.emotion--product-slider .product-slider--arrow.arrow--prev {
  border-left: 0 none;
}
.emotion--product-slider .box--emotion {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
.emotion--product-slider .box--emotion .box--content {
  padding: 0;
  border: 0 none;
}
.emotion--product-slider .box--emotion .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--product-slider .box--emotion .product--image {
  height: 60%;
  margin: 0 auto;
}
.emotion--product-slider .box--emotion .product--details {
  max-height: 35%;
  width: 100%;
  margin-top: 5%;
}
.emotion--product-slider .box--emotion .product--title {
  font-size: 0.875rem;
  font-weight: 500;
  white-space: normal;
}
.emotion--product-slider .box--emotion .product--price-info .price--unit {
  height: 0.9375rem;
  font-size: 0.625rem;
}
.emotion--product-slider .box--emotion .product--price .price--default {
  font-size: 0.875rem;
}
.emotion--product {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--product {
  height: 22.5rem;
}
.emotion--product.is--no-border .box--content {
  border: 0 none;
}
.emotion--product .product--box {
  width: 100%;
  height: 100%;
  padding: 0;
  float: none;
}
.emotion--product .product--box .box--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.emotion--product .product--box .product--info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.emotion--product .product--box .product--image {
  height: 70%;
  margin: 0 auto;
}
.emotion--product .product--box .product--image.is--large {
  height: 100%;
}
.emotion--product .product--box .product--details {
  max-height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.emotion--product .product--box .product--title {
  text-overflow: ellipsis;
}
.emotion--category-teaser {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--category-teaser {
  height: 22.5rem;
}
.emotion--category-teaser .category-teaser--link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.emotion--category-teaser .category-teaser--title {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--manufacturer {
  width: 100%;
  height: 100%;
  position: relative;
}
.emotion--mode-rows .emotion--manufacturer {
  height: 16.25rem;
}
.emotion--manufacturer .manufacturer--title {
  height: 3.4375rem;
  position: relative;
  top: 0;
  left: 0;
  z-index: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.emotion--manufacturer .manufacturer--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 400;
}
.emotion--manufacturer .manufacturer--title ~ .manufacturer--content {
  padding-top: 4.0625rem;
}
.emotion--manufacturer .manufacturer--slider {
  height: 100%;
}
.emotion--manufacturer .manufacturer--slider .arrow--next {
  right: -1.25rem;
  border-right: 0 none;
}
.emotion--manufacturer .manufacturer--slider .arrow--prev {
  left: -1.25rem;
  border-left: 0 none;
}
.emotion--manufacturer .manufacturer--item {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  text-align: center;
  vertical-align: middle;
}
.emotion--manufacturer .manufacturer--link {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  height: 100%;
  color: #111111;
  font-weight: 700;
  position: relative;
}
.emotion--manufacturer .manufacturer--link:hover {
  color: #ec7205;
}
.emotion--manufacturer .manufacturer--image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.emotion--youtube {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--youtube {
  height: 22.5rem;
}
.emotion--video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.emotion--mode-rows .emotion--video {
  height: auto;
}
.emotion--mode-rows .emotion--video .video--element {
  height: auto;
  position: relative;
}
.emotion--video video::-moz-media-controls,
.emotion--video video::-webkit-media-controls {
  bottom: 15%;
}
.emotion--video .video--element {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.emotion--video .video--cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1300;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  text-align: center;
}
.emotion--video .video--cover .video--play-icon {
  width: 6.25rem;
  height: 6.25rem;
  font-size: 6.25rem;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  color: #fff;
}
.emotion--video .video--play-btn {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  top: 1.5625rem;
  right: 1.5625rem;
  line-height: 2.5rem;
  font-size: 1.3125rem;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 100%;
  background-clip: padding-box;
  position: absolute;
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  z-index: 1200;
}
.emotion--video .video--text {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1100;
  color: #fff;
  text-align: center;
}
.emotion--video .video--text.no--events {
  pointer-events: none;
}
.emotion--iframe {
  width: 100%;
  height: 100%;
}
.emotion--mode-rows .emotion--iframe {
  height: 22.5rem;
}
.emotion--blog {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.emotion--mode-rows .emotion--blog {
  height: auto;
}
.emotion--mode-rows .emotion--blog .blog--image {
  height: 10rem;
}
.emotion--blog .blog--container {
  height: 100%;
  margin: 0 0 0 -1%;
}
.emotion--blog .blog--entry {
  height: 100%;
  padding-left: 1%;
}
.emotion--blog .blog--image {
  height: 40%;
  width: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-bottom: 2%;
}
.emotion--blog .blog--title {
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  color: #000000;
  margin-bottom: 2%;
}
.emotion--blog .blog--title:hover {
  color: #ec7205;
}
.emotion--blog .blog--description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #111111;
  height: auto;
  max-height: 60%;
}
.emotion--html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}
.emotion--mode-rows .emotion--html {
  height: auto;
}
.emotion--html .html--content :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .emotion--blog {
    overflow: hidden;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--banner-slider .image-slider--dots {
    bottom: 0.625rem;
    top: auto;
    left: 0;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .emotion--banner-slider .image-slider--dots .dot--link {
    border-radius: 100%;
    margin: 0rem 0.125rem 0rem 0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #000000;
    display: inline-block;
    border: 5px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -99999em;
    background-clip: padding-box;
  }
  .emotion--banner-slider .image-slider--dots .dot--link.is--active {
    background: #ec7205;
    background-clip: padding-box;
  }
}
/*
Input Types
==========================================
Defines the basic styling of the Shopware input element types.

It contains the different states of the input fields.
```
<div>
    <input type="text" placeholder="Text Input">
</div>

<div>
    <input type="password" placeholder="Password Input">
</div>

<div class="textarea">
    <textarea placeholder="Textarea"></textarea>
</div>
```
*/
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
.stripe-payment-card-form .StripeElement,
.stripe-payment-sepa-form .StripeElement {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background-clip: padding-box;
  box-sizing: border-box;
  line-height: 1.1875rem;
  font-size: 0.875rem;
  width: 18.125rem;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  box-shadow: inset 0 1px 1px #dadae5;
  background: #f8f8fa;
  border: 1px solid #dadae5;
  border-top-color: #cbcbdb;
  color: #373737;
  text-align: left;
}
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.stripe-payment-card-form .StripeElement.StripeElement--focus,
.stripe-payment-sepa-form .StripeElement.StripeElement--focus {
  box-shadow: 0 0 0 transparent;
  outline: none;
  border-color: #ec7205;
  background: #ffffff;
  color: #111111;
}
textarea.has--error,
input[type="text"].has--error,
input[type="search"].has--error,
input[type="password"].has--error,
input[type="number"].has--error,
input[type="email"].has--error,
input[type="tel"].has--error,
.stripe-payment-card-form .StripeElement.StripeElement--invalid,
.stripe-payment-sepa-form .StripeElement.StripeElement--invalid {
  color: #e74c3c;
  background: #faeceb;
  border-color: #e74c3c;
}
textarea.input--field,
input[type="text"].input--field,
input[type="search"].input--field,
input[type="password"].input--field,
input[type="number"].input--field,
input[type="email"].input--field,
input[type="tel"].input--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
textarea.input--field.input--field-zipcode,
input[type="text"].input--field.input--field-zipcode,
input[type="search"].input--field.input--field-zipcode,
input[type="password"].input--field.input--field-zipcode,
input[type="number"].input--field.input--field-zipcode,
input[type="email"].input--field.input--field-zipcode,
input[type="tel"].input--field.input--field-zipcode {
  width: 30%;
  float: left;
}
textarea.input--field.input--field-city,
input[type="text"].input--field.input--field-city,
input[type="search"].input--field.input--field-city,
input[type="password"].input--field.input--field-city,
input[type="number"].input--field.input--field-city,
input[type="email"].input--field.input--field-city,
input[type="tel"].input--field.input--field-city {
  width: 68%;
  float: left;
}
textarea.input--field.input--spacer,
input[type="text"].input--field.input--spacer,
input[type="search"].input--field.input--spacer,
input[type="password"].input--field.input--spacer,
input[type="number"].input--field.input--spacer,
input[type="email"].input--field.input--spacer,
input[type="tel"].input--field.input--spacer {
  margin-right: 2%;
}
textarea.is--small,
input[type="text"].is--small,
input[type="search"].is--small,
input[type="password"].is--small,
input[type="number"].is--small,
input[type="email"].is--small,
input[type="tel"].is--small {
  height: 2.125rem;
}
textarea.is--medium,
input[type="text"].is--medium,
input[type="search"].is--medium,
input[type="password"].is--medium,
input[type="number"].is--medium,
input[type="email"].is--medium,
input[type="tel"].is--medium {
  height: 2.375rem;
}
textarea.is--large,
input[type="text"].is--large,
input[type="search"].is--large,
input[type="password"].is--large,
input[type="number"].is--large,
input[type="email"].is--large,
input[type="tel"].is--large {
  height: 2.625rem;
}
textarea {
  resize: vertical;
}
label {
  font-size: 0.875rem;
  color: #111111;
}
label.has--error {
  color: #e74c3c;
  background: #faeceb;
}
/*
Selectfield
==========================================
Creates a styled combobox selection for the basic select element.

```
<div class="select-field">
    <select>
        <option selected="selected" disabled="disabled" value="">Disabled Option</option>
        <option>Option 1</option>
        <option>Option 2</option>
    </select>
</div>
```
*/
.select-field,
.js--fancy-select {
  max-width: 18.125rem;
  height: 2.625rem;
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.select-field:hover,
.js--fancy-select:hover {
  color: #ec7205;
}
.select-field select,
.js--fancy-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0rem 2.5rem 0rem 0.625rem;
  line-height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  border: 1px solid #dadae5;
}
.select-field select option,
.js--fancy-select select option {
  padding: 0.25rem 0.5rem 0.25rem 0.5rem;
  color: #000000;
  background: #fff;
}
.select-field select::-ms-expand,
.js--fancy-select select::-ms-expand {
  display: none;
}
.select-field select:hover,
.js--fancy-select select:hover {
  color: #ec7205;
  border-color: #ec7205;
  background: #fff;
}
.select-field select:focus,
.js--fancy-select select:focus {
  outline: none;
  color: #ec7205;
  border-color: #ec7205;
}
.select-field select:focus::-ms-value,
.js--fancy-select select:focus::-ms-value {
  color: #ec7205;
  background: none;
}
.select-field select:disabled,
.js--fancy-select select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.select-field select.has--error,
.js--fancy-select select.has--error {
  color: #e74c3c;
  border-color: #e74c3c;
  background: #faeceb;
}
.select-field:after,
.js--fancy-select:after {
  width: 1.875rem;
  height: 2.5rem;
  top: 0.0625rem;
  -webkit-user-select: none;
  user-select: none;
  line-height: 40px;
  max-height: 100%;
  display: block;
  content: "\e612";
  position: absolute;
  right: 0;
  font-size: 5px;
  border-left: 1px solid #dadae5;
  text-align: center;
  font-family: 'shopware';
  pointer-events: none;
}
.select-field:after:hover,
.js--fancy-select:after:hover {
  color: #ec7205;
}
.select-field.is--disabled select,
.js--fancy-select.is--disabled select,
.select-field.is--disabled:after,
.js--fancy-select.is--disabled:after {
  opacity: 0.5;
  cursor: not-allowed;
}
.select-field.has--error select,
.js--fancy-select.has--error select {
  color: #e74c3c;
  border-color: #e74c3c;
  background: #faeceb;
}
.select-field.has--error:after,
.js--fancy-select.has--error:after {
  color: #e74c3c;
  border-color: #e74c3c;
}
@media screen and (min-width: 48em) {
  /* Standard input fields. */
  .input--field {
    margin-bottom: 0.9375rem;
  }
  .input--field .input--field-zipcode {
    margin-right: 2%;
    width: 20%;
  }
  .input--field .input--field-city {
    width: 78%;
  }
}
@media screen and (min-width: 78.75em) {
  .input--field {
    margin-bottom: 0.9375rem;
  }
}
/*
Icon set
============================================
######Shopware Icon set elements

Accessable with the `i` element and the `icon--` class.

Example: `<i class="icon--cart"></i>`

```
<table style="width: 80%;margin: 20px auto;text-align: center;">
    <tbody>
        <tr>
            <td><i class="icon--percent2"></i><br/>
                icon--percent2
            </td>

            <td><i class="icon--percent"></i><br/>
                icon--percent
            </td>

            <td><i class="icon--coupon"></i><br/>
                icon--coupon
            </td>

            <td><i class="icon--truck"></i><br/>
                icon--truck
            </td>

            <td><i class="icon--logout"></i><br/>
                icon--logout
            </td>

            <td><i class="icon--grid"></i><br/>
                icon--grid
            </td>

            <td><i class="icon--filter"></i><br/>
                icon--filter
            </td>

        </tr>
        <tr>
            <td><i class="icon--clock"></i><br/>
                icon--clock
            </td>

            <td><i class="icon--arrow-up"></i><br/>
                icon--arrow-up
            </td>

            <td><i class="icon--arrow-right"></i><br/>
                icon--arrow-right
            </td>

            <td><i class="icon--arrow-left"></i><br/>
                icon--arrow-left
            </td>

            <td><i class="icon--arrow-down"></i><br/>
                icon--arrow-down
            </td>

            <td><i class="icon--star"></i><br/>
                icon--star
            </td>

            <td><i class="icon--star-half"></i><br/>
                icon--star-half
            </td>
        </tr>

        <tr>
            <td><i class="icon--star-empty"></i><br/>
                icon--star-empty
            </td>

            <td><i class="icon--shopware"></i><br/>
                icon--shopware
            </td>

            <td><i class="icon--service"></i><br/>
                icon--service
            </td>

            <td><i class="icon--search"></i><br/>
                icon--search
            </td>

            <td><i class="icon--numbered-list"></i><br/>
                icon--numbered-list
            </td>

            <td><i class="icon--menu"></i><br/>
                icon--menu
            </td>

            <td><i class="icon--mail"></i><br/>
                icon--mail
            </td>
        </tr>

        <tr>
            <td><i class="icon--list"></i><br/>
                icon--list
            </td>

            <td><i class="icon--layout"></i><br/>
                icon--layout
            </td>

            <td><i class="icon--heart"></i><br/>
                icon--heart
            </td>

            <td><i class="icon--cross"></i><br/>
                icon--cross
            </td>

            <td><i class="icon--compare"></i><br/>
                icon--compare
            </td>

            <td><i class="icon--check"></i><br/>
                icon--check
            </td>

            <td><i class="icon--basket"></i><br/>
                icon--basket
            </td>
        </tr>

        <tr>
            <td><i class="icon--account"></i><br/>
                icon--account
            </td>

            <td><i class="icon--chain"></i><br/>
                icon--chain
            </td>

            <td><i class="icon--delicious"></i><br/>
                icon--delicious
            </td>

            <td><i class="icon--delicious2"></i><br/>
                icon--delicious2
            </td>

            <td><i class="icon--digg"></i><br/>
                icon--digg
            </td>

            <td><i class="icon--phone"></i><br/>
                icon--phone
            </td>

            <td><i class="icon--mobile"></i><br/>
                icon--mobile
            </td>
        </tr>

        <tr>
            <td><i class="icon--mouse"></i><br/>
                icon--mouse
            </td>

            <td><i class="icon--directions"></i><br/>
                icon--directions
            </td>

            <td><i class="icon--paperplane"></i><br/>
                icon--paperplane
            </td>

            <td><i class="icon--pencil"></i><br/>
                icon--pencil
            </td>

            <td><i class="icon--feather"></i><br/>
                icon--feather
            </td>

            <td><i class="icon--paperclip"></i><br/>
                icon--paperclip
            </td>

            <td><i class="icon--drawer"></i><br/>
                icon--drawer
            </td>
        </tr>

        <tr>
            <td><i class="icon--reply"></i><br/>
                icon--reply
            </td>

            <td><i class="icon--reply-all"></i><br/>
                icon--reply-all
            </td>

            <td><i class="icon--forward"></i><br/>
                icon--forward
            </td>

            <td><i class="icon--users"></i><br/>
                icon--users
            </td>

            <td><i class="icon--user-add"></i><br/>
                icon--user-add
            </td>

            <td><i class="icon--vcard"></i><br/>
                icon--vcard
            </td>

            <td><i class="icon--export"></i><br/>
                icon--export
            </td>
        </tr>

        <tr>
            <td><i class="icon--location"></i><br/>
                icon--location
            </td>

            <td><i class="icon--map"></i><br/>
                icon--map
            </td>

            <td><i class="icon--compass"></i><br/>
                icon--compass
            </td>

            <td><i class="icon--location2"></i><br/>
                icon--location2
            </td>

            <td><i class="icon--target"></i><br/>
                icon--target
            </td>

            <td><i class="icon--share"></i><br/>
                icon--share
            </td>

            <td><i class="icon--sharable"></i><br/>
                icon--sharable
            </td>
        </tr>

        <tr>
            <td><i class="icon--thumbsup"></i><br/>
                icon--thumbsup
            </td>

            <td><i class="icon--thumbsdown"></i><br/>
                icon--thumbsdown
            </td>

            <td><i class="icon--chat"></i><br/>
                icon--chat
            </td>

            <td><i class="icon--comment"></i><br/>
                icon--comment
            </td>

            <td><i class="icon--quote"></i><br/>
                icon--quote
            </td>

            <td><i class="icon--house"></i><br/>
                icon--house
            </td>

            <td><i class="icon--popup"></i><br/>
                icon--popup
            </td>
        </tr>

        <tr>
            <td><i class="icon--flashlight"></i><br/>
                icon--flashlight
            </td>

            <td><i class="icon--printer"></i><br/>
                icon--printer
            </td>

            <td><i class="icon--bell"></i><br/>
                icon--bell
            </td>

            <td><i class="icon--link"></i><br/>
                icon--link
            </td>

            <td><i class="icon--cog"></i><br/>
                icon--cog
            </td>

            <td><i class="icon--tools"></i><br/>
                icon--tools
            </td>

            <td><i class="icon--trophy"></i><br/>
                icon--trophy
            </td>
        </tr>

        <tr>
            <td><i class="icon--tag"></i><br/>
                icon--tag
            </td>

            <td><i class="icon--camera"></i><br/>
                icon--camera
            </td>

            <td><i class="icon--megaphone"></i><br/>
                icon--megaphone
            </td>

            <td><i class="icon--moon"></i><br/>
                icon--moon
            </td>

            <td><i class="icon--palette"></i><br/>
                icon--palette
            </td>

            <td><i class="icon--leaf"></i><br/>
                icon--leaf
            </td>

            <td><i class="icon--music"></i><br/>
                icon--music
            </td>
        </tr>

        <tr>
            <td><i class="icon--music2"></i><br/>
                icon--music2
            </td>

            <td><i class="icon--new"></i><br/>
                icon--new
            </td>

            <td><i class="icon--graduation"></i><br/>
                icon--graduation
            </td>

            <td><i class="icon--book"></i><br/>
                icon--book
            </td>

            <td><i class="icon--newspaper"></i><br/>
                icon--newspaper
            </td>

            <td><i class="icon--bag"></i><br/>
                icon--bag
            </td>

            <td><i class="icon--airplane"></i><br/>
                icon--airplane
            </td>
        </tr>

        <tr>
            <td><i class="icon--lifebuoy"></i><br/>
                icon--lifebuoy
            </td>

            <td><i class="icon--eye"></i><br/>
                icon--eye
            </td>

            <td><i class="icon--clock2"></i><br/>
                icon--clock2
            </td>

            <td><i class="icon--microphone"></i><br/>
                icon--microphone
            </td>

            <td><i class="icon--calendar"></i><br/>
                icon--calendar
            </td>

            <td><i class="icon--bolt"></i><br/>
                icon--bolt
            </td>

            <td><i class="icon--thunder"></i><br/>
                icon--thunder
            </td>
        </tr>

        <tr>
            <td><i class="icon--droplet"></i><br/>
                icon--droplet
            </td>

            <td><i class="icon--cd"></i><br/>
                icon--cd
            </td>

            <td><i class="icon--briefcase"></i><br/>
                icon--briefcase
            </td>

            <td><i class="icon--air"></i><br/>
                icon--air
            </td>

            <td><i class="icon--hourglass"></i><br/>
                icon--hourglass
            </td>

            <td><i class="icon--gauge"></i><br/>
                icon--gauge
            </td>

            <td><i class="icon--language"></i><br/>
                icon--language
            </td>
        </tr>

        <tr>
            <td><i class="icon--network"></i><br/>
                icon--network
            </td>

            <td><i class="icon--key"></i><br/>
                icon--key
            </td>

            <td><i class="icon--battery"></i><br/>
                icon--battery
            </td>

            <td><i class="icon--bucket"></i><br/>
                icon--bucket
            </td>

            <td><i class="icon--magnet"></i><br/>
                icon--magnet
            </td>

            <td><i class="icon--drive"></i><br/>
                icon--drive
            </td>

            <td><i class="icon--cup"></i><br/>
                icon--cup
            </td>
        </tr>

        <tr>
            <td><i class="icon--rocket"></i><br/>
                icon--rocket
            </td>

            <td><i class="icon--brush"></i><br/>
                icon--brush
            </td>

            <td><i class="icon--suitcase"></i><br/>
                icon--suitcase
            </td>

            <td><i class="icon--cone"></i><br/>
                icon--cone
            </td>

            <td><i class="icon--earth"></i><br/>
                icon--earth
            </td>

            <td><i class="icon--keyboard"></i><br/>
                icon--keyboard
            </td>

            <td><i class="icon--browser"></i><br/>
                icon--browser
            </td>
        </tr>

        <tr>
            <td><i class="icon--publish"></i><br/>
                icon--publish
            </td>

            <td><i class="icon--progress-3"></i><br/>
                icon--progress-3
            </td>

            <td><i class="icon--progress-2"></i><br/>
                icon--progress-2
            </td>

            <td><i class="icon--progress-1"></i><br/>
                icon--progress-1
            </td>

            <td><i class="icon--progress-0"></i><br/>
                icon--progress-0
            </td>

            <td><i class="icon--sun"></i><br/>
                icon--sun
            </td>

            <td><i class="icon--sun2"></i><br/>
                icon--sun2
            </td>
        </tr>

        <tr>
            <td><i class="icon--adjust"></i><br/>
                icon--adjust
            </td>

            <td><i class="icon--code"></i><br/>
                icon--code
            </td>

            <td><i class="icon--screen"></i><br/>
                icon--screen
            </td>

            <td><i class="icon--infinity"></i><br/>
                icon--infinity
            </td>

            <td><i class="icon--light-bulb"></i><br/>
                icon--light-bulb
            </td>

            <td><i class="icon--creditcard"></i><br/>
                icon--creditcard
            </td>

            <td><i class="icon--database"></i><br/>
                icon--database
            </td>
        </tr>

        <tr>
            <td><i class="icon--voicemail"></i><br/>
                icon--voicemail
            </td>

            <td><i class="icon--clipboard"></i><br/>
                icon--clipboard
            </td>

            <td><i class="icon--box"></i><br/>
                icon--box
            </td>

            <td><i class="icon--ticket"></i><br/>
                icon--ticket
            </td>

            <td><i class="icon--rss"></i><br/>
                icon--rss
            </td>

            <td><i class="icon--signal"></i><br/>
                icon--signal
            </td>

            <td><i class="icon--thermometer"></i><br/>
                icon--thermometer
            </td>
        </tr>

        <tr>
            <td><i class="icon--droplets"></i><br/>
                icon--droplets
            </td>

            <td><i class="icon--uniE680"></i><br/>
                icon--uniE680
            </td>

            <td><i class="icon--statistics"></i><br/>
                icon--statistics
            </td>

            <td><i class="icon--pie"></i><br/>
                icon--pie
            </td>

            <td><i class="icon--bars"></i><br/>
                icon--bars
            </td>

            <td><i class="icon--graph"></i><br/>
                icon--graph
            </td>

            <td><i class="icon--lock"></i><br/>
                icon--lock
            </td>
        </tr>

        <tr>
            <td><i class="icon--lock-open"></i><br/>
                icon--lock-open
            </td>

            <td><i class="icon--login"></i><br/>
                icon--login
            </td>

            <td><i class="icon--minus"></i><br/>
                icon--minus
            </td>

            <td><i class="icon--plus"></i><br/>
                icon--plus
            </td>

            <td><i class="icon--cross2"></i><br/>
                icon--cross2
            </td>

            <td><i class="icon--minus2"></i><br/>
                icon--minus2
            </td>

            <td><i class="icon--cross3"></i><br/>
                icon--cross3
            </td>
        </tr>

        <tr>
            <td><i class="icon--minus3"></i><br/>
                icon--minus3
            </td>

            <td><i class="icon--plus3"></i><br/>
                icon--plus3
            </td>

            <td><i class="icon--erase"></i><br/>
                icon--erase
            </td>

            <td><i class="icon--blocked"></i><br/>
                icon--blocked
            </td>

            <td><i class="icon--info"></i><br/>
                icon--info
            </td>

            <td><i class="icon--info2"></i><br/>
                icon--info2
            </td>

            <td><i class="icon--question"></i><br/>
                icon--question
            </td>
        </tr>

        <tr>
            <td><i class="icon--help"></i><br/>
                icon--help
            </td>

            <td><i class="icon--warning"></i><br/>
                icon--warning
            </td>

            <td><i class="icon--cycle"></i><br/>
                icon--cycle
            </td>

            <td><i class="icon--cw"></i><br/>
                icon--cw
            </td>

            <td><i class="icon--ccw"></i><br/>
                icon--ccw
            </td>

            <td><i class="icon--shuffle"></i><br/>
                icon--shuffle
            </td>

            <td><i class="icon--arrow"></i><br/>
                icon--arrow
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow2"></i><br/>
                icon--arrow2
            </td>

            <td><i class="icon--retweet"></i><br/>
                icon--retweet
            </td>

            <td><i class="icon--loop"></i><br/>
                icon--loop
            </td>

            <td><i class="icon--history"></i><br/>
                icon--history
            </td>

            <td><i class="icon--back"></i><br/>
                icon--back
            </td>

            <td><i class="icon--list2"></i><br/>
                icon--list2
            </td>

            <td><i class="icon--add-to-list"></i><br/>
                icon--add-to-list
            </td>
        </tr>

        <tr>
            <td><i class="icon--layout2"></i><br/>
                icon--layout2
            </td>

            <td><i class="icon--list3"></i><br/>
                icon--list3
            </td>

            <td><i class="icon--text"></i><br/>
                icon--text
            </td>

            <td><i class="icon--text2"></i><br/>
                icon--text2
            </td>

            <td><i class="icon--document"></i><br/>
                icon--document
            </td>

            <td><i class="icon--docs"></i><br/>
                icon--docs
            </td>

            <td><i class="icon--landscape"></i><br/>
                icon--landscape
            </td>
        </tr>

        <tr>
            <td><i class="icon--pictures"></i><br/>
                icon--pictures
            </td>

            <td><i class="icon--video"></i><br/>
                icon--video
            </td>

            <td><i class="icon--music3"></i><br/>
                icon--music3
            </td>

            <td><i class="icon--folder"></i><br/>
                icon--folder
            </td>

            <td><i class="icon--archive"></i><br/>
                icon--archive
            </td>

            <td><i class="icon--trash"></i><br/>
                icon--trash
            </td>

            <td><i class="icon--upload"></i><br/>
                icon--upload
            </td>
        </tr>

        <tr>
            <td><i class="icon--download"></i><br/>
                icon--download
            </td>

            <td><i class="icon--disk"></i><br/>
                icon--disk
            </td>

            <td><i class="icon--install"></i><br/>
                icon--install
            </td>

            <td><i class="icon--cloud"></i><br/>
                icon--cloud
            </td>

            <td><i class="icon--upload2"></i><br/>
                icon--upload2
            </td>

            <td><i class="icon--bookmark"></i><br/>
                icon--bookmark
            </td>

            <td><i class="icon--bookmarks"></i><br/>
                icon--bookmarks
            </td>
        </tr>

        <tr>
            <td><i class="icon--book2"></i><br/>
                icon--book2
            </td>

            <td><i class="icon--play"></i><br/>
                icon--play
            </td>

            <td><i class="icon--pause"></i><br/>
                icon--pause
            </td>

            <td><i class="icon--record"></i><br/>
                icon--record
            </td>

            <td><i class="icon--stop"></i><br/>
                icon--stop
            </td>

            <td><i class="icon--next"></i><br/>
                icon--next
            </td>

            <td><i class="icon--previous"></i><br/>
                icon--previous
            </td>
        </tr>

        <tr>
            <td><i class="icon--first"></i><br/>
                icon--first
            </td>

            <td><i class="icon--last"></i><br/>
                icon--last
            </td>

            <td><i class="icon--resize-enlarge"></i><br/>
                icon--resize-enlarge
            </td>

            <td><i class="icon--resize-shrink"></i><br/>
                icon--resize-shrink
            </td>

            <td><i class="icon--volume"></i><br/>
                icon--volume
            </td>

            <td><i class="icon--sound"></i><br/>
                icon--sound
            </td>

            <td><i class="icon--mute"></i><br/>
                icon--mute
            </td>
        </tr>


        <tr>
            <td><i class="icon--flow-cascade"></i><br/>
                icon--flow-cascade
            </td>

            <td><i class="icon--flow-branch"></i><br/>
                icon--flow-branch
            </td>

            <td><i class="icon--flow-tree"></i><br/>
                icon--flow-tree
            </td>

            <td><i class="icon--flow-line"></i><br/>
                icon--flow-line
            </td>

            <td><i class="icon--flow-parallel"></i><br/>
                icon--flow-parallel
            </td>

            <td><i class="icon--arrow-left2"></i><br/>
                icon--arrow-left2
            </td>

            <td><i class="icon--arrow-down2"></i><br/>
                icon--arrow-down2
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-up-upload"></i><br/>
                icon--arrow-up-upload
            </td>

            <td><i class="icon--arrow-right2"></i><br/>
                icon--arrow-right2
            </td>

            <td><i class="icon--arrow-left3"></i><br/>
                icon--arrow-left3
            </td>

            <td><i class="icon--arrow-down3"></i><br/>
                icon--arrow-down3
            </td>

            <td><i class="icon--arrow-up2"></i><br/>
                icon--arrow-up2
            </td>

            <td><i class="icon--arrow-right3"></i><br/>
                icon--arrow-right3
            </td>

            <td><i class="icon--arrow-left4"></i><br/>
                icon--arrow-left4
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-down4"></i><br/>
                icon--arrow-down4
            </td>

            <td><i class="icon--arrow-up3"></i><br/>
                icon--arrow-up3
            </td>

            <td><i class="icon--arrow-right4"></i><br/>
                icon--arrow-right4
            </td>

            <td><i class="icon--arrow-left5"></i><br/>
                icon--arrow-left5
            </td>

            <td><i class="icon--arrow-down5"></i><br/>
                icon--arrow-down5
            </td>

            <td><i class="icon--arrow-up4"></i><br/>
                icon--arrow-up4
            </td>

            <td><i class="icon--arrow-right5"></i><br/>
                icon--arrow-right5
            </td>
        </tr>

        <tr>
            <td><i class="icon--arrow-left6"></i><br/>
                icon--arrow-left6
            </td>

            <td><i class="icon--arrow-down6"></i><br/>
                icon--arrow-down6
            </td>

            <td><i class="icon--arrow-up5"></i><br/>
                icon--arrow-up5
            </td>

            <td><i class="icon--arrow-right6"></i><br/>
                icon--arrow-right6
            </td>

            <td><i class="icon--menu2"></i><br/>
                icon--menu2
            </td>

            <td><i class="icon--ellipsis"></i><br/>
                icon--ellipsis
            </td>

            <td><i class="icon--dots"></i><br/>
                icon--dots
            </td>
        </tr>

        <tr>
            <td><i class="icon--dot"></i><br/>
                icon--dot
            </td>

            <td><i class="icon--cc"></i><br/>
                icon--cc
            </td>

            <td><i class="icon--cc-by"></i><br/>
                icon--cc-by
            </td>

            <td><i class="icon--cc-nc"></i><br/>
                icon--cc-nc
            </td>

            <td><i class="icon--cc-sa"></i><br/>
                icon--cc-sa
            </td>

            <td><i class="icon--cc-nd"></i><br/>
                icon--cc-nd
            </td>

            <td><i class="icon--cc-pd"></i><br/>
                icon--cc-pd
            </td>
        </tr>

        <tr>
            <td><i class="icon--cc-zero"></i><br/>
                icon--cc-zero
            </td>

            <td><i class="icon--cc-share"></i><br/>
                icon--cc-share
            </td>

            <td><i class="icon--cc-share2"></i><br/>
                icon--cc-share2
            </td>

            <td><i class="icon--danielbruce"></i><br/>
                icon--danielbruce
            </td>

            <td><i class="icon--danielbruce2"></i><br/>
                icon--danielbruce2
            </td>

            <td><i class="icon--github"></i><br/>
                icon--github
            </td>

            <td><i class="icon--github2"></i><br/>
                icon--github2
            </td>
        </tr>

        <tr>
            <td><i class="icon--flickr"></i><br/>
                icon--flickr
            </td>

            <td><i class="icon--flickr2"></i><br/>
                icon--flickr2
            </td>

            <td><i class="icon--vimeo"></i><br/>
                icon--vimeo
            </td>

            <td><i class="icon--vimeo2"></i><br/>
                icon--vimeo2
            </td>

            <td><i class="icon--twitter"></i><br/>
                icon--twitter
            </td>

            <td><i class="icon--twitter2"></i><br/>
                icon--twitter2
            </td>

            <td><i class="icon--facebook"></i><br/>
                icon--facebook
            </td>
        </tr>

        <tr>
            <td><i class="icon--facebook2"></i><br/>
                icon--facebook2
            </td>

            <td><i class="icon--facebook3"></i><br/>
                icon--facebook3
            </td>

            <td><i class="icon--googleplus"></i><br/>
                icon--googleplus
            </td>

            <td><i class="icon--googleplus2"></i><br/>
                icon--googleplus2
            </td>

            <td><i class="icon--pinterest"></i><br/>
                icon--pinterest
            </td>

            <td><i class="icon--pinterest2"></i><br/>
                icon--pinterest2
            </td>

            <td><i class="icon--tumblr"></i><br/>
                icon--tumblr
            </td>
        </tr>

        <tr>
            <td><i class="icon--tumblr2"></i><br/>
                icon--tumblr2
            </td>

            <td><i class="icon--linkedin"></i><br/>
                icon--linkedin
            </td>

            <td><i class="icon--linkedin2"></i><br/>
                icon--linkedin2
            </td>

            <td><i class="icon--dribbble"></i><br/>
                icon--dribbble
            </td>

            <td><i class="icon--dribbble2"></i><br/>
                icon--dribbble2
            </td>

            <td><i class="icon--stumbleupon"></i><br/>
                icon--stumbleupon
            </td>

            <td><i class="icon--stumbleupon2"></i><br/>
                icon--stumbleupon2
            </td>
        </tr>

        <tr>
            <td><i class="icon--lastfm"></i><br/>
                icon--lastfm
            </td>

            <td><i class="icon--lastfm2"></i><br/>
                icon--lastfm2
            </td>

            <td><i class="icon--rdio"></i><br/>
                icon--rdio
            </td>

            <td><i class="icon--rdio2"></i><br/>
                icon--rdio2
            </td>

            <td><i class="icon--spotify"></i><br/>
                icon--spotify
            </td>

            <td><i class="icon--spotify2"></i><br/>
                icon--spotify2
            </td>

            <td><i class="icon--qq"></i><br/>
                icon--qq
            </td>
        </tr>

        <tr>
            <td><i class="icon--instagram3"></i><br/>
                icon--instagram3
            </td>

            <td><i class="icon--dropbox"></i><br/>
                icon--dropbox
            </td>

            <td><i class="icon--evernote"></i><br/>
                icon--evernote
            </td>

            <td><i class="icon--flattr"></i><br/>
                icon--flattr
            </td>

            <td><i class="icon--skype"></i><br/>
                icon--skype
            </td>

            <td><i class="icon--skype2"></i><br/>
                icon--skype2
            </td>

            <td><i class="icon--renren"></i><br/>
                icon--renren
            </td>
        </tr>

        <tr>
            <td><i class="icon--sina-weibo"></i><br/>
                icon--sina-weibo
            </td>

            <td><i class="icon--paypal"></i><br/>
                icon--paypal
            </td>

            <td><i class="icon--picasa"></i><br/>
                icon--picasa
            </td>

            <td><i class="icon--soundcloud"></i><br/>
                icon--soundcloud
            </td>

            <td><i class="icon--mixi"></i><br/>
                icon--mixi
            </td>

            <td><i class="icon--behance"></i><br/>
                icon--behance
            </td>

            <td><i class="icon--circles"></i><br/>
                icon--circles
            </td>
        </tr>

        <tr>
            <td><i class="icon--vk"></i><br/>
                icon--vk
            </td>

            <td><i class="icon--smashing"></i><br/>
                icon--smashing
            </td>

            <td><i class="icon--feed"></i><br/>
                icon--feed
            </td>

            <td><i class="icon--feed2"></i><br/>
                icon--feed2
            </td>

            <td><i class="icon--instagram"></i><br/>
                icon--instagram
            </td>

            <td><i class="icon--instagram2"></i><br/>
                icon--instagram2
            </td>

            <td><i class="icon--xing"></i><br/>
                icon--xing
            </td>
        </tr>

        <tr>
            <td><i class="icon--xing2"></i><br/>
                icon--xing2
            </td>

            <td><i class="icon--youtube"></i><br/>
                icon--youtube
            </td>

            <td><i class="icon--youtube2"></i><br/>
                icon--youtube2
            </td>
        </tr>
    </tbody>
</table>
```
*/
@font-face {
  font-family: 'shopware';
  font-display: block;
  src: url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff2?12d3b833372427db6de74e0b7c2c72dc') format('woff2'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.woff?0ea5e75f1771adc22dfeb9cba2e9cb2e') format('woff'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.ttf?d742caab4e90693eabf87ed5b3c4ecb6') format('truetype'), url('../../themes/Frontend/Responsive/frontend/_public/src/fonts/shopware.svg?88265845e4fdc62123ffa58ff8596fe6') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon--"],
[class*=" icon--"] {
  font-family: 'shopware';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--percent2:before {
  content: "\e723";
}
.icon--percent:before {
  content: "\e722";
}
.icon--coupon:before {
  content: "\e71c";
}
.icon--truck:before {
  content: "\e71d";
}
.icon--logout:before {
  content: "\e614";
}
.icon--grid:before {
  content: "\e615";
}
.icon--filter:before {
  content: "\e616";
}
.icon--clock:before {
  content: "\e617";
}
.icon--arrow-up:before {
  content: "\e610";
}
.icon--arrow-right:before {
  content: "\e60f";
}
.icon--arrow-left:before {
  content: "\e611";
}
.icon--arrow-down:before {
  content: "\e612";
}
.icon--star:before {
  content: "\e600";
}
.icon--star-half:before {
  content: "\e71e";
}
.icon--star-empty:before {
  content: "\e601";
}
.icon--shopware:before {
  content: "\e602";
}
.icon--service:before {
  content: "\e603";
}
.icon--search:before {
  content: "\e604";
}
.icon--numbered-list:before {
  content: "\e605";
}
.icon--menu:before {
  content: "\e606";
}
.icon--mail:before {
  content: "\e607";
}
.icon--list:before {
  content: "\e608";
}
.icon--layout:before {
  content: "\e609";
}
.icon--heart:before {
  content: "\e60a";
}
.icon--cross:before {
  content: "\e60d";
}
.icon--compare:before {
  content: "\e60b";
}
.icon--check:before {
  content: "\e60c";
}
.icon--basket:before {
  content: "\e60e";
}
.icon--account:before {
  content: "\e613";
}
.icon--chain:before {
  content: "\f0c1";
}
.icon--delicious:before {
  content: "\f1a5";
}
.icon--delicious2:before {
  content: "\e721";
}
.icon--digg:before {
  content: "\f1a6";
}
.icon--phone:before {
  content: "\e619";
}
.icon--mobile:before {
  content: "\e61d";
}
.icon--mouse:before {
  content: "\e61e";
}
.icon--directions:before {
  content: "\e61f";
}
.icon--paperplane:before {
  content: "\e620";
}
.icon--pencil:before {
  content: "\e618";
}
.icon--feather:before {
  content: "\e621";
}
.icon--paperclip:before {
  content: "\e622";
}
.icon--drawer:before {
  content: "\e623";
}
.icon--reply:before {
  content: "\e624";
}
.icon--reply-all:before {
  content: "\e625";
}
.icon--forward:before {
  content: "\e626";
}
.icon--users:before {
  content: "\e627";
}
.icon--user-add:before {
  content: "\e628";
}
.icon--vcard:before {
  content: "\e629";
}
.icon--export:before {
  content: "\e62a";
}
.icon--location:before {
  content: "\e62b";
}
.icon--map:before {
  content: "\e62c";
}
.icon--compass:before {
  content: "\e62d";
}
.icon--location2:before {
  content: "\e62e";
}
.icon--target:before {
  content: "\e62f";
}
.icon--share:before {
  content: "\e630";
}
.icon--sharable:before {
  content: "\e631";
}
.icon--thumbsup:before {
  content: "\e632";
}
.icon--thumbsdown:before {
  content: "\e633";
}
.icon--chat:before {
  content: "\e634";
}
.icon--comment:before {
  content: "\e61a";
}
.icon--quote:before {
  content: "\e635";
}
.icon--house:before {
  content: "\e636";
}
.icon--popup:before {
  content: "\e637";
}
.icon--flashlight:before {
  content: "\e638";
}
.icon--printer:before {
  content: "\e639";
}
.icon--bell:before {
  content: "\e63a";
}
.icon--link:before {
  content: "\e63b";
}
.icon--flag:before {
  content: "\e63c";
}
.icon--cog:before {
  content: "\e63d";
}
.icon--tools:before {
  content: "\e63e";
}
.icon--trophy:before {
  content: "\e63f";
}
.icon--tag:before {
  content: "\e640";
}
.icon--camera:before {
  content: "\e641";
}
.icon--megaphone:before {
  content: "\e642";
}
.icon--moon:before {
  content: "\e643";
}
.icon--palette:before {
  content: "\e644";
}
.icon--leaf:before {
  content: "\e645";
}
.icon--music:before {
  content: "\e646";
}
.icon--music2:before {
  content: "\e647";
}
.icon--new:before {
  content: "\e648";
}
.icon--graduation:before {
  content: "\e649";
}
.icon--book:before {
  content: "\e64a";
}
.icon--newspaper:before {
  content: "\e64b";
}
.icon--bag:before {
  content: "\e64c";
}
.icon--airplane:before {
  content: "\e64d";
}
.icon--lifebuoy:before {
  content: "\e64e";
}
.icon--eye:before {
  content: "\e64f";
}
.icon--clock2:before {
  content: "\e650";
}
.icon--microphone:before {
  content: "\e651";
}
.icon--calendar:before {
  content: "\e652";
}
.icon--bolt:before {
  content: "\e653";
}
.icon--thunder:before {
  content: "\e654";
}
.icon--droplet:before {
  content: "\e655";
}
.icon--cd:before {
  content: "\e656";
}
.icon--briefcase:before {
  content: "\e657";
}
.icon--air:before {
  content: "\e658";
}
.icon--hourglass:before {
  content: "\e659";
}
.icon--gauge:before {
  content: "\e65a";
}
.icon--language:before {
  content: "\e65b";
}
.icon--network:before {
  content: "\e65c";
}
.icon--key:before {
  content: "\e65d";
}
.icon--battery:before {
  content: "\e65e";
}
.icon--bucket:before {
  content: "\e65f";
}
.icon--magnet:before {
  content: "\e660";
}
.icon--drive:before {
  content: "\e661";
}
.icon--cup:before {
  content: "\e662";
}
.icon--rocket:before {
  content: "\e663";
}
.icon--brush:before {
  content: "\e664";
}
.icon--suitcase:before {
  content: "\e665";
}
.icon--cone:before {
  content: "\e666";
}
.icon--earth:before {
  content: "\e667";
}
.icon--keyboard:before {
  content: "\e668";
}
.icon--browser:before {
  content: "\e669";
}
.icon--publish:before {
  content: "\e66a";
}
.icon--progress-3:before {
  content: "\e66b";
}
.icon--progress-2:before {
  content: "\e66c";
}
.icon--progress-1:before {
  content: "\e66d";
}
/*
    for backwards-compatibility
    @deprecated
*/
.icon--brogress-1:before {
  content: "\e66d";
}
.icon--progress-0:before {
  content: "\e66e";
}
.icon--sun:before {
  content: "\e66f";
}
.icon--sun2:before {
  content: "\e670";
}
.icon--adjust:before {
  content: "\e671";
}
.icon--code:before {
  content: "\e672";
}
.icon--screen:before {
  content: "\e673";
}
.icon--infinity:before {
  content: "\e674";
}
.icon--light-bulb:before {
  content: "\e675";
}
.icon--creditcard:before {
  content: "\e676";
}
.icon--database:before {
  content: "\e677";
}
.icon--voicemail:before {
  content: "\e678";
}
.icon--clipboard:before {
  content: "\e679";
}
.icon--box:before {
  content: "\e67a";
}
.icon--ticket:before {
  content: "\e67b";
}
.icon--rss:before {
  content: "\e67c";
}
.icon--signal:before {
  content: "\e67d";
}
.icon--thermometer:before {
  content: "\e67e";
}
.icon--droplets:before {
  content: "\e67f";
}
.icon--uniE680:before {
  content: "\e680";
}
.icon--statistics:before {
  content: "\e681";
}
.icon--pie:before {
  content: "\e682";
}
.icon--bars:before {
  content: "\e683";
}
.icon--graph:before {
  content: "\e684";
}
.icon--lock:before {
  content: "\e685";
}
.icon--lock-open:before {
  content: "\e686";
}
.icon--login:before {
  content: "\e687";
}
.icon--minus:before {
  content: "\e688";
}
.icon--plus:before {
  content: "\e689";
}
.icon--cross2:before {
  content: "\e68a";
}
.icon--minus2:before {
  content: "\e68b";
}
.icon--plus2:before {
  content: "\e68c";
}
.icon--cross3:before {
  content: "\e68d";
}
.icon--minus3:before {
  content: "\e68e";
}
.icon--plus3:before {
  content: "\e68f";
}
.icon--erase:before {
  content: "\e690";
}
.icon--blocked:before {
  content: "\e691";
}
.icon--info:before {
  content: "\e61b";
}
.icon--info2:before {
  content: "\e692";
}
.icon--question:before {
  content: "\e693";
}
.icon--help:before {
  content: "\e694";
}
.icon--warning:before {
  content: "\e695";
}
.icon--cycle:before {
  content: "\e696";
}
.icon--cw:before {
  content: "\e697";
}
.icon--ccw:before {
  content: "\e698";
}
.icon--shuffle:before {
  content: "\e699";
}
.icon--arrow:before {
  content: "\e69a";
}
.icon--arrow2:before {
  content: "\e69b";
}
.icon--retweet:before {
  content: "\e69c";
}
.icon--loop:before {
  content: "\e69d";
}
.icon--history:before {
  content: "\e69e";
}
.icon--back:before {
  content: "\e69f";
}
.icon--list2:before {
  content: "\e6a0";
}
.icon--add-to-list:before {
  content: "\e6a1";
}
.icon--layout2:before {
  content: "\e6a2";
}
.icon--list3:before {
  content: "\e6a3";
}
.icon--text:before {
  content: "\e6a4";
}
.icon--text2:before {
  content: "\e6a5";
}
.icon--document:before {
  content: "\e6a6";
}
.icon--docs:before {
  content: "\e6a7";
}
.icon--landscape:before {
  content: "\e6a8";
}
.icon--pictures:before {
  content: "\e6a9";
}
.icon--video:before {
  content: "\e6aa";
}
.icon--music3:before {
  content: "\e6ab";
}
.icon--folder:before {
  content: "\e6ac";
}
.icon--archive:before {
  content: "\e6ad";
}
.icon--trash:before {
  content: "\e6ae";
}
.icon--upload:before {
  content: "\e6af";
}
.icon--download:before {
  content: "\e6b0";
}
.icon--disk:before {
  content: "\e6b1";
}
.icon--install:before {
  content: "\e61c";
}
.icon--cloud:before {
  content: "\e6b2";
}
.icon--upload2:before {
  content: "\e6b3";
}
.icon--bookmark:before {
  content: "\e6b4";
}
.icon--bookmarks:before {
  content: "\e6b5";
}
.icon--book2:before {
  content: "\e6b6";
}
.icon--play:before {
  content: "\e6b7";
}
.icon--pause:before {
  content: "\e6b8";
}
.icon--record:before {
  content: "\e6b9";
}
.icon--stop:before {
  content: "\e6ba";
}
.icon--next:before {
  content: "\e6bb";
}
.icon--previous:before {
  content: "\e6bc";
}
.icon--first:before {
  content: "\e6bd";
}
.icon--last:before {
  content: "\e6be";
}
.icon--resize-enlarge:before {
  content: "\e6bf";
}
.icon--resize-shrink:before {
  content: "\e6c0";
}
.icon--volume:before {
  content: "\e6c1";
}
.icon--sound:before {
  content: "\e6c2";
}
.icon--mute:before {
  content: "\e6c3";
}
.icon--flow-cascade:before {
  content: "\e6c4";
}
.icon--flow-branch:before {
  content: "\e6c5";
}
.icon--flow-tree:before {
  content: "\e6c6";
}
.icon--flow-line:before {
  content: "\e6c7";
}
.icon--flow-parallel:before {
  content: "\e6c8";
}
.icon--arrow-left2:before {
  content: "\e6c9";
}
.icon--arrow-down2:before {
  content: "\e6ca";
}
.icon--arrow-up-upload:before {
  content: "\e6cb";
}
.icon--arrow-right2:before {
  content: "\e6cc";
}
.icon--arrow-left3:before {
  content: "\e6cd";
}
.icon--arrow-down3:before {
  content: "\e6ce";
}
.icon--arrow-up2:before {
  content: "\e6cf";
}
.icon--arrow-right3:before {
  content: "\e6d0";
}
.icon--arrow-left4:before {
  content: "\e6d1";
}
.icon--arrow-down4:before {
  content: "\e6d2";
}
.icon--arrow-up3:before {
  content: "\e6d3";
}
.icon--arrow-right4:before {
  content: "\e6d4";
}
.icon--arrow-left5:before {
  content: "\e6d5";
}
.icon--arrow-down5:before {
  content: "\e6d6";
}
.icon--arrow-up4:before {
  content: "\e6d7";
}
.icon--arrow-right5:before {
  content: "\e6d8";
}
.icon--arrow-left6:before {
  content: "\e6d9";
}
.icon--arrow-down6:before {
  content: "\e6da";
}
.icon--arrow-up5:before {
  content: "\e6db";
}
.icon--arrow-right6:before {
  content: "\e6dc";
}
.icon--menu2:before {
  content: "\e6dd";
}
.icon--ellipsis:before {
  content: "\e6de";
}
.icon--dots:before {
  content: "\e6df";
}
.icon--dot:before {
  content: "\e6e0";
}
.icon--cc:before {
  content: "\e6e1";
}
.icon--cc-by:before {
  content: "\e6e2";
}
.icon--cc-nc:before {
  content: "\e6e3";
}
.icon--cc-nc-eu:before {
  content: "\e6e4";
}
.icon--cc-nc-jp:before {
  content: "\e6e5";
}
.icon--cc-sa:before {
  content: "\e6e6";
}
.icon--cc-nd:before {
  content: "\e6e7";
}
.icon--cc-pd:before {
  content: "\e6e8";
}
.icon--cc-zero:before {
  content: "\e6e9";
}
.icon--cc-share:before {
  content: "\e6ea";
}
.icon--cc-share2:before {
  content: "\e6eb";
}
.icon--danielbruce:before {
  content: "\e6ec";
}
.icon--danielbruce2:before {
  content: "\e6ed";
}
.icon--github:before {
  content: "\e6ee";
}
.icon--github2:before {
  content: "\e6ef";
}
.icon--flickr:before {
  content: "\e6f0";
}
.icon--flickr2:before {
  content: "\e6f1";
}
.icon--vimeo:before {
  content: "\e6f2";
}
.icon--vimeo2:before {
  content: "\e6f3";
}
.icon--twitter:before {
  content: "\e6f4";
}
.icon--twitter2:before {
  content: "\e6f5";
}
.icon--facebook:before {
  content: "\e6f6";
}
.icon--facebook2:before {
  content: "\e6f7";
}
.icon--facebook3:before {
  content: "\e6f8";
}
.icon--googleplus:before {
  content: "\e6f9";
}
.icon--googleplus2:before {
  content: "\e6fa";
}
.icon--pinterest:before {
  content: "\e6fb";
}
.icon--pinterest2:before {
  content: "\e6fc";
}
.icon--tumblr:before {
  content: "\e6fd";
}
.icon--tumblr2:before {
  content: "\e6fe";
}
.icon--linkedin:before {
  content: "\e6ff";
}
.icon--linkedin2:before {
  content: "\e700";
}
.icon--dribbble:before {
  content: "\e701";
}
.icon--dribbble2:before {
  content: "\e702";
}
.icon--stumbleupon:before {
  content: "\e703";
}
.icon--stumbleupon2:before {
  content: "\e704";
}
.icon--lastfm:before {
  content: "\e705";
}
.icon--lastfm2:before {
  content: "\e706";
}
.icon--rdio:before {
  content: "\e707";
}
.icon--rdio2:before {
  content: "\e708";
}
.icon--spotify:before {
  content: "\e709";
}
.icon--spotify2:before {
  content: "\e70a";
}
.icon--qq:before {
  content: "\e70b";
}
.icon--instagram3:before {
  content: "\e70c";
}
.icon--dropbox:before {
  content: "\e70d";
}
.icon--evernote:before {
  content: "\e70e";
}
.icon--flattr:before {
  content: "\e70f";
}
.icon--skype:before {
  content: "\e710";
}
.icon--skype2:before {
  content: "\e711";
}
.icon--renren:before {
  content: "\e712";
}
.icon--sina-weibo:before {
  content: "\e713";
}
.icon--paypal:before {
  content: "\e714";
}
.icon--picasa:before {
  content: "\e715";
}
.icon--soundcloud:before {
  content: "\e716";
}
.icon--mixi:before {
  content: "\e717";
}
.icon--behance:before {
  content: "\e718";
}
.icon--circles:before {
  content: "\e719";
}
.icon--vk:before {
  content: "\e71a";
}
.icon--smashing:before {
  content: "\e71b";
}
.icon--feed:before {
  content: "\e71f";
}
.icon--feed2:before {
  content: "\e720";
}
.icon--instagram:before {
  content: "\e903";
}
.icon--instagram2:before {
  content: "\e902";
}
.icon--xing:before {
  content: "\e901";
}
.icon--xing2:before {
  content: "\e900";
}
.icon--youtube:before {
  content: "\e905";
}
.icon--youtube2:before {
  content: "\e904";
}
/*
Navigation list styling
=========================================
Defines a global component for navigation lists.

Navigation lists can be extended by custom styling declarations.

```
<ul class="navigation--list">
    <li class="navigation--entry is--active">
        <a class="navigation--link" href="">
            List entry
        </a>
    </li>
    <li class="navigation--entry">
        <a class="navigation--link" href="">
            <span>List entry</span>
        </a>
    </li>
    <li class="navigation--entry">
        <a class="navigation--link" href="">
            <span>List entry</span>
        </a>
    </li>
</ul>
```
*/
.navigation--list {
  list-style: none;
}
/*
Off-canvas menu
=======================================
The off-canvas menu is the default shopping cart menu in Shopware.

It is an expanding menu that displays the shopping cart at the right side of the screen.

It can be enabled/disabled inside the Shopware 5 backend.

The functionality is provided by the `jquery.off-canvas-menu.js` file.
*/
.off-canvas {
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 17.5rem;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 8000;
}
.off-canvas.is--left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
}
.off-canvas.is--right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
}
.off-canvas.is--active {
  display: block;
}
.off-canvas.is--open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.off-canvas.is--full-screen {
  width: 100%;
}
.off-canvas.no--transitions {
  -webkit-transition: none;
  transition: none;
}
.off-canvas .buttons--off-canvas {
  display: block;
}
.off-canvas .close--off-canvas {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
  display: block;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.off-canvas .close--off-canvas:after {
  content: "";
  display: table;
  clear: both;
}
.off-canvas .close--off-canvas:after {
  content: "";
  display: table;
  clear: both;
}
.off-canvas .close--off-canvas .icon--arrow-left {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 0.6875rem;
}
.off-canvas .link--go-main {
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 2.625rem;
  font-weight: 700;
  display: block;
  width: 100%;
}
.off-canvas .link--go-main .icon--menu {
  font-size: 1.25rem;
  margin-right: 0.625rem;
  float: left;
}
.off-canvas .sidebar--navigation .navigation--link {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-right {
  margin-top: 0;
}
.off-canvas .sidebar--navigation .navigation--link .is--icon-left {
  margin: 0rem 0.625rem 0rem 0rem;
  float: left;
}
.buttons--off-canvas {
  display: none;
}
.page-wrap {
  -webkit-transition: left 400ms cubic-bezier(0.16, 0.04, 0.14, 1);
  transition: left 400ms cubic-bezier(0.16, 0.04, 0.14, 1);
  position: relative;
  left: 0;
}
.navigation--smartphone .navigation--entry {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #fff;
}
.navigation--smartphone .navigation--link {
  display: block;
}
.navigation--smartphone .entry--close-off-canvas,
#cookie-consent .cookie-consent--header {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
}
.navigation--smartphone .entry--close-off-canvas .navigation--link,
#cookie-consent .cookie-consent--header {
  font-size: 0.875rem;
  color: #f8f8fa;
  font-weight: 700;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:after {
  content: "";
  display: table;
  clear: both;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:after {
  content: "";
  display: table;
  clear: both;
}
.navigation--smartphone .entry--close-off-canvas .navigation--link:active {
  color: #f5f5f8;
}
.navigation--smartphone .entry--close-off-canvas .icon--arrow-right,
#cookie-consent .cookie-consent--header .icon--arrow-right {
  margin: 0.75rem 0rem 0rem 0rem;
  font-size: 0.6875rem;
  float: right;
}
.navigation--headline,
.sidebar--navigation {
  margin: 0rem 0.625rem 0rem 0.625rem;
}
.navigation--headline {
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
  color: #000000;
  font-weight: 700;
  font-size: 1em;
}
.sidebar--navigation {
  border-radius: 3px;
  background-clip: padding-box;
  background: #fff;
  border: 1px solid #dadae5;
}
.sidebar--navigation .navigation--entry {
  border-bottom: 1px solid #dadae5;
}
.sidebar--navigation .navigation--entry:last-child {
  border-bottom: 0 none;
}
.sidebar--navigation .navigation--link {
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 48em) {
  .off-canvas {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    display: block;
    background: transparent;
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .off-canvas .sidebar--navigation .navigation--link {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    line-height: inherit;
  }
  .off-canvas .account--menu .navigation--link {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    line-height: inherit;
  }
  .sidebar-main .entry--close-off-canvas {
    display: none;
  }
  .sidebar-main .icon--arrow-right,
  .sidebar-main .icon--arrow-left {
    display: none;
  }
}
/*
Panels
===================================================================
######Basic panel component for boxes and bordered containers.

The panel can be used with different content structures.

Styling options: `has--border` and `has--shadow`

```
<div class="panel">
    <div class="panel--body">
        Basic panel element
    </div>
</div>

<div class="panel has--border">
    <div class="panel--body">
        Basic panel with border
    </div>
</div>
```
*/
.panel {
  display: block;
  background: #ffffff;
}
.panel.has--shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.panel.has--border {
  border: 1px solid #dadae5;
}
/*
<h6>A header box for a panel.</h6>
<p>Can be used by adding the `panel--header`-element and `primary` or `secondary` classes.</p>
```
<div class="panel">
    <div class="panel--header primary">Panel header primary</div>
    <div class="panel--header secondary">Panel header secondary</div>
    <div class="panel--body">
        Panel body
    </div>
</div>
```
*/
.panel--header {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  background: #f8f8fa;
  display: block;
  margin: 0;
  font-weight: 700;
  color: #111111;
  border-bottom: 1px solid #dadae5;
}
.panel--header.secondary {
  color: #111111;
  background: #fff;
}
.panel--header.primary {
  color: #ec7205;
  background: #fff;
}
/*
<h6>A title heading for a panel.</h6>
<p>The `panel--title` can be used as an alternative to the `panel--header` element.</p>
<p>When using the `panel--title` element, make sure that the `panel--body` element has the class `is--wide` assigned in order to work properly. Also the `is--underline` class was added here.
```
<div class="panel">
    <h3 class="panel--title is--underline">Panel title</h3>
    <div class="panel--body is--wide">
        Panel body
    </div>
</div>
```
*/
.panel--title {
  padding: 1.25rem 0rem 0rem 0rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 1rem;
  display: block;
  font-weight: 700;
  color: #000000;
}
.panel--title.is--underline {
  padding: 1.25rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #dadae5;
  text-decoration: none !important;
}
.panel--title.is--secondary {
  color: #111111;
}
.panel--title.is--primary {
  color: #ec7205;
}
/*
<h6>The content body for a panel</h6>
<p>Styling options: `is--slim`, `is--wide`, `is--flat`, `is--embossed`.</p>

```
<div class="panel">
<div class="panel--body is--wide">Panel content ...</div>
</div>
```
*/
.panel--body {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
}
.panel--body.has--border {
  border: 1px solid #dadae5;
}
.panel--body.is--slim {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.panel--body.is--wide {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.panel--body.is--flat {
  background: #f5f5f8;
}
.panel--body.is--embossed {
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #f5f5f8;
}
/*
######A container for action elements
```
<div class="panel--actions">
    <a href="" class="btn">Action Link</a>
    <a href="" class="btn">Action Link</a>
</div>
```
*/
.panel--actions {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  line-height: 2.5rem;
  display: block;
}
.panel--actions.has--border {
  margin: 0.625rem 0rem 0rem 0rem;
  padding: 0.625rem 0rem 0rem 0rem;
  border-top: 1px solid #dadae5;
}
.panel--actions.is--slim {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
}
.panel--actions.is--wide {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.panel--actions .btn {
  margin: 0rem 0.375rem 0rem 0rem;
}
/*
######A table inside a panel.
```
<div class="panel panel--table">
    <div class="panel--tr">
        <div class="panel--th">Column 1</div>
        <div class="panel--th">Column 2</div>
        <div class="panel--th">Column 3</div>
    </div>
    <div class="panel--tr">
        <div class="panel--td">Value 1</div>
        <div class="panel--td">Value 2</div>
        <div class="panel--td">Value 3</div>
    </div>
</div>
```
*/
.panel--table {
  width: 100%;
  display: block;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.panel--table:after {
  content: "";
  display: table;
  clear: both;
}
.panel--table:after {
  content: "";
  display: table;
  clear: both;
}
.panel--table.has--border {
  border: 1px solid #dadae5;
}
.panel--tr {
  display: block;
  width: 100%;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dadae5;
}
.panel--tr:after {
  content: "";
  display: table;
  clear: both;
}
.panel--tr:after {
  content: "";
  display: table;
  clear: both;
}
.panel--tr:last-child {
  border-width: 0;
}
.panel--tr.is--odd {
  background: #f5f5f5;
}
.panel--tr.is--secondary {
  background: #f5f5f5;
}
.panel--tr.is--primary {
  color: #ec7205;
}
.panel--th,
.panel--td {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  float: left;
}
.panel--th:after,
.panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.panel--th:after,
.panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.panel--th.has--border,
.panel--td.has--border {
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #dadae5;
}
.panel--th.has--border:last-child,
.panel--td.has--border:last-child {
  border-width: 0;
}
.panel--th p,
.panel--td p {
  margin: 0;
}
.panel--th {
  font-weight: 700;
  color: #000000;
}
/*
######A small dot navigation for example for a slider panel.

```
<div class="panel--dot-nav">
    <a href=""></a>
    <a href="" class="is--active"></a>
    <a href=""></a>
</div>
```
*/
.panel--dot-nav {
  height: 0.6875rem;
  position: relative;
}
.panel--dot-nav .dot--link,
.panel--dot-nav a {
  border-radius: 11px;
  background-clip: padding-box;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  width: 0.6875rem;
  height: 0.6875rem;
  display: inline-block;
  border: 1px solid #dadae5;
}
.panel--dot-nav .dot--link.is--active,
.panel--dot-nav a.is--active {
  border-color: #ec7205;
  background: #ec7205;
}
/*
######A paging navigation for pagination content.
```
<div class="panel--paging">
    <a href=""><i class="icon--arrow-left"></i></a>
    <a href="">1</a>
    <a href="">2</a>
    <a href="">...</a>
    <a href=""><i class="icon--arrow-right"></i></a>
</div>
```
*/
.panel--paging {
  line-height: 2rem;
  display: inline-block;
}
.panel--paging .paging--link {
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0.0625rem 0rem 0.0625rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  display: inline-block;
  font-weight: 500;
  text-align: center;
  border: 1px solid #dadae5;
  color: #111111;
}
.panel--paging .paging--link [class^="icon--"] {
  font-size: 0.625rem;
}
.panel--paging .paging--link.is--active,
.panel--paging .paging--link.is--active:hover {
  line-height: 2rem;
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
  color: #ffffff;
  border: 0 none;
  font-weight: 700;
  cursor: default;
}
.panel--paging .paging--link:hover {
  background: #ffffff;
  color: #ec7205;
  border-color: #ec7205;
}
/*
Form
============================

Contains the general layout and styling for the Shopware form elements and fieldsets.

The fieldset padding size is defined with the unitize mixin.

```
<fieldset>
    <form>
        <table>
            <tr>
                <td>Table cell</td>
            </tr>
            <tr>
                <td>Table cell</td>
            </tr>
            <tr>
                <td>Table cell</td>
            </tr>
        <table>
    <form>
</fieldset>
```

*/
form {
  display: block;
}
form table {
  width: 100%;
}
form table td {
  padding: 10px;
}
fieldset {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border: 1px solid #dadae5;
}
/*
Alerts
===================================================================
######Displays an alert box for status messages to the user.

Alerts always have to have the `.alert` class assigned, and in addition one of four color schemes.

Options: `is--success`, `is--info`, `is--warning`, `is--error`.
```
<p class="alert is--success">Success message</p>
<p class="alert is--info">Info message</p>
<p class="alert is--warning">Warning message</p>
<p class="alert is--error">Error message</p>
```
*/
.alert {
  font-size: 0.875rem;
  line-height: 1.5rem;
  position: relative;
  overflow: hidden;
  /*
######With an Icon inside of the box.</h6>
```
<div class="alert is--success is--rounded">
    <div class="alert--icon">
    <i class="icon--element icon--check"></i>
    </div>
    <div class="alert--content">
    Success message with Icon
    </div>
</div>

<div class="alert is--warning is--rounded">
    <div class="alert--icon">
    <i class="icon--element icon--warning"></i>
    </div>
    <div class="alert--content">
    Warning message with Icon
    </div>
</div>
```
*/
}
.alert:after {
  content: "";
  display: table;
  clear: both;
}
.alert:after {
  content: "";
  display: table;
  clear: both;
}
.alert.is--success {
  color: #208e4e;
  background: #def2e7;
}
.alert.is--success .alert--icon {
  background: #2ecc71;
}
.alert.is--info {
  color: #217dbb;
  background: #e9f2f8;
}
.alert.is--info .alert--icon {
  background: #4aa3df;
}
.alert.is--warning {
  color: #ae8e0a;
  background: #fbf5db;
}
.alert.is--warning .alert--icon {
  background: #f1c40f;
}
.alert.is--error {
  color: #e74c3c;
  background: #faeceb;
}
.alert.is--error .alert--icon {
  background: #e74c3c;
}
.alert.no--cookies {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
}
.alert.no--cookies a.close--alert {
  float: right;
}
.alert.no--cookies a.close--alert:hover {
  cursor: pointer;
  text-decoration: underline;
}
.alert .alert--close {
  position: absolute;
  top: 1.0625rem;
  right: 1.25rem;
  font-size: 0.625rem;
  color: #111111;
  cursor: pointer;
}
.alert .icon--element {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15%;
  margin-top: -9px;
}
.alert .alert--icon,
.alert .alert--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  float: left;
}
.alert .alert--icon p,
.alert .alert--content p {
  margin-bottom: 0rem;
}
.alert .alert--icon {
  font-size: 1.125rem;
  line-height: 1.625rem;
  width: 15%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding-bottom: 9999em;
  margin-bottom: -9999em;
}
.alert .alert--content {
  width: 85%;
}
.alert .alert--content.is--strong {
  font-weight: 700;
}
.alert .alert--list {
  list-style: none;
}
.alert .list--entry {
  display: block;
}
.container--ajax-cart:not(.off-canvas) .alert {
  margin: 0.625rem;
}
.container--ajax-cart .alert .alert--close {
  right: 0.9375rem;
}
.container--ajax-cart .alert .alert--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .alert .alert--icon,
  .alert .icon--element {
    width: 8%;
  }
  .alert .alert--content {
    width: 92%;
  }
}
/*
Counter Badges
==========================================
######Creates a badge to display counts.

The `span` can be modified with 3 different color schemes.

Options: `is--primary`, `is--secondary`, `is--minimal`


```
<p><span class="badge is--primary">1</span> Primary Badge</p>
<p><span class="badge is--secondary">2</span> Secondary Badge</p>
<p><span class="badge is--minimal">3</span> Minimal Badge</p>
```
*/
.badge {
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  height: 1.25rem;
  min-width: 0.625rem;
  line-height: 1.25rem;
  font-size: 0.75rem;
  border-radius: 50px;
  background-clip: padding-box;
  box-sizing: content-box;
  display: inline-block;
  white-space: nowrap;
  z-index: 500;
  font-weight: 700;
  text-align: center;
  background: #fff;
  color: #ec7205;
  border: 1px solid #dadae5;
}
.badge.is--primary {
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
  color: #fff;
  border-color: #fff;
}
.badge.is--secondary {
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
  color: #fff;
  border-color: #fff;
}
.badge.is--minimal {
  border: 0 none;
}
/*
Labels
===================================================================
######Creates a label for displaying a status.

To work properly the `span`-element needs the general `label`-class and a color scheme option:

Options: `success`, `info`, `warning`, `error`.
```
<span class="label success">Success!</span>
<span class="label info">Info!</span>
<span class="label warning">Warning!</span>
<span class="label error">Error!</span>
```
*/
.label {
  padding: 0.1875rem 0.5rem 0.1875rem 0.5rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  color: #111111;
  background: #111111;
}
.label.success {
  background: #2ecc71;
}
.label.info {
  background: #4aa3df;
}
.label.warning {
  background: #f1c40f;
}
.label.error {
  background: #e74c3c;
}
/*
Collapse Box
================================================
A collapse box for panels and text elements.

Displays a folding box that responds if the content does not fit the element.

```

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content is--collapsed">
    This content will be shown by the is--collapsed class.
</div>

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content">
    Lorem ipsum dolor
</div>

<div class="collapse--header">
  Collapse box title
    <span class="collapse--toggler">
    </span>
</div>
<div class="collapse--content">
    Lorem ipsum dolor
</div>

```
*/
.collapse--header {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin: 0.625rem 0rem 0rem 0rem;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  display: block;
  position: relative;
  z-index: 1100;
  border: 1px solid #dadae5;
  cursor: pointer;
}
.collapse--header .collapse--toggler {
  height: 1rem;
  top: 0.625rem;
  right: 1.25rem;
  font-size: 0.375rem;
  line-height: 1rem;
  position: absolute;
  font-weight: 500;
  font-family: 'shopware';
}
.collapse--header .collapse--toggler:before {
  content: "\e612";
}
.collapse--header:hover {
  color: #ec7205;
}
.collapse--header.is--active {
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
  box-shadow: 0 1px 3px 0 rgba(95, 114, 133, 0.5);
  color: #fff;
  font-weight: 700;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #adadc6;
  z-index: 1300;
}
.collapse--header.is--active .collapse--toggler:before {
  content: "\e610";
}
.collapse--content {
  padding: 0.3125rem 0rem 0rem 0rem;
  top: -0.3125rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  display: none;
  position: relative;
  z-index: 1000;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dadae5;
}
.collapse--content.is--collapsed {
  display: block;
  z-index: 1200;
}
.js--collapse-target {
  display: none;
}
.js--collapse-target.is--collapsed {
  display: block;
}
/*
Product Slider
===================================================
######Shopware Product slider element
The Shopware product slider element displays a selection of articles the user chooses inside a slim slider element.

The product slider uses the product box component for displaying and sliding articles.

The slider has `is--vertical` and `is-horizontal` properties to set the layout of the element.

For initializing a product slider the outer `product-slider` wrapper has to have the attribute `data-product-slider="true"`.

```
<div class="product-slider" data-product-slider="true">

    <a class="product-slider--arrow arrow--next is--horizontal"></a>
    <a class="product-slider--arrow arrow--prev is--horizontal"></a>

    <div class="product-slider--container is--horizontal">

        <div class="product-slider--item">
            <!-- Product box will be placed here. -->
        </div>

    </div>

</div>
```
*/
.product-slider {
  display: block;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
}
.product-slider--container {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.product-slider--container:after {
  content: "";
  display: table;
  clear: both;
}
.product-slider--container:after {
  content: "";
  display: table;
  clear: both;
}
.product-slider--container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.product-slider--container.is--vertical {
  overflow-y: scroll;
  overflow-x: hidden;
  white-space: normal;
}
.product-slider--container.is--vertical .product-slider--item {
  display: block;
  width: 100%;
}
.product-slider--container.is--horizontal {
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}
.product-slider--container.is--horizontal .product-slider--item {
  height: 100%;
  display: inline-block;
}
.is--ie .product-slider--container,
.is--firefox .product-slider--container,
.product-slider--container.is--no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}
.product-slider--item {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.product-slider--arrow {
  width: 1.875rem;
  height: 3.75rem;
  margin: -1.875rem 0rem 0rem 0rem;
  line-height: 3.75rem;
  font-size: 0.75rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  top: 50%;
  z-index: 750;
  font-family: 'shopware';
  text-align: center;
  color: #111111;
  border: 1px solid #dadae5;
  cursor: pointer;
}
.product-slider--arrow.arrow--prev {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  left: 0;
}
.product-slider--arrow.arrow--prev:before,
.product-slider--arrow.arrow--prev::before {
  content: "\e611";
}
.product-slider--arrow.arrow--next {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  right: 0;
}
.product-slider--arrow.arrow--next:before {
  content: "\e60f";
}
.product-slider--arrow:hover {
  color: #ec7205;
  border-color: #ec7205;
  background: rgba(255, 255, 255, 0.8);
}
.product-slider--arrow.is--vertical {
  width: 3.75rem;
  height: 1.875rem;
  margin: 0rem 0rem 0rem -1.875rem;
  line-height: 1.875rem;
  font-size: 0.375rem;
  left: 50%;
  top: auto;
}
.product-slider--arrow.is--vertical.arrow--prev {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 0;
}
.product-slider--arrow.is--vertical.arrow--prev:before,
.product-slider--arrow.is--vertical.arrow--prev::before {
  content: "\e610";
}
.product-slider--arrow.is--vertical.arrow--next {
  bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.product-slider--arrow.is--vertical.arrow--next:before {
  content: "\e612";
}
@media screen and (min-width: 30em) {
  .product-slider--item {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .product-slider--item {
    width: 33.33%;
  }
}
@media screen and (min-width: 64em) {
  .product-slider--item {
    width: 25%;
  }
}
@media screen and (min-width: 78.75em) {
  .product-slider--container.is--horizontal,
  .product-slider--container.is--vertical {
    overflow: hidden;
  }
}
/*
Modalbox
==============================================
Creates a transitioned fixed modalbox overlay that displays above all other elements.

The `sizing--content` class lets the modal window get its height from the inner content.

The inline styles are generated by the `jquery.modal.js` file.

```
<div class="js--modal sizing--content" style="width: 600px; height: auto; display: block; opacity: 1;">
    <div class="header">
        <div class="title">This is the header</div>
    </div>
    <div class="content">
        This is the content
    </div>

    <div class="btn icon--cross is--small btn--grey modal--close">
    </div>
</div>

<div class="js--overlay" style="opacity: 0.8; display: block; cursor: pointer;"></div>
```
*/
.js--modal {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.25);
  box-sizing: content-box;
  opacity: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: padding-box #ffffff;
  max-height: 100%;
  max-width: 100%;
  z-index: 7000;
  overflow-x: hidden;
  overflow-y: auto;
}
.js--modal .header {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 2.625rem;
  border-bottom: 1px solid #dadae5;
}
.js--modal .header .title {
  font-size: 1rem;
  font-weight: 700;
}
.js--modal .modal--close {
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.625rem;
  right: 0.625rem;
  top: 0.4375rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  text-align: center;
  position: absolute;
}
.js--modal .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.js--modal .content .content--iframe {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  height: 100%;
  border: 0 none;
  display: block;
}
.js--modal.sizing--auto.is--fullscreen {
  height: 100% !important;
  width: 100% !important;
}
.js--modal.sizing--fixed {
  max-height: none !important;
  max-width: none !important;
}
.js--modal.sizing--content {
  position: fixed;
  bottom: auto;
  top: auto;
  height: auto;
}
.js--modal.no--header .header {
  display: none;
}
.js--modal.no--border-radius {
  border-radius: 0;
}
@media screen and (min-width: 48em) {
  .js--modal {
    border-radius: 3px;
    background-clip: padding-box;
  }
}
/*
Loading indicator
=============================================
Displays a spinning circle to indicate a loading status.

Can be imported by using the `i` tag with the `icon--loading-indicator` class.

`<i class="icon--loading-indicator"></i>`

The functionality is provided by the `jquery.loading-indicator.js` file.
*/
.js--is-loading {
  position: relative;
}
.js--loading-indicator {
  position: absolute;
  display: none;
  z-index: 6000;
  top: 50%;
  left: 50%;
}
body > .js--loading-indicator {
  position: fixed;
}
.js--loading-indicator.indicator--relative {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: none;
  position: relative;
  display: block;
  left: 50%;
  top: auto;
  border: 0 none;
}
.js--loading-indicator.indicator--absolute {
  width: 1.875rem;
  height: 1.875rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  background: none;
  position: relative;
  display: block;
  left: 50%;
  top: auto;
  border: 0 none;
  position: absolute;
  padding: 0;
  top: 50%;
}
.js--loading-indicator.indicator--absolute.js--loading-indicator {
  margin: -0.9375rem 0rem 0rem -0.9375rem;
}
.has--cssanimations .js--loading-indicator {
  margin: -0.8125rem 0rem 0rem -0.8125rem;
}
.has--cssanimations .js--loading-indicator div[class^="icon--"] {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
}
.has--cssanimations .js--loading-indicator .icon--default:before,
.has--cssanimations .js--loading-indicator .icon--default::before {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #dadae5;
  border-top: 2px solid #8f8fb1;
}
.has--no-cssanimations .js--loading-indicator {
  margin: -0.8125rem 0rem 0rem -0.8125rem;
}
.has--no-cssanimations .js--loading-indicator div[class^="icon--"] {
  width: 1rem;
  height: 1rem;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.has--no-cssanimations .js--loading-indicator .icon--default {
  height: 1rem;
  width: 1rem;
  background-image: url('../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif?b2801b5adc14382afa10399949b67831');
}
/*
Overlay
================================================
Creates a fixed full-screen overlay.

The `js--overlay` element is used when a modal window is shown.

The `js--overlay` element is empty while the html of the modal box will be created just before the closing body-tag.

The opacity of the full-screen overlay can be modified with javascript.

The functionality is provided by the `jquery.overlay.js` file.

```
<div class="js--overlay" style="opacity: 0.8; display: block; cursor: pointer;"></div>
```

default color:`#000000` default opacity (alpha):`0.7`
*/
.js--overlay-relative {
  position: relative;
}
.js--overlay {
  -webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 0.01;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  visibility: hidden;
}
.js--overlay.theme--dark {
  background: rgba(0, 0, 0, 0.7);
}
.js--overlay.theme--light {
  background: rgba(255, 255, 255, 0.7);
}
.js--overlay.is--open {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  opacity: 1;
  visibility: visible;
}
.js--overlay.is--closable {
  cursor: pointer;
}
body > .js--overlay {
  position: fixed;
}
/*
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

en_GB: we need to use svg for en_GB, cause it's smaller than the CSS-Version
*/
.language--flag {
  height: 0.6875rem;
  width: 0.875rem;
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.language--flag.de_DE {
  background-position: 0 0;
  background-image: linear-gradient(to bottom, #000000 33%, #dd0000 33%, #dd0000 66%, #ffce00 66%);
}
.language--flag.en_GB {
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' width='640' height='480'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M-85 0h682v512H-85z'%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path='url%28%23a%29' transform='translate%2880%29 scale%28.94%29'%3E%3Cpath fill='%23006' d='M-256 0H768v512H-256z'%2F%3E%3Cpath fill='%23fff' d='M-256 0v57l910 455h114v-57L-141 0h-115zM768 0v57l-909 455h-115v-57L654 0h114z'%2F%3E%3Cpath fill='%23fff' d='M171 0v512h170V0H171zm-427 171v170H768V171H-256z'%2F%3E%3Cpath fill='%23c00' d='M-256 205v102H768V205H-256zM205 0v512h102V0H205zm-461 512L85 341h77l-342 171h-76zm0-512L85 171H9L-256 38V0zm606 171L692 0h76L427 171h-77zm418 341L427 341h76l265 133v38z'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.language--flag.nl_NL {
  background-position: 0 0;
  background-image: linear-gradient(to bottom, #dd0000 33%, #ffffff 33%, #ffffff 66%, #21468b 66%);
}
.language--flag.fr_FR {
  background-position: 0 0;
  background-image: linear-gradient(to right, #21468b 33%, #ffffff 33%, #ffffff 66%, #dd0000 66%);
}
.language--flag.es_ES {
  background-position: 0 0;
  background-image: linear-gradient(#dd0000 25%, #ffce00 25%, #ffce00 75%, #dd0000 75%);
}
.language--flag.it_IT {
  background-position: 0 0;
  background-image: linear-gradient(to right, #009246 33%, #ffffff 33%, #ffffff 66%, #dd0000 66%);
}
/*
Tagcloud
=============================================
The tagcloud element shows recent keywords inside a box, ordered in importance by font-size.
```
<div class="panel has--border tagcloud--content">
    <div class="panel--body is--wide tagcloud">
        <a href="#" title="tagcloud-item" class="tag0">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag1">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag2">Tagcloud-Item</a>
        <a href="#" title="tagcloud-item" class="tag3">Tagcloud-Item</a>
    </div>
</div>
```
*/
.tagcloud a {
  color: #111111;
  margin: 0rem 0.625rem 0rem 0rem;
}
.tagcloud a:hover {
  color: #ec7205;
}
.tagcloud .tag0 {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
}
.tagcloud .tag1 {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.tagcloud .tag2 {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.tagcloud .tag3 {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
}
/*
Last-seen products element
=======================================================
The Last-seen products element fetches the recently viewed articles of the user and displays them inside a slider-element.

The slider contains a title element and a product box with the article-image and price.
*/
.last-seen-products {
  margin: 0.625rem 0rem 0rem 0rem;
  clear: both;
}
.last-seen-products:after {
  content: "";
  display: table;
  clear: both;
}
.last-seen-products:after {
  content: "";
  display: table;
  clear: both;
}
.last-seen-products .last-seen-products--title {
  padding: 0.625rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #dadae5;
  font-size: 1rem;
  display: block;
  font-weight: 700;
  color: #000000;
}
.last-seen-products--slider {
  border-radius: 3px;
  background-clip: padding-box;
  height: auto;
}
.last-seen-products--slider .product--box .product--title {
  text-align: center;
  margin: 0;
  padding: 0;
}
.last-seen-products--slider,
.last-seen-products--container {
  position: relative;
  overflow: hidden;
}
.last-seen-products--container {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.last-seen-products-item--image {
  line-height: 7.5rem;
  display: block;
}
.last-seen-products--item {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
@media screen and (min-width: 48em) {
  .last-seen-products {
    margin: 1.875rem 0rem 0rem 0rem;
  }
}
/*
Lightbox
=========================================
Defines the properties for the lightbox container and image elements.

The lightbox creates a fullscreen overlay to preview product images.

Both components are required in order to make the element work properly.
*/
.lightbox--container {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  position: relative;
}
.lightbox--image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  vertical-align: middle;
}
/*
Lists
===============================
Example of the default styling for an unordered list.

The `ul` element has to have the `list--unordered` class assigned in order to work properly.

In addition there are 8 list style types Shopware 5 provides that you can choose from.

**Example:**<br/>
`<ul class="list--unordered is--checked">`

```
<ul class="list--unordered">
    <li>Default list</li>
</ul>

<ul class="list--unordered is--checked">
    <li>is--checked</li>
</ul>

<ul class="list--unordered is--disc">
    <li>is--disc</li>
</ul>

<ul class="list--unordered is--arrow-right">
    <li>is--arrow-right</li>
</ul>

<ul class="list--unordered is--star">
    <li>is--star</li>
</ul>

<ul class="list--unordered is--cross">
    <li>is--cross</li>
</ul>

<ul class="list--unordered is--tag">
    <li>is--tag</li>
</ul>

<ul class="list--unordered is--plus">
    <li>is--plus</li>
</ul>
```
*/
.list--unordered {
  padding-left: 1.25rem;
  list-style-type: none;
}
.list--unordered li {
  position: relative;
  line-height: 1.5rem;
}
.list--unordered li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e6b9";
  position: absolute;
  top: 0;
}
.list--unordered.is--disc li {
  position: relative;
}
.list--unordered.is--disc li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e656";
  position: absolute;
  top: 0;
}
.list--unordered.is--checked li {
  position: relative;
}
.list--unordered.is--checked li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60c";
  position: absolute;
  top: 0;
}
.list--unordered.is--arrow-right li {
  position: relative;
}
.list--unordered.is--arrow-right li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60f";
  position: absolute;
  top: 0;
}
.list--unordered.is--star li {
  position: relative;
}
.list--unordered.is--star li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e600";
  position: absolute;
  top: 0;
}
.list--unordered.is--cross li {
  position: relative;
}
.list--unordered.is--cross li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e60d";
  position: absolute;
  top: 0;
}
.list--unordered.is--tag li {
  position: relative;
}
.list--unordered.is--tag li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e640";
  position: absolute;
  top: 0;
}
.list--unordered.is--plus li {
  position: relative;
}
.list--unordered.is--plus li:before {
  width: 1.25rem;
  font-size: 0.625rem;
  left: -1.25rem;
  font-family: 'shopware';
  content: "\e689";
  position: absolute;
  top: 0;
}
.list--unstyled {
  list-style: none;
}
.list--inline {
  list-style: none;
}
.list--inline li {
  display: inline;
}
/*
Image slider element
============================================
Defines the styles for the image slider element that is a part of the basic Shopware 5 shopping world elements.

The element can be added by using the Shopware 5 backend shopping world editor.

The element contains thumbnail image previews, navigation dots and navigation arrows to change the current active image.

It contains the viewport specific styles inside media queries.
*/
.image-slider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  z-index: 1000;
  position: relative;
}
.image-slider:after {
  content: "";
  display: table;
  clear: both;
}
.image-slider:after {
  content: "";
  display: table;
  clear: both;
}
.force--3d {
  backface-visibility: hidden;
}
.image-slider--container {
  height: 12.5rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.image-slider--container .arrow {
  width: 1.875rem;
  height: 4.375rem;
  margin-top: -2.1875rem;
  line-height: 4.25rem;
  font-size: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #111111;
  cursor: pointer;
  display: none;
}
.image-slider--container .arrow.is--left {
  left: 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.image-slider--container .arrow.is--left:before,
.image-slider--container .arrow.is--left::before {
  content: "\e611";
}
.image-slider--container .arrow.is--right {
  right: 0rem;
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.image-slider--container .arrow.is--right:before {
  content: "\e60f";
}
.image-slider--container .arrow:hover {
  color: #ec7205;
  border-color: rgba(236, 114, 5, 0.5);
}
.image-slider--container.is--dragging .image-slider--item {
  cursor: move;
}
.image-slider--slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 0;
  -ms-touch-action: pan-y;
}
.image-slider--slide:after {
  content: "";
  display: table;
  clear: both;
}
.image-slider--slide:after {
  content: "";
  display: table;
  clear: both;
}
.image-slider--item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.image-slider--item .image--element {
  display: inline-block;
  max-width: 100%;
  height: 100%;
}
.image-slider--item .image--media {
  margin: 0 auto;
  text-align: center;
}
.image-slider--item .image--media.image--svg img {
  height: 100%;
}
.image-slider--dots {
  padding: 0.625rem 0rem 0.625rem 0rem;
  text-align: center;
}
.image-slider--thumbnails {
  height: 4.375rem;
  top: 27.5rem;
  display: none;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
}
.image-slider--thumbnails .image-slider--thumbnails-slide {
  position: absolute;
  top: 0;
  left: 0;
}
.image-slider--thumbnails .thumbnail--link {
  width: 4.375rem;
  height: 4.375rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 0rem 0.625rem 0rem 0rem;
  line-height: 3.5625rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  text-align: center;
  border: 1px solid #dadae5;
}
.image-slider--thumbnails .thumbnail--link.is--active {
  border-color: #ec7205;
}
.image-slider--thumbnails .thumbnail--image {
  display: inline;
  vertical-align: middle;
}
.image-slider--thumbnails .thumbnails--arrow {
  width: 1.25rem;
  height: 4.375rem;
  line-height: 4.375rem;
  font-size: 0.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  display: none;
  position: absolute;
  z-index: 1000;
  font-family: 'shopware';
  text-align: center;
  color: #111111;
  border: 1px solid rgba(255, 255, 255, 0.85);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
}
.image-slider--thumbnails .thumbnails--arrow:hover {
  color: #ec7205;
  border-color: rgba(236, 114, 5, 0.85);
}
.image-slider--thumbnails .thumbnails--arrow.is--top,
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  font-size: 0.5rem;
  width: 4.375rem;
  height: 1.5rem;
  padding: 0.125rem 0rem 0rem 0rem;
  line-height: 1.125rem;
  left: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  top: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--top::before {
  content: "\e610";
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  bottom: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--bottom::before {
  content: "\e612";
}
.image-slider--thumbnails .thumbnails--arrow.is--left {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 1.5rem;
  top: 0;
  left: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--left::before {
  content: "\e611";
}
.image-slider--thumbnails .thumbnails--arrow.is--right {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 1.5rem;
  top: 0;
  right: 0;
}
.image-slider--thumbnails .thumbnails--arrow.is--right::before {
  content: "\e60f";
}
.image-slider--thumbnails .thumbnails--arrow.is--active {
  display: block;
}
@media screen and (min-width: 48em) {
  .image-slider--container {
    height: 25rem;
  }
  .image-slider--container .arrow {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .image-slider--thumbnails {
    display: block;
  }
  .image-slider--container {
    height: 25rem;
    margin-bottom: 6.875rem;
  }
  .image-slider--container.no--thumbnails {
    margin-bottom: 0;
  }
  .image-slider--container.no--image .image-slider--item {
    cursor: default;
  }
  .image-slider--dots {
    top: 25.3125rem;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .image-slider--container {
    height: 26.875rem;
    margin-bottom: 0;
  }
  .image-slider--thumbnails {
    width: 4.375rem;
    height: 26.875rem;
    margin: 0rem 1.25rem 0rem 0rem;
    position: relative;
    top: 0;
    left: 0;
    float: left;
  }
  .image-slider--thumbnails .thumbnail--link {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .image-slider--dots {
    padding: 0.625rem 0rem 0.625rem 5.625rem;
    position: relative;
    top: auto;
    display: block;
  }
}
/*
Image-zoom
====================================================
Defines the styles for the Shopware 5 image-zoom element.

It displays a magnifying glass when hovering the article images on the product detail page.

The functionality is provided by the `jquery.image-zoom.js` file.
*/
.js--img-zoom--container {
  position: relative;
  top: 0;
  left: 0;
}
.js--img-zoom--lens {
  border-radius: 3px;
  background-clip: padding-box;
  display: none;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #dadae5;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.js--img-zoom--flyout {
  width: 28.75rem;
  height: 21.25rem;
  right: -30.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: none;
  position: absolute;
  top: 0;
  z-index: 2500;
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #dadae5;
}
.js--img-zoom--title {
  padding: 0.3125rem 1.25rem 0.3125rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
/*
Menu scroller
==================================
Some styling rules can also be found in the hacks.less!
*/
.js--menu-scroller {
  position: relative;
}
.navigation--list-wrapper {
  position: relative;
  overflow: hidden;
}
.js--menu-scroller--list {
  max-width: none;
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
  left: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.js--menu-scroller--list::-webkit-scrollbar {
  display: none;
}
.js--menu-scroller--arrow {
  width: 1.375rem;
  height: 2.3125rem;
  line-height: 2.25rem;
  font-size: 0.75rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  top: 0.0625rem;
  border: 1px solid #dadae5;
  position: absolute;
  font-family: 'shopware';
  text-align: center;
  color: #111111;
  cursor: pointer;
  z-index: 750;
  display: none;
}
.js--menu-scroller--arrow:hover,
.js--menu-scroller--arrow:active {
  color: #ec7205;
  border-color: #ec7205;
  background: #ffffff;
}
.js--menu-scroller--arrow.left--arrow {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  border-left: 0 none;
  left: 0;
}
.js--menu-scroller--arrow.right--arrow {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  border-right: 0 none;
  right: 0;
}
@media screen and (min-width: 78.75em) {
  .js--menu-scroller--arrow.left--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    left: 0;
  }
  .js--menu-scroller--arrow.left--arrow:hover {
    border-color: #ec7205;
  }
  .js--menu-scroller--arrow.right--arrow {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    right: 0;
  }
  .js--menu-scroller--arrow.right--arrow:hover {
    border-color: #ec7205;
  }
}
/*
Filter Panel
===========================================
Defines the styling of the filter panel element.

The styling includes the collapsed and expanded styling and the panel component properties.
```
<div class="filter-panel">
    <div class="filter-panel--flyout">

        <label class="filter-panel--title">
        Preis
        </label>

        <span class="filter-panel--icon"></span>

        <div class="filter-panel--content">
        test test
        </div>

    </div>
</div>
```
*/
.filter-panel {
  height: 2.375rem;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  border: 1px solid #dadae5;
}
.filter-panel:hover {
  border: 1px solid #ec7205;
  background: #FFF;
}
.filter-panel:hover .filter-panel--icon,
.filter-panel:hover .filter-panel--title {
  color: #ec7205;
}
.filter-panel.is--disabled {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  opacity: 0.5;
  border: 1px solid #dadae5;
  color: #111111;
}
.filter-panel.is--disabled:hover {
  border: 1px solid #dadae5;
  color: #111111;
}
.filter-panel.is--disabled:hover .filter-panel--icon,
.filter-panel.is--disabled:hover .filter-panel--title {
  color: #111111;
}
.filter-panel.is--disabled .filter-panel--title {
  color: #111111;
}
.filter-panel.is--collapsed {
  height: auto;
  border: 0 none;
}
.filter-panel.is--collapsed .filter-panel--flyout {
  height: auto;
  border: 1px solid #ec7205;
  background: #FFF;
  overflow: visible;
  z-index: 800;
}
.filter-panel.is--collapsed .filter-panel--title {
  color: #ec7205;
}
.filter-panel.is--collapsed .filter-panel--icon:before {
  color: #ec7205;
  content: "\e610";
}
.filter-panel .flatpickr-wrapper {
  position: relative;
  display: block;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
  top: 2.8125rem;
  display: block;
  width: 100%;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-rContainer {
  display: block;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer {
  display: block;
  width: 100%;
}
.filter-panel .flatpickr-wrapper .flatpickr-calendar.static .flatpickr-innerContainer .flatpickr-days {
  width: 100%;
}
.filter-panel--flyout {
  height: 2.375rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  overflow: hidden;
  z-index: 500;
}
.filter-panel--title {
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0rem 1.875rem 0rem 0.625rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.filter-panel--icon {
  width: 1rem;
  height: 1rem;
  top: 0.5rem;
  right: 0.625rem;
  font-size: 0.375rem;
  line-height: 1rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-block;
  position: absolute;
  font-family: 'shopware';
  text-align: center;
  cursor: pointer;
  pointer-events: none;
}
.filter-panel--icon:before {
  content: "\e612";
}
.filter-panel--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
}
.filter-panel--option-list {
  padding-bottom: 0.3125rem;
  list-style: none;
}
.filter-panel--option-list.sub-level {
  margin: 0rem 0rem 0rem 0.5rem;
  padding: 0rem 0rem 0rem 1.125rem;
  border-left: 1px solid #dadae5;
}
.filter-panel--option {
  display: block;
  position: relative;
}
.value-tree--option {
  margin: 0rem 0rem 0.625rem 0rem;
}
.sub-level .value-tree--option {
  margin: 0;
}
.filter-panel--label {
  padding: 0.25rem 0rem 0.25rem 1.875rem;
  line-height: 1.125rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-panel--range-info {
  padding: 0.625rem 0rem 0.3125rem 0rem;
  text-align: center;
}
.filter-panel--range-info .range-info--label {
  color: #000000;
  font-weight: 700;
}
.filter--date .input-type--date .filter-panel--input {
  display: block;
  width: 100%;
}
.filter-panel--checkbox,
.filter-panel--radio {
  width: 1rem;
  height: 1rem;
  padding: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  border: 1px solid #dadae5;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}
.filter-panel--checkbox:hover,
.filter-panel--radio:hover {
  border-color: #ec7205;
}
.filter-panel--checkbox input[type="checkbox"],
.filter-panel--radio input[type="checkbox"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state,
.filter-panel--radio input[type="checkbox"]:checked ~ .input--state,
.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state,
.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state {
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state:before,
.filter-panel--radio input[type="checkbox"]:checked ~ .input--state:before,
.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state:before,
.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  color: #fff;
  content: "\e60c";
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:checked ~ .filter-panel--label {
  color: #ec7205;
  font-weight: 700;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .input--state,
.filter-panel--radio input[type="checkbox"]:disabled ~ .input--state,
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .checkbox--state,
.filter-panel--radio input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #e9e9f0;
}
.filter-panel--checkbox input[type="checkbox"]:disabled ~ .filter-panel--label,
.filter-panel--radio input[type="checkbox"]:disabled ~ .filter-panel--label {
  color: #373737;
}
.filter-panel--checkbox .input--state,
.filter-panel--radio .input--state,
.filter-panel--checkbox .checkbox--state,
.filter-panel--radio .checkbox--state,
.filter-panel--checkbox .radio--state,
.filter-panel--radio .radio--state {
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 60;
}
.filter-panel--checkbox.filter-panel--radio,
.filter-panel--radio.filter-panel--radio {
  border-radius: 11px;
  background-clip: padding-box;
}
.filter-panel--checkbox input[type="radio"],
.filter-panel--radio input[type="radio"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.filter-panel--checkbox input[type="radio"]:checked ~ .input--state,
.filter-panel--radio input[type="radio"]:checked ~ .input--state,
.filter-panel--checkbox input[type="radio"]:checked ~ .radio--state,
.filter-panel--radio input[type="radio"]:checked ~ .radio--state {
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
}
.filter-panel--checkbox input[type="radio"]:checked ~ .filter-panel--label,
.filter-panel--radio input[type="radio"]:checked ~ .filter-panel--label {
  color: #ec7205;
  font-weight: 700;
}
.filter-panel--checkbox input[type="radio"]:disabled .input--state,
.filter-panel--radio input[type="radio"]:disabled .input--state,
.filter-panel--checkbox input[type="radio"]:disabled .radio--state,
.filter-panel--radio input[type="radio"]:disabled .radio--state {
  background: #e9e9f0;
}
.filter-panel--checkbox input[type="radio"]:disabled .filter-panel--label,
.filter-panel--radio input[type="radio"]:disabled .filter-panel--label {
  color: #111111;
}
.filter-panel--checkbox input[type="radio"] + .input--state,
.filter-panel--radio input[type="radio"] + .input--state,
.filter-panel--checkbox input[type="radio"] + .radio--state,
.filter-panel--radio input[type="radio"] + .radio--state {
  border-radius: 11px;
  background-clip: padding-box;
}
.input-type--media:after {
  content: "";
  display: table;
  clear: both;
}
.input-type--media:after {
  content: "";
  display: table;
  clear: both;
}
.input-type--media .option--container {
  height: 2.8125rem;
  max-width: 2.8125rem;
  width: 18%;
  margin: 0 0 2% 2%;
  display: block;
  position: relative;
  float: left;
}
.input-type--media .option--container .filter-panel--label {
  padding: 0;
}
.input-type--media .option--container input.is--disabled ~ label {
  opacity: 0.2;
}
.input-type--media .option--container input[type="checkbox"],
.input-type--media .option--container input[type="radio"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.input-type--media .option--container input[type="checkbox"]:hover ~ .filter-panel--label,
.input-type--media .option--container input[type="radio"]:hover ~ .filter-panel--label {
  border-color: #ec7205;
}
.input-type--media .option--container input[type="checkbox"]:checked ~ .filter-panel--label,
.input-type--media .option--container input[type="radio"]:checked ~ .filter-panel--label {
  border-color: #ec7205;
}
.input-type--media .option--container input[type="checkbox"]:checked ~ .filter-panel--label:after,
.input-type--media .option--container input[type="radio"]:checked ~ .filter-panel--label:after {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.4375rem;
  top: -0.25rem;
  right: -0.25rem;
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  color: #fff;
  content: "\e60c";
}
.input-type--media .option--container input[type="checkbox"]:disabled .filter-panel--label,
.input-type--media .option--container input[type="radio"]:disabled .filter-panel--label {
  opacity: 0.2;
}
.filter--multi-selection .option--container:hover .filter-panel--label,
.filter--value .option--container:hover .filter-panel--label,
.filter--value-tree .option--container:hover .filter-panel--label {
  color: #ec7205;
}
.filter--multi-selection .option--container:hover .filter-panel--input,
.filter--value .option--container:hover .filter-panel--input,
.filter--value-tree .option--container:hover .filter-panel--input {
  border-color: #ec7205;
}
.filter--multi-selection .option--container:hover .filter-panel--input.is--disabled,
.filter--value .option--container:hover .filter-panel--input.is--disabled,
.filter--value-tree .option--container:hover .filter-panel--input.is--disabled {
  border-color: #dadae5;
}
.filter--multi-selection .filter-panel--checkbox,
.filter--value .filter-panel--checkbox,
.filter--value-tree .filter-panel--checkbox,
.filter--multi-selection .filter-panel--radio,
.filter--value .filter-panel--radio,
.filter--value-tree .filter-panel--radio {
  top: 0.3125rem;
  left: 0rem;
  position: absolute;
}
.filter--multi-selection .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--value .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--value-tree .filter-panel--checkbox.is--disabled ~ .filter-panel--label,
.filter--multi-selection .filter-panel--radio.is--disabled ~ .filter-panel--label,
.filter--value .filter-panel--radio.is--disabled ~ .filter-panel--label,
.filter--value-tree .filter-panel--radio.is--disabled ~ .filter-panel--label {
  color: #dadae5;
}
.filter--multi-selection .filter-panel--checkbox.is--disabled:hover,
.filter--value .filter-panel--checkbox.is--disabled:hover,
.filter--value-tree .filter-panel--checkbox.is--disabled:hover,
.filter--multi-selection .filter-panel--radio.is--disabled:hover,
.filter--value .filter-panel--radio.is--disabled:hover,
.filter--value-tree .filter-panel--radio.is--disabled:hover {
  border-color: #dadae5;
}
.filter-panel--star-rating {
  height: 5.625rem;
  margin-bottom: 0.625rem;
  position: relative;
}
.filter-panel--star-rating:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel--star-rating:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel--star-rating .rating-star--outer-container {
  width: 13.75rem;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.filter-panel--star-rating .rating-star--outer-container:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel--star-rating .rating-star--outer-container:after {
  content: "";
  display: table;
  clear: both;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star,
.filter-panel--star-rating .rating-star--outer-container .icon--star-empty {
  font-size: 1.125rem;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star {
  color: #f1c40f;
}
.filter-panel--star-rating .rating-star--outer-container .icon--star-empty {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  color: #dadae5;
}
.filter-panel--star-rating .rating-star--outer-container .rating-star--suffix {
  margin-left: 0.3125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .icon--star-empty {
  color: #111111;
}
.filter-panel--star-rating .rating-star--outer-container.is--active .rating-star--suffix {
  font-weight: 700;
}
.filter-panel--star-rating .rating-star--outer-container.is--disabled {
  opacity: 0.3;
}
.filter-panel--star-rating .rating-star--outer-container:hover .icon--star-empty {
  color: #111111;
}
.filter-panel--star-rating .rating-star--outer-container:hover .rating-star--suffix {
  color: #ec7205;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .icon--star-empty {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  color: #dadae5;
}
.filter-panel--star-rating .rating-star--outer-container:hover .is--disabled ~ .rating-star--suffix {
  color: #111111;
}
.filter--set-title {
  margin: 1.875rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-left: 1%;
  margin-right: 1%;
  border-bottom: 1px solid #dadae5;
  clear: both;
}
.filter--value {
  background: #fff;
}
.filter--value .filter-panel--input {
  top: 0.625rem;
  left: 0.625rem;
}
.filter--value .filter-panel--title {
  padding: 0rem 1.875rem 0rem 2.5rem;
}
.filter--value.is--disabled .filter-panel--input:hover {
  border-color: #dadae5;
}
.filter--range .filter-panel--content {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.filter--active-container {
  padding: 1.25rem 0rem 0rem 0rem;
}
.filter--active,
.search--cat-filter .cat-filter--reset {
  padding: 0rem 0.625rem 0rem 0.625rem;
  margin: 0rem 0.625rem 0.625rem 0rem;
  line-height: 1.5rem;
  font-size: 0.8125rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  border: 1px solid #dadae5;
  color: #111111;
  background: #FFF;
  cursor: pointer;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter--active .filter--active-icon {
  margin: 0rem 0.625rem 0rem 0rem;
  font-size: 0.5rem;
  top: -0.0625rem;
  position: relative;
  font-family: 'shopware';
  color: #111111;
}
.filter--active .filter--active-icon:before {
  content: "\e60d";
}
.filter--active .icon--star {
  color: #f1c40f;
}
.filter--active .icon--star-empty {
  color: #111111;
}
.filter--active:hover,
.filter--active[data-filter-param="reset"] {
  color: #ec7205;
  border-color: #ec7205;
}
.filter--active:hover .filter--active-icon,
.filter--active[data-filter-param="reset"] .filter--active-icon {
  color: #ec7205;
}
.action--filter-options.off-canvas.is--open .filter--active {
  max-width: 100%;
}
.filter--actions {
  padding: 0.625rem 0rem 0.625rem 0rem;
  margin-bottom: 0.625rem;
  clear: both;
}
.filter--btn-apply {
  position: relative;
  font-weight: 700;
  width: 100%;
}
.filter--btn-apply.is--icon-right [class^="icon--"] {
  font-size: 0.875rem;
  line-height: 1rem;
  margin: -0.5rem 0rem 0rem 0rem;
}
.filter--btn-apply.is--loading [class^="icon--"] {
  -webkit-animation: keyframe--spin-reverse 1s linear infinite;
  animation: keyframe--spin-reverse 1s linear infinite;
}
.filter--btn-apply .filter--count {
  font-weight: 700;
}
.filter--facet-container {
  padding: 0.625rem 0rem 0rem 0rem;
}
.filter--facet-container:after {
  content: "";
  display: table;
  clear: both;
}
.filter--facet-container:after {
  content: "";
  display: table;
  clear: both;
}
.action--filter-options.is--active-filter .filter--active-container {
  padding: 0.9375rem 0rem 0.3125rem 0rem;
  display: block;
}
.filter--active-container {
  display: none;
}
.listing--wrapper {
  width: 100%;
}
.listing--wrapper.has--sidebar-filter .listing--paging {
  clear: both;
}
.listing--wrapper.has--sidebar-filter .action--filter-btn {
  display: block;
}
.listing--wrapper.has--sidebar-filter .action--sort {
  line-height: 2rem;
  margin: 0rem 0.625rem 0.625rem 0rem;
  width: 100%;
}
.listing--wrapper.has--sidebar-filter .action--sort .sort--label {
  display: none;
}
.listing--wrapper.has--sidebar-filter .action--sort .sort--select {
  width: 100%;
  vertical-align: top;
}
.listing--wrapper .filter--actions.filter--actions-top {
  margin: 0;
}
.listing--wrapper.with--fullscreen-emotion .sidebar-main.off-canvas {
  padding-top: 0;
}
.listing--wrapper.with--fullscreen-emotion .listing--wrapper-inner {
  margin-left: 16.25rem;
}
@media screen and (min-width: 48em) {
  .filter-panel {
    width: 49%;
    margin-left: 1%;
    float: left;
  }
  .filter-panel.is--collapsed {
    height: 2.375rem;
  }
  .filter-panel .flatpickr-wrapper {
    position: static;
  }
  .filter-panel .flatpickr-wrapper .flatpickr-calendar.static {
    top: 100%;
  }
  .is--no-sidebar .filter-panel {
    width: 32%;
  }
  .filter-panel--flyout {
    position: absolute;
    top: 0;
    left: 0;
  }
  .filter-panel--content {
    max-height: 12.5rem;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .filter--active-container {
    padding: 0;
    margin-left: 1%;
    margin-right: 1%;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]),
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover {
    color: #111111;
    border-color: #dadae5;
    cursor: default;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon,
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon {
    color: #111111;
  }
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon:before,
  .filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]):hover .filter--active-icon:before {
    content: "\e60c";
  }
  .filter--actions {
    margin-left: 1%;
    margin-right: 1%;
  }
  .filter--btn-apply {
    width: auto;
  }
  .filter--facet-container,
  .filter--actions-bottom {
    display: none;
  }
  .filter--actions.filter--actions-top {
    display: none;
  }
  .listing--wrapper.has--sidebar-filter .action--filter-btn {
    display: none;
  }
  .listing--wrapper.has--sidebar-filter .action--sort .sort--select {
    max-width: 12.5rem;
    vertical-align: top;
  }
}
@media screen and (min-width: 64em) {
  .filter-panel {
    width: 32%;
  }
}
@media screen and (min-width: 78.75em) {
  .filter-panel--star-rating .rating-star--input {
    width: 1.25rem;
    height: 1.25rem;
  }
  .filter-panel--star-rating .rating-star--label {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 1.25rem;
  }
  .listing--wrapper.has--sidebar-filter .action--sort .sort--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
}
/*
Range Slider
==========================================
######Range Slider
The range slider element lets the user filter elements by a price-span they decide on.

The slider handlers can be dragged to the numeric value that the user intends. The value is displayed below the element.

The functionality is provided by the `jquery.range-slider.js` file.
```
<div class="range-slider" data-range-slider="true" data-startmin="37.99" data-startmax="349.99" data-rangemin="37.99" data-rangemax="349.99">
    <div class="range-slider--container">
        <div class="range-slider--range-bar" style="left: 0%; width: 100%;">
            <div class="range-slider--handle is--min"></div>
            <div class="range-slider--handle is--max"></div>
        </div>
    </div>
    <input type="hidden" id="min" name="min" data-range-input="min" value="37.99" disabled="disabled">
    <input type="hidden" id="max" name="max" data-range-input="max" value="349.99" disabled="disabled">
    <div class="range-slider--currency" data-range-currency="0,00&nbsp;€"></div>
    <div class="filter-panel--range-info">
        <span class="range-info--min">von</span>
        <label class="range-info--label" for="min" data-range-label="min">35,00&nbsp;€</label>
        <span class="range-info--max">bis</span>
        <label class="range-info--label" for="max" data-range-label="max">350,00&nbsp;€</label>
    </div>
</div>
```
*/
.range-slider {
  -webkit-touch-callout: none;
}
.range-slider--container {
  height: 0.75rem;
  border-radius: 6px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  background: #e9e9f0;
  box-shadow: inset 0 1px 1px #f0f0f0;
  border: 1px solid #dadae5;
  -ms-touch-action: none;
}
.range-slider--range-bar {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 3px #e87005;
  height: 100%;
  width: 100%;
  position: relative;
  background: #ec7205;
}
.range-slider--handle {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #e9e9f0 100%);
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  border: 1px solid #dadae5;
  cursor: pointer;
}
.range-slider--handle.is--min {
  left: -0.625rem;
  top: -0.25rem;
}
.range-slider--handle.is--max {
  right: -0.625rem;
  top: -0.25rem;
}
.range-slider--handle:hover,
.range-slider--handle.is--dragging {
  border-color: #ec7205;
}
.range-slider--format {
  display: none;
}
/*
Datepicker
=========================================
The datepicker is a calendar overlay tool that simplyfies the selection of dates for input elements.
It creates a calendar widget that simplifies the selection of dates for date input elements.

The datepicker is based on the jQuery Plugin [flatpickr](https://github.com/chmln/flatpickr).
*/
.flatpickr-calendar {
  width: 19.6875rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-radius: 5px;
  background-clip: padding-box;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px 0 0 #dadae5, -1px 0 0 #dadae5, 0 1px 0 #dadae5, 0 -1px 0 #dadae5, 0 3px 13px rgba(0, 0, 0, 0.2);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  max-height: 40rem;
  opacity: 1;
  visibility: visible;
  overflow: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  animation: flatpickrFadeInDown 300ms cubic-bezier(0, 1, 0.5, 1);
  z-index: 8100;
}
.flatpickr-calendar.inline {
  top: 0.125rem;
  display: block;
  position: relative;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(102%);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.hasWeeks {
  width: auto;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  left: 1.375rem;
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  right: 1.375rem;
  left: auto;
}
.flatpickr-calendar:before {
  margin: 0rem -0.3125rem 0rem -0.3125rem;
  border-width: 5px;
}
.flatpickr-calendar:after {
  margin: 0rem -0.25rem 0rem -0.25rem;
  border-width: 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-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-month {
  height: 2.5rem;
  line-height: 1.5rem;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: relative;
}
.flatpickr-prev-month,
.flatpickr-next-month {
  height: 1rem;
  line-height: 1rem;
  top: 0.9375rem;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
}
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*rtl:begin:ignore*/
  left: calc(2.07%);
  /*rtl:end:ignore*/
}
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*rtl:begin:ignore*/
  right: calc(2.07%);
  /*rtl:end:ignore*/
}
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 0.875rem;
}
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  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,
.numInputWrapper input::-ms-expand {
  display: none;
}
.numInputWrapper span {
  width: 0.875rem;
  padding: 0rem 0.25rem 0rem 0.125rem;
  position: absolute;
  right: 0;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  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;
  top: 33%;
}
.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);
}
.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);
}
.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 {
  top: 0.625rem;
  font-size: 135%;
  line-height: inherit;
  font-weight: 500;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  display: inline-block;
  text-align: center;
}
.flatpickr-current-month span.cur-month {
  margin-right: 0.625rem;
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  padding: 0;
  max-width: 50%;
}
.flatpickr-current-month .numInputWrapper {
  width: 4.375rem;
  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;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline;
  font-size: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}
.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-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
}
.flatpickr-days,
.flatpickr-weeks {
  padding: 0.0625rem 0rem 0rem 0rem;
}
.flatpickr-days {
  width: 19.6875rem;
  padding: 0;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
.flatpickr-day {
  line-height: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  background: none;
  border: 0 none;
  margin: 0;
  box-sizing: border-box;
  color: #111111;
  cursor: pointer;
  font-weight: 500;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  display: inline-block;
  position: relative;
  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 {
  cursor: pointer;
  outline: 0;
  background: #f5f5f8;
  border-color: #f5f5f8;
}
.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: #f5f5f8;
  border-color: #f5f5f8;
}
.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: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: #ec7205;
  color: #fff;
  border-color: #ec7205;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 3px;
  background-clip: padding-box;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #f5f5f8, 5px 0 0 #f5f5f8;
}
.flatpickr-day.inRange.endRange {
  box-shadow: -5px 0 0 #f5f5f8;
}
.flatpickr-day.inRange.startRange {
  box-shadow: 5px 0 0 #f5f5f8;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}
.flatpickr-day.disabled,
.flatpickr-day.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;
}
span.flatpickr-weekday {
  line-height: 1.5rem;
  cursor: default;
  font-size: 90%;
  color: #000000;
  height: 27.333333333333332px;
  margin: 0;
  background: transparent;
  text-align: center;
  display: block;
  float: left;
  width: 14.28%;
  font-weight: 700;
  padding-top: 3.333333333333333px;
}
.rangeMode .flatpickr-day {
  margin-top: 0.0625rem;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0.0625rem 0.75rem 0rem 0.75rem;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
}
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  line-height: 2.5rem;
  max-height: 2.5rem;
  -webkit-transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  transition: height 0.33s cubic-bezier(0, 1, 0.5, 1);
  display: block;
  display: flex;
  text-align: center;
  outline: 0;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  height: 2.5rem;
  flex: 1;
  width: 40%;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #111111;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #111111;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  font-size: 0.875rem;
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #111111;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.flatpickr-time input::-ms-clear,
.flatpickr-time input::-ms-expand {
  display: none;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 700;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 500;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  -webkit-user-select: none;
  user-select: none;
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #111111;
  font-weight: 700;
  width: 2%;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}
.hasWeeks .flatpickr-days,
.hasTime .flatpickr-days {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hasWeeks .flatpickr-days {
  border-left: 0;
}
@media all and (-ms-high-contrast: none) {
  .flatpickr-month svg {
    top: 0 !important;
  }
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
.slideRight,
.slideLeft {
  display: none;
}
@-moz-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-o-keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes flatpickrFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*
Collapse cart
=======================================
The collapse cart element is an alternative to the offcanvas shopping cart inside Shopware 5. The collapse cart displays a shopping cart dropdown element similar to the default Shopware 4 cart.

The Settings can be modified in the backend theme manager.

The collapse cart element contains the current items in the users shopping cart and the subtotal price amount.
*/
.container--ajax-cart {
  top: 3.125rem;
  margin-right: 0.625rem;
  padding: 0.9375rem 0rem 0rem 0rem;
  position: absolute;
  text-align: left;
  right: 0;
  z-index: 3000;
  display: none;
}
.container--ajax-cart.off-canvas {
  width: 17.5rem;
  -webkit-transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.45s cubic-bezier(0.3, 0, 0.15, 1);
  margin-right: 0;
  display: block;
  height: 100%;
  left: auto;
  position: fixed;
  top: 0;
  padding: 0;
  background: #fff;
  z-index: 8000;
}
.container--ajax-cart.off-canvas .icon--loading-indicator {
  width: 2.375rem;
  height: 2.375rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.container--ajax-cart .icon--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0 auto;
  display: block;
  position: relative;
  box-sizing: content-box;
}
.container--ajax-cart .icon--loading-indicator:before {
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  content: "";
  border: 2px solid #CCC;
  border-top: 2px solid #333;
}
.container--ajax-cart .product--essential-features {
  margin-left: 3rem;
}
.ajax--cart {
  width: 28.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 0.875rem;
  border: 1px solid #dadae5;
  position: relative;
  background: #fff;
}
.ajax--cart:after,
.ajax--cart:before {
  right: 0.625rem;
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ajax--cart:after {
  right: 0.6875rem;
  border-width: 0.5625rem;
  border-bottom-color: #fff;
}
.ajax--cart:before {
  border-width: 0.625rem;
  border-bottom-color: #dadae5;
}
.ajax--cart .content--loader {
  width: 1.3125rem;
  height: 1.3125rem;
  padding: 1.25rem 0rem 1.25rem 0rem;
  box-sizing: content-box;
  margin: 0 auto;
}
.ajax--cart .item--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
  max-height: 22.0625rem;
  overflow-y: auto;
}
.ajax--cart .alert {
  border-radius: 0;
  margin-bottom: 0.625rem;
}
.ajax--cart .alert .alert--icon,
.ajax--cart .alert .icon--element {
  width: 15%;
}
.ajax--cart .alert .alert--icon .is--warning,
.ajax--cart .alert .icon--element .is--warning {
  color: #f1c40f;
  background: #f9f3dd;
}
.ajax--cart .alert .alert--icon .is--success,
.ajax--cart .alert .icon--element .is--success {
  color: #2ecc71;
  background: #def2e7;
}
.ajax--cart .alert .alert--content {
  width: 85%;
}
.ajax--cart .cart--item {
  padding: 0.625rem 0rem 0.625rem 0rem;
  line-height: 2.375rem;
  border-bottom: 1px solid #dadae5;
  overflow: hidden;
}
.ajax--cart .cart--item:last-child {
  border: 0 none;
}
.ajax--cart .cart--item.is--empty {
  padding-bottom: 0;
}
.ajax--cart .cart--item .thumbnail--container {
  margin: 0rem 0.625rem 0rem 0rem;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  position: relative;
}
.ajax--cart .cart--item .thumbnail--container.has--image {
  border: 1px solid #dadae5;
  background: #FFFFFF;
}
.ajax--cart .cart--item .thumbnail--container .cart--badge {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 0.875rem;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #ec7205;
}
.ajax--cart .cart--item .thumbnail--container .cart--badge .badge--free {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 0.5rem;
  line-height: 0.75rem;
  width: 2.5rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  bottom: 0;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge {
  line-height: 2.3125rem;
  font-size: 0.75rem;
  border-radius: 100%;
  background-clip: padding-box;
  height: 2.1875rem;
  width: 2.1875rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #111111;
  color: #fff;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--arrow-right {
  font-size: 0.625rem;
}
.ajax--cart .cart--item .thumbnail--container .basket--badge .icon--coupon {
  font-size: 1.25rem;
  line-height: 2.3125rem;
}
.ajax--cart .cart--item .thumbnail--image {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ajax--cart .cart--item .item--link {
  color: #111111;
}
.ajax--cart .cart--item .item--quantity {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-weight: 700;
}
.ajax--cart .cart--item .item--price {
  font-weight: 700;
  float: right;
}
.ajax--cart .cart--item .action--container {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.625rem 0rem 0rem 0.625rem;
  line-height: 1;
  float: right;
}
.ajax--cart .cart--item .action--container .btn {
  height: 1.3125rem;
  width: 1.3125rem;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
}
.ajax--cart .cart--item .action--container *[class*="icon--"] {
  margin: 0;
  padding: 0;
}
.ajax--cart .prices--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-top: 1px solid #dadae5;
}
.ajax--cart .prices--container .prices--articles-amount {
  float: right;
}
.ajax--cart .prices--container .prices--articles {
  color: #000000;
  font-weight: 700;
}
.ajax--cart .prices--container .prices--tax {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.ajax--cart .button--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  overflow: hidden;
}
.ajax--cart .button--container *[class*="button--"] {
  width: 13.125rem;
  border-radius: 3px;
  background-clip: padding-box;
  text-align: center;
}
.ajax--cart .button--container .button--checkout {
  float: right;
}
.ajax--cart .button--container .button--open-basket *[class^="icon--"] {
  display: none;
}
.ajax--cart .small--information {
  font-size: 0.75rem;
}
.ajax--cart .small--information .small--prices {
  float: right;
}
.ajax--cart .context--shipping-costs {
  margin-left: 0.625rem;
}
.ajax--cart .table--shipping-costs-trigger {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
  font-weight: 700;
}
.ajax--cart .table--shipping-costs-trigger-no-action {
  font-size: 0.75rem;
  margin-bottom: 0.3125rem;
}
.ajax--cart .table--shipping-costs {
  font-size: 0.75rem;
}
.ajax--cart .table--shipping-costs .select-field {
  max-height: 2.5rem;
  margin: 0.3125rem 0.625rem 0.3125rem 0rem;
}
.ajax--cart .table--shipping-costs label {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0.3125rem 6.25rem 0rem 0rem;
  float: left;
}
.off-canvas .ajax--cart {
  font-size: 0.875rem;
  background: #fff;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  border: 0 none;
  min-height: 100%;
}
.off-canvas .ajax--cart .item--container {
  max-height: none;
}
.off-canvas .ajax--cart .cart--item {
  line-height: 1.1875rem;
}
.off-canvas .ajax--cart .cart--item .item--link {
  width: 9.3125rem;
  display: inline-block;
}
.off-canvas .ajax--cart .cart--item .item--price {
  float: none;
  display: block;
}
.off-canvas .ajax--cart .prices--container {
  background: #fff;
  border-bottom: 0 none;
}
.off-canvas .ajax--cart .action--container,
.off-canvas .ajax--cart .action--container .action--remove {
  width: 2.375rem;
  height: 2.375rem;
}
.off-canvas .ajax--cart .action--container {
  margin: 0;
}
.off-canvas .ajax--cart .action--container .action--remove {
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}
.off-canvas .ajax--cart .action--container .icon--loading-indicator {
  width: 1.3125rem;
  height: 1.3125rem;
  margin: 0.5625rem 0rem 0rem 0rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.off-canvas .ajax--cart .action--container *[class*="icon--"] {
  line-height: 1.75rem;
  margin: 0;
  padding: 0;
}
.off-canvas .ajax--cart .button--container {
  text-align: left;
}
.off-canvas .ajax--cart .button--container *[class*="button--"] {
  margin: 0.625rem 0rem 0rem 0rem;
  width: 100%;
}
.off-canvas .ajax--cart .button--container .button--checkout {
  margin: 0;
}
.off-canvas .ajax--cart .button--container .button--open-basket {
  padding-right: 1.875rem;
}
.off-canvas .ajax--cart .button--container .button--open-basket *[class^="icon--"] {
  display: block;
  right: 0.625rem;
}
.off-canvas .ajax--cart .product--essential-features {
  margin-top: 0.3125rem;
}
.product--essential-features {
  line-height: 1.125rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 48em) {
  .container--ajax-cart.is--shown {
    display: block;
  }
}
@media screen and (min-width: 78.75em) {
  .container--ajax-cart {
    margin-right: 0;
  }
}
/*
Table
=========================
Defines the basic table styles.
```
<table>
 <th>
    <tr>
        <th>Heading</th>
        <th>Heading</th>
        <th>Heading</th>
        <th>Heading</th>
    </tr>
 </th>
 <tb>
    <tr>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
    </tr>
    <tr>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
        <td>Table Content</td>
    </tr>
 </tb>
</table>
```
*/
table {
  border-collapse: separate;
  border-spacing: 1px;
}
table th,
table thead td {
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
table td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  background: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
}
table tr:nth-child(even) td {
  background: #f5f5f5;
}
/*
Checkboxes
==========================================
######Checkboxes elements
Changes the default Checkboxes to custom-themed ones that contain the Shopware color variables.

The checkboxes can be used in a `span` element containing an `input` tag or inside a anchor element. (Example inside a panel element)

```

<div class="panel">
    <div class="panel--body">

        <span class="checkbox">
            <input type="checkbox" />
            <span class="checkbox--state"></span>
        </span> Option (actual checkbox)<br/>

        <span class="checkbox">
            <input type="checkbox" />
            <span class="checkbox--state"></span>
        </span> Option (actual checkbox)<br/>

        <a href="#">
            <span class="checkbox">
                <span class="checkbox--state"></span>
            </span>
        </a> Option (inside a link)<br/>

        <a href="#">
            <span class="checkbox">
                <span class="checkbox--state"></span>
            </span>
        </a> Option (inside a link)<br/>

    </div>
</div>

```
*/
.checkbox {
  width: 1rem;
  height: 1rem;
  padding: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  line-height: 1rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border: 1px solid #dadae5;
  cursor: pointer;
}
.checkbox .checkbox--state {
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 60;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
  z-index: 65;
}
.checkbox input[type="checkbox"]:checked ~ .checkbox--state {
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
}
.checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: inline-block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  color: #fff;
  content: "\e60c";
}
.checkbox input[type="checkbox"]:disabled ~ .checkbox--state {
  background: #e9e9f0;
}
.checkbox.is--active .checkbox--state,
a:hover .checkbox .checkbox--state {
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
}
.checkbox.is--active .checkbox--state:before,
a:hover .checkbox .checkbox--state:before {
  width: 0.75rem;
  height: 0.75rem;
  line-height: 0.75rem;
  font-size: 0.4375rem;
  display: inline-block;
  font-family: 'shopware';
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  color: #fff;
  content: "\e60c";
}
/*
Off-canvas menu button
=======================================
Defines the styling of the off-canvas menu trigger button that is used for the shopping off-canvas cart.

The Shopware 5 off-canvas menu can be enabled/disabled inside the Shopware backend.

The functionality is provided by the `jquery.off-canvas-button.js` file.
*/
.js--off-canvas-button {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #dadae5;
  cursor: pointer;
  display: block;
}
.js--off-canvas-button .tab--header {
  margin-bottom: 0.625rem;
  position: relative;
}
.js--off-canvas-button .tab--title:after {
  font-size: 0.75rem;
  right: 0.3125rem;
  margin-top: -0.375rem;
  content: "\e60f";
}
.js--off-canvas-button .tab--preview {
  display: block;
}
.js--off-canvas-button .tab--preview p:last-child {
  margin-bottom: 0;
}
.js--off-canvas-button .tab--content {
  cursor: default;
}
.js--off-canvas-button:hover .tab--title {
  color: #ec7205;
}
/*
Tab-menu
==========================================
The Shopware tab-menu allows the creation of multiple tabs filled with content that the user can swtich between.

The functionality is provided by the `jquery.tab-menu.js` file.

    <div class="tab-menu--product js--tab-menu">

        <div class="tab--navigation">
            <a href="#" class="tab--link is--active" title="Tab-1">First Tab</a>
            <a href="#" class="tab--link" title="Tab-2">Second Tab</a>
        </div>

        <div class="tab--container-list">
            <div class="tab--container is--active">
            </div>
            <div class="tab--container">
            </div>
        </div>

    </div>
*/
.js--tab-menu .tab--navigation {
  list-style: none;
}
.js--tab-menu .tab--link {
  padding: 0.625rem 0.9375rem 0.625rem 0.9375rem;
  margin: 0rem 0.3125rem 0rem 0rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  top: 0.0625rem;
  display: none;
  position: relative;
  font-weight: 700;
  text-align: center;
  color: #111111;
  border: 1px solid #dadae5;
  white-space: nowrap;
}
.js--tab-menu .tab--link:hover {
  color: #ec7205;
  background: #fff;
}
.js--tab-menu .tab--link:focus {
  outline: none;
}
.js--tab-menu .tab--link.is--active {
  color: #000000;
  border-bottom-color: #fff;
  background: #fff;
}
.js--tab-menu .tab--link.is--active:hover {
  color: #000000;
}
.js--tab-menu .tab--link.has--content {
  display: inline-block;
}
.js--tab-menu.js--menu-scroller .tab--navigation {
  overflow: hidden;
}
.js--tab-menu.js--menu-scroller .tab--navigation .js--menu-scroller--item {
  top: 0;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow {
  line-height: 2.875rem;
  height: 2.875rem;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #dadae5;
}
.js--tab-menu.js--menu-scroller .js--menu-scroller--arrow:hover {
  border-color: #ec7205;
}
.js--tab-menu .tab--container-list .tab--container {
  border: 1px solid #dadae5;
  display: none;
}
.js--tab-menu .tab--container-list .tab--container.has--content.is--active {
  display: block;
}
/*
Image gallery element
====================================================
Defines the styles for the image gallery element that shows thumbnails of the product pictures in a slim slider element.

It is displayed on the product detail page.
*/
.image--gallery .image-slider--container {
  bottom: 5.625rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  margin: 0;
}
.image--gallery.no--thumbnails .image-slider--container {
  bottom: 0;
}
.image--gallery .image-slider--item {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  cursor: default;
}
.image--gallery .image-slider--item .image--element {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.image--gallery .image-slider--item .image--media,
.image--gallery .image-slider--item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.image--gallery .image-slider--thumbnails {
  padding: 0.625rem 0rem 0.625rem 0rem;
  height: 5.625rem;
  background: #fff;
  top: auto;
  bottom: 0;
  width: 100%;
  margin: 0;
  position: absolute;
  display: block;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow {
  top: 0.625rem;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--left {
  border-left: 0 none;
}
.image--gallery .image-slider--thumbnails .thumbnails--arrow.is--right {
  border-right: 0 none;
}
.image--gallery .image-slider--thumbnails-slide {
  margin: 0rem 0.625rem 0rem 0.625rem;
  left: auto;
  top: auto;
}
.image--gallery .thumbnail--link {
  margin: 0rem 0.625rem 0rem 0rem;
  display: inline-block;
}
.image--gallery .button--zoom-in,
.image--gallery .button--zoom-out,
.image--gallery .button--zoom-reset {
  top: 0.625rem;
  left: 0.625rem;
  font-size: 1.25rem;
  padding: 0.125rem 0.375rem 0.125rem 0.375rem;
  position: absolute;
}
.image--gallery .button--zoom-in:hover,
.image--gallery .button--zoom-out:hover,
.image--gallery .button--zoom-reset:hover {
  z-index: 1;
}
.image--gallery .button--zoom-out {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
}
.image--gallery .button--zoom-reset {
  left: 2.6875rem;
  border-radius: 0;
}
.image--gallery .button--zoom-in {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  left: 4.75rem;
}
.image-gallery--modal .modal--close {
  top: 0.625rem;
  width: 2.125rem;
  height: 2.125rem;
  line-height: 2rem;
}
@media screen and (min-width: 78.75em) {
  .js--image-gallery {
    width: 80%;
    height: 80%;
  }
}
/*
Product quick-view
======================================
Defines the styling of the product quick-view page.

The product quick-view is an element during the checkout process in Shopware 5 that displays the user the important information of his product without having to switch to the product detail page and interrupt the checkout.
*/
.product--quick-view {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.product--quick-view .quick-view--image {
  height: 12.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 1.25rem 0rem;
  border: 1px solid #dadae5;
  width: 100%;
  display: block;
  position: relative;
  float: left;
}
.product--quick-view .quick-view--image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product--quick-view .quick-view--title {
  font-size: 1.125rem;
  color: #000000;
  display: block;
  font-weight: 700;
}
.product--quick-view .quick-view--title:hover {
  color: #ec7205;
}
.product--quick-view .quick-view--supplier {
  font-size: 0.875rem;
  padding: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
}
.product--quick-view .quick-view--description-title {
  font-size: 1rem;
  padding-bottom: 0.3125rem;
  margin-top: 0.9375rem;
  color: #000000;
  border-bottom: 1px solid #dadae5;
  font-weight: 700;
  clear: both;
}
.product--quick-view .quick-view--description {
  font-size: 0.875rem;
  padding-top: 0.625rem;
  color: #111111;
}
.product--quick-view .quick-view--description,
.product--quick-view .quick-view--description > p {
  margin: 0;
}
@media screen and (min-width: 30em) {
  .product--quick-view {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .product--quick-view .quick-view--image {
    width: 50%;
  }
  .product--quick-view .quick-view--header {
    padding-left: 1.25rem;
    width: 50%;
    float: right;
  }
  .product--quick-view .quick-view--description-title {
    margin-top: 0;
  }
}
/*
Hidden Captcha
======================================
Hides a form field so a human will omit it while
a bot still fills it in and thus identifies as bot.

Is used to hide the label as well.
*/
.c-firstname-confirmation {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/*
Modules
==================================================
The `modules.less` file contains the imports to all module elements of Shopware.

Mixin specific documentation can be found inside each mixin file.
*/
/*
Global
==========================================
Defines the global styles of Shopware.

It contains the global modifier classes that help working with the Shopware elements and the typographic styles.

######Global modifier classes
Add a `is--` class to an element to easily change the properties.

`.is--rounded` - changes the border-radius to 3pxgi<br/>
`.is--block` - sets element to display: block<br/>
`.is--inline` - sets element to display: inline<br/>
`.is--inline-block` - sets element to display: inline-block<br/>
`.is--hidden` - sets element to display: none<br/>
`.is--invisible` - sets element to  visibility: none<br/>

`.is--align-left` - sets element to text-align: left;<br/>
`.is--align-right` - sets element to text-align: right<br/>
`.is--align-center` - sets element to text-align: center<br/>
`.is--underline` - sets element to text-decoration: underline<br/>
`.is--line-through` - sets element to text-decoration: line-through<br/>
`.is--uppercase` - sets element to text-transform: uppercase<br/>
`.is--strong` - sets element to font-weight: @font-bold-weight<br/>
`.is--bold` - sets element to font-weight: @font-bold-weight<br/>
`.is--italic` - sets element to font-style: italic<br/>
`.is--nowrap` - sets element to white-space: nowrap<br/>

`.is--dark` - changes color to @text-color-dark<br/>
`.is--light` - changes color to darken(@gray-dark, 20%)<br/>
`.is--soft` - changes color to @gray-dark<br/>
*/
* {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
}
html.no--scroll {
  position: relative;
  overflow: hidden;
}
html.no--scroll body {
  overflow: hidden;
}
body {
  font-size: 1rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  color: #111111;
  background: #e9e9f0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
a {
  color: #ec7205;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.product--rating i[class^=icon] {
  color: #f1c40f;
}
.product--rating i.icon--star-empty {
  color: #dadae5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.625rem;
  margin: 1.75rem 0rem 0.625rem 0rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #000000;
}
h1 {
  font-size: 1.625rem;
  line-height: 1.75rem;
  margin: 2.125rem 0rem 1.25rem 0rem;
  color: #000000;
}
h2 {
  font-size: 1.3125rem;
}
h3 {
  font-size: 1.125rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.75rem;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
blockquote {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  border-radius: 3px;
  background-clip: padding-box;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #f5f5f8;
  text-align: left;
  margin: 0;
}
.ajax-loader {
  display: none;
}
.is--rounded {
  border-radius: 3px;
  background-clip: padding-box;
}
.is--block {
  display: block !important;
}
.is--inline {
  display: inline !important;
}
.is--inline-block {
  display: inline-block !important;
}
.is--hidden {
  display: none !important;
}
.is--invisible {
  visibility: hidden !important;
}
.is--align-left {
  text-align: left !important;
}
.is--align-right {
  text-align: right !important;
}
.is--align-center {
  text-align: center !important;
}
.is--underline {
  text-decoration: underline !important;
}
.is--line-through {
  text-decoration: line-through !important;
}
.is--uppercase {
  text-transform: uppercase !important;
}
.is--strong {
  font-weight: 700 !important;
}
.is--bold {
  font-weight: 700 !important;
}
.is--italic {
  font-style: italic;
}
.is--nowrap {
  white-space: nowrap !important;
}
.is--dark {
  color: #000000 !important;
}
.is--light {
  color: #9e9ebb !important;
}
.is--soft {
  color: #dadae5 !important;
}
.is--fluid {
  width: 100% !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
::-moz-placeholder {
  color: #373737;
}
::-webkit-input-placeholder {
  color: #373737;
}
:-ms-input-placeholder {
  color: #373737;
}
.page-wrap {
  min-width: 20rem;
}
.content-main:after,
.content--wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.content-main:after,
.content--wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.content-main--inner {
  padding: 0rem 0.625rem 1rem 0.625rem;
}
.content-main--inner:after {
  content: "";
  display: table;
  clear: both;
}
.content-main--inner:after {
  content: "";
  display: table;
  clear: both;
}
.content {
  width: 100%;
  float: left;
}
@media screen and (min-width: 48em) {
  .content-main {
    box-shadow: 0 0 4px 1px #dadae5;
  }
  .content-main:not(.is--small) {
    min-height: 46.875rem;
  }
  .content-main--inner {
    padding: 0rem 1.875rem 1rem 1.875rem;
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .content-main {
    margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
  }
  .content-main:not(.is--small) {
    min-height: 43.75rem;
  }
  .content-main--inner {
    padding: 0rem 3.125rem 3.125rem 3.125rem;
  }
}
/*
Header
==========================================
Defines the styles of the Shopware storeview header and its components.

It contains the viewport specific styles inside media queries.

The header sizes are defined by the unitize mixin.

More precise designations are commented inside the document.
*/
.header-main {
  padding-bottom: 0.625rem;
  background: #fff;
  border-bottom: 1px solid #ec7205;
}
.header-main .top-bar {
  display: none;
}
.header-main .logo-main {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.header-main .logo-main .logo--link {
  height: 2.1875rem;
  display: inline-block;
  max-width: 100%;
}
.header-main .logo-main .logo--shop {
  height: 2.1875rem;
  width: 50%;
}
.header-main .logo-main .logo--supportinfo {
  display: none;
}
.header-main .header--navigation {
  position: relative;
}
.is--ctl-checkout.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header .header-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main {
  border-bottom: 1px solid #ec7205;
}
.is--ctl-checkout.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header .header-main .logo-main,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
  width: 100%;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header .header-main .logo--shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
  width: 50%;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header .header-main .logo--link,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
  margin-top: 0.625rem;
}
.is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
  display: none;
}
.is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
.is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
  margin-top: 0.625rem;
  width: 40%;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shop--navigation {
  position: relative;
}
.shop--navigation .navigation--list {
  width: 100%;
  text-align: right;
}
.shop--navigation .navigation--entry {
  margin-right: 0.3125rem;
  display: inline-block;
}
.shop--navigation .navigation--entry .btn {
  height: 2.5rem;
  width: 2.5rem;
  vertical-align: middle;
}
.shop--navigation .navigation--entry .cart--link {
  padding: 0.125rem 0.625rem 0.125rem 0.375rem;
}
.shop--navigation .navigation--entry .account--link {
  padding: 0.125rem 0.625rem 0.125rem 0.5rem;
}
.shop--navigation .navigation--entry .account--link.account--user-loggedin:after {
  width: 1rem;
  height: 1rem;
  top: -0.3125rem;
  right: -0.3125rem;
  line-height: 1.125rem;
  font-size: 0.5rem;
  border-radius: 50%;
  background-clip: padding-box;
  content: "\e60c";
  display: inline-block;
  position: absolute;
  background: #2ecc71;
  font-family: 'shopware';
  color: #fff;
}
.shop--navigation .navigation--entry .icon--basket,
.shop--navigation .navigation--entry .icon--account {
  font-size: 1.3125rem;
  display: inline;
  position: relative;
  vertical-align: middle;
  top: 0;
  left: 0;
}
.shop--navigation .navigation--entry .icon--heart {
  font-size: 1.125rem;
  vertical-align: middle;
}
.shop--navigation .navigation--entry .icon--search {
  font-size: 1.375rem;
  vertical-align: middle;
}
.shop--navigation .cart--quantity,
.shop--navigation .notes--quantity {
  top: -0.25rem;
  left: 1.4375rem;
  position: absolute;
  margin: 0;
}
.shop--navigation .entry--link {
  text-align: center;
  text-decoration: none;
}
.shop--navigation .main-search--form,
.shop--navigation .account--display,
.shop--navigation .cart--display,
.shop--navigation .cart--amount,
.shop--navigation .search--display {
  display: none;
}
.shop--navigation .entry--search .is--active.btn {
  background: #ffffff;
  color: #ec7205;
  border-color: #ec7205;
}
.shop--navigation .entry--account {
  position: relative;
}
.shop--navigation .entry--cart {
  margin-right: 0.75rem;
  position: relative;
}
.shop--navigation .entry--menu-left {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  font-weight: 700;
  text-align: left;
}
.shop--navigation .entry--menu-left .btn {
  padding-left: 3rem;
  line-height: 2.1875rem;
  font-size: 1.0625rem;
  height: 2.5rem;
  color: #111111;
  width: auto;
  background: 0 none;
  border: 0 none;
}
.shop--navigation .entry--menu-left .icon--menu {
  font-size: 1.25rem;
}
.main-search--form {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 3000;
}
.main-search--form .main-search--field {
  padding: 0.5625rem 2.375rem 0.5625rem 0.5625rem;
  height: 2.5rem;
  background: #fff;
  vertical-align: middle;
  width: 100%;
  position: relative;
}
.main-search--form .main-search--button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  top: 0.625rem;
  bottom: 0.625rem;
  right: 0.625rem;
  font-size: 1.25rem;
  padding: 0rem 0.625rem 0rem 0.625rem;
  line-height: 1;
  position: absolute;
  z-index: 2;
  border: 0 none;
  background: transparent;
  color: #111111;
  outline: none;
}
.main-search--form .main-search--text {
  display: none;
}
.account--menu.is--personalized .navigation--logout-personalized {
  display: inline-block;
}
.account--menu.is--personalized .navigation--logout {
  display: block;
}
.account--menu.is--personalized .navigation--link.navigation--personalized {
  padding-top: 0.5625rem;
  padding-left: 1.4375rem;
  padding-bottom: 0.5625rem;
  line-height: 1.25rem;
  position: relative;
  color: #111111;
  font-weight: 500;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:before,
.account--menu.is--personalized .navigation--link.navigation--personalized::before {
  width: 1rem;
  height: 1rem;
  left: 0.125rem;
  content: "\e614";
  font-family: 'shopware';
  position: absolute;
}
.account--menu.is--personalized .navigation--link.navigation--personalized [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  display: inline-block;
}
.account--menu.is--personalized .navigation--link.navigation--personalized .icon--logout {
  position: relative;
  top: 0.625rem;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:hover {
  color: #ec7205;
}
.off-canvas .account--menu.is--personalized .navigation--signin {
  border-bottom: none;
}
.account--dropdown-navigation {
  display: none;
  text-align: left;
}
.account--dropdown-navigation .navigation--logout-personalized {
  display: inline-block;
}
.account--dropdown-navigation .navigation--logout {
  display: block;
}
.account--dropdown-navigation .navigation--signin {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 0.4375rem;
  border-bottom: 1px solid #dadae5;
  display: block;
  text-align: center;
}
.account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
  margin-bottom: 0.3125rem;
  width: 95%;
  text-align: center;
}
.account--dropdown-navigation .navigation--register {
  font-size: 0.8125rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized {
  line-height: 1.25rem;
  padding-left: 2.0625rem;
  color: #111111;
  font-weight: 500;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:before,
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized::before {
  left: 0.625rem;
}
.account--dropdown-navigation .navigation--link.link--logout.navigation--personalized:hover {
  color: #ec7205;
}
.account--dropdown-navigation.off-canvas {
  background: #f5f5f8;
}
.account--dropdown-navigation.off-canvas .account--menu,
.account--dropdown-navigation.off-canvas .sidebar--navigation {
  text-align: left;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry,
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry {
  display: block;
  margin: 0;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry .navigation--link.link--logout.navigation--personalized,
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry .navigation--link.link--logout.navigation--personalized {
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.account--dropdown-navigation.off-canvas .account--menu .navigation--entry .navigation--link.link--logout.navigation--personalized [class^="icon--"],
.account--dropdown-navigation.off-canvas .sidebar--navigation .navigation--entry .navigation--link.link--logout.navigation--personalized [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  display: inline-block;
}
.account--dropdown-navigation.off-canvas .account--close-off-canvas {
  color: #fff;
  font-weight: 700;
}
.has--csstransforms .entry--search .entry--trigger.is--active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: 0.5rem;
  margin-left: 0.0625rem;
  background: #efeff4;
  content: '';
  display: block;
}
.entry--search.is--active .main-search--form {
  top: 3.125rem;
  background: #efeff4;
  left: 0;
  display: block;
  position: absolute;
}
.header-main.is--active-searchfield {
  padding-bottom: 4.375rem;
}
.has--cssanimations .form--ajax-loader {
  top: 1.25rem;
  right: 3.4375rem;
  position: absolute;
  display: none;
}
.has--cssanimations .form--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: block;
  content: "";
}
.has--no-cssanimations .form--ajax-loader {
  top: 1.5rem;
  right: 3.4375rem;
  width: 1rem;
  height: 1rem;
  position: absolute;
  display: none;
  background-image: url('../../themes/Frontend/Responsive/frontend/_public/src/img/icons/loading-indicator.gif?b2801b5adc14382afa10399949b67831');
}
.main-search--results {
  top: 6.875rem;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  z-index: 3500;
  display: none;
}
.main-search--results:after {
  content: "";
  display: table;
  clear: both;
}
.main-search--results:after {
  content: "";
  display: table;
  clear: both;
}
.results--list {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  box-shadow: 0 10px 25px -15px #000000;
  border-top: 1px solid #dadae5;
  border-bottom: 1px solid #dadae5;
  background: #fff;
  -ms-touch-action: manipulation;
}
.results--list::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.75rem;
  height: 0.75rem;
  top: -0.375rem;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  left: 48%;
  border: 1px solid #dadae5;
  border-top: 0 none;
  border-right: 0 none;
}
.results--list .list--entry,
.results--list .entry--all-results {
  display: block;
}
.results--list .entry--all-results.is--active {
  font-weight: 700;
}
.results--list .entry--all-results.is--active .entry--all-results-number {
  font-weight: 700;
}
.results--list .list--entry {
  line-height: 1.875rem;
  border-bottom: 1px solid #dadae5;
}
.results--list .list--entry:last-child {
  border: 0 none;
}
.results--list .entry--no-results {
  width: 100%;
  text-align: center;
  list-style: none;
  font-weight: 500;
}
.results--list .is--active,
.results--list .list--entry:hover {
  color: #ec7205;
}
.results--list .is--active .entry--name,
.results--list .list--entry:hover .entry--name,
.results--list .is--active .entry--price,
.results--list .list--entry:hover .entry--price {
  color: #ec7205;
}
.results--list .search-result--link {
  padding: 0.375rem 0rem 0.375rem 0rem;
  display: block;
}
.results--list .search-result--link:after {
  content: "";
  display: table;
  clear: both;
}
.results--list .search-result--link:after {
  content: "";
  display: table;
  clear: both;
}
.results--list .entry--name,
.results--list .entry--all-results-link,
.results--list .entry--all-results-number {
  height: 1.875rem;
  line-height: 1.875rem;
  display: block;
}
.results--list .price--unit {
  font-size: 0.6875rem;
  line-height: 1.125rem;
  float: right;
}
.results--list .entry--media {
  height: 1.875rem;
  width: 10%;
  min-width: 10%;
  position: relative;
  text-align: center;
}
.results--list .entry--media .media--image {
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.results--list .entry--name {
  padding-left: 0.625rem;
  width: 60%;
  color: #111111;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results--list .entry--price,
.results--list .entry--all-results-number {
  width: 30%;
  text-align: right;
  color: #111111;
  white-space: nowrap;
}
.results--list .entry--all-results {
  padding: 0.375rem 0.3125rem 0.375rem 0.3125rem;
  font-weight: 500;
}
.results--list .entry--all-results-link {
  width: 70%;
  padding: 0;
}
.results--list .entry--all-results-link .icon--arrow-right {
  top: -0.0625rem;
  margin: 0rem 0.5rem 0rem 0rem;
  position: relative;
}
.results--list .entry--all-results-number {
  font-weight: 500;
  color: #ec7205;
}
.off-canvas .mobile--switches .navigation--entry {
  padding: 0;
  border: none;
  background: none;
}
@media screen and (min-width: 30em) {
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    width: auto;
  }
  .entry--search {
    display: inline-block;
    position: absolute;
    left: 26%;
    width: 40%;
  }
  .entry--search.is--active .main-search--form {
    top: 0;
    display: inline-block;
  }
  .entry--search .entry--trigger {
    display: none;
  }
  .entry--search .main-search--form {
    box-shadow: 0 0 0 transparent;
    border-bottom: 0 none;
    padding: 0;
    display: inline-block;
    position: relative;
  }
  .entry--search .main-search--form .main-search--field {
    background: #f8f8fa;
  }
  .entry--search .main-search--form .main-search--field:focus {
    background: #fff;
  }
  .entry--search .main-search--form .main-search--button {
    top: 0rem;
    bottom: 0rem;
    right: 0rem;
    padding: 0rem 0.625rem 0rem 0.625rem;
    height: 2.5rem;
  }
  .main-search--results {
    top: 3.125rem;
    width: 28.125rem;
    margin-left: -6.875rem;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .results--list {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    background: #fff;
  }
  .header-main.is--active-searchfield {
    padding-bottom: 0.625rem;
  }
  .has--cssanimations .form--ajax-loader {
    top: 0.625rem;
    right: 2.8125rem;
    position: absolute;
  }
  .has--no-cssanimations .form--ajax-loader {
    top: 0.875rem;
    right: 2.8125rem;
    position: absolute;
  }
}
@media screen and (min-width: 48em) {
  .header-main.is--active-searchfield {
    padding-bottom: 0;
  }
  .header-main {
    padding-bottom: 0;
    border-bottom: 0 none;
  }
  .header-main .container:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-main .container:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-main .top-bar {
    padding: 0.25rem 0rem 0.25rem 0rem;
    display: block;
  }
  .header-main .top-bar--navigation {
    width: auto;
    float: right;
  }
  .header-main .top-bar--navigation .navigation--entry {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
    line-height: 1.5625rem;
    float: left;
    display: block;
  }
  .header-main .top-bar--navigation .navigation--entry li {
    line-height: normal;
  }
  .header-main .top-bar--navigation .navigation--entry,
  .header-main .top-bar--navigation .navigation--link {
    color: #111111;
    cursor: pointer;
  }
  .header-main .top-bar--navigation .navigation--entry:hover,
  .header-main .top-bar--navigation .navigation--link:hover {
    color: #ec7205;
  }
  .header-main .top-bar--navigation .field--select,
  .header-main .top-bar--navigation .navigation--entry {
    height: 1.5625rem;
  }
  .header-main .top-bar--navigation .field--select {
    position: relative;
  }
  .header-main .top-bar--navigation .select-field {
    height: 1.5625rem;
  }
  .header-main .top-bar--navigation .select-field select {
    border-radius: 0;
    padding: 0rem 1.125rem 0rem 0rem;
    line-height: 1.5625rem;
    background: none;
    border: 0 none;
  }
  .header-main .top-bar--navigation .select-field:after {
    height: 1.5625rem;
    line-height: 1.5rem;
    width: auto;
    border: 0 none;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field {
    width: 2rem;
  }
  .header-main .top-bar--navigation .top-bar--language .select-field select {
    text-indent: -9999px;
  }
  .header-main .top-bar--navigation .top-bar--language .language--flag {
    margin-top: -0.375rem;
    position: absolute;
    z-index: 900;
    top: 50%;
    left: 0;
    pointer-events: none;
  }
  .header-main .top-bar--navigation .entry--service {
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service:after,
  .header-main .top-bar--navigation .entry--service::after {
    top: -0.1875rem;
    margin-left: 0.3125rem;
    content: "\e612";
    font-family: 'shopware';
    position: relative;
  }
  .header-main .top-bar--navigation .entry--service.js--is--dropdown-active {
    color: #ec7205;
  }
  .header-main .top-bar--navigation .service--list {
    min-width: 9.375rem;
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    top: 2rem;
    right: 0.75rem;
    text-align: left;
    position: absolute;
    display: none;
    list-style: none;
    background: #fff;
    z-index: 3500;
    border: 1px solid #dadae5;
  }
  .header-main .top-bar--navigation .service--list::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0.5rem;
    height: 0.5rem;
    top: -0.3125rem;
    right: 1.125rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-color: #dadae5;
    border-width: 0 0 1px 1px;
    border-style: solid;
  }
  .header-main .top-bar--navigation .service--list .service--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
    display: block;
    color: #111111;
  }
  .header-main .top-bar--navigation .service--list .service--link:hover {
    color: #ec7205;
  }
  .header-main .top-bar--navigation .js--is--dropdown-active .service--list {
    display: block;
  }
  .header-main .header--navigation {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .header-main .logo-main {
    padding: 0rem 0rem 0rem 0.625rem;
    width: 35%;
  }
  .header-main .logo-main .logo--link {
    height: 3.125rem;
  }
  .header-main .logo-main .logo--shop {
    height: 3.125rem;
    width: 82%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
    padding-right: 0.625rem;
    width: 100%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--link,
  .is--ctl-register.is--minimal-header .header-main .logo--link,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--link {
    margin-top: 0;
    width: 80%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    display: block;
    width: 35%;
  }
  .logo-main,
  .shop--navigation {
    float: left;
  }
  .shop--navigation {
    width: 65%;
  }
  .shop--navigation .navigation--list {
    background-image: none;
    text-align: right;
  }
  .shop--navigation .navigation--entry {
    border-radius: 3px;
    background-clip: padding-box;
    border: 0 none;
    width: auto;
    float: none;
    display: inline-block;
  }
  .shop--navigation .entry--cart .entry--link {
    padding: 0;
    display: inline-block;
  }
  .shop--navigation .entry--link {
    font-weight: 500;
  }
  .shop--navigation .entry--menu-left {
    display: none;
  }
  .shop--navigation .cart--quantity,
  .shop--navigation .search--display,
  .shop--navigation .entry--account {
    display: inline-block;
  }
  .shop--navigation .entry--search {
    font-size: 0.875rem;
    position: absolute;
    left: 3%;
    margin-right: 10%;
    background: #fff;
    padding: 0;
    border: 0 none;
    width: 50%;
  }
  .shop--navigation .entry--search .entry--trigger {
    display: none;
  }
  .shop--navigation .main-search--form {
    box-shadow: 0 0 0 transparent;
    display: block;
    padding: 0;
    border: 0 none;
  }
  .main-search--form {
    left: auto;
  }
  .account--dropdown-navigation {
    min-width: 12.5rem;
    max-width: 15.625rem;
    padding: 0.3125rem 0rem 0.3125rem 0rem;
    top: 2.8125rem;
    display: none;
    position: absolute;
    right: 0;
    z-index: 3500;
    text-align: left;
  }
  .js--is--dropdown-active .account--dropdown-navigation {
    display: block;
  }
  .account--dropdown-navigation .navigation--signin {
    padding-bottom: 0.375rem;
    margin-bottom: 0.375rem;
    margin-top: 0.3125rem;
    padding-top: 0;
  }
  .account--dropdown-navigation .navigation--signin .navigation--signin-btn.btn {
    width: 100%;
    margin-bottom: 0;
  }
  .account--dropdown-navigation .navigation--smartphone {
    display: none;
  }
  .account--dropdown-navigation .account--menu {
    text-align: left;
    background: #fff;
  }
  .account--dropdown-navigation .account--menu::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 0.5rem;
    height: 0.5rem;
    right: 1.125rem;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-color: #dadae5;
    border-width: 0 0 1px 1px;
    border-style: solid;
    top: 0;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation {
    text-align: left;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .navigation--entry {
    display: block;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .navigation--link {
    padding: 0.1875rem 0rem 0.1875rem 0rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout {
    padding: 0.625rem 0rem 0rem 1.4375rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout:before {
    left: 0.125rem;
  }
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--abort {
    padding-top: 0rem;
    margin-top: 0rem;
    border-top: 0 none;
    white-space: nowrap;
  }
  .main-search--results {
    width: 28.125rem;
    margin-left: -14.0625rem;
    top: 3.4375rem;
    left: 50%;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
  .main-search--results:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .header-main .logo-main {
    width: 30%;
  }
  .header-main .shop--navigation {
    width: 70%;
  }
  .shop--navigation .entry--search {
    width: 40%;
    margin-right: 8%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
  .navigation--list .navigation--entry .btn {
    width: auto;
  }
  .navigation--list .entry--cart .cart--link {
    padding-left: 3.125rem;
  }
  .navigation--list .entry--cart .cart--link .cart--quantity {
    display: inline-block;
  }
  .navigation--list .entry--cart .cart--link .cart--amount {
    display: inline-block;
    color: #ec7205;
    font-weight: 700;
  }
  .navigation--list .entry--cart .icon--basket {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .navigation--list .entry--account .account--link {
    padding-left: 2.25rem;
  }
  .navigation--list .entry--account .account--link.account--user-loggedin:after {
    content: none;
    display: none;
  }
  .navigation--list .entry--account .icon--account {
    left: 0.5rem;
    display: block;
    position: absolute;
    top: 50%;
  }
  .navigation--list .account--display {
    display: inline-block;
  }
  .navigation--list .account--display.navigation--personalized {
    line-height: 1rem;
    font-size: 0.75rem;
    max-width: 5.625rem;
    margin-top: 0.125rem;
    text-align: left;
  }
  .navigation--list .account--display.navigation--personalized .account--display-greeting {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 700;
  }
}
@media screen and (min-width: 78.75em) {
  .header-main .top-bar {
    margin-bottom: 0.125rem;
  }
  .header-main .logo--shop {
    width: 75%;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header .header-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main {
    box-shadow: 0 1px 2px 0 #dadae5;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header .header-main .logo-main,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo-main {
    padding-right: 0;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header .header-main .logo--shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--shop {
    width: 30%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header .header-main .logo--supportinfo,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .logo--supportinfo {
    width: 35%;
  }
  .is--ctl-checkout.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header .header-main .btn--back-top-shop,
  .is--ctl-register.is--minimal-header.is--target-checkout .header-main .btn--back-top-shop {
    display: inline-block;
    float: right;
  }
  .shop--navigation {
    width: 75%;
  }
  .shop--navigation .navigation--link {
    padding: 0.5rem 1rem 1rem 1rem;
  }
  .shop--navigation .entry--link {
    font-size: 0.875rem;
  }
  .shop--navigation .entry--trigger {
    margin-right: 0.875rem;
  }
  .shop--navigation .entry--search {
    width: 40%;
  }
  .shop--navigation .entry--cart {
    margin-right: 0;
  }
  .account--menu.is--personalized .navigation--link.navigation--personalized {
    padding-bottom: 0;
  }
  .header-main .top-bar--navigation .service--list {
    right: 0;
  }
  .header-main .top-bar--navigation .navigation--entry:last-child {
    padding-right: 0;
  }
  .cart--display {
    margin: 0rem 1.5625rem 0rem 0.3125rem;
    font-weight: 700;
    color: #111111;
  }
}
/*
Main navigation
==========================================
Contains the styles of the main navigation of the Shopware storefront.

The main navigation is positioned above the content section.

It contains the viewport specific styles inside media queries.
*/
.navigation-main {
  background: #fff;
  display: none;
}
@media screen and (min-width: 48em) {
  .navigation-main {
    border-bottom: 1px solid #ec7205;
    display: block;
    position: relative;
  }
  .navigation-main .navigation--list {
    padding: 0rem 0.625rem 0rem 0.625rem;
    margin: 0;
    position: relative;
    white-space: nowrap;
  }
  .navigation-main .navigation--list:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation-main .navigation--list:after {
    content: "";
    display: table;
    clear: both;
  }
  .navigation-main .navigation--entry {
    display: inline-block;
    -ms-touch-action: none;
  }
  .navigation-main .navigation--link {
    -webkit-transition: none;
    transition: none;
    padding: 0.5rem 0.875rem 0.5rem 0.875rem;
    font-size: 1rem;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    margin: 0;
    display: block;
    cursor: pointer;
    color: #111111;
  }
  .navigation-main .navigation--link:hover {
    color: #ec7205;
  }
  .navigation-main .is--active .navigation--link {
    background-color: #ff912f;
    background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
    font-weight: 700;
    color: #fff;
  }
  .navigation-main .is--active .navigation--link:hover {
    color: #fff;
  }
}
@media screen and (min-width: 78.75em) {
  .navigation-main .navigation--list {
    padding: 0;
  }
}
/*
Breadcrumb
=================================
Defines the styling for the content breadcrumb elements that display the page location.

Every breadcrumb entry is followed by a breadcrumb separator list-entry with an arrow icon.

The main breadcrumb is positioned below the main navigation bar.

```
<nav class="content--breadcrumb">
    <ul class="breadcrumb--list" role="menu">
        <li class="breadcrumb--entry" role="menuitem" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="breadcrumb--link" href="" itemprop="url">
                <span class="breadcrumb--title" itemprop="title">
                     Breadcrumb entry 1
                </span>
            </a>
        </li>

        <li class="breadcrumb--separator">
            <i class="icon--arrow-right"></i>
        </li>

        <li class="breadcrumb--entry" role="menuitem" itemscope="" itemtype="http://data-vocabulary.org/Breadcrumb">
            <a class="breadcrumb--link" href="" itemprop="url">
                <span class="breadcrumb--title" itemprop="title">
                     Breadcrumb entry 2
                </span>
            </a>
        </li>
    </ul>
</nav>
```
*/
.content--breadcrumb {
  font-size: 0.875rem;
  display: block;
  float: none;
  border-bottom: 1px solid #dadae5;
}
.content--breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.content--breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.content--breadcrumb .breadcrumb--list {
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry,
.content--breadcrumb .breadcrumb--separator {
  display: none;
  float: left;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
}
.content--breadcrumb .breadcrumb--entry:last-child,
.content--breadcrumb .breadcrumb--separator:last-child {
  display: list-item;
}
.content--breadcrumb .breadcrumb--link,
.content--breadcrumb .breadcrumb--separator {
  line-height: 1.5rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.content--breadcrumb .breadcrumb--separator {
  font-size: 0.5625rem;
}
.content--breadcrumb .breadcrumb--link {
  display: block;
  color: #111111;
}
.content--breadcrumb .breadcrumb--link:hover {
  color: #ec7205;
}
.content--breadcrumb .is--active .breadcrumb--link {
  color: #ec7205;
}
.content--breadcrumb .breadcrumb--button {
  padding: 0.625rem 0rem 0.625rem 0.625rem;
  display: inline-block;
  float: left;
  list-style: none;
}
.content--breadcrumb .breadcrumb--button .breadcrumb--title {
  padding-right: 1.25rem;
  border-right: 1px solid #dadae5;
}
.content--breadcrumb .breadcrumb--button .icon--arrow-left {
  font-size: 0.5625rem;
  margin-right: 0.625rem;
}
@media screen and (min-width: 48em) {
  .content--breadcrumb {
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
  .content--breadcrumb .breadcrumb--list {
    padding-left: 0;
  }
  .content--breadcrumb .breadcrumb--entry,
  .content--breadcrumb .breadcrumb--separator {
    display: list-item;
  }
  .content--breadcrumb .breadcrumb--button {
    margin-right: 0.625rem;
    padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  }
  .content--breadcrumb .breadcrumb--button .breadcrumb--title {
    padding-right: 0rem;
    border-right: 0 none;
  }
}
@media screen and (min-width: 78.75em) {
  .content--breadcrumb {
    padding: 0rem 2.5rem 0rem 2.5rem;
  }
}
/*
Detail
=======================================
Defines the styling for the Shopware 5 detail page elements.

It contains the product actions, the product information such as pictures and details and the user ratings of the product.
*/
.product--details .product--actions {
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0rem 0rem 0.625rem 0rem;
  border-top: 0 none;
  border-bottom: 1px solid #dadae5;
}
.product--details .product--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--actions .js--off-canvas-button {
  display: inline-block;
}
.product--details .product--header {
  padding: 0.625rem 0rem 0.625rem 0rem;
  min-height: 4.375rem;
  box-sizing: content-box;
}
.product--details .product--header:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--header:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--header .product--title {
  font-size: 1.3125rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #000000;
}
.product--details .product--supplier,
.product--details .product--rating-container {
  width: 50%;
}
.product--details .product--rating-link {
  display: inline-block;
}
.product--details .product--rating-link.js--off-canvas-button {
  border: none;
  margin: unset;
  padding: unset;
}
.product--details .product--rating {
  font-size: 1.1875rem;
  display: block;
  letter-spacing: -1px;
  color: #111111;
}
.product--details .product--rating:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--rating:after {
  content: "";
  display: table;
  clear: both;
}
.product--details .product--rating .rating--count-wrapper {
  font-size: 1rem;
  margin-left: 0.625rem;
  line-height: 1.5625rem;
  vertical-align: text-top;
  letter-spacing: 1px;
}
.product--details .product--supplier {
  height: 2.1875rem;
  text-align: right;
  float: right;
  margin: 0;
}
.product--details .product--supplier .product--supplier-link {
  height: 2.1875rem;
  display: inline-block;
  max-width: 100%;
}
.product--details .product--supplier.image--svg img {
  height: 100%;
}
.product--details .product--rating-container {
  margin: 0.3125rem 0rem 0rem 0rem;
  float: left;
}
.product--details .product--image-container {
  margin: 0rem 0rem 1.25rem 0rem;
  width: 100%;
}
.product--details .product--image-container .image-slider--slide {
  margin-right: -0.5px;
}
.product--details .alert {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--tax {
  font-size: 0.75rem;
  margin: 0;
}
.product--details .product--buybox {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.product--details .product--buybox .product--price {
  margin: 0;
}
.product--details .product--buybox .price--label {
  font-weight: 700;
}
.product--details .product--buybox .price--line-through {
  text-decoration: line-through;
}
.product--details .product--buybox .price--discount .price--content {
  color: #e74c3c;
}
.product--details .product--buybox .price--content {
  font-size: 1.75rem;
  white-space: nowrap;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.product--details .product--buybox .content--discount {
  font-size: 0.875rem;
  padding: 0.25rem 0rem 0.25rem 0rem;
  white-space: nowrap;
  display: inline-block;
}
.product--details .product--buybox .price--discount-icon {
  padding: 0.375rem 0.4375rem 0.375rem 0.4375rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  font-size: 0.8125rem;
  border-radius: 0.1875rem;
  display: inline-block;
  position: relative;
  background: #e74c3c;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  vertical-align: top;
}
.product--details .product--configurator .reset--configuration {
  margin: 0rem 0rem 1.25rem 0rem;
  white-space: nowrap;
}
.product--details .product--configurator .alert {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--details .buybox--form {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.product--details .buybox--quantity {
  margin: 0 2% 0 0;
  width: 35%;
}
.product--details .buybox--quantity .select-field select {
  font-size: 1rem;
  font-weight: 700;
}
.product--details .buybox--button {
  font-size: 1rem;
  white-space: nowrap;
  width: 63%;
}
.product--details .product--base-info {
  margin: 0.625rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
}
.product--details .product--base-info .entry--label {
  margin: 0rem 0.5rem 0rem 0rem;
  width: 35%;
  display: inline-block;
}
.product--details .content--description,
.product--details .content--product-reviews,
.product--details .content--related-products,
.product--details .content--similar-products {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.product--details .product--properties {
  margin: 0rem 0rem 0.625rem 0rem;
}
.product--details .product--properties .product--properties-table {
  width: 100%;
  background: #ffffff;
}
.product--details .product--properties td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  width: 50%;
  border: 0 none;
}
.product--details .product--properties tr:nth-child(even) td {
  background: #f5f5f5;
}
.product--details .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-weight: 700;
  color: #000000;
}
.product--details .content--title.title--description-supplier {
  margin-top: 1.5625rem;
}
.product--details .content--link [class^=icon] {
  font-size: 0.625rem;
  margin: -0.125rem 0.5rem 0rem 0rem;
}
.product--details .block-prices--container {
  margin: 0rem 0rem 0.75rem 0rem;
  display: block;
}
.product--details .block-prices--container .block-prices--table {
  width: 100%;
}
.product--details .block-prices--container .block-prices--table td,
.product--details .block-prices--container .block-prices--table th {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
}
.product--details .block-prices--container .block-prices--table th {
  color: #fff;
  text-align: left;
}
.product--details .listing .product--box .panel--body {
  border-left: 1px solid #dadae5;
  border-right: 1px solid #dadae5;
}
.product--details .action--form {
  float: left;
}
.product--details .action--link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  margin: 0rem 2.1875rem 0.3125rem 0rem;
  color: #111111;
  white-space: nowrap;
}
.product--details .action--link.action--compare {
  display: none;
}
.product--details .action--link:last-child {
  margin-right: 0;
}
.product--details .action--link:hover {
  color: #ec7205;
}
.product--details .action--link *[class^="icon"] {
  font-size: 0.75rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.product--details .action--link *[class="icon--star"] {
  font-size: 0.875rem;
  margin: 0rem 0.3125rem 0rem 0rem;
}
.product--details .action--compare {
  display: none;
}
.product--details .link--notepad:focus {
  outline: none;
}
.product--details .link--notepad.js--is-saved {
  color: #2ecc71;
}
.product--details .price--unit {
  font-size: 0.75rem;
}
.product--details .delivery--text {
  font-size: 0.875rem;
}
.product--details .similar--content .product-slider,
.product--details .viewed--content .product-slider,
.product--details .bought--content .product-slider,
.product--details .related--content .product-slider,
.product--details .product-streams--content .product-slider {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  min-height: 16.875rem;
}
.product--details .similar--content .product-slider--arrow.arrow--prev,
.product--details .viewed--content .product-slider--arrow.arrow--prev,
.product--details .bought--content .product-slider--arrow.arrow--prev,
.product--details .related--content .product-slider--arrow.arrow--prev,
.product--details .product-streams--content .product-slider--arrow.arrow--prev {
  border-left: 0 none;
}
.product--details .similar--content .product-slider--arrow.arrow--next,
.product--details .viewed--content .product-slider--arrow.arrow--next,
.product--details .bought--content .product-slider--arrow.arrow--next,
.product--details .related--content .product-slider--arrow.arrow--next,
.product--details .product-streams--content .product-slider--arrow.arrow--next {
  border-right: 0 none;
}
.product--navigation {
  display: none;
}
.review--form .review--field {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.review--form .review--field.select-field {
  max-width: 100%;
}
.review--form .review--notice {
  font-size: 0.75rem;
}
.product--description ol,
.product--description ul {
  margin: 0rem 1rem 1rem 1rem;
  padding: 0;
}
.product--description ol li,
.product--description ul li {
  margin: 0rem 0rem 0rem 0.375rem;
}
.review--entry {
  border-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 1.5625rem 0rem;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  background: #fff;
  border: 1px solid #dadae5;
}
.review--entry.is--last {
  margin: 0rem 0rem 1.875rem 0rem;
}
.review--entry.has--answer {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin: 0;
}
.review--entry .entry--header,
.review--entry .product--rating {
  margin-bottom: 0.625rem;
}
.review--entry .content--label {
  margin: 0rem 0.5rem 0rem 0rem;
  float: left;
}
.review--entry .content--field:after {
  content: "";
  display: table;
  clear: both;
}
.review--entry .content--field:after {
  content: "";
  display: table;
  clear: both;
}
.review--entry .content--title {
  font-size: 1rem;
}
.review--entry .review--content {
  font-size: 0.875rem;
  margin: 0;
}
.review--entry.is--answer {
  margin: 0rem 0.625rem 1.875rem 0.625rem;
  padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  background: #f5f5f8;
  border-top: 0;
}
.review--entry.is--answer .entry--header {
  position: relative;
  border: 0 none;
}
.review--entry.is--answer .entry--header::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  top: -0.5625rem;
  background: #f5f5f8;
}
.content--product-reviews .alert {
  margin: 0rem 0rem 1rem 0rem;
}
.content--product-reviews .captcha--notice {
  font-size: 0.75rem;
  line-height: 1.2;
}
.product--rating-count {
  margin-left: 0.5rem;
  padding: 0.125rem 0.4375rem 0.125rem 0.4375rem;
  border-radius: 3px;
  background-clip: padding-box;
  background: #111111;
  color: #fff;
  font-weight: 700;
}
.product--notification {
  margin: 0rem 0rem 1rem 0rem;
}
.product--notification .alert {
  margin: 0rem 0rem 0.5rem 0rem;
  word-wrap: break-word;
}
.product--notification .notification--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
  width: 80%;
}
.product--notification .notification--field:focus {
  z-index: 1;
}
.product--notification .notification--button {
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  margin: 0rem 0rem 0.625rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin-left: -0.0625rem;
  position: relative;
  width: 20%;
}
.product--notification .notification--button .icon--mail {
  font-size: 0.75rem;
}
.product--notification .privacy-information {
  margin: 0rem 0rem 0rem 0rem;
}
.configurator--form {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.configurator--form .select-field {
  max-width: 100%;
}
.configurator--label {
  margin: 0.375rem 0rem 0.25rem 0rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.is--ctl-detail .content-main--inner {
  background: #fff;
  position: relative;
}
.link--prev-button,
.link--next-button {
  display: none;
}
.base-info--entry {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.tab--navigation {
  display: none;
}
.tab--title {
  color: #111111;
  font-weight: 700;
}
.tab--title:hover {
  color: #ec7205;
}
.tab--title:after {
  right: 0.625rem;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  content: "";
  font-family: 'shopware';
}
.tab-menu--cross-selling .tab--container {
  margin: 0rem 0rem 0.625rem 0rem;
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #dadae5;
  display: none;
}
.tab-menu--cross-selling .tab--container.has--content {
  display: block;
}
.tab-menu--cross-selling .tab--container:last-child {
  margin: 0rem 0rem 0rem 0rem;
}
.tab-menu--cross-selling .tab--header.is--active {
  border-bottom: 1px solid #dadae5;
}
.tab-menu--cross-selling .tab--header.is--active .tab--title:after {
  content: "\e68e";
}
.tab-menu--cross-selling .tab--title {
  padding: 0.625rem 2.375rem 0.625rem 0.625rem;
  line-height: 1.25rem;
  position: relative;
  display: block;
}
.tab-menu--cross-selling .tab--title:after {
  content: "\e68f";
}
@media screen and (min-width: 30em) {
  .product--details .configurator--form .select-field {
    height: 2.375rem;
    max-width: 80%;
  }
  .product--details .configurator--form .select-field select {
    line-height: 2.25rem;
  }
  .product--details .configurator--form .select-field:after {
    height: 2.25rem;
  }
  .product--details .configurator--form,
  .product--details .buybox--form {
    width: 80%;
  }
  .tab-menu--product {
    margin: 0rem 0rem 0.625rem 0rem;
  }
  .tab-menu--product .tab--navigation {
    display: block;
  }
  .tab-menu--product .tab--header,
  .tab-menu--product .tab--preview {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .product--details .product--header {
    padding: 1.875rem 0rem 1.25rem 0rem;
  }
  .product--details .product--header .product--title {
    font-size: 1.75rem;
    line-height: 1.875rem;
    width: 80%;
    float: left;
    border: 0 none;
  }
  .product--details .product--supplier {
    height: 4.375rem;
    width: 20%;
    float: right;
  }
  .product--details .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .product--details .action--link.action--compare {
    display: inline-block;
  }
  .product--details .product--rating-container {
    width: 80%;
    float: left;
  }
  .product--details .product--image-container {
    width: 100%;
  }
  .product--details .product--base-info .entry--label {
    margin: 0rem 0.5rem 0rem 0rem;
  }
  .product--details .content--description,
  .product--details .content--product-reviews {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .product--details .content--related-products,
  .product--details .content--similar-products {
    padding: 1.25rem 2.1875rem 1.25rem 2.1875rem;
  }
  .product--details .product--properties {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .product--details .block-prices--container {
    margin-top: 0.75rem;
  }
  .product--details .tab--navigation {
    display: block;
  }
  .product--details .tab--header,
  .product--details .tab--preview {
    display: none;
  }
  .product--details .review--entry {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
  .product--details .review--entry.is--answer {
    padding: 1.875rem 1.25rem 1.875rem 1.25rem;
  }
  .product--details .tab--container {
    margin: 0rem 0rem 0rem 0rem;
  }
  .product--details .tab-menu--product {
    margin: 0rem 0rem 1.875rem 0rem;
  }
  .product--details .tab-menu--cross-selling .tab--container {
    display: none;
  }
  .product--details .review--form-container {
    width: 80%;
  }
}
@media screen and (min-width: 64em) {
  .product--details .product--image-container {
    width: 58%;
    margin-right: 4%;
    float: left;
  }
  .product--details .product--buybox {
    width: 38%;
  }
  .product--details .configurator--form {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
  .product--details .buybox--inner {
    width: 100%;
    float: none;
  }
  .product--details .product--base-info {
    margin: 0.625rem 0rem 1.25rem 0rem;
    padding: 0;
    width: 100%;
    float: none;
  }
  .product--details .product--properties {
    width: 50%;
  }
  .product--details .action--link {
    margin-right: 1.5625rem;
  }
  .product--details .review--form-container {
    width: 70%;
  }
  .product--details .product--actions {
    padding: 0rem 0rem 0.3125rem 0rem;
    border-bottom: 1px solid #dadae5;
  }
  .product--details .product--buybox {
    border-bottom: 0 none;
  }
  .product--details .configurator--form,
  .product--details .buybox--form {
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-detail .page-wrap {
    overflow-x: hidden;
  }
  .product--details .product--header {
    padding-top: 2.8125rem;
  }
  .product--details .review--form-container {
    width: 60%;
  }
  .product--navigation {
    display: block;
    position: relative;
  }
  .product--navigation .navigation--link {
    top: 8.75rem;
    display: none;
    position: absolute;
  }
  .product--navigation .link--prev-button,
  .product--navigation .link--next-button {
    width: 2.5rem;
    height: 15.9375rem;
    line-height: 15.9375rem;
    font-size: 1.5625rem;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: rgba(17, 17, 17, 0.1);
    text-align: center;
    color: #fff;
    display: block;
  }
  .product--navigation .link--prev-button .link--prev-inner,
  .product--navigation .link--next-button .link--prev-inner,
  .product--navigation .link--prev-button .link--next-inner,
  .product--navigation .link--next-button .link--next-inner {
    display: none;
  }
  .product--navigation .image--wrapper {
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
    width: 12.5rem;
    height: 15.9375rem;
    float: left;
    background: #fff;
    position: relative;
  }
  .product--navigation .image--container {
    -webkit-transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
    transition: all 0.45s cubic-bezier(0.16, 0.04, 0.14, 1);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
  }
  .product--navigation .link--prev-button {
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
    background-clip: padding-box;
    float: left;
  }
  .product--navigation .link--prev-button:before {
    font-family: 'shopware';
    content: "\e611";
  }
  .product--navigation .link--next-button {
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
    float: right;
  }
  .product--navigation .link--next-button:before {
    font-family: 'shopware';
    content: "\e60f";
  }
  .product--navigation .link--prev,
  .product--navigation .link--next {
    -webkit-transition: all 0.38s cubic-bezier(0.16, 0.04, 0.14, 1);
    transition: all 0.38s cubic-bezier(0.16, 0.04, 0.14, 1);
  }
  .product--navigation .link--prev:hover .link--prev-button,
  .product--navigation .link--next:hover .link--prev-button,
  .product--navigation .link--prev:hover .link--next-button,
  .product--navigation .link--next:hover .link--next-button {
    background: rgba(17, 17, 17, 0.2);
  }
  .product--navigation .link--prev {
    left: -2.5rem;
  }
  .product--navigation .link--prev .image--container {
    left: 3.125rem;
  }
  .product--navigation .link--prev.can--slide:hover {
    left: -8.75rem;
  }
  .product--navigation .link--prev.can--slide:hover .image--container {
    left: 0;
  }
  .product--navigation .link--next {
    right: -2.5rem;
  }
  .product--navigation .link--next .image--container {
    right: 3.125rem;
  }
  .product--navigation .link--next.can--slide:hover {
    right: -8.75rem;
  }
  .product--navigation .link--next.can--slide:hover .image--container {
    right: 0;
  }
  .product--supplier {
    height: 4.375rem;
  }
  .product--supplier .product--supplier-link {
    height: 4.375rem;
  }
  .content--description,
  .content--product-reviews {
    padding: 0.625rem 2.8125rem 2.8125rem 2.8125rem;
  }
  .content--related-products,
  .content--similar-products {
    padding: 1.875rem 2.8125rem 1.25rem 2.8125rem;
  }
  .product--notification {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .product--notification .alert {
    margin: 0rem 0rem 0.625rem 0rem;
  }
}
/*
Footer
==========================================
Defines the styles for the storefront footer and its components.

Contains the footer columns, the navigation elements and the vat notice/logo at the bottom of the page.

It contains the viewport specific styles inside media queries.

The footer element sizes are defined with the unitize mixin.
*/
.footer-main {
  background: #fff;
}
.footer-main .footer--phone-link {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #111111;
}
.footer-main .footer--column {
  padding: 0rem 0.625rem 0rem 0.625rem;
  border-top: 1px solid #dadae5;
}
.footer-main .footer--column.is--last {
  border-bottom: 1px solid #dadae5;
}
.footer-main .column--headline {
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem 0rem 0.5rem 0rem;
  margin: 0;
  font-weight: 700;
  color: #ec7205;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.625rem;
}
.footer-main .column--headline.is--active::after {
  content: "\e68e";
}
.footer-main .column--headline::after {
  font-size: 1.125rem;
  font-family: 'shopware';
  color: #111111;
  font-weight: 700;
  content: "\e68f";
  float: right;
}
.footer-main .column--content {
  display: none;
}
.footer-main .column--content.is--active {
  display: block;
}
.footer-main .footer--bottom {
  font-size: 0.75rem;
  padding: 1.33333333rem 1rem 0rem 1rem;
  text-align: center;
}
.footer-main .footer--copyright {
  font-size: 0.8125rem;
}
.footer-main .footer--logo {
  font-size: 1.75rem;
  color: #009fe3;
}
.footer-main .navigation--list {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .navigation--list .is--level1 {
  padding-bottom: 0.625rem;
}
.footer-main .navigation--list .is--level1 .navigation--entry {
  margin-left: 0.625rem;
}
.footer-main .navigation--link {
  padding: 0.625rem 0rem 0.625rem 0rem;
  display: block;
  color: #111111;
  cursor: pointer;
}
.footer-main .navigation--link:hover {
  color: #ec7205;
}
.footer-main .newsletter--form {
  padding: 0rem 0rem 1rem 0rem;
}
.footer-main .newsletter--form:after {
  content: "";
  display: table;
  clear: both;
}
.footer-main .newsletter--form:after {
  content: "";
  display: table;
  clear: both;
}
.footer-main .newsletter--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  position: relative;
  width: 87.5%;
  float: left;
}
.footer-main .newsletter--field:focus {
  z-index: 1;
}
.footer-main .newsletter--button {
  box-shadow: 0 0 0 transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  margin: 0rem 0rem 0.625rem 0rem;
  padding: 0.1875rem 0.3125rem 0.1875rem 0.3125rem;
  margin-left: -0.0625rem;
  position: relative;
  width: 12.5%;
  text-align: center;
  float: left;
}
.footer-main .newsletter--button .icon--mail {
  font-size: 0.875rem;
  margin-right: 0rem;
}
.footer-main .newsletter--button .button--text {
  display: none;
}
.footer-main .footer--logo {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.footer-vat {
  margin-top: 0.625rem;
  padding: 0rem 0.3125rem 0rem 0.3125rem;
  background: transparent;
}
.footer--vat-info .vat-info--text {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
  text-align: center;
}
.footer-minimal {
  font-size: 0.8125rem;
  padding: 2.5rem 0.625rem 1.25rem 0.625rem;
  background: transparent;
  text-align: center;
}
.footer-main .footer-minimal {
  padding: 0;
}
.footer-minimal .footer--service-menu .service--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer-minimal .footer--service-menu .service--list .service--link {
  padding: 0.5rem 0.125rem 0.5rem 0.125rem;
  display: inline-block;
}
.footer-minimal .footer--service-menu .service--list .service--entry {
  display: inline-block;
}
.footer-minimal .footer--service-menu .service--list .service--entry:after {
  height: 0.625rem;
  width: 0.0625rem;
  margin: 0rem 0.3125rem 0rem 0.3125rem;
  border-left: 1px solid #bcbcd0;
  display: inline-block;
  content: '';
}
.footer-minimal .footer--service-menu .service--list .service--entry:last-child:after {
  display: none;
}
.footer-minimal .footer--vat-info {
  margin: 0.9375rem 0rem 0.625rem 0rem;
}
.footer-minimal .footer--vat-info .vat-info--text {
  line-height: 1.125rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .footer-main .footer-minimal {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .footer-main {
    border-top: 1px solid #dadae5;
  }
  .footer-main .column--headline {
    margin: 1.75rem 0rem 0.625rem 0rem;
    padding: 0;
    cursor: text;
  }
  .footer-main .column--headline::after {
    display: none;
  }
  .footer-main .footer--column {
    padding: 0rem 0.625rem 0rem 0rem;
    width: 25%;
    border: 0 none;
  }
  .footer-main .footer--column.is--last {
    padding-right: 0;
    border-bottom: 0 none;
  }
  .footer-main .footer--columns {
    padding: 0rem 1.875rem 0rem 1.875rem;
    border-bottom: 1px solid #dadae5;
  }
  .footer-main .column--content {
    display: block;
  }
  .footer-main .navigation--list .is--level1 {
    display: none;
  }
  .footer-main .navigation--entry {
    padding: 0;
  }
  .footer-main .navigation--link {
    line-height: 1.7;
    padding: 0;
  }
  .footer-main .newsletter--field {
    width: 80%;
  }
  .footer-main .newsletter--button {
    width: 20%;
  }
  .footer-main .newsletter--button .icon--mail {
    font-size: 0.75rem;
  }
  .footer-vat {
    padding: 0;
  }
  .footer--vat-info .vat-info--text {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .footer-main .footer--columns {
    padding: 0rem 0rem 1.25rem 0rem;
  }
  .footer-main .footer--bottom {
    font-size: 0.9375rem;
  }
  .footer-minimal {
    padding-top: 0;
  }
}
/*
Sidebar
==============================================
Defines the styling of the storefront sidebar navigation and its components.

The sidebar is displayed inside the off-canvas menu on small devices.

```
<ul class="sidebar--navigation">
    <li class="navigation--entry is--active has--sub-categories has--sub-children">
        <a class="navigation--link is--active has--sub-categories">
            Sidebar Head
        </a>
        <ul class="sidebar--navigation is--level1">
            <li class="navigation--entry has--sub-children" role="menuitem">
                <a class="navigation--link">
                    Navigation entry
                </a>
                <a class="navigation--link">
                    Navigation entry
                </a>
                <a class="navigation--link">
                    Navigation entry
                </a>
            </li>
        </ul>
    </li>
</ul>
```
*/
body > .sidebar-main {
  padding-bottom: 1.25rem;
  border-right: #dadae5;
}
body > .sidebar-main:after {
  content: "";
  display: table;
  clear: both;
}
body > .sidebar-main:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-main.off-canvas,
#cookie-consent {
  background: #f5f5f8;
}
.mobile--switches {
  padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  height: 2.6875rem;
  display: block;
}
.mobile--switches:after {
  content: "";
  display: table;
  clear: both;
}
.mobile--switches:after {
  content: "";
  display: table;
  clear: both;
}
.mobile--switches .navigation--entry {
  margin-right: 1.25rem;
  float: left;
}
.mobile--switches .field--select,
.mobile--switches .navigation--entry {
  height: 1.875rem;
}
.mobile--switches .field--select {
  position: relative;
}
.mobile--switches .select-field {
  height: 1.875rem;
}
.mobile--switches .select-field select {
  border-radius: 0;
  padding: 0rem 1.125rem 0rem 0rem;
  line-height: 1.75rem;
  font-size: 1rem;
  background: none;
  border: 0 none;
}
.mobile--switches .select-field:after {
  height: 1.5625rem;
  line-height: 1.75rem;
  width: auto;
  border: 0 none;
}
.mobile--switches .top-bar--language .select-field {
  width: 2rem;
}
.mobile--switches .top-bar--language .select-field select {
  text-indent: -9999px;
}
.mobile--switches .top-bar--language .language--flag {
  margin-top: -0.375rem;
  position: absolute;
  z-index: 900;
  top: 50%;
  left: 0;
  pointer-events: none;
}
.campaign--box {
  display: none;
}
.sidebar--navigation {
  border-radius: 0;
  margin: 0;
  border-left: 0 none;
  border-right: 0 none;
}
.sidebar--navigation .navigation--entry {
  position: relative;
}
.sidebar--navigation .navigation--link {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  width: 100%;
  height: 100%;
  display: block;
}
.sidebar--navigation .navigation--link .is--icon-right {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
}
.sidebar--navigation .navigation--link:hover {
  color: #ec7205;
}
.sidebar--navigation.show--active-items .navigation--link.is--active {
  color: #ec7205;
  font-weight: 700;
}
.offcanvas--overlay {
  width: 17.5rem;
  top: 2.625rem;
  background: #f5f5f8;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  left: 0;
  padding: 0;
  z-index: 1200;
  bottom: 0;
}
.offcanvas--overlay.background {
  z-index: 1100;
}
.offcanvas--overlay .overlay--headline {
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #dadae5;
  width: 100%;
  background: #fff;
}
.offcanvas--overlay .overlay--category {
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  line-height: 1.625rem;
}
.offcanvas--overlay .overlay--category .category--headline {
  font-size: 0.875rem;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.offcanvas--overlay .is--icon-left {
  margin-top: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
}
.offcanvas--overlay .is--icon-right {
  margin-top: 0.3125rem;
  font-size: 0.625rem;
  display: inline-block;
  float: right;
}
.offcanvas--overlay .is--back-button {
  font-weight: 700;
}
.offcanvas--overlay .is--display-button {
  color: #ec7205;
  font-weight: 700;
}
.has--cssanimations .sidebar--ajax-loader {
  top: 0.75rem;
  right: 0.9375rem;
  position: absolute;
  display: none;
}
.has--cssanimations .sidebar--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
}
.sidebar--ajax-loader {
  top: 0.75rem;
  right: 0.9375rem;
  position: absolute;
  display: none;
}
.sidebar--ajax-loader::before {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  display: block;
  content: "";
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
}
.listing--sidebar {
  overflow: hidden;
  width: 0;
  height: 0;
  margin-bottom: 1.25rem;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload {
  overflow: hidden;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--container {
  overflow: auto;
  position: absolute;
  top: 43px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.listing--sidebar .sidebar-filter .off-canvas.is--open.is--ajax-reload .filter--close-btn {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.listing--sidebar .sidebar-filter .action--filter-options {
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #dadae5;
}
.listing--sidebar .sidebar-filter .filter--active {
  max-width: 100%;
}
.listing--sidebar .sidebar-filter .filter--container {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--container .filter-panel {
  margin: 0rem 0rem 0.625rem 0rem;
  float: none;
  width: auto;
}
.listing--sidebar .sidebar-filter .filter--actions {
  width: auto;
  padding: 0;
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--actions.filter--actions-top {
  margin: 0;
}
.listing--sidebar .sidebar-filter .filter--actions .filter--btn-apply {
  width: 100%;
}
.listing--sidebar .sidebar-filter #filter {
  display: block;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .listing--sidebar {
    width: 14.375rem;
    height: auto;
    display: block;
    float: left;
  }
  .listing--sidebar + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--no-sidebar .listing--sidebar {
    display: none;
  }
  .is--no-sidebar .listing--sidebar + .content--wrapper {
    margin: 0;
  }
  .offcanvas--overlay {
    display: none;
  }
  .sidebar-main {
    width: 14.375rem;
    margin: 0rem 0rem 0rem 0rem;
    padding-top: 1.875rem;
    display: none;
    float: left;
  }
  .is--ctl-listing .sidebar-main,
  .is--ctl-forms .sidebar-main,
  .is--ctl-tellafriend .sidebar-main,
  .is--ctl-newsletter .sidebar-main,
  .is--ctl-sitemap .sidebar-main,
  .is--ctl-custom .sidebar-main,
  .is--ctl-note.is--user .sidebar-main,
  .is--ctl-address .sidebar-main,
  .is--ctl-account.is--user .sidebar-main {
    display: block;
  }
  .is--ctl-listing .sidebar-main + .content--wrapper,
  .is--ctl-forms .sidebar-main + .content--wrapper,
  .is--ctl-tellafriend .sidebar-main + .content--wrapper,
  .is--ctl-newsletter .sidebar-main + .content--wrapper,
  .is--ctl-sitemap .sidebar-main + .content--wrapper,
  .is--ctl-custom .sidebar-main + .content--wrapper,
  .is--ctl-note.is--user .sidebar-main + .content--wrapper,
  .is--ctl-address .sidebar-main + .content--wrapper,
  .is--ctl-account.is--user .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-blog .sidebar-main,
  .is--ctl-note .sidebar-main,
  .is--ctl-note.is--user.is--one-time-account .sidebar-main,
  .is--ctl-index .sidebar-main,
  .is--ctl-detail .sidebar-main,
  .is--ctl-search .sidebar-main,
  .is--ctl-checkout .sidebar-main,
  .is--ctl-register .sidebar-main,
  .is--ctl-campaign .sidebar-main,
  .is--ctl-account.is--act-logout .sidebar-main,
  .is--ctl-account.is--act-abort .sidebar-main,
  .is--ctl-account.is--act-password .sidebar-main,
  .is--ctl-account.is--act-resetpassword .sidebar-main,
  .is--ctl-listing.is--no-sidebar .sidebar-main {
    display: none;
  }
  .is--ctl-blog .sidebar-main + .content--wrapper,
  .is--ctl-note .sidebar-main + .content--wrapper,
  .is--ctl-note.is--user.is--one-time-account .sidebar-main + .content--wrapper,
  .is--ctl-index .sidebar-main + .content--wrapper,
  .is--ctl-detail .sidebar-main + .content--wrapper,
  .is--ctl-search .sidebar-main + .content--wrapper,
  .is--ctl-checkout .sidebar-main + .content--wrapper,
  .is--ctl-register .sidebar-main + .content--wrapper,
  .is--ctl-campaign .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-logout .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-abort .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-password .sidebar-main + .content--wrapper,
  .is--ctl-account.is--act-resetpassword .sidebar-main + .content--wrapper,
  .is--ctl-listing.is--no-sidebar .sidebar-main + .content--wrapper {
    margin: 0;
  }
  .is--ctl-note .sidebar-main .categories--headline,
  .is--ctl-address .sidebar-main .categories--headline,
  .is--ctl-account .sidebar-main .categories--headline,
  .is--ctl-note .sidebar-main .categories--navigation,
  .is--ctl-address .sidebar-main .categories--navigation,
  .is--ctl-account .sidebar-main .categories--navigation,
  .is--ctl-note .sidebar-main .shop-sites--container,
  .is--ctl-address .sidebar-main .shop-sites--container,
  .is--ctl-account .sidebar-main .shop-sites--container {
    display: none;
  }
  .sidebar-main .mobile--switches,
  .sidebar-main .filter--container,
  .sidebar-main .navigation--smartphone {
    display: none;
  }
  .sidebar-main .sidebar--categories-wrapper {
    display: block;
  }
  .navigation--headline {
    margin: 1.25rem 0.625rem 0.625rem 0.625rem;
  }
  .campaign--box {
    margin: 0rem 0rem 1.25rem 0rem;
    display: block;
  }
  .categories--headline {
    display: none;
  }
  .categories--navigation.is--level0 .navigation--entry:first-child .navigation--link.is--active {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-clip: padding-box;
  }
  .categories--navigation.is--level1 .navigation--entry:first-child .navigation--link.is--active {
    border-radius: 0;
  }
  .sidebar--categories-navigation {
    margin-bottom: 1.25rem;
  }
  .sidebar--navigation {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
  }
  .sidebar--navigation .navigation--entry {
    padding: 0rem 0rem 0rem 0rem;
    margin: 0rem 0.625rem 0rem 0.625rem;
  }
  .sidebar--navigation ul.sidebar--navigation {
    border-radius: 0;
  }
  .sidebar--navigation ul.sidebar--navigation .navigation--entry {
    margin: 0rem 0rem 0rem 0.625rem;
  }
  .sidebar--navigation .navigation--link {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
  }
  .sidebar--navigation .navigation--link:hover {
    color: #ec7205;
  }
  .sidebar--navigation .navigation--link.is--active {
    color: #ec7205;
    font-weight: 700;
  }
  .sidebar--navigation .navigation--link .is--icon-right {
    display: none;
  }
  .sidebar--navigation .is--level1 {
    margin-bottom: 0.625rem;
    border: 0 none;
  }
  .sidebar--navigation .is--level1 .navigation--entry {
    margin: 0rem 0rem 0rem 0rem;
    border: 0 none;
  }
  .sidebar--navigation .is--level1 .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .sidebar--navigation .is--level1 .navigation--link.is--active {
    font-weight: 700;
    text-shadow: none;
    color: #ec7205;
    background: transparent;
    border: 0 none;
  }
  .sidebar--navigation .is--level2 {
    font-size: 0.75rem;
  }
  .sidebar--navigation .navigation--level-high {
    border: 0 none;
  }
  .shop-sites--container {
    padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
    margin-bottom: 1.25rem;
    border: 1px solid #dadae5;
  }
  .shop-sites--container .shop-sites--headline {
    padding-bottom: 0.66666667rem;
    font-size: 1rem;
    margin-top: 0;
    border-bottom: 1px solid #dadae5;
    color: #000000;
    font-weight: 700;
  }
  .shop-sites--container .shop-sites--navigation,
  .shop-sites--container .navigation--entry {
    border: 0 none;
  }
  .shop-sites--container .shop-sites--navigation .navigation--link,
  .shop-sites--container .navigation--entry .navigation--link {
    padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  }
  .sidebar-filter .filter--active-container {
    margin: 0;
    padding: 0;
  }
  .sidebar-filter .is--instant-filter .filter--facet-container .filter-panel:last-child {
    margin-bottom: 0;
  }
  .sidebar-filter .filter--facet-container,
  .sidebar-filter .filter--actions-bottom,
  .sidebar-filter .filter--active-container {
    display: block;
  }
  .sidebar-filter .filter--facet-container {
    padding: 0;
  }
  .listing--sidebar .sidebar-filter .filter-panel.is--collapsed {
    height: auto;
  }
  .listing--sidebar .sidebar-filter .filter-panel.is--collapsed .filter-panel--flyout {
    position: relative;
  }
  .listing--sidebar + .search--results {
    margin-left: 16.25rem;
  }
  .listing--sidebar + .search--results .listing--wrapper {
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-forms .sidebar-main .sidebar--categories-navigation,
  .is--ctl-custom .sidebar-main .sidebar--categories-navigation {
    display: none;
  }
  .is--ctl-forms .sidebar-main .shop-sites--container,
  .is--ctl-custom .sidebar-main .shop-sites--container {
    display: block;
  }
  .sidebar-main .shop-sites--container {
    display: none;
  }
  .sidebar-main.off-canvas,
  #cookie-consent {
    background: transparent;
  }
}
@media screen and (min-width: 78.75em) {
  .sidebar-main {
    padding-top: 2.8125rem;
    display: block;
  }
  .sidebar-main.off-canvas,
  #cookie-consent {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
/*
Listing
==========================================
Contains the styles of the product listing and its components.

The styling defines the listing components such as the product filter element.

It contains the viewport specific styles inside media queries.
*/
.listing--content {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.banner--container {
  margin: 0rem 0rem 1.25rem 0rem;
}
.category--teaser {
  margin: 0rem 0rem 1.25rem 0rem;
}
.category--teaser .hero--text {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.category--teaser .offcanvas--content {
  padding: 1.25rem;
}
.category--teaser .offcanvas--content .content--title {
  font-size: 1.125rem;
  margin: 0.625rem 0rem 0.9375rem 0rem;
  font-weight: 700;
  color: #000000;
}
.vendor--info {
  margin: 0rem 0rem 1.25rem 0rem;
}
.vendor--info:after {
  content: "";
  display: table;
  clear: both;
}
.vendor--info:after {
  content: "";
  display: table;
  clear: both;
}
.vendor--info .vendor--image-wrapper {
  margin: 0rem 0rem 0.625rem 0rem;
  max-width: 12.5rem;
  height: 4.375rem;
  margin-left: auto;
  margin-right: auto;
}
.vendor--info .vendor--image {
  margin: 0 auto;
  height: 100%;
}
.vendor--info .vendor--text {
  margin: 0rem 0rem 1.25rem 0rem;
}
.listing--actions {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.listing--actions:after {
  content: "";
  display: table;
  clear: both;
}
.listing--actions:after {
  content: "";
  display: table;
  clear: both;
}
.listing--wrapper.js--is-loading .js--loading-indicator {
  top: 9.375rem;
}
.listing {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.listing.is--loading {
  opacity: 0;
}
.action--filter-btn {
  margin-bottom: 0.625rem;
}
.action--filter-btn .filter--trigger {
  height: 2.125rem;
  padding: 0.25rem 0.25rem 0.25rem 0.625rem;
  line-height: 1.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}
.action--filter-btn .filter--trigger .icon--filter {
  margin-right: 0.5rem;
}
.action--filter-btn .filter--trigger .action--collapse-icon {
  padding: 0rem 0.625rem 0rem 0.625rem;
  line-height: 1.5rem;
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  color: #fff;
  float: right;
}
.action--filter-options .filter--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.action--filter-options .filter--close-btn {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
  display: block;
  color: #fff;
  font-weight: 700;
}
.action--filter-options .filter--close-btn:hover {
  color: #fff;
}
.action--filter-options .filter--close-btn .icon--arrow-right {
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.action--filter-options .filter--btn-apply {
  clear: both;
}
.action--filter-options .filter--list {
  list-style: none;
}
.action--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #dadae5;
}
.action--filter-options .filter--entry:last-child {
  border: 0 none;
}
.action--filter-options .filter--link {
  color: #111111;
}
.action--filter-options .filter--link:hover {
  color: #ec7205;
}
.action--sort {
  margin-bottom: 1.25rem;
  display: block;
}
.action--sort .sort--label {
  display: none;
}
.action--sort .sort--select {
  height: 2.125rem;
  max-width: 100%;
}
.action--sort .sort--select:after,
.action--sort .sort--select .sort--field {
  line-height: 2.125rem;
}
.action--per-page {
  display: none;
}
.listing--paging {
  padding: 0.625rem 0rem 0.625rem 0rem;
  display: block;
}
.listing--paging:after {
  content: "";
  display: table;
  clear: both;
}
.listing--paging:after {
  content: "";
  display: table;
  clear: both;
}
.listing--paging .paging--label {
  display: none;
}
.listing--paging .paging--display {
  line-height: 1.875rem;
  margin-left: 0.625rem;
}
.listing--bottom-paging {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.listing--container {
  overflow: hidden;
}
.listing {
  margin: -2% 0 0 -2%;
  padding: 0 0 2% 0;
}
.listing:after {
  content: "";
  display: table;
  clear: both;
}
.listing:after {
  content: "";
  display: table;
  clear: both;
}
.infinite--actions {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.infinite--actions .js--load-more,
.infinite--actions .js--load-previous {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .category--teaser .hero--headline {
    font-size: 1.625rem;
    padding: 2.5rem 0rem 0rem 0rem;
    margin: 0rem 2.5rem 0rem 2.5rem;
  }
  .category--teaser .hero--text {
    padding: 1.5625rem 2.5rem 0.625rem 2.5rem;
  }
  .listing--content {
    margin: 1.875rem 0rem 1.875rem 0rem;
  }
  .listing--content:after {
    content: "";
    display: table;
    clear: both;
  }
  .listing--content:after {
    content: "";
    display: table;
    clear: both;
  }
  .vendor--info .vendor--image-wrapper {
    margin: 0rem 1.25rem 1.25rem 0rem;
    float: left;
  }
  .vendor--info .vendor--image-wrapper + .vendor--text {
    margin: 0rem 0rem 0rem 15.625rem;
  }
  .vendor--info .vendor--image-wrapper .vendor--image {
    margin: 0;
  }
  .listing--actions {
    border-radius: 3px;
    background-clip: padding-box;
    margin: 0rem 0rem 1.25rem 0rem;
    padding-top: 0.625rem;
    border: 1px solid #dadae5;
    background: #f5f5f8;
  }
  .listing--actions .listing--paging {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: block;
    border-top: 1px solid #dadae5;
  }
  .listing--actions.without-facets.without-sortings.without-pagination {
    display: none;
  }
  .listing--actions.without-facets.without-sortings {
    padding-top: 0rem;
    border-top: none;
  }
  .action--per-page {
    line-height: 2rem;
    display: inline-block;
    width: 30%;
    text-align: right;
    float: right;
  }
  .action--per-page .per-page--label {
    display: none;
  }
  .action--per-page .per-page--select {
    width: 5rem;
    height: 2rem;
    vertical-align: top;
  }
  .action--per-page .per-page--select:after,
  .action--per-page .per-page--select .per-page--field {
    line-height: 1.875rem;
    text-align: center;
  }
  .action--sort {
    width: 12.5rem;
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    text-align: right;
    float: right;
  }
  .action--sort .sort--select {
    max-width: 12.5rem;
  }
  .action--filter-btn {
    width: 11.875rem;
    margin: 0rem 1.25rem 0.625rem 0.625rem;
    float: left;
  }
  .action--filter-btn .filter--trigger .action--collapse-icon {
    display: none;
  }
  .action--filter-btn .filter--trigger:before,
  .action--filter-btn .filter--trigger:after {
    -webkit-transition: margin-top 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: margin-top 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
    width: 1rem;
    height: 1rem;
    right: 0.625rem;
    margin-top: -0.5rem;
    font-size: 0.375rem;
    line-height: 1rem;
    font-family: 'shopware';
    content: "\e612";
    position: absolute;
    text-align: center;
    background: none;
    color: inherit;
    top: 50%;
  }
  .action--filter-btn .filter--trigger:after {
    margin-top: -3rem;
    content: "\e610";
  }
  .action--filter-btn .filter--trigger.is--active {
    padding: 0.125rem 0.75rem 0.125rem 0.75rem;
    line-height: 2.125rem;
    background-color: #ff912f;
    background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
    border: 0 none;
    color: #ffffff;
    /** State: Small button */
    /** State: Large button */
    background-image: none;
    background: #ec7205;
  }
  .action--filter-btn .filter--trigger.is--active:hover {
    background: #ec7205;
    color: #ffffff;
  }
  .action--filter-btn .filter--trigger.is--active.is--small {
    line-height: 1.875rem;
  }
  .action--filter-btn .filter--trigger.is--active.is--large {
    line-height: 2.375rem;
  }
  .action--filter-btn .filter--trigger.is--active:hover {
    background: #ff8a36;
    color: #ffffff;
  }
  .action--filter-btn .filter--trigger.is--active:before {
    margin-top: 2.5rem;
  }
  .action--filter-btn .filter--trigger.is--active:after {
    margin-top: -0.5rem;
  }
  .action--filter-options {
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    position: relative;
    background: #fff;
    border: 0 none;
    clear: both;
  }
  .action--filter-options.is--collapsed,
  .action--filter-options.is--active-filter {
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #dadae5;
  }
  .action--filter-options.is--active-filter .filter--active-container {
    display: block;
  }
  .action--filter-options.is--instant-filter-active .filter--active-container {
    display: block;
  }
  .action--filter-options .filter--close-btn {
    display: none;
  }
  .action--filter-options .filter--container {
    margin-left: -2%;
    padding-left: 3%;
  }
  .action--filter-options .filter--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .action--filter-options .filter--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .action--filter-options .filter--group {
    height: 2.375rem;
    width: 31%;
    margin: 0 2% 2% 0;
    position: relative;
    float: left;
  }
  .action--filter-options .filter--header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1100;
  }
  .action--filter-options .filter--header.is--active {
    z-index: 1300;
  }
  .action--filter-options .filter--content {
    top: 2.375rem;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .action--filter-options #filter:after {
    content: "";
    display: table;
    clear: both;
  }
  .action--filter-options #filter:after {
    content: "";
    display: table;
    clear: both;
  }
  .listing--bottom-paging {
    padding: 0rem 0.625rem 0rem 0.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    background: #f5f5f8;
  }
}
@media screen and (min-width: 78.75em) {
  .listing--content {
    padding-top: 2.8125rem;
    margin: 0rem 0rem 0rem 0rem;
  }
  .action--filter-btn {
    width: 20%;
    margin-right: 2%;
  }
  .action--filter-btn .filter--trigger {
    font-size: 0.875rem;
  }
  .action--filter-btn .filter--trigger .action--collapse-icon {
    margin-top: -0.5rem;
  }
  .action--filter-options {
    background: #fff;
  }
  .action--filter-options.is--collapsed,
  .action--filter-options.is--active-filter {
    border-width: 1px 0 0 0;
  }
  .action--sort {
    line-height: 2rem;
    margin: 0rem 0.625rem 0.625rem 0rem;
    width: 40%;
  }
  .action--sort .sort--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
  .action--sort .sort--select {
    max-width: 12.5rem;
    vertical-align: top;
  }
  .action--per-page .per-page--label {
    margin: 0rem 0.625rem 0rem 0rem;
    display: inline-block;
    font-weight: 700;
  }
  .listing--paging {
    display: block;
    clear: both;
  }
  .listing--paging .paging--label {
    margin: 0rem 0.625rem 0rem 0rem;
    font-weight: 700;
  }
  .listing--paging .paging--display {
    line-height: 1.875rem;
  }
}
/*
Product-box
===============================
Defines the element styles of the Shopware product boxes.

Shopware provides 3 product box types:<br/>
`box-basic`<br/>
`box-minimal`<br/>
`box-image`

```
<div class="product--box">
    <div class="box--content is--rounded">
        <div class="product--info">

            <a href="" class="product--image">
                <!-- Article images -->
            </a>

            <div class="product--rating-container">
                <!-- Product rating stars -->
            </div>

            <a href="" class="product--title" title="">
                Product title
            </a>

            <div class="product--description">
                Dux texo propino, hic tres, casus Ubertas, pax Alumnus catena, ut,
                acer tero an, per edo in is arx Arma querul.
            </div>

            <div class="product--price-info">
                <div class="price--unit">
                </div>
                <div class="product--price">
                    <span class="price--default is--nowrap">
                        35,00 €
                    </span>
                </div>
            </div>

            <div class="product--btn-container"">
                <!-- Product buy button
            </div>

            <div class="product--actions">
                <!-- Product action links e.g. product compare
            </div>

        </div>
    </div>
</div>
```
*/
.product--box {
  display: block;
  width: 100%;
  padding: 2% 0 0 2%;
  float: left;
  /*
Product Badges
==========================================
Creates a corner product badge on a product-box.
```
<div class="product--box">
    <div class="product--badges">
        <div class="product--badge badge--discount">
            <i class="icon--percent2"></i>
        </div>
    </div>
</div>

```
*/
}
.product--box:after {
  content: "";
  display: table;
  clear: both;
}
.product--box:after {
  content: "";
  display: table;
  clear: both;
}
.product--box .box--content {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  height: 100%;
  border: 1px solid #dadae5;
  position: relative;
}
.product--box .product--image {
  height: 11.25rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  text-align: center;
}
.product--box .product--image .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.product--box .product--image .image--element img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.product--box .product--rating-container {
  height: 1.5625rem;
  display: block;
}
.product--box .product--title {
  height: 2.5rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 700;
  overflow: hidden;
}
.product--box .product--title:hover {
  color: #ec7205;
}
.product--box .variant--description {
  height: 2.5rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: block;
  width: 100%;
  color: #000000;
  overflow: hidden;
  font-weight: 500;
}
.product--box .variant--description .variant--groupName {
  font-weight: 700;
}
.product--box .variant--description .variant--description--line {
  white-space: nowrap;
}
.product--box .product--description {
  height: 4.5rem;
  margin: 0rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  display: block;
  width: 100%;
  overflow: hidden;
}
.product--box .product--price-info {
  height: 2.5rem;
}
.product--box .product--price-info .price--unit {
  height: 1.25rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product--box .product--price-info .price--unit[title] {
  user-select: none;
}
.product--box .product--price-info .price--unit[title]:hover {
  user-select: auto;
}
.product--box .product--price {
  height: 1.25rem;
}
.product--box .product--price .price--default {
  font-size: 1.125rem;
  line-height: 1.25rem;
  display: inline-block;
  color: #000000;
  font-weight: 700;
}
.product--box .product--price .price--default.is--discount {
  color: #e74c3c;
}
.product--box .product--price .price--pseudo {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.product--box .product--price .price--discount {
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: inline-block;
  text-decoration: line-through;
  vertical-align: baseline;
}
.product--box .buybox--form {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .buybox--form i.icon--basket {
  display: none;
}
.product--box .product--detail-btn {
  height: 2.625rem;
  margin-top: 0.4375rem;
}
.product--box .product--actions {
  margin: 0.9375rem 0rem 0rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  overflow: auto;
}
.product--box .product--actions form {
  display: inline-block;
}
.product--box .product--action {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  margin: 0rem 1.25rem 0rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-block;
  color: #111111;
  word-break: keep-all;
  white-space: nowrap;
}
.product--box .product--action [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.75rem;
}
.product--box .product--action:hover {
  color: #ec7205;
}
.product--box .action--compare {
  display: none;
}
.product--box .action--note:focus {
  outline: none;
}
.product--box .action--note.js--is-saved {
  color: #2ecc71;
}
.product--box .product--badges {
  top: 1.25rem;
  left: -0.0625rem;
  position: absolute;
  z-index: 750;
}
.product--box .product--badges .product--badge {
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
  margin: 0rem 0rem 0.3125rem 0rem;
  font-size: 0.875rem;
  line-height: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  font-weight: 700;
  clear: both;
}
.product--box .product--badges .badge--discount {
  color: #ffffff;
  background: #e74c3c;
}
.product--box .product--badges .badge--recommend {
  color: #ffffff;
  background: #2ecc71;
}
.product--box .product--badges .badge--newcomer {
  color: #ffffff;
  background: #f1c40f;
}
.product--box .product--badges .badge--esd {
  background: #4aa3df;
  color: #ffffff;
}
.box--minimal {
  width: 50%;
}
.box--minimal .product--image {
  height: 7.5rem;
}
.box--minimal .product--price-info {
  height: 4.375rem;
}
.box--minimal .product--price-info .price--unit {
  height: 1.875rem;
  font-size: 0.625rem;
  line-height: 0.875rem;
  display: block;
}
.box--minimal .product--price-outer {
  height: 2.5rem;
  position: relative;
}
.box--minimal .product--price {
  line-height: 1.25rem;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}
.box--minimal .product--price .price--default {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0rem 0.3125rem 0rem 0rem;
  vertical-align: bottom;
  float: left;
}
.box--minimal .product--price .price--pseudo,
.box--minimal .product--price .price--discount {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.box--minimal .buybox--form .buy-btn--cart-text {
  display: none;
}
.box--minimal .buybox--form i.icon--basket {
  left: 0.125rem;
  top: 0.0625rem;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
}
.box--image .product--image {
  margin: 0rem 0rem 0.3125rem 0rem;
  width: auto;
  position: relative;
  height: 12.5rem;
}
.box--image .product--info {
  padding: 0;
}
.box--slider {
  display: block;
  padding: 0;
  position: relative;
  text-align: center;
  float: none;
}
.box--slider:hover .product--title {
  color: #ec7205;
}
.box--slider .box--content {
  border: 0 none;
  padding: 0;
}
.box--slider .product--price-info {
  height: auto;
}
.box--slider .product--price-info .price--unit {
  height: 0.875rem;
  font-size: 0.625rem;
}
.box--slider .product--price-info .price--default {
  font-size: 0.875rem;
}
.box--slider .product--price-info .is--discount {
  font-weight: 700;
}
.box--slider .product--image {
  height: 8.75rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-bottom: 0.625rem;
  display: block;
  text-align: center;
  position: relative;
}
.box--slider .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.box--slider .image--element img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.box--slider .product--title {
  font-size: 0.875rem;
  height: 2.5rem;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: block;
  color: #111111;
  font-weight: 500;
  white-space: normal;
}
.box--list .buybox--form {
  max-width: 17.5rem;
}
.box--list .product--detail-btn {
  max-width: 17.5rem;
}
@media screen and (min-width: 30em) {
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .box--minimal {
    width: 33.3%;
  }
  .box--image .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
  .box--image .product--info {
    position: relative;
    padding-left: 52%;
  }
  .box--image .product--price-info {
    height: 3.75rem;
  }
  .box--image .product--price-info .price--unit {
    height: 2.5rem;
  }
  .box--list .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 11.25rem;
  }
  .box--list .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 12.5rem;
  }
}
@media screen and (min-width: 48em) {
  .product--box .action--compare {
    display: inline-block;
  }
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 15rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .box--image .product--price-info {
    height: 2.5rem;
  }
  .box--image .product--price-info .price--unit {
    height: 1.25rem;
  }
  .is--ctl-search .box--basic,
  .is--ctl-listing.is--no-sidebar .box--basic {
    width: 50%;
  }
  .is--ctl-search .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .is--ctl-search .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .box--basic .product--info {
    padding: 0;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 25%;
  }
  .is--ctl-search .box--minimal .product--image,
  .is--ctl-listing.is--no-sidebar .box--minimal .product--image {
    height: 11.25rem;
  }
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 50%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic {
    width: 100%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.25rem;
  }
  .is--ctl-search .has--sidebar-filter .box--minimal,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal {
    width: 33.3%;
  }
}
@media screen and (min-width: 64em) {
  .box--basic {
    width: 50%;
  }
  .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .box--basic .product--info {
    padding: 0;
  }
  .box--minimal {
    width: 25%;
  }
  .box--image {
    width: 50%;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 17.5rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .is--ctl-search .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 20%;
  }
  .is--ctl-search .box--image,
  .is--ctl-listing.is--no-sidebar .box--image {
    width: 33.3%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic {
    width: 50%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 11.25rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    padding: 0;
  }
  .is--ctl-search .has--sidebar-filter .box--minimal,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--minimal {
    width: 25%;
  }
}
@media screen and (min-width: 78.75em) {
  .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
  .box--basic .box--content {
    padding: 1.25rem 0.625rem 1.25rem 0.625rem;
  }
  .box--minimal {
    width: 25%;
  }
  .box--minimal .buybox--form .buy-btn--cart-text {
    display: inline-block;
  }
  .box--minimal .buybox--form i.icon--basket {
    display: none;
  }
  .box--image .product--image {
    margin: 0rem 0rem 0.3125rem 0rem;
    width: auto;
    position: relative;
    height: 18.75rem;
  }
  .box--image .product--info {
    padding: 0;
  }
  .is--ctl-search .box--minimal,
  .is--ctl-listing.is--no-sidebar .box--minimal {
    width: 20%;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--image,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--image {
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10.625rem;
  }
  .is--ctl-search .has--sidebar-filter .box--basic .product--info,
  .is--ctl-listing.is--no-sidebar .has--sidebar-filter .box--basic .product--info {
    position: relative;
    padding: 0rem 0rem 0rem 11.875rem;
  }
}
/*
Last-viewed
==============================================
Defines the styling of the `.viewlast` element.

The viewlast element displays the users recently viewed products inside a slim element that is usually displayed at the bottom of the listing and detail pages.

It contains a thumbnail image and the product name.
*/
.viewlast {
  clear: both;
}
/*
Tell-a-friend
==========================================
Contains the tell-a-friend element styling that can be used to share products.

The option can be enabled in the Shopware backend and is disabled by default.
*/
.tellafriend--content {
  padding-top: 0.625rem;
  width: 100%;
}
.tellafriend--content .tellafriend--field {
  margin: 0rem 0rem 0.625rem 0rem;
  width: 100%;
}
.tellafriend--content .tellafriend--buttons:after {
  content: "";
  display: table;
  clear: both;
}
.tellafriend--content .tellafriend--buttons:after {
  content: "";
  display: table;
  clear: both;
}
.tellafriend--content .captcha--placeholder {
  margin-bottom: 0.625rem;
}
.tellafriend--content .captcha--notice {
  margin-bottom: 0.625rem;
  display: block;
}
.tellafriend--content .alert {
  margin-top: 1.875rem;
}
.tellafriend--content .review--notice {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .tellafriend--content {
    padding-top: 1.25rem;
    width: 100%;
  }
  .tellafriend--content .tellafriend--field {
    margin-bottom: 0.9375rem;
  }
  .tellafriend--content .alert {
    margin: 0rem 0rem 1rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .tellafriend--content {
    padding-top: 2.8125rem;
  }
}
/*
Topseller
=========================

The topseller element is a modified product slider that is used to display a selection of best selling articles inside a slim slider element.

*/
.topseller {
  margin: 0rem 0rem 1.25rem 0rem;
}
.topseller:after {
  content: "";
  display: table;
  clear: both;
}
.topseller:after {
  content: "";
  display: table;
  clear: both;
}
.topseller .topseller--content {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.topseller .product-slider--arrow.arrow--next {
  right: -0.0625rem;
}
.topseller .product-slider--arrow.arrow--prev {
  left: -0.0625rem;
}
.topseller--product {
  text-align: center;
}
.topseller--product:hover .badge {
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
  color: #fff;
  text-shadow: 0 1px 1px #AD1200;
}
.topseller--product:hover .product--title {
  color: #ec7205;
}
.topseller--number {
  margin: 0.625rem 0rem 0.3125rem 0rem;
}
/*
Register
==========================================
Contains the styles of the registration process form and its components.

The user can see the registration steps, advantages and required information.
*/
.register--message {
  margin-top: 1.25rem;
}
.register--content {
  margin: 0.625rem 0rem 0.625rem 0rem;
  width: 100%;
  display: none;
}
.register--content:after {
  content: "";
  display: table;
  clear: both;
}
.register--content:after {
  content: "";
  display: table;
  clear: both;
}
.register--content.is--collapsed {
  display: block;
}
.register--content .alert {
  margin: 1.25rem 1.125rem 1.25rem 1.125rem;
}
.register--content .register--check {
  padding-bottom: 0.5rem;
}
.register--content .register--action {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.register--content .register--action .register--submit {
  width: 100%;
  text-align: center;
}
.register--content .register--required-info {
  padding-bottom: 1.875rem;
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.register--content .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.register--content .register--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.register--content .register--customertype {
  display: block;
}
.register--content .register--zip-city .register--field-zipcode {
  width: 28%;
  float: left;
}
.register--content .register--zip-city .register--field-city {
  width: 70%;
  float: left;
}
.register--content .register--zip-city .register--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--zip-city .register--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--zip-city .register--spacer {
  margin-right: 2%;
}
.register--content .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: 700;
}
.register--content .birthday--label:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .birthday--label:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--password-description {
  padding-bottom: 1.25rem;
}
.register--content .register--birthdate .select-field {
  margin-bottom: 0.9375rem;
  max-width: 100%;
  float: left;
}
.register--content .register--birthdate .datepicker {
  margin-bottom: 0.9375rem;
  width: 100%;
  max-width: 100%;
  float: left;
}
.register--content .register--birthdate .register--birthyear,
.register--content .register--birthdate .register--birthyear.select-field {
  margin-right: 0rem;
}
.register--content .register--privacy {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin: 0rem 1.25rem 1.25rem 1.25rem;
  font-size: 0.875rem;
  border: 1px solid #dadae5;
}
.register--content .register--privacy input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.register--content .register--personal {
  padding-bottom: 0.625rem;
}
.register--content .register--personal:after {
  content: "";
  display: table;
  clear: both;
}
.register--content .register--personal:after {
  content: "";
  display: table;
  clear: both;
}
.register--content #billingCountryBlockedAlert {
  margin-top: 0;
  margin-left: 0;
}
.register--login:after {
  content: "";
  display: table;
  clear: both;
}
.register--login:after {
  content: "";
  display: table;
  clear: both;
}
.register--login .register--new-customer {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.register--login .register--new-customer .new-customer-btn {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.register--login .register--new-customer .new-customer-btn:after {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-top: -0.5rem;
  font-size: 0.375rem;
  right: 0.625rem;
  position: absolute;
  font-family: 'shopware';
  font-weight: 500;
  content: "\e612";
  color: inherit;
  top: 50%;
}
.register--login .register--new-customer .new-customer-btn.is--active:after {
  content: "\e610";
}
.register--login .register--login-field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.register--login .register--login-description {
  padding-bottom: 1.25rem;
}
.register--login .register--login-lostpassword {
  padding-bottom: 1.25rem;
}
.register--login .register--login-btn {
  width: 100%;
  text-align: center;
}
.register--advantages {
  display: none;
}
.password--success {
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.steps--container {
  background: transparent;
}
.steps--content {
  padding-top: 1rem;
  display: table;
  border-top: 1px solid #dadae5;
  width: 100%;
}
.steps--content .steps--list {
  display: table-row;
}
.steps--content .steps--list:after {
  content: "";
  display: table;
  clear: both;
}
.steps--content .steps--list:after {
  content: "";
  display: table;
  clear: both;
}
.steps--content .steps--entry {
  padding: 0rem 0.625rem 0rem 0.625rem;
  display: table-cell;
  list-style: none;
  vertical-align: top;
  text-align: center;
}
.steps--content .steps--spacer {
  display: none;
  vertical-align: middle;
}
.steps--content .steps--entry .icon {
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
  border-radius: 22px;
  background-clip: padding-box;
  padding: 0.625rem 1rem 0.625rem 1rem;
  width: 2.875rem;
  font-size: 1.25rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.steps--content .is--active .icon {
  background-color: #ff912f;
  background-image: linear-gradient(to bottom, #ff912f 0%, #ec7205 100%);
  color: #fff;
}
.steps--content .steps--entry .text {
  margin: 0rem 0rem 0rem 0.625rem;
  height: 3.25rem;
  position: relative;
  top: -2px;
  display: none;
  vertical-align: middle;
}
.steps--content .steps--entry .text::after {
  content: '';
  height: 100%;
}
.steps--content .is--active .text {
  color: #ec7205;
  display: inline-block;
  font-weight: 700;
}
.steps--content .steps--entry .text--inner,
.steps--content .steps--entry .text::after {
  display: inline-block;
  vertical-align: middle;
}
.account--change-payment .payment--method {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--change-payment .payment--selection-input {
  width: 2.5rem;
  float: left;
  text-align: center;
}
.account--change-payment .payment--selection-label,
.account--change-payment .payment--description,
.account--change-payment .payment--content {
  padding: 0rem 0rem 0rem 2.5rem;
  width: 100%;
}
.account--change-payment .payment--content input {
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .register--message {
    margin-top: 2.8125rem;
  }
  .register--content {
    margin-top: 3.125rem;
    width: 64%;
    float: right;
    display: block;
  }
  .register--content .select-field {
    margin-bottom: 0.9375rem;
  }
  .register--content .select-field .register--birthday {
    margin-right: 2%;
  }
  .register--content .register--field {
    margin-bottom: 0.9375rem;
  }
  .register--content .register--check {
    padding-bottom: 0.5rem;
  }
  .register--content .select-field {
    max-width: 18.125rem;
  }
  .register--content .register--birthdate .select-field {
    width: 32%;
    margin-right: 2%;
  }
  .register--content .register--action {
    text-align: right;
  }
  .register--content .register--action .register--submit {
    width: 35%;
  }
  .steps--content {
    padding: 1.875rem 0rem 1.5rem 0rem;
    background: transparent;
    border: none;
  }
  .steps--content .steps--spacer {
    width: 5rem;
    display: table-cell;
    text-align: center;
  }
  .steps--content .steps--entry .text {
    margin: 0rem 0.625rem 0rem 0.625rem;
    display: inline-block;
    font-weight: 700;
  }
  .register--login {
    margin-top: 3.125rem;
    width: 34%;
    float: left;
  }
  .register--login .register--new-customer {
    display: none;
  }
  .register--login .register--login-field {
    margin-bottom: 0.9375rem;
  }
  .register--login .register--login-btn {
    width: auto;
    text-align: left;
  }
  .register--advantages {
    display: block;
    width: 34%;
    float: left;
  }
  .register--advantages:after {
    content: "";
    display: table;
    clear: both;
  }
  .register--advantages:after {
    content: "";
    display: table;
    clear: both;
  }
  .register--advantages .panel--title {
    margin: 0rem 0rem 0.625rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .steps--content .steps--entry.step--payment {
    width: 30%;
  }
  .steps--content .steps--entry .text {
    margin: 0rem 0rem 0rem 0.625rem;
    width: 70%;
    text-align: left;
  }
  .steps--content .steps--spacer {
    width: 15%;
  }
}
/*
Shopping cart
==============================================
Defines the basic styling of the Shopware 5 shopping cart element.

Shopware offers two different shopping cart element options that can be selected in the Shopware backend.

**Shopping Cart options:**

[`off-canvas cart`](./_components-offcanvas-menu.html>)

[`collapse-cart`](./_components-collapse-cart.html>)

*/
.is--ctl-checkout .panel--body > .alert {
  margin: 1.875rem 0rem 1.875rem 0rem;
}
.is--ctl-checkout .basket--info-messages {
  margin-top: 0.625rem;
}
.is--ctl-checkout .account--billing-address.register--content,
.is--ctl-checkout .account--shipping-address.register--content,
.is--ctl-checkout .account--change-billing.register--content,
.is--ctl-checkout .account--change-shipping.register--content {
  float: none;
  width: 100%;
}
.is--act-shippingpayment .add-product--form {
  display: none;
}
.is--act-shippingpayment .product--table {
  margin-top: 0;
}
.is--act-shippingpayment .product--table .panel--body {
  padding: 1.25rem 1.25rem 0rem 1.25rem;
}
.is--act-shippingpayment .payment--method-list {
  margin-top: 0.625rem;
}
.product--table {
  margin-top: 0.625rem;
}
.product--table .alert {
  margin-bottom: 0.625rem;
}
.product--table .is--no-star {
  margin-left: -0.375rem;
}
.product--table .panel {
  border: 0 none;
}
.product--table .panel--body {
  padding: 0;
}
.product--table .premium-product.panel {
  margin: 0.625rem 0rem 0rem 0rem;
  border: 1px solid #dadae5;
}
.product--table .delivery--status-icon {
  display: none;
}
.product--table .table--actions {
  margin-top: 0.625rem;
  position: relative;
}
.product--table .table--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--actions .btn--checkout-proceed,
.product--table .table--actions .btn--checkout-continue {
  width: 100%;
  text-align: center;
  margin-bottom: 0.625rem;
}
.product--table .actions--bottom .main--actions {
  margin-bottom: 0rem;
}
.product--table .table--header {
  display: none;
}
.product--table .table--tr {
  padding: 0.625rem 0rem 0.5rem 0rem;
  position: relative;
  border-bottom: 1px solid #dadae5;
  width: 100%;
  height: 100%;
}
.product--table .table--tr:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--tr:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--media,
.product--table .table--content {
  float: left;
}
.product--table .column--product {
  padding-left: 0;
  width: 90%;
}
.product--table .column--product .column--image {
  padding: 0.625rem 0rem 0.625rem 0rem;
  float: left;
  width: 26%;
}
.product--table .table--media {
  width: 100%;
  position: relative;
}
.product--table .table--media .table--media-outer {
  border-radius: 2px;
  background-clip: padding-box;
  max-width: 4.375rem;
  max-height: 4.375rem;
  border: 1px solid #dadae5;
  margin: 0 auto;
}
.product--table .table--media .table--media-inner {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  height: 0;
}
.product--table .table--media img {
  padding: 5%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.product--table .table--content {
  font-size: 0.75rem;
  width: 70%;
}
.product--table .delivery--status-icon {
  font-size: 0.75rem;
  margin: 0;
}
.product--table .delivery--information {
  font-size: 0.875rem;
}
.product--table .content--title {
  font-size: 1rem;
  font-weight: 700;
  color: #111111;
}
.product--table .column--actions {
  padding-right: 0;
  position: absolute;
  width: 20%;
  top: 10px;
  right: 0;
  text-align: right;
}
.product--table .column--actions .column--actions-link {
  line-height: 2.5rem;
  padding: 0rem 0.875rem 0rem 0.9375rem;
}
.product--table .column--actions .icon--cross {
  font-size: 0.75rem;
}
.product--table .column--label {
  color: #000000;
  text-align: left;
  margin: 0%;
  float: left;
  font-weight: 700;
}
.product--table .column--label.quantity--label {
  margin-top: 0.6875rem;
}
.product--table .row--rebate .column--label,
.product--table .row--premium-product .column--label,
.product--table .row--voucher .column--label {
  margin: 0;
}
.product--table .row--rebate .table--media,
.product--table .row--premium-product .table--media,
.product--table .row--voucher .table--media {
  width: 4.375rem;
  margin: 0 auto;
  float: none;
}
.product--table .row--rebate .column--image,
.product--table .row--premium-product .column--image,
.product--table .row--voucher .column--image {
  padding: 0.625rem 0rem 0.625rem 0rem;
  width: 24%;
}
.product--table .row--rebate .table--content,
.product--table .row--premium-product .table--content {
  padding-top: 1.3125rem;
}
.product--table .column--total-price {
  font-weight: 700;
}
.product--table .column--product:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .column--product:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .column--product .column--image {
  float: left;
  width: 24%;
}
.product--table .column--quantity .select-field {
  min-width: 6.25rem;
  max-width: 10rem;
  width: auto;
}
.product--table .column--quantity,
.product--table .column--unit-price,
.product--table .column--total-price,
.product--table .column--tax-price {
  padding: 0.3125rem 0rem 0.3125rem 0.625rem;
  margin-left: 22%;
  width: 78%;
}
.product--table .column--quantity {
  padding: 0rem 0rem 0rem 0.625rem;
}
.product--table .column--unit-price {
  padding: 0rem 0rem 0.5625rem 0.625rem;
}
.product--table .product--delivery {
  margin: 0;
}
.product--table .cart--badge {
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  background: #ec7205;
}
.product--table .cart--badge span {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  position: absolute;
  width: 70px;
  top: 0;
  bottom: 0;
}
.product--table .basket--badge {
  line-height: 3rem;
  font-size: 1rem;
  border-radius: 128px;
  background-clip: padding-box;
  height: 3rem;
  width: 3rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  background: #111111;
  color: #fff;
}
.product--table .basket--badge .icon--arrow-right {
  font-size: 0.8125rem;
}
.product--table .basket--badge .icon--coupon {
  font-size: 1.75rem;
  line-height: 3.125rem;
}
.product--table .row--premium-product .basket--badge {
  font-size: 0.6875rem;
}
.product--table .table--actions + .alert {
  margin-top: 0.625rem;
}
.product--table .content {
  font-size: 0.875rem;
  margin: 0;
}
.product--table .add-product--form {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.product--table .add-product--field,
.product--table .add-voucher--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  height: 2.375rem;
  width: 90%;
}
.product--table .add-voucher--field {
  background: #fff;
}
.product--table .add-product--button,
.product--table .add-voucher--button {
  height: 2.375rem;
  padding: 0.1875rem 0rem 0.1875rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 10%;
}
.product--table .add-voucher--form {
  margin: 0rem 0rem 0.75rem 0rem;
}
.product--table .add-voucher--panel {
  margin: 0.625rem 0rem 0rem 0rem;
}
.product--table .table--aggregation {
  margin: 0rem -0.625rem 0rem -0.625rem;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #f8f8fa;
  border-color: #dadae5;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.product--table .table--shipping-costs label {
  font-weight: 700;
}
.product--table .table--shipping-costs .select-field {
  height: 2.375rem;
  line-height: 2.25rem;
  max-width: 100%;
}
.product--table .table--shipping-costs-trigger {
  font-weight: 700;
}
.product--table .main--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .main--actions:after {
  content: "";
  display: table;
  clear: both;
}
.product--table .table--footer {
  font-size: 0.875rem;
}
.product--table .table--footer .benefit--text {
  font-size: 0.875rem;
}
.product--table .benefit--headline {
  font-size: 0.875rem;
  color: #000000;
  font-weight: 700;
}
.aggregation--list {
  margin: 0rem -0.625rem 0rem -0.625rem;
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background: #f8f8fa;
  border-bottom: 1px solid #dadae5;
}
.aggregation--list .list--entry {
  list-style: none;
}
.aggregation--list .entry--label {
  width: 70%;
}
.aggregation--list .entry--value {
  width: 30%;
  text-align: right;
}
.aggregation--list .entry--total {
  font-weight: 700;
  color: #000000;
}
.aggregation--list .entry--totalnet,
.aggregation--list .entry--taxes {
  font-size: 0.75rem;
}
.premium-product.panel {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.premium-product--content {
  height: 20rem;
}
.premium-product--content .product-slider--container {
  padding: 0;
}
.premium-product p {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.premium-product .premium-product--difference {
  border-color: #dadae5;
  display: block;
}
.premium-product .premium-product--difference .difference--price {
  font-size: 0.875rem;
}
.premium-product .product-slider--arrow.arrow--next {
  right: -0.0625rem;
}
.premium-product .product-slider--arrow.arrow--prev {
  left: -0.0625rem;
}
.premium-product .product--inner {
  padding: 0.3125rem 1.875rem 0.3125rem 1.875rem;
  margin: 0rem 0rem 0.625rem 0rem;
}
.premium-product .product--inner .product--image {
  border-radius: 3px;
  background-clip: padding-box;
  height: 10.9375rem;
  margin: 0rem 0rem 0.9375rem 0rem;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
  border: 1px solid #dadae5;
  position: relative;
  text-align: center;
}
.premium-product .product--inner .product--image .image--element {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.premium-product .product--inner .product--image .image--element img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 500;
}
.premium-product .product--inner .premium-product--badge {
  border-radius: 38px;
  background-clip: padding-box;
  height: 2.375rem;
  width: 2.375rem;
  line-height: 2.375rem;
  top: -1.1875rem;
  right: -1.1875rem;
  background: #ec7205;
  position: absolute;
  color: #fff;
  font-weight: 700;
  z-index: 750;
}
.premium-product .product--inner .premium-product--free {
  color: #2ecc71;
  font-weight: 700;
  text-align: left;
}
.premium-product .product--inner .btn {
  width: 100%;
}
.premium-product .product--inner .premium--variant:after {
  content: "";
  display: table;
  clear: both;
}
.premium-product .product--inner .premium--variant:after {
  content: "";
  display: table;
  clear: both;
}
.premium-product .product--inner .premium--variant .premium--button {
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  height: 2.375rem;
  margin-left: -0.125rem;
  width: 20%;
}
.premium-product .product--inner .premium--variant .select-field {
  margin-right: 0.125rem;
  max-width: 80%;
  float: left;
}
.premium-product .product--inner .premium--variant .select-field .premium--selection {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  line-height: 2.375rem;
  height: 2.375rem;
  font-weight: 700;
}
.premium-product .product--inner .premium--variant .select-field:after {
  height: 2.25rem;
}
.js--modal .modal--checkout-add-article .link--article-image .image--media {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.js--modal .modal--checkout-add-article .link--article-image .image--media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.js--modal .modal--checkout-add-article .modal--title {
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #dadae5;
}
.js--modal .modal--checkout-add-article .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--article {
  padding: 1.25rem;
}
.js--modal .modal--checkout-add-article .article--info {
  margin-left: 5rem;
}
.js--modal .modal--checkout-add-article .article--info:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .article--info:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .article--image {
  padding: 0.3125rem;
  width: 5rem;
  height: 5rem;
  border-radius: 3px;
  background-clip: padding-box;
  float: left;
  border: 1px solid #dadae5;
}
.js--modal .modal--checkout-add-article .article--name {
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--name {
  margin-left: 0.9375rem;
}
.js--modal .modal--checkout-add-article .list--name .entry--name {
  margin-bottom: 0.625rem;
}
.js--modal .modal--checkout-add-article .list--name .link--name {
  color: #111111;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .article--price {
  margin: 0.9375rem 0rem 0rem 0.9375rem;
  width: 100%;
}
.js--modal .modal--checkout-add-article .list--price .entry--price {
  margin-bottom: 0.625rem;
  color: #111111;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--actions {
  margin: 0rem 0rem 1.25rem 0rem;
  padding: 0.625rem 1.25rem 0rem 1.25rem;
}
.js--modal .modal--checkout-add-article .modal--actions:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .modal--actions:after {
  content: "";
  display: table;
  clear: both;
}
.js--modal .modal--checkout-add-article .modal--actions .btn {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
  margin-top: 0.625rem;
}
.js--modal .modal--checkout-add-article .modal--actions .is--left {
  padding-left: 2.1875rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  margin: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .product-slider--container {
  padding: 0;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .item--image {
  padding-bottom: 0.625rem;
  height: 10.625rem;
  border-bottom: 1px solid #dadae5;
  margin: 0 auto;
  text-align: center;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image,
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image span {
  overflow: hidden;
  display: block;
  height: 100%;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--image img {
  margin: 0 auto;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .image--slider-item,
.js--modal .modal--checkout-add-article .modal--cross-selling .image--no-picture {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .link--name {
  color: #000000;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .item--price-unit {
  font-size: 0.6875rem;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--normal {
  font-size: 1.0625rem;
  color: #000000;
  font-weight: 700;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--reduced {
  color: #e74c3c;
}
.js--modal .modal--checkout-add-article .modal--cross-selling .price--pseudo {
  font-size: 0.625rem;
  text-decoration: line-through;
}
.content--confirm .alert {
  margin-top: 0.625rem;
}
.content--confirm .has--border {
  border: 1px solid #dadae5;
}
.content--confirm .confirm--actions .main--actions {
  text-align: center;
  width: 100%;
}
.content--confirm .payment--method-list,
.content--confirm .dispatch--method-list {
  margin-bottom: 0.625rem;
}
.content--confirm .payment--method,
.content--confirm .dispatch--method {
  padding-bottom: 0.625rem;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #dadae5;
}
.content--confirm .payment--method .method_last,
.content--confirm .dispatch--method .method_last {
  border: 0 none;
}
.content--confirm .payment--method.method_last,
.content--confirm .dispatch--method.method_last {
  border: 0 none;
}
.content--confirm .method--input {
  width: 2.5rem;
  text-align: center;
  float: left;
}
.content--confirm .method--label {
  padding-left: 2.5rem;
  width: 100%;
}
.content--confirm .method--description {
  padding-left: 2.5rem;
}
.content--confirm .payment--method-logo {
  margin-left: 2.5rem;
}
.content--confirm .method--bankdata {
  padding-left: 2.5rem;
}
.content--confirm .method--bankdata input[type="text"] {
  max-width: 100%;
}
.content--confirm .table--aggregation,
.content--confirm .add-product--form,
.content--confirm .add-product--field,
.content--confirm .add-product--button {
  display: none;
}
.content--confirm .aggregation--list {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0rem -0.625rem 0rem -0.625rem;
  border-top: 1px solid #dadae5;
}
@media screen and (min-width: 30em) {
  .product--table .column--label {
    text-align: right;
    width: 100%;
    margin: 0;
  }
  .product--table .table--tr {
    padding: 0.625rem 0rem 1.25rem 0rem;
  }
  .product--table .table--content {
    width: 85%;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue {
    width: 49%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .product--table .column--product .column--image {
    width: 15%;
  }
  .product--table .column--quantity,
  .product--table .column--unit-price,
  .product--table .column--total-price {
    float: left;
    width: 28.83%;
  }
  .product--table .column--quantity {
    padding-right: 0.625rem;
    margin-left: 13.5%;
  }
  .product--table .column--quantity .quantity--label {
    margin: 0rem 0rem 0.1875rem 0rem;
    text-align: left;
  }
  .product--table .column--quantity .select-field {
    float: left;
    font-weight: 700;
  }
  .product--table .column--unit-price {
    padding-right: 0.625rem;
    margin: 0;
  }
  .product--table .column--unit-price .unit-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .column--total-price {
    padding: 0rem 0.625rem 0.3125rem 0.625rem;
    margin: 0;
  }
  .product--table .column--total-price .total-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .column--tax-price {
    margin: 0;
  }
  .product--table .column--tax-price .tax-price--label {
    margin-bottom: 0.75rem;
  }
  .product--table .row--rebate .column--label,
  .product--table .row--premium-product .column--label,
  .product--table .row--voucher .column--label {
    margin: 0;
  }
  .product--table .row--rebate .column--image,
  .product--table .row--premium-product .column--image,
  .product--table .row--voucher .column--image {
    width: 15%;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price,
  .product--table .row--voucher .column--total-price {
    float: right;
  }
  .product--table .add-product--field {
    width: 55%;
  }
  .product--table .actions--bottom .main--actions {
    margin-bottom: 0.625rem;
  }
  .js--modal .modal--checkout-add-article .article--name {
    width: 75%;
    float: left;
  }
  .js--modal .modal--checkout-add-article .article--price {
    width: 25%;
    float: right;
    margin: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions {
    margin: 0rem 0rem 1.25rem 0rem;
    padding: 0.625rem 1.25rem 0rem 1.25rem;
  }
  .js--modal .modal--checkout-add-article .modal--actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .js--modal .modal--checkout-add-article .modal--actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 49%;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .is--left {
    padding-left: 2.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout .basket--info-messages {
    margin: 1.25rem 0rem 0.25rem 0rem;
  }
  .is--ctl-checkout .account--change-billing.register--content,
  .is--ctl-checkout .account--change-shipping.register--content {
    width: 75%;
  }
  .is--act-shippingpayment .product--table .table--actions {
    margin-top: 1.25rem;
  }
  .is--act-shippingpayment .payment--method-list {
    margin-top: 0;
  }
  .is--act-shippingpayment .basket--footer .aggregation--list {
    padding-right: 1.25rem;
  }
  .product--table {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .product--table .alert {
    margin-bottom: 1.25rem;
  }
  .product--table .row--voucher,
  .product--table .row--premium-product {
    height: 100%;
  }
  .product--table .panel--body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border: 1px solid #dadae5;
  }
  .product--table .premium-product--content {
    height: 20.625rem;
    border: 0 none;
  }
  .product--table .premium-product.panel {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .product--table .column--actions {
    position: static;
    bottom: auto;
    float: right;
  }
  .product--table .column--label {
    display: none;
  }
  .product--table .table--header {
    margin: 0rem 0rem 0.625rem 0rem;
    border-bottom: 1px solid #dadae5;
    display: block;
  }
  .product--table .table--header .table--column {
    font-size: 1rem;
    padding-bottom: 0;
    font-weight: 700;
    color: #000000;
  }
  .product--table .table--header .panel--th {
    padding: 0.3125rem 0.625rem 0.5625rem 0.625rem;
    font-size: 1rem;
  }
  .product--table .table--header .column--product {
    padding-left: 0;
    width: 52%;
  }
  .product--table .column--product {
    float: left;
    width: 52%;
  }
  .product--table .column--product .column--image {
    width: 8%;
  }
  .product--table .table--tr {
    padding: 0;
    border-bottom: 1px solid #dadae5;
  }
  .product--table .is--centered {
    display: inline-block;
    vertical-align: middle;
  }
  .product--table .column--actions {
    width: 8%;
    padding-right: 0;
  }
  .product--table .column--product .column--image {
    width: 20%;
  }
  .product--table .table--media,
  .product--table .table--content {
    float: left;
  }
  .product--table .table--media {
    width: 100%;
  }
  .product--table .table--media .table--media-outer {
    margin: 0;
  }
  .product--table .table--content {
    width: 74%;
  }
  .product--table .column--quantity {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    float: left;
    width: 11%;
    margin: 0;
  }
  .product--table .column--quantity .select-field {
    float: right;
    font-weight: 700;
    padding: 0rem 0rem 0rem 1rem;
  }
  .product--table .column--unit-price,
  .product--table .column--total-price {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    width: 14.5%;
  }
  .product--table .row--product .column--quantity {
    padding-top: 1.625rem;
  }
  .product--table .row--product .column--unit-price,
  .product--table .row--product .column--total-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
  }
  .product--table .row--product .column--actions {
    padding-top: 1.625rem;
  }
  .product--table .content--title {
    font-size: 1rem;
    font-weight: 700;
    color: #111111;
  }
  .product--table .column--total-price {
    float: left;
    font-weight: 700;
  }
  .product--table .basket--badge {
    width: 3rem;
    margin: 0 auto;
  }
  .product--table .row--rebate .table--media,
  .product--table .row--premium-product .table--media,
  .product--table .row--voucher .table--media {
    float: left;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price,
  .product--table .row--voucher .column--total-price {
    margin-left: 25.5%;
    float: left;
  }
  .product--table .row--rebate .column--tax-price,
  .product--table .row--premium-product .column--tax-price,
  .product--table .row--voucher .column--tax-price {
    margin: 0;
  }
  .product--table .row--rebate .column--actions,
  .product--table .row--premium-product .column--actions,
  .product--table .row--voucher .column--actions {
    padding-top: 0.8125rem;
  }
  .product--table .row--rebate .table--content,
  .product--table .row--premium-product .table--content {
    padding-top: 1.3125rem;
  }
  .product--table .row--rebate .column--total-price,
  .product--table .row--premium-product .column--total-price {
    padding-top: 1.375rem;
  }
  .product--table .row--voucher .column--total-price {
    padding-top: 1.375rem;
  }
  .product--table .row--premium-product .column--product,
  .product--table .row--rebate .column--product {
    width: 77.5%;
  }
  .product--table .row--premium-product .column--image,
  .product--table .row--rebate .column--image {
    width: 13.3%;
  }
  .product--table .row--premium-product .column--total-price,
  .product--table .row--rebate .column--total-price {
    margin-left: 0;
  }
  .product--table .add-product--form {
    margin: 0.9375rem 0rem 1.25rem 0rem;
    width: 35%;
  }
  .product--table .add-product--field {
    width: 80%;
  }
  .product--table .add-product--button {
    width: 16%;
  }
  .product--table .basket--footer {
    margin: 0rem -1.25rem -1.25rem -1.25rem;
    border-top: 1px solid #dadae5;
    background: #f8f8fa;
  }
  .product--table .basket--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .product--table .basket--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .product--table .aggregation--list,
  .product--table .table--aggregation {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    padding-right: 11%;
    border: 0 none;
    background: transparent;
    margin: 0;
    float: left;
    width: 50%;
  }
  .product--table .table--actions {
    padding-bottom: 1.25rem;
    margin: 0;
  }
  .product--table .table--actions .is--secondary {
    margin-right: 1.25rem;
  }
  .product--table .table--actions .btn--inquiry {
    margin-left: -8.125rem;
    width: 16.25rem;
    top: 0;
    position: absolute;
    left: 50%;
  }
  .product--table .table--actions .btn--checkout-proceed,
  .product--table .table--actions .btn--checkout-continue {
    width: 25%;
    text-align: center;
    margin-bottom: 0rem;
  }
  .product--table .actions--bottom .main--actions {
    margin-top: 1.25rem;
  }
  .product--table .table--footer {
    display: block;
  }
  .footer--benefit {
    font-size: 0.875rem;
    padding: 0rem 1.25rem 0rem 0rem;
    width: 33.33332%;
  }
  .footer--benefit.is--last {
    padding: 0;
  }
  .js--modal .modal--checkout-add-article .article--price {
    margin-top: 0;
    margin-left: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn {
    width: 35%;
    margin-bottom: 0;
  }
  .js--modal .modal--checkout-add-article .modal--actions .btn:last-child {
    margin-top: 0;
  }
  .content--confirm .alert {
    margin: 0;
  }
  .content--confirm .table--aggregation {
    visibility: hidden;
    display: block;
  }
  .content--confirm .confirm--inner-container .payment--method-list,
  .content--confirm .confirm--inner-container .dispatch--method-list {
    margin-bottom: 1.25rem;
  }
  .content--confirm .confirm--inner-container .panel--body {
    border: 0 none;
  }
  .content--confirm .confirm--inner-container .has--border {
    border: 1px solid #dadae5;
  }
  .content--confirm .confirm--inner-container .basket--footer {
    border: 1px solid #dadae5;
    margin: 0;
  }
  .content--confirm .confirm--actions .main--actions {
    width: 25%;
  }
}
@media screen and (min-width: 64em) {
  .product--table .table--actions .btn--inquiry {
    left: 50%;
  }
  .product--table .column--product .column--image {
    width: 16%;
  }
  .product--table .column--product .table--content {
    width: 84%;
  }
  .product--table .row--premium-product .column--product .column--image,
  .product--table .row--rebate .column--product .column--image {
    width: 10.7%;
  }
  .product--table .add-product--form {
    width: 25%;
  }
  .product--table .aggregation--list {
    float: right;
    padding-right: 10.5%;
  }
  .product--table .table--aggregation {
    width: 45%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout .basket--info-messages {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .is--act-shippingpayment .product--table {
    margin-top: 1.5625rem;
  }
  .product--table {
    margin-top: 2.8125rem;
  }
  .product--table .column--actions {
    width: 4%;
  }
  .product--table .table--header .column--product {
    width: 55%;
  }
  .product--table .column--product {
    width: 55%;
  }
  .product--table .column--product .column--image {
    width: 14%;
  }
  .product--table .column--product .table--content {
    width: 86%;
  }
  .product--table .row--rebate .column--actions,
  .product--table .row--premium-product .column--actions,
  .product--table .row--voucher .column--actions {
    padding-top: 1.3125rem;
  }
  .product--table .row--product .column--actions {
    padding-top: 2.125rem;
  }
  .product--table .table--tr .column--actions .column--actions-link {
    line-height: 1.125rem;
    padding: 0rem 0.3125rem 0.125rem 0.3125rem;
  }
  .product--table .table--tr .column--actions .icon--cross {
    font-size: 0.5625rem;
  }
  .product--table .row--premium-product .column--product,
  .product--table .row--rebate .column--product {
    width: 80.5%;
  }
  .product--table .row--premium-product .column--product .column--image,
  .product--table .row--rebate .column--product .column--image {
    width: 9.5%;
  }
  .product--table .aggregation--list {
    padding-right: 7.3%;
  }
}
/*
Checkout finish
==========================================
Contains the styles for the finish page.

It is displayed after the Shopware checkout process is finished and contains the important order information, the users information and option to print the order confirmation.
*/
.is--act-finish .content-main {
  margin-top: 1.25rem;
}
.finish--content {
  padding-top: 0.625rem;
}
.finish--content .information--panel-item {
  margin-bottom: 1.25rem;
}
.finish--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item .panel--body:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item .panel--body:after {
  content: "";
  display: table;
  clear: both;
}
.finish--content .information--panel-item.information--panel-address .shipping--panel {
  text-align: center;
}
.finish--content .product--table {
  margin-top: 0;
}
.finish--teaser {
  margin: 0rem 0rem 1.25rem 0rem;
}
.teaser--btn-back {
  margin: 0rem 0rem 1.25rem 0rem;
}
.teaser--btn-print,
.teaser--btn-back {
  text-align: center;
  width: 100%;
}
.teaser--btn-print *[class^="icon--"],
.teaser--btn-back *[class^="icon--"] {
  margin: 0.25rem 0rem 0rem 0rem;
  float: left;
}
.finish--table .panel--body {
  border: 1px solid #dadae5;
}
.finish--table .table--tr {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
}
.finish--table .column--quantity,
.finish--table .column--total-price {
  padding-right: 0;
}
.finish--table .table--aggregation {
  display: none;
}
.finish--table .aggregation--list {
  margin: 0;
  border-bottom: 0 none;
}
.finish--table .basket--footer {
  border-top: 1px solid #dadae5;
}
.finish--table .is--last-row {
  border-bottom: 0 none;
}
@media screen and (min-width: 30em) {
  .finish--table .table--tr .column--quantity {
    margin-left: 42.3%;
  }
  .finish--table .table--tr .column--quantity .column--label {
    margin-bottom: 0.75rem;
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .teaser--btn-print {
    text-align: left;
    width: auto;
  }
  .is--act-finish .content-main {
    margin-top: 2.5rem;
  }
  .finish--content {
    padding-top: 1.25rem;
  }
  .finish--content .information--panel-wrapper {
    margin: -2% 0 0 -2%;
    margin-bottom: 1.25rem;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing {
    width: 50%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
    padding-left: 0;
    width: 50%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel {
    margin: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item {
    padding: 2% 0 0 2%;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .finish--content .information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--content .information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--content .information--panel-address .panel--body .billing--panel {
    float: left;
    width: 50%;
  }
  .finish--content .information--panel-address .panel--body .shipping--panel {
    float: right;
    width: 50%;
  }
  .teaser--btn-back {
    margin: 0rem 1.25rem 0rem 0rem;
    width: auto;
  }
  .finish--table {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .finish--table .table--header .panel--th {
    padding-right: 0;
  }
  .finish--table .panel--body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .finish--table .column--total-price {
    width: 37%;
  }
  .finish--table .table--tr {
    padding: 0;
  }
  .finish--table .table--tr:last-child {
    border: 0 none;
  }
  .finish--table .table--tr .column--quantity {
    line-height: 2.625rem;
    margin: 0;
  }
  .finish--table .row--rebate .column--total-price,
  .finish--table .row--premium-product .column--total-price {
    width: 22.5%;
  }
  .finish--table .row--voucher .column--total-price {
    margin-left: 0;
    width: 48%;
  }
  .finish--table .table--aggregation {
    display: block;
    width: 50%;
  }
  .finish--table .aggregation--list {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .finish--content .information--panel-wrapper {
    margin-bottom: 1.25rem;
  }
  .finish--content .information--panel-wrapper .information--panel-item {
    width: 33.3%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-billing,
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-item-shipping {
    width: 33.3%;
  }
  .finish--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 66.6%;
  }
  .finish--content .information--panel-wrapper .information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 0;
  }
  .finish--content .information--panel-wrapper .information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .finish--content {
    padding-top: 2.8125rem;
  }
  .finish--content .column--total-price {
    width: 34%;
  }
  .finish--content .finish--table .table--header .column--product {
    width: 55%;
  }
  .finish--content .finish--table .row--premium-product .column--total-price,
  .finish--content .finish--table .row--rebate .column--total-price {
    width: 19.5%;
  }
  .finish--content .finish--table .row--voucher .column--total-price {
    width: 45%;
  }
}
@media print {
  body {
    width: auto;
    height: auto;
    overflow: auto;
    background: #ffffff;
  }
  .container {
    max-width: none;
  }
  .is--act-finish .content-main {
    margin-top: 0;
  }
  .finish--teaser,
  .navigation-main,
  .footer--columns,
  .shop--navigation,
  .top-bar,
  .btn--back-top-shop,
  .header-main .container--ajax-cart {
    display: none;
  }
  .is--ctl-checkout.is--minimal-header .header-main,
  .header-main {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .content-main {
    margin-bottom: 0;
  }
  .finish--table {
    clear: both;
  }
  .finish--table .table--tr {
    page-break-inside: avoid;
  }
  .finish--table .table--content {
    width: 85%;
  }
  .finish--table .column--product .column--image {
    width: 15%;
  }
  .finish--table .column--label.quantity--label {
    margin: 0;
  }
  .finish--table .column--product {
    width: 100%;
  }
  .finish--table .column--product:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--table .column--product:after {
    content: "";
    display: table;
    clear: both;
  }
  .finish--table .column--total-price,
  .finish--table .column--quantity {
    margin-left: 70%;
    width: 30%;
  }
  .footer-minimal .footer--service-menu,
  .footer-main .footer--service-menu,
  .footer-minimal .footer--copyright,
  .footer-main .footer--copyright,
  .footer-minimal .footer--logo,
  .footer-main .footer--logo {
    display: none;
  }
  .footer-minimal .vat-info--text,
  .footer-main .vat-info--text {
    font-size: 0.5625rem;
  }
  .footer-minimal a,
  .footer-main a {
    color: #111111;
  }
}
/*
Account
================================================
Defines the styles for the Shopware 5 user account page.

The my-account page displays a dashboard that shows an overview of the user information, payment methods, billing and shipping information inside panel elements.

It allows the user to directly see and change the important information of their account.
*/
.account--content {
  margin: 0.625rem 0rem 0rem 0rem;
}
.partner-statistic .panel--title {
  padding-bottom: 1.25rem;
}
.account--content:after,
.payment_logo_debit:after,
.account-address--container:after,
.account-info--container:after {
  content: "";
  display: table;
  clear: both;
}
.account--content:after,
.payment_logo_debit:after,
.account-address--container:after,
.account-info--container:after {
  content: "";
  display: table;
  clear: both;
}
.account--logout .logout--headline {
  font-size: 1.5rem;
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.account--logout .logout--actions {
  margin-bottom: 0.625rem;
}
.account--logout .logout-back-to-shop {
  display: block;
}
.account--menu .link--logout {
  font-weight: 700;
  color: #ec7205;
}
.account--menu .navigation--logout-personalized {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account--box {
  margin: 0rem 0rem 1.25rem 0rem;
}
.account--password input[type="text"],
.account--email input[type="text"],
.account--password input[type="password"],
.account--email input[type="password"],
.account--password input[type="email"],
.account--email input[type="email"] {
  width: 100%;
}
.account--welcome {
  margin-bottom: 1.25rem;
}
.account--welcome .panel--body {
  padding: 0;
}
.account--welcome .panel--title {
  padding: 1.25rem 0rem 1.25rem 0rem;
  margin: 0;
}
.account--welcome .panel--actions {
  padding: 0;
}
.account--error,
.account--success {
  margin: 0rem 0rem 0.625rem 0rem;
}
.register--error-msg {
  color: #e74c3c;
}
.account--actions {
  margin: 0rem 1.25rem 1.25rem 1rem;
}
.account--actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--change-payment.register--content {
  display: block;
  width: 100%;
}
.account--newsletter fieldset {
  border: 0;
  padding: 0;
}
.account--newsletter fieldset input[type="checkbox"] {
  margin: 0rem 0.625rem 0rem 0rem;
}
.account--paging {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  display: block;
  background: #ffffff;
}
.account--paging:after {
  content: "";
  display: table;
  clear: both;
}
.account--paging:after {
  content: "";
  display: table;
  clear: both;
}
.account--paging .paging--display {
  float: right;
}
.account--orders-overview {
  border: 1px solid #dadae5;
}
.account--orders-overview p {
  font-size: 0.875rem;
}
.account--orders-overview .orders--table-header {
  display: none;
  background: #ffffff;
}
.account--orders-overview .orders--table-header .panel--th {
  color: #000000;
}
.account--orders-overview .panel--tr {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--orders-overview .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  display: block;
  float: none;
}
.account--orders-overview .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--orders-overview .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--orders-overview .column--info-labels,
.account--orders-overview .column--info-data {
  width: 50%;
  float: left;
  text-align: left;
}
.account--orders-overview .column--info-data {
  padding: 0.3125rem 0.625rem 0rem 0rem;
}
.account--orders-overview .column--summary-labels,
.account--orders-overview .column--summary-data {
  width: 50%;
  float: left;
  text-align: left;
}
.account--orders-overview .column--summary-data {
  padding: 0.3125rem 0.625rem 0rem 0rem;
}
.account--orders-overview .column--label,
.account--orders-overview .column--value {
  width: 50%;
  float: left;
}
.account--orders-overview .column--label {
  font-weight: 700;
}
.is--act-partnerStatistic .content-main--inner {
  padding: 0rem 0rem 1rem 0rem;
}
.is--act-partnerStatistic .account--welcome {
  padding: 0rem 0rem 0rem 0.625rem;
}
.is--act-partnerStatistic .listing--actions {
  padding: 0.625rem 1.125rem 1.5rem 1.125rem;
  border-bottom: 1px solid #dadae5;
}
.is--act-partnerStatistic .date-filter {
  font-size: 0.875rem;
  height: 3.125rem;
  display: block;
  width: 100%;
}
.is--act-partnerStatistic .date-filter--label {
  padding: 0.5625rem 0rem 0.625rem 0rem;
  width: 2.5rem;
  display: block;
  float: left;
}
.is--act-partnerStatistic .date-filter--input {
  margin: 0rem 0rem 0rem 2.5rem;
  width: auto;
}
.is--act-partnerStatistic .datepicker {
  padding-right: 2.1875rem;
  width: 100%;
  float: left;
}
.is--act-partnerStatistic .ui-datepicker-trigger {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.625rem 0rem 0rem -1.875rem;
  display: inline;
  border: 0;
  background: transparent;
  text-align: center;
  color: #111111;
  padding: 0;
}
.is--act-partnerStatistic .btn--filter {
  width: 100%;
  text-align: center;
  margin: 0;
}
.is--act-partnerStatistic .chart--holder {
  display: none;
}
.is--act-partnerStatistic .panel--th,
.is--act-partnerStatistic .panel--td {
  padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  width: 25%;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is--act-partnerStatistic .panel--th:first-child,
.is--act-partnerStatistic .panel--td:first-child {
  text-align: left;
}
.is--act-partnerStatistic .panel--th {
  padding: 0.1875rem 0.625rem 0.125rem 0.625rem;
  font-size: 0.75rem;
  color: #111111;
}
.is--act-partnerStatistic .is--odd {
  padding: 0rem 0rem 0.5625rem 0rem;
  border-bottom: 1px solid #dadae5;
}
.is--act-partnerStatistic .is--odd .column--price,
.is--act-partnerStatistic .is--odd .column--total {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
.is--act-partnerStatistic .column--label {
  text-align: left;
}
.is--act-partnerStatistic .column--value {
  text-align: right;
}
.is--act-partnerStatistic .column--label,
.is--act-partnerStatistic .column--value {
  width: 50%;
  float: left;
}
.is--act-partnerStatistic .column--item-sum .column--label {
  display: block !important;
}
.order--status-icon {
  width: 0.5rem;
  height: 0.5rem;
  top: 0.5rem;
  display: inline-block;
  position: relative;
}
.order--status-icon.status--0,
.order--status-icon.status--1,
.order--status-icon.status--3,
.order--status-icon.status--6 {
  background: #4aa3df;
}
.order--status-icon.status--2,
.order--status-icon.status--5,
.order--status-icon.status--7 {
  background: #2ecc71;
}
.order--status-icon.status--4,
.order--status-icon.status--8 {
  background: #e74c3c;
}
.order--name {
  color: #000000;
}
.order--details,
.order--price-unit,
.order--current-price {
  display: none;
}
.order--details .panel--tr {
  border-bottom: 1px solid #dadae5;
}
.order--repeat {
  text-align: center;
  background: #f5f5f8;
  border-bottom: 1px solid #dadae5;
}
.order--actions {
  text-align: center !important;
}
.order--user-comments,
.order--shop-comments {
  border-bottom: 1px solid #dadae5;
}
.account--downloads {
  border: 1px solid #dadae5;
}
.account--downloads p {
  font-size: 0.875rem;
}
.account--downloads .downloads--table-header {
  display: none;
}
.account--downloads .panel--tr {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--downloads .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  display: block;
  float: none;
}
.account--downloads .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--downloads .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--password-reset {
  margin-top: 0.625rem;
}
.account--password-reset p {
  margin: 0;
}
.account--password-reset .password-reset--input {
  margin: 0rem 0rem 1.875rem 0rem;
  width: 100%;
}
.account--password-reset .password-reset--link {
  width: 100%;
  margin: 0;
}
.account--password-reset .password-reset--link:first-child {
  margin: 0rem 0rem 0.625rem 0rem;
}
.account--password-new {
  margin-top: 0.625rem;
}
.account--password-new .password-new--input {
  margin-bottom: 0.9375rem;
  width: 100%;
}
.account--password-new .password-new--helptext {
  margin-bottom: 0;
}
.account--password-new .password-new--submit {
  display: block;
  width: 100%;
}
.account--profile {
  margin: 0rem;
  padding-top: 1.875rem;
}
.account--profile .profile--email-password-container:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile--email-password-container:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile-password--container {
  float: right;
  width: 100%;
}
.account--profile .profile-email--container {
  float: left;
  width: 100%;
}
.account--profile .alert {
  margin-bottom: 1.25rem;
}
.account--profile .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0rem 0rem 0rem 0.3125rem;
  top: 0.25rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: inline-block;
  position: relative;
}
.account--profile .panel {
  margin-bottom: 1.25rem;
}
.account--profile .required-info {
  font-size: 0.875rem;
}
.account--profile .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.account--profile .profile--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.account--profile .profile--zip-city .profile--field-zipcode {
  width: 28%;
  float: left;
}
.account--profile .profile--zip-city .profile--field-city {
  width: 70%;
  float: left;
}
.account--profile .profile--zip-city .profile--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .profile--zip-city .profile--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--profile .birthday--label {
  margin: 0rem 0rem 0.3125rem 0rem;
  display: block;
  font-weight: 700;
}
.account--profile .profile--birthdate .select-field {
  margin-bottom: 0.9375rem;
  max-width: 100%;
  float: left;
}
.account--profile .profile--birthdate .datepicker {
  margin-bottom: 0.9375rem;
  width: 100%;
  max-width: 100%;
  float: left;
}
.account--profile .profile--birthdate .profile--birthyear,
.account--profile .profile--birthdate .profile--birthyear.select-field {
  margin-right: 0rem;
}
@media screen and (max-width: 48em) {
  .column--info-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .column--info-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (min-width: 30em) {
  .account--password-reset {
    margin-top: 0.625rem;
  }
  .account--password-reset .password-reset--input {
    margin: 0.625rem 0rem 1.875rem 0rem;
  }
  .account--password-reset .password-reset--link {
    margin: 0rem 0rem 0.625rem 0rem;
    width: auto;
  }
  .account--password-reset .password-reset--link:first-child {
    margin: 0rem 0.625rem 0rem 0rem;
  }
  .account--password-new .password-new--submit {
    display: inline-block;
    width: auto;
  }
  .account--logout .logout-back-to-shop {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .account--content {
    margin: 1.875rem 0rem 0rem 0rem;
  }
  .account--content.is--wide {
    width: 100%;
  }
  .account--password-reset {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .account--password-new {
    margin-top: 1.25rem;
  }
  .account--password-new .password-new--input {
    width: 20rem;
  }
  .account--menu {
    border: 1px solid #dadae5;
  }
  .account--menu .navigation--headline {
    padding: 1.25rem 0rem 0rem 0rem;
    margin: 0rem 1.25rem 0rem 1.25rem;
    font-size: 1rem;
    display: block;
    font-weight: 700;
    color: #000000;
    color: #131313;
    padding: 1.25rem 0rem 0.625rem 0rem;
    text-decoration: none !important;
    border-bottom: 1px solid #dadae5;
  }
  .account--menu .navigation--headline.is--underline {
    padding: 1.25rem 0rem 0.625rem 0rem;
    border-bottom: 1px solid #dadae5;
    text-decoration: none !important;
  }
  .account--menu .navigation--headline.is--secondary {
    color: #111111;
  }
  .account--menu .navigation--headline.is--primary {
    color: #ec7205;
  }
  .account--menu .account--menu-container {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
    padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  }
  .account--menu .account--menu-container.has--border {
    border: 1px solid #dadae5;
  }
  .account--menu .account--menu-container.is--slim {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  }
  .account--menu .account--menu-container.is--wide {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .account--menu .account--menu-container.is--flat {
    background: #f5f5f8;
  }
  .account--menu .account--menu-container.is--embossed {
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    background: #f5f5f8;
  }
  .account--menu .navigation--list {
    padding: 0;
    border: 0 none;
  }
  .account--menu .navigation--entry {
    margin: 0;
    border: 0 none;
  }
  .account--menu .navigation--link {
    padding: 0.3125rem 0rem 0.3125rem 0rem;
  }
  .account--menu .navigation--link.link--logout {
    margin: 0.625rem 0rem 0rem 0rem;
    padding: 0.625rem 0rem 0rem 0rem;
    border-top: 1px solid #dadae5;
    font-weight: 700;
    color: #ec7205;
  }
  .account--menu .navigation--link.link--logout [class^="icon--"] {
    margin: 0rem 0.3125rem 0rem 0rem;
    display: inline-block;
  }
  .account--welcome .panel--title {
    font-size: 1.625rem;
  }
  .account--orders-overview .orders--table-header {
    display: block;
  }
  .account--orders-overview .panel--tr {
    padding: 0;
    border-width: 0 0 1px 0;
  }
  .account--orders-overview .panel--tr.order--repeat {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .account--orders-overview .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: inline-block;
    float: left;
  }
  .account--orders-overview .column--label {
    display: none;
  }
  .account--orders-overview .column--value {
    width: 100%;
    float: none;
  }
  .account--orders-overview .column--summary-labels,
  .account--orders-overview .column--summary-data {
    width: 20%;
    text-align: right;
  }
  .account--orders-overview .column--date,
  .account--orders-overview .column--id,
  .account--orders-overview .column--dispatch {
    width: 20%;
  }
  .account--orders-overview .column--status {
    width: 25%;
  }
  .account--orders-overview .column--actions {
    width: 15%;
  }
  .account--orders-overview .column--actions .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
  .account--orders-overview .column--name {
    width: 50%;
  }
  .account--orders-overview .column--quantity {
    width: 10%;
  }
  .account--orders-overview .column--price {
    width: 20%;
  }
  .account--orders-overview .column--total {
    width: 20%;
  }
  .account--orders-overview .column--info-labels {
    width: 20%;
  }
  .account--orders-overview .column--info-data {
    width: 40%;
  }
  .order--item {
    margin: 0;
  }
  .order--pseudo-price {
    font-size: 0.75rem;
  }
  .order--download,
  .order--price-unit,
  .order--current-price {
    display: block !important;
  }
  .order--download {
    margin: 0.625rem 0rem 0rem 0rem;
  }
  .order--quantity {
    text-align: center !important;
  }
  .order--actions,
  .order--price,
  .order--amount {
    text-align: right !important;
  }
  .account--downloads .downloads--table-header {
    display: block !important;
    background: #ffffff;
  }
  .account--downloads .downloads--table-header .panel--th {
    color: #000000;
  }
  .account--downloads .panel--tr {
    padding: 0;
    border-width: 0 0 1px 0;
  }
  .account--downloads .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: inline-block;
    float: left;
  }
  .account--downloads .column--date,
  .account--downloads .column--actions {
    width: 20%;
  }
  .account--downloads .column--info {
    width: 60%;
  }
  .column--label {
    display: none;
  }
  .column--date,
  .column--id,
  .column--dispatch {
    width: 20%;
  }
  .column--status {
    width: 25%;
  }
  .column--actions {
    width: 15%;
  }
  .column--name {
    width: 50%;
  }
  .column--quantity {
    width: 10%;
  }
  .column--price {
    width: 20%;
  }
  .column--total {
    width: 20%;
  }
  .column--info-labels {
    width: 20%;
  }
  .column--info-data {
    width: 40%;
  }
  .column--summary {
    width: 20%;
  }
  .account--password-reset .password-reset--input {
    width: 20rem;
  }
  .account--error,
  .account--success {
    margin: 0rem 0rem 1.25rem 0rem;
  }
  .is--act-partnerStatistic .content-main--inner {
    padding: 0rem 1.25rem 1rem 1.25rem;
  }
  .is--act-partnerStatistic .account--welcome {
    padding: 0rem 0rem 0rem 0rem;
  }
  .is--act-partnerStatistic .listing--actions {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #dadae5;
    background: #f8f8fa;
  }
  .is--act-partnerStatistic .date-filter {
    padding: 0rem 0.625rem 0rem 0.625rem;
    width: 40%;
    float: left;
    height: auto;
  }
  .is--act-partnerStatistic .date-filter--label {
    width: 10%;
  }
  .is--act-partnerStatistic .btn--filter {
    width: 20%;
    float: left;
    height: 40px;
  }
  .is--act-partnerStatistic .chart--holder {
    text-align: center !important;
    display: block !important;
    width: 100%;
  }
  .is--act-partnerStatistic .panel--th,
  .is--act-partnerStatistic .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
  .is--act-partnerStatistic .column--item-sum {
    width: 75% !important;
  }
  .is--act-partnerStatistic .column--item-sum .column--label,
  .is--act-partnerStatistic .column--item-sum .column--value {
    float: left;
    width: 50%;
  }
  .is--act-partnerStatistic .is--odd {
    border: 0;
    padding: 0;
  }
  .is--act-partnerStatistic .is--odd .column--total {
    width: 25%;
    float: left !important;
  }
  .is--act-partnerStatistic .is--odd .column--total .column--value {
    width: 100%;
  }
  .account--profile {
    margin: 0rem;
  }
  .account--profile .select-field {
    margin-bottom: 0.9375rem;
  }
  .account--profile .profile--field {
    margin-bottom: 0.9375rem;
  }
  .account--profile .select-field {
    max-width: 18.125rem;
  }
  .account--profile .profile--birthdate .select-field {
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 64em) {
  .account--info,
  .account--billing {
    width: 49%;
    float: left;
  }
  .account--payment,
  .account--shipping {
    width: 49%;
    float: right;
  }
  .account--email,
  .account--password,
  .account--userdata {
    display: none;
  }
  .account--email,
  .account--password,
  .account--userdata,
  .account--newsletter {
    clear: both;
  }
  .account--password-reset {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .account--info .panel--body,
  .account--payment .panel--body {
    height: 7.5rem;
  }
  .account--profile .profile-password--container {
    float: right;
    width: 49%;
  }
  .account--profile .profile-email--container {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--act-partnerStatistic .content-main--inner {
    padding: 0rem 2.8125rem 2.8125rem 2.8125rem;
  }
  .account--profile {
    padding-top: 2.8125rem;
  }
  .account--content {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .account--password-reset {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .account--password-new {
    margin-top: 2.8125rem;
  }
  .account--error,
  .account--success {
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
.partner-statistic .account--welcome {
  margin-bottom: 0;
}
.partner-statistic .partner-statistic-body {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.partner-statistic .date-filter {
  display: inline-block;
}
.partner-statistic .date-filter--input {
  margin: 0rem 0rem 1.25rem 0rem;
}
.partner-statistic .ui-datepicker-trigger {
  padding: 0.125rem 0.625rem 0.125rem 0.625rem;
  line-height: 2rem;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.875rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  -webkit-font-smoothing: inherit;
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: 1px solid #dadae5;
  color: #111111;
  /** Button icon font size */
  /** Larger icon */
  /*
######Icon alignment

To work properly the button needs the class `is--icon-left` or `is--icon-right` and an `icon` inside it.
```
<button class="btn is--icon-left">
    <i class="icon--account"></i>
    Icon left
</button>

<button class="btn is--icon-right">
    <i class="icon--account"></i>
    Icon right
</button>
```
*/
  /*
######Button size class
Adding a button-size class creates a larger or smaller button or changes the button properies.

Options: `is--large`, `is--small`, `is--full`, `is--center`
```
<button class="btn is--large">
    Large button
</button>

<button class="btn is--small">
    Small button
</button>
```
*/
  /** State: Small button */
  /** State: Medium button */
  /** State: Large button */
  /** State: Button with 100% width */
  /** State: Button with text align center */
  border-radius: 0;
  border-color: #131313;
  padding: 0.625rem 0.625rem 0.5625rem 0.625rem;
  margin: 0rem 1.5625rem 0rem 0rem;
  line-height: 1.25rem;
}
.partner-statistic .ui-datepicker-trigger [class^="icon--"] {
  font-size: 0.625rem;
}
.partner-statistic .ui-datepicker-trigger .is--large {
  font-size: 1rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right {
  padding-right: 2.25rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-right [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  right: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left {
  padding-left: 2.25rem;
}
.partner-statistic .ui-datepicker-trigger.is--icon-left [class^="icon--"] {
  height: 1rem;
  line-height: 2rem;
  margin: -1rem 0rem 0rem 0rem;
  left: 0.75rem;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 50%;
}
.partner-statistic .ui-datepicker-trigger:disabled,
.partner-statistic .ui-datepicker-trigger:disabled:hover,
.partner-statistic .ui-datepicker-trigger.is--disabled,
.partner-statistic .ui-datepicker-trigger.is--disabled:hover {
  opacity: 0.5;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border: 1px solid #dadae5;
  color: #111111;
  cursor: not-allowed;
}
.partner-statistic .ui-datepicker-trigger:hover {
  background: #ffffff;
  color: #ec7205;
  border-color: #ec7205;
}
.partner-statistic .ui-datepicker-trigger:focus {
  outline: none;
}
.partner-statistic .ui-datepicker-trigger.is--small {
  line-height: 1.75rem;
}
.partner-statistic .ui-datepicker-trigger.is--medium {
  line-height: 2rem;
  height: 2.375rem;
}
.partner-statistic .ui-datepicker-trigger.is--large {
  line-height: 2.25rem;
  height: 2.625rem;
}
.partner-statistic .ui-datepicker-trigger.is--full {
  display: block;
}
.partner-statistic .ui-datepicker-trigger.is--center {
  text-align: center;
}
.partner-statistic .ui-datepicker-trigger:hover {
  color: #ec7205;
  border-color: #ec7205;
}
/*
Note
==============================================
Contains the styling of the note page inside Shopware 5.

The users can add an article to their note list if they are interested in the product and the product will be saved inside the list if the user is logged in inside their account.

The articles are displayed inside a slim product box with an article thumbnail and the general item information.

The styling also contains the viewport specific styles inside media queries.
*/
.note--content {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.note--overview .panel--td {
  padding: 0;
}
.note--item {
  padding: 1.25rem 0rem 1.25rem 0rem;
  position: relative;
}
.note--info,
.note--sale {
  width: 80%;
}
.note--image-container {
  width: 4.6875rem;
  margin: 0rem 1.25rem 1.25rem 0rem;
  display: table-row;
  float: left;
}
.note--image-link {
  width: 4.6875rem;
  height: 4.6875rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  line-height: 4.0625rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dadae5;
}
.note--image {
  max-width: 4.0625rem;
  max-height: 4.0625rem;
  margin: 0 auto;
}
.note--title {
  margin: 0rem 0rem 0.3125rem 5.9375rem;
  font-size: 1.125rem;
  display: block;
  font-weight: 700;
  color: #000000;
}
.note--title:hover {
  color: #ec7205;
}
.note--rating {
  margin: 0rem 0rem 0.625rem 5.9375rem;
}
.note--rating [class^="icon--"] {
  color: #f1c40f;
}
.note--supplier {
  display: none;
}
.note--ordernumber,
.note--date,
.note--overview .product--rating {
  margin: 0rem 0rem 0rem 5.9375rem;
  display: block;
}
.note--delivery {
  margin: 0rem 0rem 0rem 5.9375rem;
}
.note--delivery .delivery--status-icon {
  display: none;
}
.note--delivery .delivery--text-available {
  display: block;
}
.note--compare {
  margin: 0.625rem 0rem 0rem 5.9375rem;
  display: none;
}
.note--compare .compare--link {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  color: #111111;
}
.note--compare .compare--link:hover {
  color: #ec7205;
}
.note--compare [class^="icon--"] {
  margin: 0rem 0.3125rem 0rem 0rem;
  font-size: 0.75rem;
}
.note--price-unit {
  margin: 0.3125rem 0rem 0rem 5.9375rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: block;
}
.note--price {
  font-size: 1.125rem;
  margin: 0.9375rem 0rem 0rem 5.9375rem;
  color: #000000;
  font-weight: 700;
}
.note--delete {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.625rem;
  line-height: 2.375rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  border-radius: 3px;
  background-clip: padding-box;
  top: 1.25rem;
  right: 0;
  left: auto;
  display: block;
  position: absolute;
  border: 1px solid #dadae5;
  text-align: center;
  font-weight: 500;
  color: #111111;
}
.note--delete:hover {
  color: #ec7205;
  border-color: #ec7205;
}
@media screen and (min-width: 48em) {
  .note--overview .panel--table {
    padding: 0rem 1.25rem 0rem 1.25rem;
    border: 1px solid #dadae5;
  }
  .note--compare {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .note--info {
    padding-right: 1.25rem;
    width: 70%;
  }
  .note--sale {
    padding-right: 3.4375rem;
    width: 30%;
  }
  .note--zoom {
    font-size: 0.75rem;
    display: block;
    color: #111111;
    text-align: center;
  }
  .note--zoom:hover {
    color: #ec7205;
  }
  .note--title {
    margin: 0rem 0rem 0.3125rem 6.5625rem;
  }
  .note--supplier,
  .note--ordernumber,
  .note--date,
  .note--overview .product--rating {
    margin: 0rem 0rem 0rem 6.5625rem;
    display: block;
  }
  .note--delivery {
    margin: 0rem 0rem 0rem 6.5625rem;
  }
  .note--compare {
    margin: 0.3125rem 0rem 0rem 0rem;
  }
  .note--price {
    margin: 0;
  }
  .note--price-unit {
    padding-right: 3.125rem;
    margin: 0.3125rem 0rem 0rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .note--content {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
}
/*
Forms
==========================================
Defines the general form element styles.

It contains the components as: `capacha`, `description`, `required information` etc.
*/
.forms--content {
  width: 100%;
}
.forms--content .forms--headline {
  margin-bottom: 1.25rem;
}
.forms--content .forms--headline .forms--title {
  margin-top: 0rem;
}
.forms--content .forms--headline .forms--text p {
  margin-bottom: 0.75rem;
}
.forms--content .alert {
  margin: 1.875rem 0rem 0rem 0rem;
}
.forms--content .forms--field {
  margin-bottom: 0.3125rem;
  width: 100%;
}
.forms--content input {
  margin-bottom: 0.625rem;
  width: 100%;
}
.forms--content input[type="checkbox"] {
  width: auto;
}
.forms--content textarea {
  margin-bottom: 0.625rem;
  width: 100%;
}
.forms--content .field--select {
  margin-bottom: 0.625rem;
}
.forms--content .btn {
  float: right;
}
.forms--content .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .buttons:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .strasse {
  margin-right: 2%;
  width: 80%;
  float: left;
}
.forms--content .nr {
  width: 18%;
  float: left;
}
.forms--content .plz {
  margin-right: 2%;
  width: 28%;
  float: left;
}
.forms--content .ort {
  width: 70%;
  float: left;
}
.forms--content .ort:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .ort:after {
  content: "";
  display: table;
  clear: both;
}
.forms--content .forms--required {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.forms--content .forms--description {
  margin: -0.5rem 0rem 0.625rem 0rem;
  clear: both;
}
.forms--content .forms--captcha strong.captcha--notice {
  margin-bottom: 0.5rem;
  display: block;
}
.forms--content .forms--checkbox label {
  top: -0.125rem;
  position: relative;
}
.forms--content .forms--checkbox input[type="checkbox"] {
  width: auto;
}
@media screen and (min-width: 48em) {
  .forms--content {
    margin-top: 2.8125rem;
  }
  .forms--content input {
    margin-bottom: 0.9375rem;
  }
  .forms--content textarea {
    margin-bottom: 0.9375rem;
  }
  .forms--content .forms--captcha strong.captcha--notice {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 78.75em) {
  .forms--content {
    margin-top: 2.8125rem;
  }
  .forms--content .alert {
    margin: 0rem 0rem 0rem 0rem;
  }
}
/*
Sitemap
==========================================
Contains the styles for the the Sitemap.

The sitemap page shows all categories and subpages of the shop in an overview.

The sitemap link is located in the footer information column.
*/
.sitemap--content {
  margin-top: 0.625rem;
}
.sitemap--content .sitemap--headline {
  margin-bottom: 0.625rem;
}
.sitemap--content .sitemap--headline .sitemap--title {
  margin-top: 0;
}
.sitemap--content .sitemap--headline .sitemap--headline-text {
  margin-bottom: 0rem;
}
.sitemap--content .sitemap--category {
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
  min-height: 3.75rem;
  background-color: #f8f8fa;
}
.sitemap--content .sitemap--category .sitemap--navigation-link {
  padding: 0.25rem 0rem 0.25rem 1.25rem;
  color: #111111;
  display: block;
}
.sitemap--content .sitemap--category .sitemap--navigation-link:hover {
  color: #ec7205;
}
.sitemap--content .sitemap--navigation-entry-inner .sitemap--navigation-link {
  padding-left: 2.1875rem;
}
.sitemap--content .sitemap--navigation-head {
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  margin-bottom: 0.5rem;
  background: #111111;
}
.sitemap--content .sitemap--navigation-head .sitemap--navigation-head-link {
  color: #fff;
}
@media screen and (min-width: 48em) {
  .sitemap--content {
    margin-top: 1.25rem;
  }
  .sitemap--content .sitemap--headline {
    margin-bottom: 1.25rem;
  }
  .sitemap--content .sitemap--category {
    width: 49%;
    float: left;
    margin-right: 2%;
  }
  .sitemap--content .sitemap--category:last-child,
  .sitemap--content .sitemap--category:nth-child(2) {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .sitemap--content .sitemap--category {
    width: 24%;
    float: left;
    margin-right: 1.25%;
  }
  .sitemap--content .sitemap--category:last-child {
    margin-right: 0rem;
  }
  .sitemap--content .sitemap--category:nth-child(2) {
    margin-right: 1.25%;
  }
}
@media screen and (min-width: 78.75em) {
  .sitemap--content {
    margin-top: 2.8125rem;
  }
}
/*
Search
==========================================
Contains the styles for the main search-box component of the Shopware storefront.

The styling defines the search result page layout and its components.

It contains the viewport specific styles inside media queries.
*/
.search--content {
  padding: 2.5rem 0rem 0rem 0rem;
}
.search--headline {
  margin: 0rem 0rem 2.5rem 0rem;
  text-align: center;
}
.search--cat-filter {
  margin: 0rem 0rem 1.25rem 0rem;
}
.search--cat-filter .cat-filter--headline {
  padding: 0rem 0rem 0.3125rem 0rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-bottom: 1px solid #dadae5;
}
.search--cat-filter .cat-filter--reset {
  margin: 0rem 0rem 0.9375rem 0rem;
  line-height: 1.5rem;
  border-color: #ec7205;
}
.search--cat-filter .cat-filter--reset [class^="icon--"] {
  top: -0.0625rem;
  margin-right: 0.625rem;
  font-size: 0.5rem;
  position: relative;
}
.search--cat-filter .cat-filter--active-path {
  margin: 0rem 0rem 1.25rem 0rem;
}
.search--cat-filter .cat-filter--label {
  margin: 0rem 0.625rem 0rem 0rem;
  font-weight: 700;
}
.search--cat-filter .cat-filter--path {
  white-space: nowrap;
}
.search--cat-filter .cat-filter--path [class^="icon--"] {
  margin: 0rem 1.25rem 0rem 1.25rem;
  font-size: 0.625rem;
}
.search--cat-filter .cat-filter--link,
.search--cat-filter .cat-filter--sub-cat {
  color: #111111;
}
.search--cat-filter .cat-filter--link:hover,
.search--cat-filter .cat-filter--sub-cat:hover {
  color: #ec7205;
}
.search--cat-filter .cat-filter--link .checkbox,
.search--cat-filter .cat-filter--sub-cat .checkbox {
  margin: 0rem 0.3125rem 0rem 0rem;
  top: -0.0625rem;
  position: relative;
}
.search--cat-filter .cat-filter--sub-cat {
  width: 11.25rem;
  line-height: 1.5rem;
  margin: 0rem 0.625rem 0rem 0rem;
  display: block;
}
@media screen and (min-width: 48em) {
  .search--cat-filter {
    margin: 0rem 0rem 2.5rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .search--content {
    padding: 2.8125rem 0rem 0rem 0rem;
  }
}
/*
Custom pages
==============================================
Defines the layout for the custom pages.

The styling defines the basic layout of the Shopware 5 custom pages that can be created and customized for multiple purposes.
*/
.custom-page--content {
  margin-top: 0.625rem;
}
.custom-page--content ul,
.custom-page--content ol {
  padding-left: 1.25rem;
}
.custom-page--content .custom-page--tab-headline {
  margin-top: 0rem;
  font-size: 1.5rem;
}
.custom-page--content .content--custom.panel--body {
  padding: 1.25rem;
}
.custom-page--content .is--active-parent {
  display: block;
}
.ajax-modal--custom {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
@media screen and (min-width: 48em) {
  .custom-page--content {
    margin-top: 1.875rem;
  }
  .custom-page--content .custom-page--tab-headline {
    margin-top: 0.625rem;
  }
  .ajax-modal--custom {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .ajax-modal--custom {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .custom-page--content {
    margin-top: 2.8125rem;
  }
}
/*
Confirm
================================
Defines the styles for the confirm page on the checkout process.

It is displayed as the third step of the checkout process of Shopware and shows the important checkout information and article details of the order.

*/
.confirm--content > .alert {
  margin: 0.5rem 0rem 0rem 0rem;
}
.confirm--content .body--revocation {
  font-weight: 700;
}
.confirm--content .panel {
  margin: 0.5rem 0rem 0.5rem 0rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.confirm--content .product--table {
  margin: 0;
}
.confirm--content .product--table .panel--body {
  background: #ffffff;
  color: #111111;
  padding-bottom: 0;
}
.confirm--content .product--table .table--tr,
.confirm--content .product--table .table--media img {
  border-color: #dadae5;
}
.confirm--content .product--table .basket--footer {
  margin: 0rem -0.625rem 0rem -0.625rem;
  background: #f8f8fa;
  border-color: #dadae5;
}
.confirm--content .product--table .basket--footer .aggregation--list {
  margin: 0;
  background: transparent;
  border-top: 1px solid #dadae5;
}
.confirm--content .product--table .basket--footer .table--aggregation {
  margin-left: 0;
  margin-right: 0;
}
.confirm--content .product--table .is--last-row {
  border-bottom: 0 none;
}
.confirm--content .column--unit-price {
  display: none;
}
.confirm--content .table--tr .column--tax-price {
  padding: 0rem 0rem 0.5625rem 0.625rem;
}
.confirm--content .agb_info,
.confirm--content .list--checkbox {
  margin: 0rem 0rem 1.3125rem 0rem;
}
.confirm--content .list--checkbox .column--checkbox {
  width: 10%;
}
.confirm--content .list--checkbox .column--label {
  width: 90%;
}
.confirm--content .add-product--form {
  margin: 0.75rem 0rem 0.75rem 0rem;
}
.confirm--content .add-voucher--form:after,
.confirm--content .add-product--form:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .add-voucher--form:after,
.confirm--content .add-product--form:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .add-product--field,
.confirm--content .add-voucher--field {
  border-top-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  background-clip: padding-box;
  width: 90%;
}
.confirm--content .add-product--button,
.confirm--content .add-voucher--button {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  border-top-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  width: 10%;
  text-align: center;
}
.confirm--content .user-comment--field {
  width: 100%;
}
.confirm--content .table--actions .main--actions {
  margin: 1.25rem 0rem 0.625rem 0rem;
}
.confirm--content .table--actions .btn {
  width: 100%;
}
.confirm--content .table-footer--country-notice {
  margin: 0.6875rem 0rem 0rem 0rem;
}
.confirm--content .js--loading,
#shippingPaymentForm button[type="submit"] div.js--loading,
.confirm--actions button[form="shippingPaymentForm"] div.js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  right: 0.375rem;
  top: 0.125rem;
  margin: 0.5rem 0.3125rem 0.5rem 0.3125rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: block;
  position: absolute;
}
.confirm--content .payment--panel .payment--method-info,
.confirm--content .payment--panel .shipping--method-info {
  margin-bottom: 0.625rem;
}
.confirm--content .payment--panel .payment--description,
.confirm--content .payment--panel .shipping--description {
  white-space: nowrap;
}
.confirm--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item .panel--body:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item .panel--body:after {
  content: "";
  display: table;
  clear: both;
}
.confirm--content .information--panel-item .alert {
  margin-bottom: 0;
}
.confirm--content .information--panel-item.information--panel-address .shipping--panel {
  text-align: center;
}
.confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
  display: none;
}
.confirm--content .set-default {
  margin-top: 0.9375rem;
}
.confirm--content .choose-different-address {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 30em) {
  .confirm--content .information--panel-item .information--panel-address .shipping--panel {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
  .confirm--content .information--panel-item .information--panel-address .shipping--panel .btn {
    text-align: center;
  }
  .confirm--content .information--panel-item .information--panel-address .panel--actions .choose-different-address {
    display: inline-block;
  }
  .confirm--content .information--panel-item .information--panel-address .panel--body {
    padding-bottom: 0;
  }
  .confirm--content .information--panel-item .choose-different-address {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 30em) {
  .confirm--content .product--table .column--quantity {
    width: 26%;
  }
  .confirm--content .product--table .column--total-price {
    width: 28.5%;
  }
  .confirm--content .product--table .column--tax-price {
    padding-right: 0.625rem;
    float: left;
    width: 32%;
  }
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    margin-left: 39.5%;
  }
  .confirm--content .information--panel-address > .panel {
    margin: 0;
  }
  .confirm--content .information--panel-address > .panel .information--panel {
    width: 50%;
    float: left;
  }
}
@media screen and (min-width: 48em) {
  .is--act-shippingpayment .basket--footer {
    border-radius: 3px;
    background-clip: padding-box;
  }
  .confirm--content > .alert {
    margin: 1.25rem 0rem 0rem 0rem;
  }
  .confirm--content .panel {
    margin: 1.25rem 0rem 1.25rem 0rem;
  }
  .confirm--content .product--table .table--header {
    background: #ffffff;
    border-color: #dadae5;
  }
  .confirm--content .product--table .table--header .panel--th {
    color: #000000;
  }
  .confirm--content .product--table .column--product {
    width: 47%;
  }
  .confirm--content .product--table .column--quantity {
    width: 11%;
  }
  .confirm--content .product--table .column--tax-price {
    width: 17%;
  }
  .confirm--content .product--table .column--total-price {
    width: 17%;
  }
  .confirm--content .product--table .column--actions {
    width: 7.5%;
  }
  .confirm--content .product--table .is--last-row {
    border-bottom: 0 none;
  }
  .confirm--content .product--table .row--product .column--tax-price {
    line-height: 2.625rem;
    padding-top: 1.625rem;
  }
  .confirm--content .product--table .panel--body {
    padding-bottom: 1.25rem;
  }
  .confirm--content .product--table .basket--footer {
    margin: 0rem -1.25rem -1.25rem -1.25rem;
  }
  .confirm--content .product--table .row--rebate .column--tax-price,
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--voucher .column--tax-price {
    padding-top: 1.3125rem;
    margin-left: 11%;
  }
  .confirm--content .product--table .row--rebate .column--total-price,
  .confirm--content .product--table .row--premium-product .column--total-price,
  .confirm--content .product--table .row--voucher .column--total-price {
    margin-left: 0;
  }
  .confirm--content .product--table .column--tax-price .tax-price--label {
    margin-bottom: 0.75rem;
    margin: 0;
  }
  .confirm--content .row--premium-product .column--product,
  .confirm--content .row--rebate .column--product {
    width: 58%;
  }
  .confirm--content .row--premium-product .column--product .column--image,
  .confirm--content .row--rebate .column--product .column--image {
    width: 16.2%;
  }
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .tos--panel .column--checkbox {
    margin-right: 0.75rem;
    width: auto;
  }
  .confirm--content .tos--panel .column--label {
    width: 95%;
    display: block;
  }
  .confirm--content .information--panel-wrapper {
    margin: -2% 0 0 -2%;
  }
  .confirm--content .information--panel-wrapper .information--panel {
    margin: 0;
  }
  .confirm--content .information--panel-wrapper .information--panel-item {
    padding: 2% 0 0 2%;
    width: 100%;
    float: left;
  }
  .confirm--content .additional--features .feature--add-product {
    width: 40%;
    margin: -1% 2.5% 0 0;
  }
  .confirm--content .additional--features .feature--user-comment {
    width: 55%;
    margin: 0 0 0 2.5%;
  }
  .confirm--content .additional--features .user-comment--field {
    height: 5.9375rem;
  }
  .confirm--content .product--table .basket--footer .aggregation--list {
    float: right;
    padding-right: 10.4%;
    border-top: 0 none;
  }
  .confirm--content .main--actions .btn {
    width: auto;
    float: right;
  }
  .confirm--content .main--actions .btn:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .main--actions .btn:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .relevant--info {
    display: block;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-billing {
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-billing .panel {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-shipping {
    padding-left: 0;
    width: 50%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item-shipping .panel {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--actions .choose-different-address {
    display: none;
  }
  .confirm--content .information--panel-item.information--panel-address .shipping--panel .btn {
    display: inline-block;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body:after {
    content: "";
    display: table;
    clear: both;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body .billing--panel {
    float: left;
    width: 50%;
  }
  .confirm--content .information--panel-item.information--panel-address .panel--body .shipping--panel {
    float: right;
    width: 50%;
  }
}
@media screen and (min-width: 64em) {
  .confirm--content .product--table .row--premium-product .column--image,
  .confirm--content .product--table .row--rebate .column--image {
    width: 13%;
  }
  .confirm--content .product--table .aggregation--list {
    padding-right: 10%;
  }
  .confirm--content .information--panel-wrapper .payment--panel .panel--actions {
    position: relative;
  }
  .confirm--content .information--panel-wrapper .payment--panel .btn--change-payment {
    bottom: 1.25rem;
    position: absolute;
  }
  .confirm--content .information--panel-wrapper .information--panel-item {
    width: 33.3%;
  }
  .confirm--content .information--panel-wrapper .information--panel-item.information--panel-address {
    width: 66.6%;
  }
}
@media screen and (min-width: 78.75em) {
  .confirm--content {
    padding-top: 1.5625rem;
  }
  .confirm--content > .alert {
    margin: 2.8125rem 0rem 0rem 0rem;
  }
  .confirm--content .product--table .row--premium-product .column--product,
  .confirm--content .product--table .row--rebate .column--product {
    width: 58%;
  }
  .confirm--content .product--table .row--premium-product .column--image,
  .confirm--content .product--table .row--rebate .column--image {
    width: 11.3%;
  }
  .confirm--content .product--table .row--premium-product .column--tax-price,
  .confirm--content .product--table .row--rebate .column--tax-price {
    margin-left: 0;
  }
  .confirm--content .product--table .aggregation--list {
    padding-right: 9.6%;
  }
}
/*
Newsletter
==========================================
Contains the styles of the newsletter sign-up page and the form element inside it.

It contains the viewport specific styles inside media queries.
*/
.newsletter--content {
  padding-top: 0.625rem;
}
.newsletter--content:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter--content:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter--content .newsletter--error-messages {
  margin-bottom: 0.625rem;
}
.newsletter--content .newsletter--headline {
  margin-bottom: 0.625rem;
}
.newsletter--content .newsletter--headline .newsletter--title {
  margin-top: 0.625rem;
}
.newsletter--content .newsletter--headline .newsletter--info {
  margin: 0;
}
.newsletter--content .select-field {
  margin-bottom: 0.625rem;
  max-width: 100%;
}
.newsletter--content .newsletter--required-info {
  margin-bottom: 1rem;
}
.newsletter--content .newsletter--action:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter--content .newsletter--action:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter-listing--content {
  margin-top: 0.625rem;
}
.newsletter-listing--content .newsletter-listing--headline {
  margin-bottom: 0.625rem;
}
.newsletter-listing--content .newsletter--title {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
  width: 65%;
}
.newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
  width: 35%;
}
.newsletter-listing--content .newsletter-listing--entry {
  padding: 0.625rem 0rem 0.625rem 0rem;
  border-bottom: 1px solid #dadae5;
}
.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
  margin-top: 0.25rem;
  width: 65%;
}
.newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
  width: 35%;
}
.newsletter-listing--content .newsletter-listing--entry:last-child {
  border: none;
}
.newsletter-detail--content {
  margin-top: 0.625rem;
}
.newsletter-detail--content .newsletter-detail--container:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter-detail--content .newsletter-detail--container:after {
  content: "";
  display: table;
  clear: both;
}
.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.newsletter-detail--content .newsletter-detail--container .newsletter-detail--iframe iframe {
  min-height: 31.25rem;
  width: 100%;
  border: none;
  outline: none;
}
.newsletter-detail--content .newsletter-detail--buttons {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink {
  width: 100%;
}
.newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
  margin-bottom: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
    width: 80%;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
    width: 20%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
    width: 80%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
    width: 20%;
  }
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--backlink,
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
    width: auto;
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .newsletter--content {
    padding-top: 1.25rem;
  }
  .newsletter--content .newsletter--error-messages {
    margin-bottom: 1.25rem;
  }
  .newsletter--content .newsletter--headline {
    margin-bottom: 1.25rem;
  }
  .newsletter--content .select-field {
    margin-bottom: 0.9375rem;
    max-width: 18.125rem;
  }
  .newsletter-listing--content {
    margin-top: 1.25rem;
  }
  .newsletter-listing--content .newsletter-listing--headline {
    margin-bottom: 1.25rem;
  }
  .newsletter-detail--content {
    margin-top: 1.25rem;
  }
  .newsletter-detail--content .newsletter-detail--buttons .newsletter-detail--window {
    width: auto;
    text-align: right;
  }
}
@media screen and (min-width: 78.75em) {
  .newsletter--error-messages {
    padding-top: 0rem;
  }
  .newsletter--content {
    margin-top: 2.8125rem;
    padding: 0;
  }
  .newsletter--content .newsletter--headline .newsletter--title {
    margin-top: 0rem;
  }
  .newsletter-listing--content {
    margin-top: 2.8125rem;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-name {
    width: 90%;
  }
  .newsletter-listing--content .newsletter-listing--table-headline .newsletter-listing--headline-button {
    width: 10%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-description {
    width: 90%;
  }
  .newsletter-listing--content .newsletter-listing--entry .newsletter-listing--entry-button {
    width: 10%;
  }
  .newsletter-detail--content {
    margin-top: 2.8125rem;
  }
}
/*
Blog
================================================
Defines the styles for the blog page and its components.

It contains the sidebar selection, the comment section and the details.

More precise designations are commented inside the document.
*/
.blog--listing {
  margin-top: 1rem;
}
.blog--filter-btn {
  margin-bottom: 1.25rem;
}
.blog--filter-btn .filter--trigger {
  display: block;
}
.blog--filter-options {
  border-right: 1px solid #dadae5;
}
.blog--filter-options .filter--container {
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.blog--filter-options .blog--filter-close-btn {
  padding: 0.75rem 0.625rem 0.75rem 0.625rem;
  background-color: #111111;
  background-image: linear-gradient(to bottom, #111111 0%, #000000 100%);
  display: block;
  color: #fff;
  font-weight: 700;
}
.blog--filter-options .blog--filter-close-btn:hover {
  color: #fff;
}
.blog--filter-options .blog--filter-close-btn .icon--arrow-right {
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.blog--filter-options .blog--subscribe {
  display: none;
}
.blog--filter-options .filter--headline {
  font-size: 1rem;
  line-height: 1.625rem;
  margin: 1rem 0.625rem 0.375rem 0.625rem;
  font-weight: 700;
  color: #000000;
}
.blog--filter-options .filter--entry {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1rem;
  display: block;
  border-bottom: 1px solid #dadae5;
}
.blog--filter-options .filter--entry:last-child {
  border: 0 none;
}
.blog--filter-options .filter--link {
  color: #111111;
}
.blog--filter-options .filter--link:hover {
  color: #ec7205;
}
.blog--sidebar {
  width: 100%;
}
.blog--sidebar .block-group {
  width: 100%;
}
.blog--sidebar .blog--navigation .has--border {
  border: none;
}
.blog--sidebar .blog--navigation .collapse--header {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  margin-bottom: 0.3125rem;
  font-weight: 500;
  color: #111111;
}
.blog--sidebar .blog--navigation .collapse--header:hover {
  color: #ec7205;
}
.blog--sidebar .blog--navigation .is--active {
  color: #fff;
  font-weight: 700;
}
.blog--sidebar .blog--navigation .is--active:hover {
  color: #fff;
}
.blog--sidebar .blog--navigation .collapse--content {
  padding: 0rem 0rem 0rem 0rem;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link {
  color: #111111;
}
.blog--sidebar .blog--navigation .collapse--content .filter--entry-link:hover {
  color: #ec7205;
}
.blog--sidebar .blog--filter-content,
.blog--sidebar .blog--subscribe-content {
  display: none;
}
.blog--sidebar .blog--filter-content.is--active,
.blog--sidebar .blog--subscribe-content.is--active {
  display: block;
}
.blog--sidebar .blog--filter-tags:after {
  content: "";
  display: table;
  clear: both;
}
.blog--sidebar .blog--filter-tags:after {
  content: "";
  display: table;
  clear: both;
}
.blog--box {
  margin-bottom: 1.25rem;
}
.blog--box:after {
  content: "";
  display: table;
  clear: both;
}
.blog--box:after {
  content: "";
  display: table;
  clear: both;
}
.blog--box .blog--box-metadata {
  padding-bottom: 0.875rem;
  padding-top: 0.3125rem;
  font-size: 0.75rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  border-bottom: 1px solid #dadae5;
}
.blog--box .blog--box-metadata .blog--metadata {
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  border-right: 1px solid #dadae5;
}
.blog--box .blog--box-metadata .blog--metadata:last-child {
  border-right: 0 none;
}
.blog--box .blog--box-metadata .blog--metadata-rating {
  font-size: 0.875rem;
  color: #111111;
}
.blog--box .blog--box-headline {
  font-size: 1.125rem;
}
.blog--box .blog--box-link {
  color: #000000;
}
.blog--box .blog--box-link:hover {
  color: #ec7205;
}
.blog--box .blog--box-picture {
  display: block;
  height: auto;
  width: 100%;
}
.blog--box .blog--picture-preview {
  width: 100%;
}
.blog--box .blog--box-description {
  margin-top: 1rem;
}
.blog--box .blog--box-description .blog--box-description-short {
  margin-bottom: 1rem;
  margin-top: -0.375rem;
}
.blog--box .blog--box-tags {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.blog--detail {
  margin-top: 0.625rem;
}
.blog--detail ul,
.blog--detail ol {
  padding-left: 1.875rem;
}
.blog--detail .listing {
  margin: 0;
}
.blog--detail .blog--box {
  margin-bottom: 0;
}
.blog--detail .blog--detail-header {
  margin-bottom: 1.25rem;
}
.blog--detail .blog--detail-headline {
  margin: 0rem 0rem 0.3125rem 0rem;
}
.blog--detail .blog--detail-headline,
.blog--detail .blog--detail-box-headline {
  font-size: 1.125rem;
}
.blog--detail .select-field {
  max-width: 100%;
}
.blog--detail .blog--rating-link {
  font-size: 0.875rem;
  color: #111111;
}
.blog--detail .blog--bookmarks-icons {
  margin-top: 0.625rem;
  float: right;
}
.blog--detail .blog--bookmark {
  font-size: 2.5rem;
}
.blog--detail .blog--detail-thumbnails {
  margin-bottom: 0.625rem;
}
.blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
  margin: 0 auto;
}
.blog--detail .blog--detail-thumbnails .block {
  height: 5rem;
  width: 23%;
}
.blog--detail .blog--image {
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  width: 100%;
}
.blog--detail .blog--thumbnail {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  margin: 2% 1%;
  display: block;
  float: left;
}
.blog--detail .blog--thumbnail:first-child {
  margin-left: 0;
}
.blog--detail .blog--thumbnail:last-child {
  margin-right: 0;
}
.blog--detail .blog--comments-wrapper {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.blog--detail .blog--comments .comments--actions .btn--create-entry {
  width: 100%;
}
.blog--detail .blog--comments .comments--list {
  margin-top: 1.875rem;
}
.blog--detail .blog--comments .list--entry {
  margin-top: 0.625rem;
}
.blog--detail .blog--comments .list--entry:after {
  content: "";
  display: table;
  clear: both;
}
.blog--detail .blog--comments .list--entry:after {
  content: "";
  display: table;
  clear: both;
}
.blog--detail .blog--comments .entry--meta {
  width: 100%;
}
.blog--detail .blog--comments .entry--meta .meta--rating {
  margin-bottom: 0.3125rem;
}
.blog--detail .blog--comments .entry--content {
  width: 100%;
}
.blog--detail .blog--comments .content--headline {
  margin: 0.625rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
}
.blog--detail .blog--comments-headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments-entry {
  margin-bottom: 1.25rem;
}
.blog--detail .blog--comments-entry:last-child {
  margin: 0;
}
.blog--detail .blog--comments-entry-left {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
  border-bottom: 1px solid #dadae5;
}
.blog--detail .blog--comments-entry-left::after {
  margin: 0rem 0rem 0rem -0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  bottom: -0.5625rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  left: 50%;
  background: #fff;
  border: 1px solid #dadae5;
  border-left: 0 none;
  border-top: 0 none;
}
.blog--detail .blog--comments-rating {
  font-size: 1.125rem;
  color: #f1c40f;
}
.blog--detail .blog--comments-entry-right {
  padding: 1.25rem 2.5rem 1rem 2.5rem;
}
.blog--detail .blog--comments-entry-headline {
  font-size: 1rem;
  color: #000000;
  margin-top: 0;
}
.blog--detail .blog--comments-form .form--comment-add {
  margin-top: 20px;
}
.blog--detail .blog--comments-form-errors .alert {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.blog--detail .blog--comments-voting {
  margin-bottom: 0.625rem;
  line-height: 1;
}
.blog--detail .collapse--soft-hidden {
  display: none;
}
.blog--detail .collapse--soft-show {
  display: block;
}
@media screen and (min-width: 48em) {
  .blog--listing {
    margin-top: 1rem;
  }
  .blog--listing .panel--title {
    margin: 0rem 1.25rem 0rem 1.25rem;
  }
  .blog--listing .panel--body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .blog--box .blog--box-metadata {
    font-size: 0.875rem;
  }
  .blog--box .blog--box-picture {
    width: 20%;
    float: left;
  }
  .blog--box .blog--box-description {
    padding-top: 0;
    margin-top: 0;
    width: 76%;
    float: right;
  }
  .blog--box .blog--box-tags {
    font-size: 0.875rem;
  }
  .blog--content {
    margin-top: 2.8125rem;
  }
  .blog--content .blog--navigation {
    padding: 0rem 0rem 0rem 0rem;
  }
  .blog--content .blog--navigation .has--border {
    border: 1px solid #dadae5;
  }
  .blog--content .blog--navigation .blog--sidebar-title {
    padding: 1.25rem 0rem 0.625rem 0rem;
    margin: 0rem 1.25rem 0rem 1.25rem;
    border-radius: 0;
    color: #000000;
    border-color: #dadae5;
    border-width: 0 0 1px 0;
    display: block;
    font-weight: 700;
    background: none;
    box-shadow: none;
    cursor: default;
  }
  .blog--content .blog--navigation .blog--sidebar-body {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    border: 0 none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .blog--content .blog--navigation .collapse--header:hover {
    color: #000000;
  }
  .blog--content .blog--navigation .blog--subscribe {
    display: block;
  }
  .blog--content .blog--navigation .blog--subscribe-content,
  .blog--content .blog--navigation .blog--filter-content {
    display: block;
  }
  .blog--content .filter--container {
    padding: 0;
  }
  .blog--content .blog--filter-btn {
    display: none;
  }
  .blog--content .blog--filter-options {
    display: block;
    float: right;
    width: 20%;
    border: none;
    background: none;
  }
  .blog--content .blog--filter-options .filter--group {
    margin: 0rem 0rem 1rem 0rem;
    width: 100%;
    height: auto;
  }
  .blog--content .blog--filter-options .filter--entry {
    font-size: 0.875rem;
    padding: 0;
    border: 0 none;
  }
  .blog--content .blog--filter-options .blog--filter-close-btn {
    display: none;
  }
  .blog--content .blog--filter-options .filter--headline {
    display: none;
  }
  .blog--content .filter--expand-collapse {
    display: none;
  }
  .blog--content .blog--listing {
    margin-top: 0;
    width: 78%;
    float: left;
  }
  .blog--content .blog--box .blog--box-headline {
    font-size: 1.125rem;
  }
  .blog--content .blog--box .blog--box-link {
    color: #000000;
  }
  .blog--content .blog--box .blog--box-link:hover {
    color: #ec7205;
  }
  .blog--content .blog--box .blog--box-metadata {
    padding-top: 0.3125rem;
  }
  .blog--content .blog--box .blog--box-content .blog--box-description {
    width: 74%;
  }
  .blog--detail {
    margin-top: 1.875rem;
  }
  .blog--detail .blog--detail-headline {
    font-size: 1.125rem;
    margin-bottom: 0.3125rem;
  }
  .blog--detail .blog--box-metadata,
  .blog--detail .panel--title {
    margin: 0;
  }
  .blog--detail .panel--body {
    padding-left: 0;
    padding-right: 0;
  }
  .blog--detail .blog--detail-thumbnails {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--detail-thumbnails .blog--thumbnail-image {
    margin: 0 auto;
  }
  .blog--detail .blog--detail-thumbnails .block {
    width: 5rem;
    height: 5rem;
  }
  .blog--detail .blog--comments .entry--meta {
    width: 25%;
    text-align: left;
  }
  .blog--detail .blog--comments .entry--content {
    width: 75%;
    float: left;
  }
  .blog--detail .blog--comments .comments--actions .btn--create-entry {
    width: auto;
  }
  .blog--detail .blog--comments-name,
  .blog--detail .blog--comments-summary {
    padding-right: 0.625rem;
    width: 50%;
    float: left;
  }
  .blog--detail .blog--comments-email,
  .blog--detail .blog--comments-voting {
    padding-left: 0.625rem;
    width: 50%;
    float: right;
  }
  .blog--detail .blog--comments-voting {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--comments-opinion {
    clear: both;
  }
  .blog--detail .blog--comments-captcha {
    margin-bottom: 0.625rem;
  }
  .blog--detail .blog--comments-captcha:after {
    content: "";
    display: table;
    clear: both;
  }
  .blog--detail .blog--comments-captcha:after {
    content: "";
    display: table;
    clear: both;
  }
  .blog--detail .blog--comments-captcha {
    width: 50%;
  }
  .blog--detail .blog--comments-captcha .captcha--placeholder {
    padding-right: 0.625rem;
    width: 30%;
    float: left;
  }
  .blog--detail .blog--comments-captcha .captcha--code {
    padding-right: 0.625rem;
    width: 70%;
    float: right;
  }
}
@media screen and (min-width: 64em) {
  .blog--detail .blog--detail-description {
    width: 100%;
  }
  .blog--detail .blog--detail-image-container {
    width: 40%;
    margin: 0 0 3% 3%;
    float: right;
  }
}
@media screen and (min-width: 78.75em) {
  .blog--listing .listing--actions {
    margin-top: 0.9375rem;
    padding-top: 0;
    margin-bottom: 0;
  }
  .blog--listing .listing--paging {
    border: 0 none;
  }
  .blog--detail {
    margin-top: 3.125rem;
  }
  .blog--detail .blog--detail-headline {
    font-size: 1.3125rem;
  }
  .blog--detail .blog--bookmark {
    font-size: 2rem;
  }
}
/*
Configurator
==========================================
Defines the styles for the product configuration options element.

The configurator element allows the user to choose from different article variations on the Shopware product detail page and configure his product.
*/
.configurator--variant .variant--group {
  margin: 0rem 0rem 0.625rem 0rem;
}
.configurator--variant .variant--group:after {
  content: "";
  display: table;
  clear: both;
}
.configurator--variant .variant--group:after {
  content: "";
  display: table;
  clear: both;
}
.configurator--variant .variant--name {
  margin: 0rem 0rem 0.3125rem 0rem;
  font-weight: 700;
}
.configurator--variant .variant--option {
  height: 3.125rem;
  line-height: 2.5rem;
  margin-bottom: 0.625rem;
  overflow: hidden;
  display: block;
  width: 23%;
  margin-right: 2%;
  position: relative;
  float: left;
}
.configurator--variant .option--input {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  cursor: pointer;
  /**
         * Checkbox/Radio Hack
         * Changes the styling of the next label element
         * based on the state of the radio element.
         */
}
.configurator--variant .option--input:hover ~ label {
  color: #ec7205;
  border-color: #ec7205;
}
.configurator--variant .option--input:hover ~ label.is--disabled {
  color: #111111;
  border-color: #dadae5;
}
.configurator--variant .option--input:checked ~ label {
  color: #ec7205;
  border-color: #ec7205;
}
.configurator--variant .option--input:disabled ~ label {
  opacity: 0.5;
}
.configurator--variant .option--input:disabled {
  cursor: not-allowed;
}
.configurator--variant .option--label {
  padding: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  line-height: 2.5rem;
  border-radius: 3px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 500;
  border: 1px solid #dadae5;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}
.configurator--variant .option--label.is--disabled img {
  opacity: 0.3;
}
.configurator--variant .option--label .image--media {
  line-height: 3.125rem;
  vertical-align: middle;
  text-align: center;
}
.configurator--variant .option--label img {
  margin: 0 auto;
}
/*
Compare
==============================================
Defines the styling of the comparison tool and its elements.

The comparision creates a fixed modalbox in that the user can compare multiple articles.

The user can open the tool inside the product detail section.
*/
.top-bar--navigation {
  position: relative;
}
.top-bar--navigation .entry--compare {
  padding: 0rem 0.5rem 0rem 0.5rem;
}
.top-bar--navigation .entry--compare .compare--quantity {
  margin-left: 0.3125rem;
  font-weight: 700;
  display: inline-block;
  color: #ec7205;
}
.top-bar--navigation .entry--compare .icon--compare {
  font-size: 0.75rem;
}
.top-bar--navigation .compare--list {
  width: 17.5rem;
  padding: 0.3125rem 0.625rem 0.625rem 0.625rem;
  top: 2rem;
  right: 0.75rem;
  text-align: left;
  position: absolute;
  display: none;
  list-style: none;
  background: #fff;
  z-index: 4000;
  border: 1px solid #dadae5;
}
.top-bar--navigation .compare--list::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  top: -0.3125rem;
  left: 1.5625rem;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border-color: #dadae5;
  border-width: 0 0 1px 1px;
  border-style: solid;
}
.top-bar--navigation .compare--list .btn--compare-delete {
  width: 100%;
}
.top-bar--navigation .js--is--dropdown-active .compare--list {
  display: block;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--entry {
  cursor: default;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--entry form {
  display: inline-block;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link {
  width: 14.375rem;
  padding: 0.625rem 0rem 0.625rem 0rem;
  font-size: 0.875rem;
  color: #111111;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--link:hover {
  color: #ec7205;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button {
  padding: 0.1875rem 0.25rem 0.1875rem 0.25rem;
  margin: 0.1875rem 0rem 0rem 0rem;
  float: right;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete {
  height: 1.3125rem;
  width: 1.3125rem;
  padding: 0.25rem 0.3125rem 0.25rem 0.3125rem;
  margin: 0.5rem 0rem 0.5rem 0rem;
  font-size: 0.5rem;
  line-height: 0.875rem;
  float: right;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--item-delete .icon--cross {
  padding: 0;
  margin: 0;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .compare--button .icon--cross {
  padding: 0;
  margin: 0;
}
.top-bar--navigation .js--is--dropdown-active .compare--list .btn--compare {
  margin-top: 0.3125rem;
}
.compare--wrapper {
  display: block;
  overflow: auto;
}
.modal--compare {
  font-size: 0.875rem;
  letter-spacing: -0.25rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.modal--compare.is--fluid {
  width: 100%;
  overflow: hidden;
}
.modal--compare .modal--title {
  padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #111111;
  letter-spacing: 0;
}
.modal--compare .modal--error {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  letter-spacing: 0;
}
.modal--compare .list--head {
  background: #f8f8fa;
  font-weight: 700;
}
.modal--compare .compare--group {
  width: 12.5rem;
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  letter-spacing: 0;
}
.modal--compare .group--small {
  width: 12.5rem;
}
.modal--compare .compare--group-list {
  margin: 0;
  padding: 0;
}
.modal--compare .list--entry {
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  color: #111111;
  border-bottom: 1px solid #dadae5;
}
.modal--compare .entry--picture {
  height: 10rem;
  position: relative;
}
.modal--compare .entry--picture .image--element img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal--compare .entry--name {
  height: 7.8125rem;
}
.modal--compare .link--name {
  position: relative;
  display: block;
  height: 70px;
  color: #000000;
  font-weight: 700;
}
.modal--compare .entry--voting {
  height: 3.125rem;
}
.modal--compare .entry--voting .icon--star,
.modal--compare .entry--voting .icon--star-empty {
  color: #f1c40f;
}
.modal--compare .entry--description {
  height: 9.375rem;
  text-align: left;
  word-wrap: break-word;
}
.modal--compare .entry--price {
  height: 8.125rem;
}
.modal--compare .entry--price .price--pseudoprice {
  text-decoration: line-through;
}
.modal--compare .entry--price .price--normal {
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
}
.modal--compare .entry--price .price--reduced {
  color: #e74c3c;
}
.modal--compare .entry--property {
  height: auto;
}
@media screen and (min-width: 78.75em) {
  .top-bar--navigation .compare--list {
    right: 0;
  }
}
/*
Home
==============================================
Defines the styling of the home-page content elements.
*/
.content--home {
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .content--home {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .content--home {
    margin-top: 3.125rem;
  }
}
/*
Payment
==============================================
Defines the styling of the payment-form elements.

The payment page allows the user to choose the prefered payment option and add his personal payment informations inside form elements.

The payment page is a part of the Shopware checkout process.
*/
.payment--form-group {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.payment--form-group .payment--field {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
.payment--form-group .register--required-info {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .payment--form-group .payment--field {
    width: 85%;
  }
}
/*
Address
================================
Defines the styles for the address pages and the modals.
*/
.address-manager--modal .header > .title {
  padding-left: 2%;
}
.address-manager--modal.address-manager--editor .address-editor--errors {
  padding: 1.25rem;
  padding-bottom: 0;
}
.address-manager--modal.address-manager--editor .address-editor--body {
  padding: 0;
}
.address-manager--modal.address-manager--selection .content:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content .modal--container {
  margin: -2% 0 0 -2%;
}
.address-manager--modal.address-manager--selection .content .modal--container:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content .modal--container:after {
  content: "";
  display: table;
  clear: both;
}
.address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
  padding: 2% 0 0 2%;
  float: left;
  width: 100%;
}
.address-manager--modal.address-manager--selection .content .panel--actions .btn {
  width: 100%;
  text-align: center;
}
.address-manager--modal.address-manager--selection .content .panel--actions .btn .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  right: 0.375rem;
  top: 0.125rem;
  margin: 0.5rem 0.3125rem 0.5rem 0.3125rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: block;
  position: absolute;
}
.account--address.account--content,
.address-manager--modal.account--content {
  margin: 0rem;
  padding-top: 2.8125rem;
}
.account--address .address--item-body .panel--title,
.address-manager--modal .address--item-body .panel--title {
  margin: 0rem 0rem 1.25rem 0rem;
  padding-top: 0;
}
.account--address .account--welcome,
.address-manager--modal .account--welcome {
  margin-bottom: 0;
}
.account--address.account--address-form .alert,
.address-manager--modal.account--address-form .alert {
  margin: 1.25rem 1.125rem 1.25rem 1.125rem;
}
.account--address .address--form-actions:after,
.address-manager--modal .address--form-actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--form-actions:after,
.address-manager--modal .address--form-actions:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--form-actions .address--form-submit,
.address-manager--modal .address--form-actions .address--form-submit {
  margin-bottom: 0.625rem;
  width: 100%;
  text-align: center;
}
.account--address .address--actions-set-defaults,
.address-manager--modal .address--actions-set-defaults {
  margin-bottom: 0.625rem;
  line-height: normal;
}
.account--address .address--actions-set-defaults .btn,
.address-manager--modal .address--actions-set-defaults .btn {
  padding: 0;
  color: #111111;
}
.account--address .address--actions-set-defaults .btn:hover,
.address-manager--modal .address--actions-set-defaults .btn:hover {
  color: #ec7205;
}
.account--address .address--required-info,
.address-manager--modal .address--required-info {
  margin: 0rem 1.625rem 1rem 1.625rem;
  font-size: 0.875rem;
}
.account--address .select-field,
.address-manager--modal .select-field {
  margin-bottom: 0.3125rem;
  max-width: 100%;
}
.account--address .address--field,
.address-manager--modal .address--field {
  margin-bottom: 0.625rem;
  width: 100%;
}
.account--address .address--customertype,
.address-manager--modal .address--customertype {
  display: block;
}
.account--address .address--zip-city .address--field-zipcode,
.address-manager--modal .address--zip-city .address--field-zipcode {
  width: 28%;
  float: left;
}
.account--address .address--zip-city .address--field-city,
.address-manager--modal .address--zip-city .address--field-city {
  width: 70%;
  float: left;
}
.account--address .address--zip-city .address--field-city:after,
.address-manager--modal .address--zip-city .address--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--zip-city .address--field-city:after,
.address-manager--modal .address--zip-city .address--field-city:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--zip-city .address--spacer,
.address-manager--modal .address--zip-city .address--spacer {
  margin-right: 2%;
}
.account--address.address--delete .panel,
.address-manager--modal.address--delete .panel {
  margin-bottom: 1.25rem;
}
.account--address .address--delete-actions .btn.is--primary,
.address-manager--modal .address--delete-actions .btn.is--primary {
  float: right;
}
.account--address .address--content,
.address-manager--modal .address--content {
  margin: -2% 0 0 -2%;
}
.account--address .address--content:after,
.address-manager--modal .address--content:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--content:after,
.address-manager--modal .address--content:after {
  content: "";
  display: table;
  clear: both;
}
.account--address .address--item-content,
.address-manager--modal .address--item-content {
  width: 100%;
  float: left;
  padding: 2%;
}
.account--address .address--item-content .panel--actions,
.address-manager--modal .address--item-content .panel--actions {
  display: table-cell;
  vertical-align: bottom;
}
.account--address .address--item-create .btn,
.address-manager--modal .address--item-create .btn {
  text-align: center;
}
.account--address .address--item-actions form,
.address-manager--modal .address--item-actions form {
  display: block;
}
.account--address .js--loading,
.address-manager--modal .js--loading {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0rem 0rem 0rem 0.3125rem;
  top: 0.25rem;
  -webkit-animation: keyframe--spin 1s linear infinite;
  animation: keyframe--spin 1s linear infinite;
  border: 2px solid #dadae5;
  border-top: 2px solid #4f4f71;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 48em) {
  .account--address .address--form-actions .address--form-submit,
  .address-manager--modal .address--form-actions .address--form-submit {
    width: auto;
  }
  .address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
    width: 50%;
  }
  .account--address.account--content .address--field {
    margin-bottom: 0.9375rem;
    width: 70%;
  }
  .account--address.account--content .select-field {
    max-width: 18.125rem;
  }
  .account--address.account--content .address--form-actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--form-actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--item-content {
    width: 50%;
  }
  .account--address.account--content .address--zip-city .address--field-zipcode {
    width: 18%;
    float: left;
  }
  .account--address.account--content .address--zip-city .address--field-city {
    width: 50%;
    float: left;
  }
  .account--address.account--content .address--zip-city .address--field-city:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--zip-city .address--field-city:after {
    content: "";
    display: table;
    clear: both;
  }
  .account--address.account--content .address--zip-city .address--spacer {
    margin-right: 2%;
  }
}
@media screen and (min-width: 78.75em) {
  .address-manager--modal.address-manager--selection {
    max-width: 71.5625rem;
  }
  .address-manager--modal.address-manager--selection .content .modal--container .modal--container-item {
    width: 33.3%;
  }
}
.page-wrap--cookie-permission {
  padding: 0.625rem;
  z-index: 8000;
  border-top: 1px solid #dadae5;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.page-wrap--cookie-permission .cookie-permission--container {
  width: 100%;
  text-align: center;
  position: relative;
}
.page-wrap--cookie-permission .cookie-permission--container:after {
  content: "";
  display: table;
  clear: both;
}
.page-wrap--cookie-permission .cookie-permission--container:after {
  content: "";
  display: table;
  clear: both;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
  margin: 0 auto;
  margin-top: 1.25rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button.cookie-permission--extra-button .cookie-permission--accept-button {
  margin-right: 0.3125rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button {
  margin-right: 0.3125rem;
}
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--accept-button,
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button,
.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--configure-button {
  margin-top: 0.625rem;
}
.cookie-removal--container {
  padding: 1.5625rem;
}
.cookie-removal--container .cookie-removal--list {
  margin-bottom: 1.25rem;
  list-style-position: inside;
}
.cookie-removal--container .cookie-removal--buttons {
  margin-top: 1.25rem;
}
.cookie-removal--container .cookie-removal--buttons .btn {
  margin-bottom: 0.375rem;
  display: inline-block;
  width: 48%;
  float: right;
}
.cookie-removal--container .cookie-removal--buttons .btn:last-child {
  margin-right: 2%;
}
@media screen and (min-width: 30em) {
  .cookie-removal--container .cookie-removal--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .cookie-removal--container .cookie-removal--footer:after {
    content: "";
    display: table;
    clear: both;
  }
  .cookie-removal--container .cookie-removal--footer .cookie-removal--buttons {
    float: right;
  }
  .cookie-removal--container .cookie-removal--buttons {
    min-width: 16.25rem;
    margin: 0;
  }
  .cookie-removal--container .privacy--notice {
    padding-top: 0.5rem;
    display: inline-block;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--accept-button,
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--decline-button,
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--configure-button {
    margin-top: 0;
  }
}
@media screen and (min-width: 64em) {
  .page-wrap--cookie-permission .cookie-permission--container {
    width: 100%;
  }
  .page-wrap--cookie-permission .cookie-permission--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-wrap--cookie-permission .cookie-permission--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content {
    width: calc(100% - 240px);
    text-align: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--content.cookie-permission--extra-button {
    width: calc(100% - 370px);
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button {
    width: 15rem;
    right: 0.3125rem;
    position: absolute;
    top: calc(50% - 21px);
  }
  .page-wrap--cookie-permission .cookie-permission--container.cookie-mode--1 .cookie-permission--button.cookie-permission--extra-button {
    width: 23.125rem;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content {
    padding: 0.75rem;
    float: left;
  }
  .page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
    margin: 0;
    float: right;
  }
}
.content-type--head {
  overflow: hidden;
  margin: 1rem 0rem 1rem 0rem;
}
.content-type--head .head--picture {
  max-height: 30em;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--head .head--picture img {
  max-height: 30em;
  object-fit: scale-down;
  margin: 0 auto;
}
.content-type--field {
  display: block;
  width: 100%;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--field:nth-child(odd) {
  background: #f8f8fa;
}
.field--full > .field--label {
  display: none;
}
.field--full > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.field--label,
.field--content {
  display: block;
  width: 50%;
  float: left;
}
.field--label > span {
  display: inline-block;
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field--label-separator {
  display: none;
  float: right;
  width: 1px;
  height: 1rem;
  margin: 0 1rem;
  background: #dadae5;
}
.field--content {
  text-align: right;
}
.content-type--field-checkbox .icon--check {
  color: #2ecc71;
}
.content-type--field-checkbox .icon--cross {
  color: #e74c3c;
}
.content-type--field-media > .field--label,
.content-type--field-media-grid > .field--label {
  display: none;
}
.content-type--field-media > .field--content,
.content-type--field-media-grid > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-media.content-type--field,
.content-type--field-media-grid.content-type--field {
  background: #ffffff;
}
.content-type--field-media picture,
.content-type--field-media-grid picture,
.content-type--field-media img,
.content-type--field-media-grid img {
  margin: 0 auto;
  border-radius: 3px;
  background-clip: padding-box;
}
.content-type--field-media-grid .image--gallery {
  min-height: 30em;
}
.content-type--field-textarea > .field--label {
  display: none;
}
.content-type--field-textarea > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-textarea.content-type--field {
  background: #ffffff;
}
.content-type--field-text > .field--label {
  display: none;
}
.content-type--field-text > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-text.content-type--field {
  background: #ffffff;
}
.content-type--field-product-field > .field--label {
  display: none;
}
.content-type--field-product-field > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-product-field .product--box {
  background-color: #fff;
  padding: unset;
}
.content-type--field-product-field .box--content {
  padding: 1.25rem 1.875rem 1.25rem 1.875rem;
}
.content-type--field-product-grid {
  overflow: hidden;
  padding: 1rem 0rem 1rem 0rem;
}
.content-type--field-product-grid > .field--label {
  display: none;
}
.content-type--field-product-grid > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-product-grid .product-slider .product-slider--container {
  padding: 0rem 2rem 0rem 2rem;
}
.content-type--field-product-grid .product-slider .product--description {
  white-space: normal;
}
.content-type--field-product-grid .box--content {
  background-color: #ffffff;
}
.content-type--field-tinymce > .field--label {
  display: none;
}
.content-type--field-tinymce > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
.content-type--field-aceeditor > .field--label {
  display: none;
}
.content-type--field-aceeditor > .field--content {
  width: 100%;
  max-width: unset;
  text-align: left;
}
@media screen and (min-width: 30em) {
  .content-type--head .head--picture {
    max-width: 50%;
    float: left;
  }
  .content-type--head .head--picture img {
    max-height: 30em;
  }
}
@media screen and (min-width: 48em) {
  .field--label {
    max-width: 30%;
    width: 30%;
  }
  .field--label-separator {
    display: inline-block;
  }
  .field--content {
    max-width: 70%;
    width: 70%;
    text-align: unset;
  }
}
@media screen and (min-width: 64em) {
  .content-type {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 78.75em) {
  .is--content-type .sidebar-main {
    display: none;
  }
}
/*
Hacks
====================================
The `hacks.less` contains all dirty hacks like !important or negative margins, so you get a single place to document and set them.

More precise designations are commented inside the document.
*/
.product--tax a {
  text-decoration: none !important;
}
.product--tax a:hover {
  text-decoration: underline !important;
}
.entry--all-results-link i {
  font-size: 8px;
}
.table--shipping-costs-trigger i {
  margin: -0.25rem 0rem 0rem 0rem;
  font-size: 8px;
}
.table--footer i,
.premium-product--product .btn i,
.compare--button i,
.modal--compare .btn i {
  font-size: 8px;
}
.js--modal.sizing--auto.is--fullscreen {
  height: 100% !important;
  width: 100% !important;
}
.js--modal.sizing--fixed {
  max-height: none !important;
  max-width: none !important;
}
.is--inactive {
  overflow: hidden !important;
}
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.is--ie .action--sort .sort--select:after {
  line-height: 34px;
}
.is--ie .register--login .register--new-customer .new-customer-btn::after {
  line-height: 16px;
}
.is--ie .filter-panel--input input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--checkbox input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--radio input[type='checkbox']:checked ~ .input--state::before,
.is--ie .filter-panel--input input[type='checkbox']:checked ~ .checkbox--state::before,
.is--ie .filter-panel--checkbox input[type='checkbox']:checked ~ .checkbox--state::before,
.is--ie .filter-panel--radio input[type='checkbox']:checked ~ .checkbox--state::before {
  line-height: 12px;
}
@media screen and (min-width: 48em) {
  .top-bar--navigation .entry--service:after,
  .top-bar--navigation .entry--service::after {
    font-size: 5px;
  }
  .sidebar--navigation .is--level1 .navigation--entry.has--sub-children.is--active:before,
  .sidebar--navigation .is--level1 .navigation--entry.has--sub-children.is--active::before {
    font-size: 5px;
  }
  .is--ie .header-main .top-bar--navigation .select-field:after {
    line-height: 24px;
  }
  .is--ie .action--filter-btn .filter--trigger:before,
  .is--ie .action--filter-btn .filter--trigger:after {
    line-height: 16px;
  }
  .is--ie .header-main .top-bar--navigation .top-bar--language .select-field select,
  .is--edge .header-main .top-bar--navigation .top-bar--language .select-field select {
    font-size: 0;
  }
  .is--ie .header-main .top-bar--navigation .top-bar--language .select-field select option,
  .is--edge .header-main .top-bar--navigation .top-bar--language .select-field select option {
    font-size: 0.875rem;
  }
}
.paypal-sidebar {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #dadae5;
}
.paypal-sidebar .paypal-sidebar--logo {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .paypal-sidebar {
    border-radius: 3px;
    background-clip: padding-box;
    border-left: 1px solid #dadae5;
    border-top: 1px solid #dadae5;
    border-right: 1px solid #dadae5;
  }
  .is--ctl-payment_paypal .sidebar-main {
    display: block;
  }
  .is--ctl-payment_paypal .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-payment_paypal.is--act-gateway .content--wrapper {
    margin-left: 0;
  }
}
.paypal-content .alert {
  margin-bottom: 1.25rem;
}
.paypal-content--actions .btn {
  margin-top: 0.625rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .paypal-content--actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .paypal-content--actions:after {
    content: "";
    display: table;
    clear: both;
  }
  .paypal-content--actions .btn {
    margin: 0rem 0.3125rem 0rem 0rem;
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 78.75em) {
  .paypal-content {
    margin-left: 3.25rem;
    width: 75%;
  }
}
#paypal-login--button {
  margin-top: 0.625rem;
  width: 100%;
}
.paypal-express--container {
  padding-top: 0.625rem;
  float: none;
  width: 100%;
}
.paypal-express--container:after {
  content: "";
  display: table;
  clear: both;
}
.paypal-express--container:after {
  content: "";
  display: table;
  clear: both;
}
.paypal-express {
  float: right;
}
.paypal-express:after {
  content: "";
  display: table;
  clear: both;
}
.paypal-express:after {
  content: "";
  display: table;
  clear: both;
}
.paypal-express .paypal-express--delimiter {
  line-height: 1.875rem;
  margin-right: 0.625rem;
  width: auto;
  display: block;
  float: left;
}
.paypal-express .paypal-express--btn {
  width: 10.625rem;
  height: 2rem;
  display: block;
  float: left;
}
.container--ajax-cart .paypal-express,
.container--ajax-cart .paypal-express-de {
  margin-top: 0.625rem;
}
.is--ctl-checkout.is--act-cart .product--table .paypal-express {
  margin-bottom: 1.25rem;
}
.is--ctl-checkout.is--act-cart .product--table .table--actions {
  padding-bottom: 0;
  margin-bottom: 0;
}
.is--ctl-checkout.is--act-cart .product--table .main--actions {
  margin-bottom: 0;
}
.is--ctl-checkout.is--act-cart .product--table .btn--inquiry {
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-checkout.is--act-cart .product--table .table--actions {
    margin-bottom: 0.625rem;
  }
  .is--ctl-checkout.is--act-cart .product--table .btn--inquiry {
    margin-top: 0.625rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-checkout.is--act-cart .product--table .table--actions {
    margin-bottom: 1.25rem;
  }
  .is--ctl-checkout.is--act-cart .product--table .btn--inquiry {
    margin-top: 0;
  }
}
.paypal-logo {
  margin: 0.3125rem 0rem 0.3125rem 0rem;
  display: block;
}
.paypal-gateway--title,
.paypal-gateway--loader-text,
.paypal-gateway--fallback {
  text-align: center;
}
.paypal-gateway--loader .js--loading-indicator {
  z-index: 1;
}
.advanced-menu {
  max-width: 78.75rem;
  box-shadow: 0 10px 25px -15px #000000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #ffffff;
  width: 100%;
  position: absolute;
  color: #000000;
  z-index: 3000;
}
.advanced-menu:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu:after {
  content: "";
  display: table;
  clear: both;
}
.advanced-menu .menu--list {
  list-style: none;
  display: block;
}
.advanced-menu .content--wrapper {
  margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  position: relative;
}
.advanced-menu .menu--delimiter {
  content: "";
  width: 1px;
  background: #dadae5;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
}
.advanced-menu .menu--teaser {
  padding: 0.625rem 0.625rem 0rem 1.25rem;
  position: relative;
  float: left;
}
.advanced-menu .teaser--image {
  height: 15.625rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}
.advanced-menu .teaser--image + .teaser--headline,
.advanced-menu .teaser--image + .teaser--text {
  margin-top: 2.5rem;
}
.advanced-menu .teaser--headline {
  font-size: 1.3125rem;
  margin: 0rem 0rem 1.25rem 0rem;
  font-weight: bold;
}
.advanced-menu .teaser--text-link {
  color: #ec7205;
}
.advanced-menu .teaser--text-link:hover {
  color: #ec7205;
}
.advanced-menu .menu--list-item {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  word-wrap: break-word;
}
.advanced-menu .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #000000;
  display: block;
}
.advanced-menu .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #ec7205;
}
.advanced-menu .button-container {
  font-size: 1rem;
  padding: 1.25rem 1.875rem 1.25rem 0rem;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}
.advanced-menu .button-container .button--category {
  padding: 1.25rem 3.125rem 1.25rem 3.125rem;
  -webkit-transition: padding 0.1s ease;
  transition: padding 0.1s ease;
  color: #ffffff;
  position: relative;
}
.advanced-menu .button-container .button--category:hover {
  padding: 1.25rem 3.125rem 1.25rem 3.4375rem;
}
.advanced-menu .button-container .icon--arrow-right {
  font-size: 0.75rem;
  margin-top: -0.375rem;
  position: absolute;
  top: 50%;
  right: 1.875rem;
}
.advanced-menu .button-container .button--close {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-top: -1.25rem;
  float: right;
  cursor: pointer;
}
.advanced-menu .menu--container {
  display: none;
}
.advanced-menu .menu--container.menu--is-active {
  display: block;
}
.advanced-menu .menu--level-0 {
  padding: 0.625rem 0.625rem 0rem 0.625rem;
  float: left;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .menu--level-0.columns--1 {
  -webkit-column-count: 1;
  column-count: 1;
}
.advanced-menu .menu--level-0.columns--2 {
  -webkit-column-count: 2;
  column-count: 2;
}
.advanced-menu .menu--level-0.columns--3 {
  -webkit-column-count: 3;
  column-count: 3;
}
.advanced-menu .menu--level-0.columns--4 {
  -webkit-column-count: 4;
  column-count: 4;
}
.advanced-menu .menu--level-1 {
  margin: 0.3125rem 0rem 0rem 1.25rem;
}
.advanced-menu .menu--level-2 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-0 {
  padding-bottom: 2.5rem;
  display: block;
  position: relative;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.advanced-menu .item--level-0 .menu--list-item-link {
  font-weight: bold;
}
.advanced-menu .item--level-1:last-child {
  margin: 0;
}
.advanced-menu .item--level-1 .menu--list-item-link {
  padding: 0.3125rem 0rem 0.3125rem 0rem;
  font-size: 1rem;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #000000;
  display: block;
  font-weight: normal;
}
.advanced-menu .item--level-1 .menu--list-item-link:hover {
  padding: 0.3125rem 0rem 0.3125rem 0.1875rem;
  color: #ec7205;
}
.advanced-menu .item--level-2 .menu--list-item-link {
  font-size: 0.875rem;
}
.advanced-menu .item--level-2 .menu--list-item-link + .menu--level-3 {
  margin: 0rem 0rem 0.3125rem 1.25rem;
}
.advanced-menu .item--level-3 .menu--list-item-link {
  font-size: 0.75rem;
}
.navigation-main .navigation--list .navigation--entry.is--hovered {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-clip: padding-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #000000;
}
.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
  background: #000000;
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .advanced-menu .content--wrapper {
    margin: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
}
.stripe-payment-card-form .panel--tr,
.stripe-payment-sepa-form .panel--tr {
  border-width: 0;
}
.stripe-payment-card-form label span.panel--td,
.stripe-payment-sepa-form label span.panel--td,
.stripe-payment-card-form label span.checkox-label,
.stripe-payment-sepa-form label span.checkox-label {
  cursor: pointer;
}
.stripe-payment-card-form label span.panel--td,
.stripe-payment-sepa-form label span.panel--td {
  float: none;
  padding-left: 0;
  width: 100%;
  max-width: 10.9375rem;
}
.stripe-payment-card-form label span.checkox-label,
.stripe-payment-sepa-form label span.checkox-label {
  padding-left: 0.3125rem;
}
.stripe-payment-card-form input,
.stripe-payment-sepa-form input,
.stripe-payment-card-form .StripeElement,
.stripe-payment-sepa-form .StripeElement,
.stripe-payment-card-form .saved-cards .select-field,
.stripe-payment-sepa-form .saved-cards .select-field,
.stripe-payment-card-form .country-selection .select-field,
.stripe-payment-sepa-form .country-selection .select-field {
  float: none;
  width: 100%;
  max-width: none !important;
}
.stripe-payment-card-form input.select-field,
.stripe-payment-sepa-form input.select-field,
.stripe-payment-card-form .StripeElement.select-field,
.stripe-payment-sepa-form .StripeElement.select-field,
.stripe-payment-card-form .saved-cards .select-field.select-field,
.stripe-payment-sepa-form .saved-cards .select-field.select-field,
.stripe-payment-card-form .country-selection .select-field.select-field,
.stripe-payment-sepa-form .country-selection .select-field.select-field {
  display: inline-block;
}
.stripe-payment-card-form input .js--fancy-select,
.stripe-payment-sepa-form input .js--fancy-select,
.stripe-payment-card-form .StripeElement .js--fancy-select,
.stripe-payment-sepa-form .StripeElement .js--fancy-select,
.stripe-payment-card-form .saved-cards .select-field .js--fancy-select,
.stripe-payment-sepa-form .saved-cards .select-field .js--fancy-select,
.stripe-payment-card-form .country-selection .select-field .js--fancy-select,
.stripe-payment-sepa-form .country-selection .select-field .js--fancy-select {
  width: 100%;
}
.stripe-payment-card-form .stripe-element-card-cvc,
.stripe-payment-sepa-form .stripe-element-card-cvc {
  float: left;
  width: 83%;
}
.stripe-payment-card-form .help,
.stripe-payment-sepa-form .help {
  cursor: pointer;
  width: 22px;
  height: 22px;
  box-sizing: content-box;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJBN0MwQTc5REQ4RjExRTM5MzczRDk3QzQxRTkxOTIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJBN0MwQTdBREQ4RjExRTM5MzczRDk3QzQxRTkxOTIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkE3QzBBNzdERDhGMTFFMzkzNzNEOTdDNDFFOTE5MjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkE3QzBBNzhERDhGMTFFMzkzNzNEOTdDNDFFOTE5MjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5xa1/RAAADy0lEQVR42tRZTUhUURS+M8xCMUMjGVAQYTAppF9EEGkW4kRoTjjRDwXmJokIF26shqKoaCtDim7SRU0gNlTI9OdCa+MmmRhbZG0ExTRQnLLZTeeb7lzfDPP37ntvZvzgg/fezDv347xzzz33XIvD4WAaUEJsJtqJB4j7iFbiLv77b+JP4jfiV+IM8SPxj+yAFol3TMQTxG7iKWJxmv/u4dxPdBJvEP8SXxOfEN8SI2oGN6sU20mcI/qJZzOITYVi/q6f2zpthGAb8R1xgniI6QfY8nHbNr0EnyN+JrYy49DKxzivRTBi9T7xOXE3Mx4Yw8vHNKkVjBc8xFss98CYQ6lEpxL8kHiN5Q89XENWghFH/Sz/gIYLmQRjpg6zwsFwYvZIXDiGZCdYS0sLq6mpYXa7Pe758vIyCwQCzO/3s42NDbVmS7kmsRybFEtzJ8+zqlBWVsZ6e3uZzZY5jY6NjbGpqSkZf7iIL5Qexoy8LRVo/f2ssrJSeNPn87HZ2dnofXV1NXM6nayhoSF639XVxVZWVtj8/LzaYe7wBSYSi2GHzArW0dERJxbiY2KBxcVF5vF42PT0tHjW1tYm45eDvH4Rk65bxkpTU5O4HhwcTPm/iYntSKuvr5edgJdjgkt4JaU6dpXehTdTAZNtfX1d3CNUJACNJWZezxapfbuqqkpcLy0t5SLFQWOzhRffqhEKhaKpClhdXc1cUxZvV6Kbm5uyou0QLBVUCIF0YZA4OYuK/n/EYDAok4/FFEBI1Br5HRGv7e3t4n5yclKLuVoIrjBSbF9fn/AuQkgiBytRYeHLnyFi3W53nFiv16vVbKnZCLFIeYme1UGsqNZCegt2uVysvLxcTDK9xEIrBK/p7d3GxsbodTgcZiMjI3qaX4PgBT0t1tXViVBAXaEhhSXDAgQH9bRotVrF9dbWlt7RFjTz9tFOwQwKeBQ/v2TqiRwjTNwLD6Mx93IHePcVtMZ2HKO8w6MZAwMDIqWhpMT2SSeMKgt4dBG/FLB3oe2NUjBanncLWPA9rjGuL4Fd6fsCFPtBuZs3JXTgsVefM6ogklmKiUeJ31N1fn4QrxSQd3uUYpMJBtBefVQAYqHBm6xaS4abxMd5FDvMNbBsBWNGXic+yINYjHmVpTisSVfA4wU38SI2ujkQijEu8TEj6Qr4THhGPMbTi5GpC2M8zWbHkQ0wU3FwckbnFTHAbbYmZgOtgmNAAj9MPEkc5xWUTNU1zm0cYSpbvDInoRG+roM4okWr6zhvyKDHkXh0i7YQjm6xv0cb8xN/LoV/AgwAANj+CFLxbboAAAAASUVORK5CYII=);
}
.stripe-payment-card-form .saved-cards,
.stripe-payment-sepa-form .saved-cards {
  margin-top: 0.625rem;
}
.stripe-payment-card-form .alert,
.stripe-payment-sepa-form .alert {
  margin-top: 1.25rem;
}
.stripe-payment-card-form .description,
.stripe-payment-sepa-form .description {
  margin-top: 1.25rem;
}
.stripe-payment-error-box,
.stripe-payment-validation-error-box {
  margin-top: 1.25rem;
}
.shipping-payment--information .alert {
  margin-bottom: 1.25rem;
}
.payment--method .panel--table.stripe-payment-provider-logos {
  padding-left: 2.5rem;
}
.stripe-payment-card-cvc-info-wrapper {
  padding-top: 2.5rem;
  text-align: center;
}
.stripe-payment-card-cvc-info-popup-cardtype {
  display: inline-block;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  max-width: 17.5rem;
  vertical-align: top;
}
.stripe-payment-card-cvc-header {
  display: inline-block;
  width: 100%;
  height: 2.8125rem;
}
.stripe-payment-card-cvc-header-title {
  float: left;
  text-align: left;
}
.stripe-payment-card-cvc-header-logos {
  display: inline-block;
  float: right;
}
.stripe-payment-card-cvc-header-logos .stripe-payment-provider-logo {
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0rem 0rem 0rem 0.3125rem;
}
.stripe-payment-card-cvc-infotext {
  padding-top: 0.9375rem;
  padding-bottom: 1.25rem;
  text-align: left;
}
.checkout--content.finish--content .stripe-payment-sepa-mandate .info {
  margin-bottom: 0.625rem;
}
.checkout--content.finish--content .stripe-payment-sepa-mandate .btn.is--link {
  border-radius: 3px;
  background-clip: padding-box;
  border: 1px solid #dadae5;
}
.checkout--content.finish--content .stripe-payment-sepa-mandate .btn.is--link:hover {
  background: transparent;
  color: #217dbb;
  border-color: #217dbb;
}
@media screen and (min-width: 48em) {
  .stripe-payment-card-form .panel--tr,
  .stripe-payment-sepa-form .panel--tr {
    margin-top: 0.625rem;
  }
  .stripe-payment-card-form label span.panel--td,
  .stripe-payment-sepa-form label span.panel--td {
    float: left;
    width: 44%;
  }
  .stripe-payment-card-form input,
  .stripe-payment-sepa-form input,
  .stripe-payment-card-form .StripeElement,
  .stripe-payment-sepa-form .StripeElement,
  .stripe-payment-card-form .saved-cards .select-field,
  .stripe-payment-sepa-form .saved-cards .select-field,
  .stripe-payment-card-form .country-selection .select-field,
  .stripe-payment-sepa-form .country-selection .select-field {
    width: 56%;
    max-width: 18.125rem !important;
  }
  .stripe-payment-card-form .stripe-element-card-cvc,
  .stripe-payment-sepa-form .stripe-element-card-cvc {
    width: 39%;
    max-width: 15.3125rem !important;
  }
  .stripe-payment-card-form .description,
  .stripe-payment-sepa-form .description {
    margin-top: 1.875rem;
  }
  .stripe-payment-card-form .saved-cards,
  .stripe-payment-sepa-form .saved-cards {
    margin-top: 1.875rem;
  }
  .stripe-payment-card-cvc-info-wrapper {
    padding-top: 0;
  }
  .stripe-payment-card-cvc-info-popup-cardtype {
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
    max-width: none;
    width: 310px;
  }
  .is--stripe-payment-selected .confirm--content .information--panel {
    height: 21.875rem;
  }
}
@media screen and (min-width: 64em) {
  .stripe-payment-card-form label span.panel--td,
  .stripe-payment-sepa-form label span.panel--td {
    width: 43%;
  }
  .stripe-payment-card-form input,
  .stripe-payment-sepa-form input,
  .stripe-payment-card-form .StripeElement,
  .stripe-payment-sepa-form .StripeElement,
  .stripe-payment-card-form .saved-cards .select-field,
  .stripe-payment-sepa-form .saved-cards .select-field,
  .stripe-payment-card-form .country-selection .select-field,
  .stripe-payment-sepa-form .country-selection .select-field {
    width: 57%;
  }
  .stripe-payment-card-form .stripe-element-card-cvc,
  .stripe-payment-sepa-form .stripe-element-card-cvc {
    width: 45%;
  }
}
@media screen and (min-width: 78.75em) {
  .stripe-payment-card-form label span.panel--td,
  .stripe-payment-sepa-form label span.panel--td {
    width: 38%;
  }
  .stripe-payment-card-form input,
  .stripe-payment-sepa-form input,
  .stripe-payment-card-form .StripeElement,
  .stripe-payment-sepa-form .StripeElement,
  .stripe-payment-card-form .saved-cards .select-field,
  .stripe-payment-sepa-form .saved-cards .select-field,
  .stripe-payment-card-form .country-selection .select-field,
  .stripe-payment-sepa-form .country-selection .select-field {
    width: 62%;
  }
}
.account--stripe-payment-credit-cards {
  border: 1px solid #dadae5;
}
.account--stripe-payment-credit-cards p {
  font-size: 0.875rem;
}
.account--stripe-payment-credit-cards .stripe-payment--table-header {
  display: none;
  background: #ffffff;
}
.account--stripe-payment-credit-cards .stripe-payment--table-header .panel--th {
  color: #000000;
}
.account--stripe-payment-credit-cards .panel--tr {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.account--stripe-payment-credit-cards .panel--td {
  padding: 0.3125rem 0.625rem 0.3125rem 0.625rem;
  display: block;
  float: none;
}
.account--stripe-payment-credit-cards .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--stripe-payment-credit-cards .panel--td:after {
  content: "";
  display: table;
  clear: both;
}
.account--stripe-payment-credit-cards .column--label,
.account--stripe-payment-credit-cards .column--value {
  width: 50%;
  float: left;
}
.account--stripe-payment-credit-cards .column--label {
  font-weight: 600;
}
.account--stripe-payment-credit-cards .column--actions {
  text-align: center !important;
}
@media screen and (min-width: 48em) {
  .account--stripe-payment-credit-cards .stripe-payment--table-header {
    display: block;
  }
  .account--stripe-payment-credit-cards .panel--tr {
    padding: 0;
    border-width: 0 0 1px 0;
  }
  .account--stripe-payment-credit-cards .panel--tr.is--last-row {
    border: 0;
  }
  .account--stripe-payment-credit-cards .panel--td {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
    display: inline-block;
    float: left;
  }
  .account--stripe-payment-credit-cards .stripe-payment--item {
    margin: 0;
  }
  .account--stripe-payment-credit-cards .column--label {
    display: none;
  }
  .account--stripe-payment-credit-cards .column--value {
    width: 100%;
    float: none;
  }
  .account--stripe-payment-credit-cards .column--owner {
    width: 25%;
  }
  .account--stripe-payment-credit-cards .column--number,
  .account--stripe-payment-credit-cards .column--type,
  .account--stripe-payment-credit-cards .column--expiry-date {
    width: 20%;
  }
  .account--stripe-payment-credit-cards .column--actions {
    text-align: right !important;
  }
  .account--stripe-payment-credit-cards .column--actions .btn {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-stripepaymentaccount.is--user .sidebar-main {
    display: block;
  }
  .is--ctl-stripepaymentaccount.is--user .sidebar-main + .content--wrapper {
    margin-left: 16.25rem;
  }
  .is--ctl-stripepaymentaccount .sidebar-main .categories--headline,
  .is--ctl-stripepaymentaccount .sidebar-main .categories--navigation,
  .is--ctl-stripepaymentaccount .sidebar-main .shop-sites--container {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-storelocator .sidebar-main {
    display: none;
  }
  .is--ctl-storelocator .sidebar-main + .content--wrapper {
    margin: 0;
  }
}
/* Allgemein */
#storeLocator {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 0;
  /* Search / Filter */
  /* Store wrap */
  /* Map wrap */
}
#storeLocator #searchWrap {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  /* Search */
  /* Filter */
}
#storeLocator #searchWrap input.initial {
  color: gray;
  font-style: italic;
}
#storeLocator #searchWrap #searchOptions {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  border: 1px solid #dadae5;
  padding: 10px;
}
#storeLocator #searchWrap #searchOptions #radiusSelect {
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #countrySelect {
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect {
  position: relative;
  float: left;
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
  width: 100%;
}
#storeLocator #searchWrap #searchOptions #storeSelect #orText {
  display: none;
}
#storeLocator #searchWrap #searchOptions #storeSelect input#autocomplete {
  padding-left: 23px;
}
#storeLocator #searchWrap #searchOptions #storeSelect img#storelocator-getgeolocation {
  position: absolute;
  top: 13px;
  left: 5px;
  cursor: pointer;
  display: none;
}
#storeLocator #searchWrap #searchOptions input {
  width: 100%;
  margin-bottom: 5px;
}
#storeLocator #searchWrap #storeFilter {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin: 10px 0 10px 0;
  border: 1px solid #dadae5;
  padding: 10px;
}
#storeLocator #searchWrap #storeFilter .js--fancy-select {
  width: 16.125rem;
}
#storeLocator #searchWrap #storeFilter .input_wrapper {
  width: 50%;
  float: left;
}
#storeLocator #searchWrap #storeFilter .filter_headline {
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}
#storeLocator #searchWrap #storeFilter .filter_wrapper {
  margin: 10px 0 10px 0;
}
#storeLocator #searchWrap #storeFilter input {
  margin-right: 2px;
}
#storeLocator .filterWrap .hlWrap h3 {
  margin: 0;
  padding: 0;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 181px;
  height: 100px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #dadae5;
  cursor: pointer;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap.act {
  border-color: #ec7205;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap .cElement {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
}
#storeLocator .filterWrap.is--supplier .itemsWrap .itemWrap.active {
  border-color: #ec7205;
}
#storeLocator #storeWrap {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: 100%;
  /* Breite für normale Ansicht */
}
#storeLocator #storeWrap.storelocator--50 {
  width: 49% !important;
}
#storeLocator #storeWrap .innerRight,
#storeLocator #storeWrap .innerLeft {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
#storeLocator #storeWrap #itemsWrap {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
#storeLocator #storeWrap #itemsWrap .itemWrap {
  padding: 15px;
  margin: 0 0 10px 0;
  /* Supplier in store detail */
}
#storeLocator #storeWrap #itemsWrap .itemWrap .innerRight,
#storeLocator #storeWrap #itemsWrap .itemWrap .innerLeft {
  width: 100%;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn {
  margin-bottom: 10px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn i {
  font-size: 16px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .btn.NetiStoreLocatorContact i {
  font-size: 11px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--title {
  margin: 0 0 1em 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .store-details p {
  margin: 0 0 0.5em;
}
#storeLocator #storeWrap #itemsWrap .itemWrap.featured {
  border-color: #ec7205;
}
#storeLocator #storeWrap #itemsWrap .itemWrap.alwaysdisplay {
  border-width: 1px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm {
  display: none;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm {
  display: block;
  padding: 10px 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div .js--fancy-select,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div textarea,
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div button {
  width: 100%;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input[type="checkbox"],
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input[type="radio"] {
  width: auto;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .contactForm #storeLocatorBasicForm div input {
  margin-bottom: 5px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .distance p {
  text-align: right;
  color: lightGrey;
  margin: 0 0 0;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier {
  margin-bottom: 10px;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 130px;
  height: 70px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #dadae5;
}
#storeLocator #storeWrap #itemsWrap .itemWrap .is--supplier .itemsWrap .itemWrap .item {
  height: 100%;
  width: 100%;
  background: no-repeat center;
  background-size: contain;
  text-indent: -1000px;
  overflow: hidden;
}
#storeLocator #mapWrap {
  display: inline-block;
  height: 350px;
  vertical-align: top;
  width: 100%;
  float: right;
  margin-bottom: 10px;
}
#storeLocator #mapWrap #NetiStoreLocatorMap {
  height: 100%;
  width: 100%;
}
#storeLocator #mapWrap #NetiStoreLocatorMap .gm-style img {
  max-width: none;
  max-height: none;
}
#storeLocator #mapWrap #NetiStoreLocatorMap .storeLocator-mapItem {
  margin: 0;
  float: none;
  width: auto;
}
#storeLocator .mapFixed {
  margin-left: 23px;
  margin-top: 15px;
  position: fixed;
  top: 0;
}
#storeLocator .mapBottom {
  padding-bottom: 10px;
  vertical-align: bottom;
  float: none;
  margin: 0 0 0 19px;
}
#supplier--filter.input_wrapper {
  float: left;
  width: auto !important;
  margin: 0.1em;
}
#supplier--filter.input_wrapper input {
  float: left;
}
#supplier--filter.input_wrapper .storelocator--supplier--img {
  max-width: 100px;
  max-height: 50px;
  float: left;
}
/* StoreBusinessHours */
.netiShowAllBusinessHours {
  width: 222px;
  cursor: pointer;
  line-height: normal;
}
.netiBusinessHours.label_weekday {
  width: 25px;
  float: left;
  margin-right: 5px;
  display: inline-block;
}
.netiBusinessHours.label_weekday.wide {
  width: 100%;
  margin-top: 5px;
}
.netiBusinessHours.time_weekday {
  float: left;
  display: inline-block;
}
.storebusinesshours-modal .modal-dialog {
  width: 990px;
}
.netiStoreBusinessHours_modal {
  padding: 15px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_weekdayswrapper {
  margin-top: 20px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_left {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper {
  width: 100%;
  columns: 1;
  float: none;
}
.netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper > div {
  margin-bottom: 10px;
}
/* Route */
.netiStoreLocator_route {
  margin: 10px;
  padding: 10px;
  border: 1px solid #dadae5;
}
.netiStoreLocator_route #netiStoreLocatorNaviInformations {
  height: auto;
}
.netiStoreLocator_route .route-row {
  padding-bottom: 10px;
  padding-left: 25px;
}
.netiStoreLocator_route .route-row span {
  display: inline-block;
  width: 25px;
  margin-left: -25px;
}
.netiStoreLocator_route h2 {
  margin: 0 0 10px 0;
}
.netiStoreLocator_route_waypoints {
  margin: 10px 0 10px 0;
  border-top: 1px solid #dadae5;
  padding: 10px;
}
.netiStoreLocator_route_information {
  width: 49%;
  display: inline-table;
}
.netiStoreLocator_route_information .netiStoreLocator_label_span {
  color: #AAA;
  font-size: 90%;
}
@media screen and (min-width: 30em) {
  #storeLocator .innerRight,
  #storeLocator .innerLeft {
    width: 49%;
  }
}
/* 768px */
@media screen and (min-width: 48em) {
  #storeLocator #storeWrap #itemsWrap .itemWrap .innerRight,
  #storeLocator #storeWrap #itemsWrap .itemWrap .innerLeft {
    width: 49%;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 0;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_left {
    width: 33%;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right {
    width: 66%;
    padding-left: 10px;
  }
}
/* 1024px */
@media screen and (min-width: 64em) {
  #storeLocator #mapWrap {
    width: 49%;
    height: 500px;
    margin-bottom: 0;
  }
  #storeLocator .mapBottom {
    float: none !important;
    vertical-align: none !important;
  }
  #storeLocator #searchWrap #searchOptions #radiusSelect {
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select {
    width: 8em;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect {
    width: auto;
    margin-left: 10px;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
    width: 10em;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect {
    position: relative;
    float: right;
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect #orText {
    display: inline-block;
    float: none;
    margin-left: 5px;
  }
  #storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
    width: auto;
  }
  #storeLocator #searchWrap #searchOptions input {
    width: 18.5em;
    margin-bottom: 0;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 5px;
  }
}
/* 1260px px */
@media screen and (min-width: 78.75em) {
  #storeLocator #mapWrap {
    width: 49%;
    height: 500px;
    margin-bottom: 0;
  }
  #storeLocator .mapBottom {
    float: none !important;
    vertical-align: bottom !important;
  }
  #storeLocator #searchWrap {
    height: auto;
    width: 100%;
    margin: 0 0 10px;
  }
  #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
    width: 13em;
  }
  #storeLocator #searchWrap #searchOptions input {
    width: 24em;
  }
  #storeLocator #storeWrap #itemsWrap {
    height: auto;
    width: 100%;
  }
  .netiBusinessHours.label_weekday.wide {
    margin-top: 0;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_storewrapper {
    width: 50%;
    float: left;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_weekdayswrapper {
    width: 50%;
    float: left;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper {
    columns: 2;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .holidays_wrapper > div {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .heading {
    background: none;
  }
  .netiStoreBusinessHours_modal .netiStoreBusinessHours_modal_right .heading h2 {
    padding-left: 0;
  }
}
/* StoreDetails */
@media screen and (min-width: 48em) {
  .is--ctl-storedetails .sidebar-main {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-storedetails .sidebar-main + .content--wrapper {
    margin: 0;
  }
}
.storeLocatorDetails--content {
  padding-top: 30px;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--title {
  width: 100%;
  margin: 15px 0px 5px 0px;
  font-size: 28px;
  line-height: 30px;
  float: left;
  border: 0 none;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage {
  height: 50px;
  width: 100%;
  float: right;
  text-align: right;
  margin: 0;
}
.storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage img {
  display: inline-block;
}
.storeLocatorDetails--content .storeLocatorDetails--headline:after {
  content: '';
  clear: both;
  display: block;
}
.storeLocatorDetails--content .col-50-50 {
  margin-bottom: 30px;
}
.storeLocatorDetails--content .form--title,
.storeLocatorDetails--content .businesshoures--title {
  font-size: 18px;
  margin: 10px 0px 10px 0px;
  font-weight: bold;
}
.storeLocatorDetails--content .storeLocatorDetails--map {
  margin-bottom: 30px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row textarea,
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="text"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="search"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="password"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="number"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="email"],
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row input[type="tel"] {
  width: 100%;
  margin-bottom: 10px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row .js--fancy-select {
  width: 100%;
  margin-bottom: 3px;
}
.storeLocatorDetails--content .storeLocatorBasicForm .contact-form-row.field--copy {
  margin-bottom: 10px;
}
.storeLocatorDetails--content .storeLocatorBasicForm:after {
  content: '';
  display: block;
  clear: both;
}
.storeLocatorDetails--content .businessHours--details .collapse--header.is--active {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8fa 100%);
  box-shadow: 0 1px 1px 0 rgba(236, 238, 241, 0.8);
  color: #ec7205;
  border: 1px solid #ec7205;
}
.storeLocatorDetails--content .businessHours--details .collapse--header span {
  font-size: 14px;
  font-weight: bold;
}
.storeLocatorDetails--content .businessHours--details .collapse--content {
  border: none;
  box-shadow: none;
  padding: 15px 0 0 20px;
}
.storeLocatorDetails--content .businessHours--details .collapse--content .netiStoreBusinessHours-weekdayswrapper .netiStoreBusinessHours-weekday--title {
  font-weight: bold;
  margin-bottom: 10px;
}
.storeLocatorDetails--content .is--supplier .itemsWrap .itemWrap {
  display: inline-block;
  width: 130px;
  height: 70px;
  margin: 0 10px 10px 0;
  padding: 10px;
  border: 1px solid #dadae5;
}
.storeLocatorDetails--content .is--supplier .itemsWrap .itemWrap .item {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
.storeLocatorDetails--content .reference--panel {
  width: 100%;
}
.storeLocatorDetails--content .reference--panel .reference--content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.storeLocatorDetails--content .reference--panel .reference--content .product--box {
  float: none;
  padding: 0;
  width: 100%;
}
.storeLocatorDetails--content .reference--panel .reference--content .product--box .box--content {
  border: none;
}
@media screen and (min-width: 30em) {
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .storeLocatorDetails--content .storeLocatorDetails--headline .is--title {
    width: 80%;
    margin: 34px 0px 20px 0px;
  }
  .storeLocatorDetails--content .storeLocatorDetails--headline .is--storeImage {
    height: 70px;
    width: 20%;
  }
  .storeLocatorDetails--content .storeLocatorDetails--content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .storeLocatorDetails--content .col-50-50 {
    width: 50%;
    padding: 0 10px;
  }
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 33.333%;
  }
}
@media screen and (min-width: 64em) {
  .storeLocatorDetails--content .reference--panel .reference--content .product--box {
    width: 25%;
  }
}
.is--ctl-storeconsent.is--act-index .sidebar--categories-navigation {
  display: none;
}
.is--ctl-storeconsent.is--act-index .store-locator-consent form {
  margin: -10px -5px;
}
.is--ctl-storeconsent.is--act-index .store-locator-consent form button {
  margin: 10px 5px;
}
.is--ctl-adventureteam section {
  width: 100%;
}
.is--ctl-adventureteam .invader.bg-white .invader-content {
  color: #394451;
}
.is--ctl-adventureteam .invader.teaser {
  margin-bottom: 50px;
}
.is--ctl-adventureteam .invader .invader-image {
  display: block !important;
}
.is--ctl-adventureteam .invader .invader-image img {
  margin: 0 auto 30px;
}
@media screen and (min-width: 48em) {
  .is--ctl-adventureteam .invader .invader-image img {
    margin: 0;
  }
}
.is--ctl-adventureteam .social-links {
  display: flex;
  justify-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .is--ctl-adventureteam .social-links {
    flex-direction: row;
  }
}
.is--ctl-adventureteam .social-links .is--left {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .is--ctl-adventureteam .social-links .is--left {
    text-align: left;
  }
}
.is--ctl-adventureteam .social-links .invader-content-button a {
  width: 90%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 48em) {
  .is--ctl-adventureteam .social-links .invader-content-button a {
    width: auto;
    margin-top: 0px;
  }
}
.is--ctl-adventureteam .social-links .social-icon {
  float: left;
  margin-right: 10px;
}
.is--ctl-adventureteam .social-links img {
  max-width: 40px;
  width: 40px;
}
.is--ctl-adventureteam .headline {
  max-width: 66.25rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.36;
  text-transform: uppercase;
  text-align: center;
}
.is--ctl-adventureteam #product--detail-child-specifications {
  margin-bottom: 50px;
}
.is--ctl-adventureteam #product--detail-child-specifications:after {
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0);
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #eeefee;
  display: block;
  position: relative;
  bottom: -2.4375rem;
  z-index: 0;
}
.is--ctl-adventureteam #product--detail-child-specifications:after {
  width: auto;
  margin-top: -40px;
}
.is--ctl-adventureteam #product--detail-child-specifications .child-specifications {
  justify-content: center;
}
.is--ctl-adventureteam #product--detail-child-specifications .child-specifications div {
  padding-bottom: 20px;
  padding-top: 10px;
}
@media screen and (min-width: 48em) {
  .is--ctl-adventureteam #product--detail-child-specifications .child-specifications div {
    padding-bottom: 1.875rem;
    padding-top: 0.625rem;
  }
}
.is--ctl-adventureteam #product--detail-child-specifications .child-specifications div .property--label {
  font-size: 18px !important;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 48em) {
  .is--ctl-adventureteam #product--detail-child-specifications .child-specifications div .property--label {
    font-size: 24px !important;
    margin-bottom: 5px !important;
  }
}
.is--ctl-adventureteam #product--detail-child-specifications .child-specifications div:before {
  border-top: 2px solid #ec7205 !important;
  width: 3rem !important;
  margin-top: 30px !important;
}
@media screen and (min-width: 48em) {
  .is--ctl-adventureteam #product--detail-child-specifications .child-specifications div:before {
    margin-top: 2.375rem !important;
  }
}
.is--ctl-adventureteam .blog--crossselling {
  max-width: 66.25rem !important;
  margin: 0 auto;
  width: 100%;
  clear: both;
  margin-top: 50px;
}
.is--ctl-adventureteam .blog--crossselling .blog--crossselling-headline {
  max-width: 66.25rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.36;
  text-transform: uppercase;
  text-align: center;
}
.is--ctl-adventureteam .slick-slide.slick-current.slick-active {
  max-width: 315px;
}
@media screen and (min-width: 48em) {
  .is--ctl-adventureteam .slick-slide.slick-current.slick-active {
    max-width: none;
  }
}
.is--ctl-adventureteam .slick-slider .slick-track {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  width: auto !important;
}
.child-selector--compare {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem;
}
.child-selector--compare .inner {
  display: flex;
  flex-wrap: nowrap;
}
.child-selector--compare .inner .child-selector--compare-item {
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 20px;
}
@media screen and (min-width: 48em) {
  .child-selector--compare .inner .child-selector--compare-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.child-selector--compare .is--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .38px;
  text-transform: uppercase;
  color: #131313;
}
.child-selector--compare .child--item-inner .child--item-title {
  font-family: Exo, "Roboto Slab", "Times New Roman", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  margin-top: 30px;
  min-height: 32px;
  text-align: left;
}
.child-selector--compare .child--item-inner .child--item-title a {
  color: #131313;
}
.child-selector--compare .child--item-inner .child--item-desc {
  font-family: Exo, Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 20px;
}
.child-selector--compare .child--item-inner ul {
  display: block;
  font-family: Exo, Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 16px;
  margin-top: 0px;
  text-align: left;
}
.child-selector--compare .child--item-inner ul li {
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}
.child-selector--compare .child--item-inner ul li .property--label {
  font-weight: bold;
}
.child-selector--compare .child--item-inner ul li:nth-child(odd) {
  background-color: #eeefee;
}
/*
 * @author Heiko Bee
 * @copyright Copyright (c) 2019 Netzkomyse GmbH
 * @version 1.0.0
 */
/*
 * @author Heiko Bee
 * @copyright Copyright (c) 2019 Netzkomyse GmbH
 * @version 1.0.0
 */
.js--modal.popup-invader--modal {
  padding: 0;
  width: auto !important;
  height: auto !important;
  max-height: 35.0625rem;
  margin: 3.3125rem 1.25rem 3.3125rem 1.25rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .js--modal.popup-invader--modal {
    margin: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .js--modal.popup-invader--modal {
    background-size: contain;
  }
}
@media screen and (min-width: 78.75em) {
  .js--modal.popup-invader--modal {
    width: 38.75rem !important;
    height: 20.6875rem !important;
    margin: auto;
    max-height: none;
  }
}
.js--modal.popup-invader--modal .content {
  background: transparent;
  padding: 3.125rem 0rem 0rem 0rem;
}
.js--modal.popup-invader--modal .not-mob {
  display: none;
}
@media screen and (min-width: 30em) {
  .js--modal.popup-invader--modal .not-mob {
    display: inline-block;
  }
}
/*
 * @author Heiko Bee
 * @copyright Copyright (c) 2019 Netzkomyse GmbH
 * @version 1.0.0
 */
/*
 * @author Heiko Bee
 * @copyright Copyright (c) 2019 Netzkomyse GmbH
 * @version 1.0.0
 */
/**
  Upselling container

 */
.ajax--cart-upselling {
  background: #eeefee;
  border-radius: 0.25rem;
  margin: 0.625rem 0.625rem 0.625rem 0.625rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
.ajax--cart-upselling .ajax--cart-upselling-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #131313;
}
.ajax--cart-upselling .ajax--cart-uplselling-item {
  position: relative;
  padding: 0.75rem 0rem 0.75rem 0rem;
  border-bottom: 1px solid #ddd6d0;
}
.ajax--cart-upselling .ajax--cart-uplselling-item .thumbnail--container.has--image {
  max-width: 3.125rem;
  border: none;
  float: left;
  margin-right: 0.9375rem;
}
.ajax--cart-upselling .ajax--cart-uplselling-item .action--container {
  position: absolute;
  right: -0.625rem;
  top: 50%;
  margin-top: -0.8125rem;
}
.ajax--cart-upselling .ajax--cart-uplselling-item .action--container .ajax--cart-upselling-add,
.ajax--cart-upselling .ajax--cart-uplselling-item .action--container .ajax--cart-upselling-article {
  width: 1.6875rem;
  height: 1.6875rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  line-height: 1.75rem;
  text-align: center;
  cursor: pointer;
}
.ajax--cart-upselling .ajax--cart-uplselling-item .item--content {
  display: inline-block;
  width: 7.5625rem;
}
@media screen and (min-width: 48em) {
  .ajax--cart-upselling .ajax--cart-uplselling-item .item--content {
    width: 16.9375rem;
  }
}
.ajax--cart-upselling .ajax--cart-uplselling-item .item--content .item--name {
  font-size: 0.875rem;
  color: #131313;
  display: block;
}
.ajax--cart-upselling .ajax--cart-uplselling-item .item--content .item--price {
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
}
/**
  off canvas basket
 */
.off-canvas .buttons--off-canvas a.close--off-canvas {
  line-height: 2.875rem;
  border-bottom: 7px solid #ec7205;
}
@media screen and (min-width: 48em) {
  .off-canvas .buttons--off-canvas a.close--off-canvas {
    line-height: 4.125rem;
  }
}
@media screen and (min-width: 48em) {
  .container--ajax-cart.off-canvas {
    width: 30rem;
  }
}
@media screen and (min-width: 48em) {
  .off-canvas .ajax--cart .cart--item .item--link {
    width: 16.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .off-canvas .ajax--cart .cart--item .thumbnail--container {
    width: 6.25rem;
    height: 6.25rem;
  }
}
/**
 * Shopware
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the NEW BSD license
 * that is bundled with this package in the file LICENSE.
 * It is also available through the world-wide-web at this URL:
 * <http://opensource.org/licenses/BSD-3-Clause>
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@shopware.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or modify the file if you wish to upgrade Shopware to a newer
 * version. If you wish to customize the storefront template of Shopware please
 * refer to http://wiki.shopware.com for more information.
 *
 * @category    design
 * @copyright   Copyright (c) 2014 shopware AG (http://www.shopware.com)
 * @license     http://opensource.org/licenses/BSD-3-Clause  New BSD
 */
.business--full-login .register--login {
  width: 100%;
}
.business--full-login .register--login .panel--body {
  width: 100%;
}
.business--full-login #registration {
  display: none;
}
.business--warning-message {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .business--warning-message {
    margin-bottom: 0;
  }
  .business--shopping-login .register--content,
  .business--shopping-login .register--login {
    margin-top: 1.5625rem;
  }
  .business--shopping-login .account--error {
    margin-bottom: 1.5625rem;
  }
}
@media screen and (min-width: 64em) {
  .business--full-login .register--login .panel--body {
    width: 34%;
  }
}
.registration--center #registration {
  margin: 3.125rem 0rem 0.625rem 0rem;
  margin-left: auto;
  margin-right: auto;
  float: none;
  display: block;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .registration--center #registration {
    width: 64%;
  }
}
.acris--page-wrap--cookie-permission {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
  z-index: 90000;
  border-top: 1px solid #dadae5;
  background: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.acris--page-wrap--cookie-permission.is--top-banner,
.acris--page-wrap--cookie-permission.is--top-banner-slim {
  bottom: auto;
  top: 0;
}
.acris--page-wrap--cookie-permission.is--top-banner-slim,
.acris--page-wrap--cookie-permission.is--default-slim {
  padding: 0.3125rem 0.9375rem 0.3125rem 0.9375rem;
}
.acris--page-wrap--cookie-permission.is--top-banner-slim .acris-cookie-settings--content,
.acris--page-wrap--cookie-permission.is--default-slim .acris-cookie-settings--content {
  padding-bottom: 0.3125rem;
}
.acris--page-wrap--cookie-permission .cookie-permission--container {
  margin-top: 0.625rem;
  width: 100%;
  text-align: center;
}
.acris--page-wrap--cookie-permission .cookie-permission--container:after {
  content: "";
  display: table;
  clear: both;
}
.acris--page-wrap--cookie-permission .cookie-permission--container:after {
  content: "";
  display: table;
  clear: both;
}
.acris--page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
  margin: 10px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.acris--page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button .btn {
  display: inline-flex;
  justify-content: center;
  flex-shrink: 0;
}
.acris--page-wrap--cookie-permission .cookie-permission--container.has--third-btn .cookie-permission--content {
  float: none;
  padding: 0.3125rem 0rem 0rem 0rem;
}
.acris--page-wrap--cookie-permission .cookie-permission--container.has--third-btn .cookie-permission--button {
  float: none;
}
.acris--page-wrap--cookie-permission .cookie-permission--heading .cookie-permission--heading--text {
  margin-bottom: 0.9375rem;
  font-weight: bold;
  font-size: 1.25rem;
}
.acris--page-wrap--cookie-permission .cookie-permission--footer {
  padding: 0.9375rem 0rem 0.3125rem 0rem;
  clear: both;
}
.acris--page-wrap--cookie-permission.is--modal {
  box-shadow: 0px 0px 0px 7px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50rem;
  margin: auto;
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  left: 0;
  top: 50%;
  bottom: auto;
  z-index: 90000;
  border: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.acris--page-wrap--cookie-permission.is--modal .acris-cookie-settings--wrapper {
  padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
}
.acris--page-wrap--cookie-permission.is--modal .cookie-permission--container .cookie-permission--content {
  padding: 0.3125rem 0rem 0rem 0rem;
  float: none;
  max-height: 30vh;
  overflow: auto;
}
.acris--page-wrap--cookie-permission.is--modal .cookie-permission--container .cookie-permission--button {
  float: none;
}
@media screen and (min-width: 48em) {
  .acris--page-wrap--cookie-permission.is--modal {
    border-radius: 3px;
    background-clip: padding-box;
  }
}
@media screen and (min-width: 64em) {
  .acris--page-wrap--cookie-permission .cookie-permission--container {
    width: 100%;
  }
  .acris--page-wrap--cookie-permission .cookie-permission--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .acris--page-wrap--cookie-permission .cookie-permission--container:after {
    content: "";
    display: table;
    clear: both;
  }
  .acris--page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content {
    padding: 0.75rem 0rem 0.75rem 0rem;
    float: left;
  }
  .acris--page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
    margin-top: 0;
    float: right;
  }
  .acris--page-wrap--cookie-permission .cookie-permission--container.has--third-btn .cookie-permission--content {
    padding: 0.3125rem 0rem 0.9375rem 0rem;
  }
  .acris--page-wrap--cookie-permission.is--modal .cookie-permission--container .cookie-permission--content {
    padding: 0.3125rem 0rem 0.9375rem 0rem;
  }
  .acris--page-wrap--cookie-permission.is--modal .cookie-permission--button .cookie-permission--button--button {
    margin-top: 0.3125rem;
  }
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--container {
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  max-height: 18.75rem;
  overflow: auto;
  display: none;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--container.is--active {
  height: auto;
  display: inherit;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content {
  height: 100%;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .acris-cookie-settings--groups {
  border-bottom: 1px solid #dadae5;
  height: 100%;
  overflow: auto;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--group {
  margin-bottom: 0.625rem;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--panel {
  border-radius: 3px;
  background-clip: padding-box;
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  background-color: #f5f5f8;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--panel:after {
  content: "";
  display: table;
  clear: both;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--panel:after {
  content: "";
  display: table;
  clear: both;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--title {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  max-width: calc(100% - 60px);
  font-weight: 700;
  float: left;
  cursor: pointer;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--title:hover {
  color: #ec7205;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--title:hover .title--icon {
  background-color: #ec7205;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--title.is--active .title--icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--title .title--name {
  margin-right: 0.3125rem;
  line-height: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--title .title--icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
  background-clip: padding-box;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  background-color: #111111;
  color: #fff;
  text-align: center;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--title .title--icon i,
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--title .title--icon i::before {
  font-size: 4px;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container {
  float: right;
  width: 15%;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .switch--slider--enabled {
  margin-right: 0.625rem;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .switch--slider--enabled + .cookie-setting--switch:has(input:checked) {
  display: none;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch {
  width: 2.75rem;
  height: 1.25rem;
  position: relative;
  display: inline-block;
  float: right;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch .cookie-setting--switch--group {
  float: right;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch .switch--slider {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
  background-clip: padding-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #111111;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch .switch--slider:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  background-clip: padding-box;
  width: 0.875rem;
  height: 0.875rem;
  left: 0.1875rem;
  bottom: 0.1875rem;
  position: absolute;
  content: "";
  background-color: #fff;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch .switch--slider--enabled {
  position: absolute;
  right: 3.75rem;
  display: block;
  width: 100%;
  text-align: right;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch .switch--slider--enabled.switch--slider--active {
  display: none;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch input:checked + .switch--slider {
  background-color: #ec7205;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch input:checked ~ .switch--slider--active {
  display: block;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch input:checked ~ .switch--slider--inactive {
  display: none;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch input:focus + .switch--slider {
  box-shadow: 0 0 1px #ec7205;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch input:checked + .switch--slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch.is--default .switch--slider,
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--switch--container .cookie-setting--switch.is--disabled .switch--slider {
  cursor: not-allowed;
  opacity: 0.5;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--description {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #dadae5;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--data {
  display: none;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--data .cookie-setting--data--inner {
  padding: 0.9375rem 0.9375rem 0.625rem 0.9375rem;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--data .cookie--item {
  margin-bottom: 2.8125rem;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--data .cookie--title {
  font-weight: 700;
  padding-right: 0.3125rem;
  text-overflow: ellipsis;
  overflow: hidden;
}
.acris--page-wrap--cookie-permission.is--modal .acris-cookie-settings--content .cookie-setting--switch--container {
  width: 15%;
}
.acris--page-wrap--cookie-permission.is--inactive,
#acris--cookie-permission--modal-overlay.is--inactive {
  display: none;
}
@media screen and (min-width: 48em) {
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies {
    display: block;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie--item {
    margin-bottom: 0.625rem;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie--item:after {
    content: "";
    display: table;
    clear: both;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie--item:after {
    content: "";
    display: table;
    clear: both;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie--title {
    display: block;
    width: 20%;
    float: left;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie--description {
    display: block;
    width: 64%;
    float: left;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie-setting--switch--container {
    width: 15%;
  }
}
@media screen and (min-width: 78.75em) {
  .acris--page-wrap--cookie-permission .acris-cookie-settings--container {
    max-height: 25rem;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie--title {
    width: 15%;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie--description {
    width: 74%;
  }
  .acris--page-wrap--cookie-permission .acris-cookie-settings--content .cookie-setting--cookies .cookie-setting--switch--container {
    width: 10%;
  }
  .acris--page-wrap--cookie-permission.is--modal .acris-cookie-settings--content .cookie-setting--cookies .cookie--title {
    width: 20%;
  }
  .acris--page-wrap--cookie-permission.is--modal .acris-cookie-settings--content .cookie-setting--cookies .cookie--description {
    width: 64%;
  }
  .acris--page-wrap--cookie-permission.is--modal .acris-cookie-settings--content .cookie-setting--cookies .cookie-setting--switch--container {
    width: 15%;
  }
}
.hide-faq-element {
  display: none;
}
.content--faq-item .is--small {
  font-size: 0.75rem;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper {
  margin-left: 0;
}
.is--ctl-FAQ .content-main .content-main--inner .content--wrapper {
  margin-left: 0;
}
.content--faq .highlight {
  color: #ffffff;
  background-color: #2ecc71;
}
.content--faq .faqWelcomeBox {
  margin-bottom: 10px;
}
.content--faq .faqWelcomeBox p {
  margin: 0;
}
.content--faq .faqWelcomeBox h1 {
  margin-top: 0;
}
.content--faq .faqNavSearchBox {
  margin-bottom: 10px;
}
.content--faq .faqNavSearchBox .left {
  width: 100%;
  line-height: 45px;
}
.content--faq .faqNavSearchBox .left a {
  width: 100%;
}
.content--faq .faqNavSearchBox .right {
  width: 100%;
  line-height: 45px;
}
.content--faq .faqNavSearchBox .right .main-search--form {
  width: 100%;
  position: relative;
  padding: 0;
  z-index: auto;
}
.content--faq .faqListBox {
  margin-bottom: 10px;
}
.content--faq .faqListBox .faqBox .collapse--header {
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
}
.content--faq .faqListBox .faqBox .faqQuestion {
  padding: 15px;
  color: #ec7205;
  cursor: pointer;
}
.content--faq .faqListBox .faqBox .faqAnswer {
  padding: 15px;
  margin: 0;
}
.content--faq .faqTopBox {
  margin-bottom: 10px;
}
.content--faq .faqTopBox .collapse--header {
  padding: 0.625rem 2.5rem 0.625rem 0.625rem;
}
.content--faq .faqTopBox .faqBox .faqQuestion {
  padding: 15px;
  color: #ec7205;
  cursor: pointer;
}
.content--faq .faqTopBox .faqBox .faqAnswer {
  padding: 15px;
}
.content--faq-form {
  margin: 6.25rem 0rem 0rem 0rem;
}
@media screen and (min-width: 48em) {
  .content--faq .faqNavSearchBox .left {
    width: 70%;
  }
  .content--faq .faqNavSearchBox .left a {
    width: auto;
  }
  .content--faq .faqNavSearchBox .right {
    width: 30%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-faq .content-main .content-main--inner .content--wrapper {
    margin-left: 260px;
  }
  .is--ctl-FAQ .content-main .content-main--inner .content--wrapper {
    margin-left: 260px;
  }
  .content--faq .faqNavSearchBox .left {
    width: 80%;
  }
  .content--faq .faqNavSearchBox .right {
    width: 20%;
  }
}
/*
  Product reviews
  PDP - first section
 */
@media screen and (min-width: 64em) {
  .product--upper-reviews {
    order: 1;
    width: 100%;
  }
}
@media screen and (min-width: 78.75em) {
  .product--upper-reviews {
    order: 0;
    position: absolute;
    width: 5rem;
    left: 38.75rem;
    top: 7.5rem;
  }
  .is--child .product--upper-reviews {
    left: 36.25rem;
    top: 1.875rem;
  }
}
.product--upper-reviews .product--upper-reviews-title {
  font-family: Exo, "Roboto Slab", "Times New Roman", serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.238636px;
  text-transform: uppercase;
  color: #131313;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 78.75em) {
  .product--upper-reviews .product--upper-reviews-title {
    display: none;
  }
}
.product--upper-reviews .product--upper-reviews-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 78.75em) {
  .product--upper-reviews .product--upper-reviews-icons {
    flex-direction: column;
  }
}
.product--upper-reviews .product--upper-reviews-icons .product--upper-reviews-icon {
  cursor: pointer;
}
@media screen and (min-width: 78.75em) {
  .product--upper-reviews .product--upper-reviews-icons .product--upper-reviews-icon {
    margin-bottom: 1.4375rem;
  }
}
/*
  New section under downloads
 */
.product--reviews {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 41.22%, #f2f2f2 100%);
  padding-bottom: 2.5rem;
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .product--reviews {
    padding-bottom: 5rem;
  }
}
.product--reviews:after {
  content: "";
  display: table;
  clear: both;
}
.product--reviews:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 48em) {
  .product--reviews .product--reviews-slider {
    max-width: 880px;
    margin: 0 auto;
  }
}
.product--reviews .product--reviews-slider .product--reviews-slider-content {
  font-family: Exo, "Roboto Slab", "Times New Roman", serif;
  font-style: normal;
  text-align: center;
  color: #131313;
  padding: 0rem 2.875rem 0rem 2.875rem;
}
@media screen and (min-width: 64em) {
  .product--reviews .product--reviews-slider .product--reviews-slider-content {
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 48em) {
  .product--reviews .product--reviews-slider .product--reviews-slider-content {
    max-width: 621px;
    margin: 0 auto;
  }
}
.product--reviews .product--reviews-slider .product--reviews-slider-content .product--reviews-slider-icon {
  margin: 2.5rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 64em) {
  .product--reviews .product--reviews-slider .product--reviews-slider-content .product--reviews-slider-icon {
    margin: 5rem 0rem 1.25rem 0rem;
  }
}
.product--reviews .product--reviews-slider .product--reviews-slider-content .product--reviews-slider-icon img {
  margin: 0 auto;
  max-height: 6.25rem;
}
.product--reviews .product--reviews-slider .product--reviews-slider-content .product--reviews-slider-title {
  font-weight: bold;
  letter-spacing: 0.2px;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.product--reviews .product--reviews-slider .product--reviews-slider-content .product--reviews-slider-magazine {
  font-weight: 500;
  color: #ec7205;
  font-size: 0.8125rem;
  line-height: 1.1875rem;
  margin-bottom: 1rem;
}
.product--reviews .product--reviews-slider .product--reviews-slider-content .product--reviews-slider-text {
  font-weight: bold;
  position: relative;
  padding-top: 24px;
  font-size: 1.25rem;
  line-height: 2rem;
}
.product--reviews .product--reviews-slider .product--reviews-slider-content .product--reviews-slider-text:before {
  content: '';
  border: 1px solid #E5E5E5;
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 0;
}
/*
  Listing - review icon
 */
.product--review {
  position: absolute;
  top: 0;
  z-index: 501;
  right: 1.25rem;
}
.product--review img {
  max-width: 3.75rem;
  max-height: 3.75rem;
}
/*
  Child item - review icon
 */
.child--item-review {
  position: absolute;
  z-index: 501;
  top: 1.25rem;
  right: 1.25rem;
}
.child--item-review img {
  max-width: 3.75rem;
  max-height: 3.75rem;
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 0.3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}
.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-right > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-no-transition {
  transition: none !important;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: 0;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #ffffff;
}
.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}
.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3125em;
  border-bottom-left-radius: .3125em;
}
.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, 0.2);
}
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474;
}
.swal2-close::-moz-focus-inner {
  border: 0;
}
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto;
}
.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc;
}
.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}
.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}
.swal2-range {
  margin: 1em auto;
  background: #fff;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type=number] {
  max-width: 10em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}
.swal2-textarea {
  height: 6.75em;
  padding: .75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}
.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}
.swal2-checkbox label,
.swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em;
}
.swal2-checkbox input,
.swal2-radio input {
  margin: 0 0.4em;
}
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6;
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}
.swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}
.swal2-noanimation {
  transition: none;
}
.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}
@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(98.75%);
  background-color: transparent !important;
}
body.swal2-no-backdrop .swal2-container > .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.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-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eeeeee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-abacus:before {
  content: "\f640";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-alarm-clock:before {
  content: "\f34e";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-analytics:before {
  content: "\f643";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-alt-down:before {
  content: "\f354";
}
.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}
.fa-arrow-alt-from-left:before {
  content: "\f347";
}
.fa-arrow-alt-from-right:before {
  content: "\f348";
}
.fa-arrow-alt-from-top:before {
  content: "\f349";
}
.fa-arrow-alt-left:before {
  content: "\f355";
}
.fa-arrow-alt-right:before {
  content: "\f356";
}
.fa-arrow-alt-square-down:before {
  content: "\f350";
}
.fa-arrow-alt-square-left:before {
  content: "\f351";
}
.fa-arrow-alt-square-right:before {
  content: "\f352";
}
.fa-arrow-alt-square-up:before {
  content: "\f353";
}
.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}
.fa-arrow-alt-to-left:before {
  content: "\f34b";
}
.fa-arrow-alt-to-right:before {
  content: "\f34c";
}
.fa-arrow-alt-to-top:before {
  content: "\f34d";
}
.fa-arrow-alt-up:before {
  content: "\f357";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-from-bottom:before {
  content: "\f342";
}
.fa-arrow-from-left:before {
  content: "\f343";
}
.fa-arrow-from-right:before {
  content: "\f344";
}
.fa-arrow-from-top:before {
  content: "\f345";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-square-down:before {
  content: "\f339";
}
.fa-arrow-square-left:before {
  content: "\f33a";
}
.fa-arrow-square-right:before {
  content: "\f33b";
}
.fa-arrow-square-up:before {
  content: "\f33c";
}
.fa-arrow-to-bottom:before {
  content: "\f33d";
}
.fa-arrow-to-left:before {
  content: "\f33e";
}
.fa-arrow-to-right:before {
  content: "\f340";
}
.fa-arrow-to-top:before {
  content: "\f341";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-atom-alt:before {
  content: "\f5d3";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backpack:before {
  content: "\f5d4";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-badge:before {
  content: "\f335";
}
.fa-badge-check:before {
  content: "\f336";
}
.fa-badge-dollar:before {
  content: "\f645";
}
.fa-badge-percent:before {
  content: "\f646";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-barcode-alt:before {
  content: "\f463";
}
.fa-barcode-read:before {
  content: "\f464";
}
.fa-barcode-scan:before {
  content: "\f465";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball:before {
  content: "\f432";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-basketball-hoop:before {
  content: "\f435";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-bolt:before {
  content: "\f376";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-slash:before {
  content: "\f377";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-school:before {
  content: "\f5d5";
}
.fa-bell-school-slash:before {
  content: "\f5d6";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blanket:before {
  content: "\f498";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bone-break:before {
  content: "\f5d8";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-alt:before {
  content: "\f5d9";
}
.fa-book-heart:before {
  content: "\f499";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-books:before {
  content: "\f5db";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-bowling-pins:before {
  content: "\f437";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-alt:before {
  content: "\f49a";
}
.fa-box-check:before {
  content: "\f467";
}
.fa-box-fragile:before {
  content: "\f49b";
}
.fa-box-full:before {
  content: "\f49c";
}
.fa-box-heart:before {
  content: "\f49d";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-up:before {
  content: "\f49f";
}
.fa-box-usd:before {
  content: "\f4a0";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-boxes-alt:before {
  content: "\f4a1";
}
.fa-boxing-glove:before {
  content: "\f438";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-browser:before {
  content: "\f37e";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-bullseye-arrow:before {
  content: "\f648";
}
.fa-bullseye-pointer:before {
  content: "\f649";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-bus-school:before {
  content: "\f5dd";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-cabinet-filing:before {
  content: "\f64b";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calculator-alt:before {
  content: "\f64c";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-edit:before {
  content: "\f333";
}
.fa-calendar-exclamation:before {
  content: "\f334";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-alt:before {
  content: "\f332";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-bump:before {
  content: "\f5e0";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-garage:before {
  content: "\f5e2";
}
.fa-car-mechanic:before {
  content: "\f5e3";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-car-tilt:before {
  content: "\f5e5";
}
.fa-car-wash:before {
  content: "\f5e6";
}
.fa-caret-circle-down:before {
  content: "\f32d";
}
.fa-caret-circle-left:before {
  content: "\f32e";
}
.fa-caret-circle-right:before {
  content: "\f330";
}
.fa-caret-circle-up:before {
  content: "\f331";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-line-down:before {
  content: "\f64d";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-chart-pie-alt:before {
  content: "\f64e";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-bishop-alt:before {
  content: "\f43b";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-clock:before {
  content: "\f43d";
}
.fa-chess-clock-alt:before {
  content: "\f43e";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-king-alt:before {
  content: "\f440";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-knight-alt:before {
  content: "\f442";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-pawn-alt:before {
  content: "\f444";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-queen-alt:before {
  content: "\f446";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chess-rook-alt:before {
  content: "\f448";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-double-down:before {
  content: "\f322";
}
.fa-chevron-double-left:before {
  content: "\f323";
}
.fa-chevron-double-right:before {
  content: "\f324";
}
.fa-chevron-double-up:before {
  content: "\f325";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-square-down:before {
  content: "\f329";
}
.fa-chevron-square-left:before {
  content: "\f32a";
}
.fa-chevron-square-right:before {
  content: "\f32b";
}
.fa-chevron-square-up:before {
  content: "\f32c";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clipboard-prescription:before {
  content: "\f5e8";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-club:before {
  content: "\f327";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-alt-check:before {
  content: "\f4a2";
}
.fa-comment-alt-dollar:before {
  content: "\f650";
}
.fa-comment-alt-dots:before {
  content: "\f4a3";
}
.fa-comment-alt-edit:before {
  content: "\f4a4";
}
.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}
.fa-comment-alt-lines:before {
  content: "\f4a6";
}
.fa-comment-alt-minus:before {
  content: "\f4a7";
}
.fa-comment-alt-plus:before {
  content: "\f4a8";
}
.fa-comment-alt-slash:before {
  content: "\f4a9";
}
.fa-comment-alt-smile:before {
  content: "\f4aa";
}
.fa-comment-alt-times:before {
  content: "\f4ab";
}
.fa-comment-check:before {
  content: "\f4ac";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-edit:before {
  content: "\f4ae";
}
.fa-comment-exclamation:before {
  content: "\f4af";
}
.fa-comment-lines:before {
  content: "\f4b0";
}
.fa-comment-minus:before {
  content: "\f4b1";
}
.fa-comment-plus:before {
  content: "\f4b2";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-smile:before {
  content: "\f4b4";
}
.fa-comment-times:before {
  content: "\f4b5";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-alt:before {
  content: "\f4b6";
}
.fa-comments-alt-dollar:before {
  content: "\f652";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-slash:before {
  content: "\f5e9";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-wide:before {
  content: "\f326";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-container-storage:before {
  content: "\f4b7";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-conveyor-belt:before {
  content: "\f46e";
}
.fa-conveyor-belt-alt:before {
  content: "\f46f";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-credit-card-blank:before {
  content: "\f389";
}
.fa-credit-card-front:before {
  content: "\f38a";
}
.fa-cricket:before {
  content: "\f449";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-curling:before {
  content: "\f44a";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-desktop-alt:before {
  content: "\f390";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-diploma:before {
  content: "\f5ea";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-do-not-enter:before {
  content: "\f5ec";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-empty:before {
  content: "\f473";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-dolly-flatbed-alt:before {
  content: "\f475";
}
.fa-dolly-flatbed-empty:before {
  content: "\f476";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-draw-circle:before {
  content: "\f5ed";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-draw-square:before {
  content: "\f5ef";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-ear:before {
  content: "\f5f0";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-h-alt:before {
  content: "\f39b";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ellipsis-v-alt:before {
  content: "\f39c";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-empty-set:before {
  content: "\f656";
}
.fa-engine-warning:before {
  content: "\f5f2";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-dollar:before {
  content: "\f657";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-square:before {
  content: "\f321";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows:before {
  content: "\f31d";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expand-wide:before {
  content: "\f320";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-field-hockey:before {
  content: "\f44c";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-certificate:before {
  content: "\f5f3";
}
.fa-file-chart-line:before {
  content: "\f659";
}
.fa-file-chart-pie:before {
  content: "\f65a";
}
.fa-file-check:before {
  content: "\f316";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-edit:before {
  content: "\f31c";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-exclamation:before {
  content: "\f31a";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-minus:before {
  content: "\f318";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-plus:before {
  content: "\f319";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-spreadsheet:before {
  content: "\f65b";
}
.fa-file-times:before {
  content: "\f317";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-user:before {
  content: "\f65c";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-film-alt:before {
  content: "\f3a0";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-times:before {
  content: "\f65f";
}
.fa-folders:before {
  content: "\f660";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-football-helmet:before {
  content: "\f44f";
}
.fa-forklift:before {
  content: "\f47a";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-fragile:before {
  content: "\f4bb";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-function:before {
  content: "\f661";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gas-pump-slash:before {
  content: "\f5f4";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gift-card:before {
  content: "\f663";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glasses-alt:before {
  content: "\f5f5";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-stand:before {
  content: "\f5f6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-golf-club:before {
  content: "\f451";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-h1:before {
  content: "\f313";
}
.fa-h2:before {
  content: "\f314";
}
.fa-h3:before {
  content: "\f315";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-heart:before {
  content: "\f4bc";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-box:before {
  content: "\f47b";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-seedling:before {
  content: "\f4bf";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-receiving:before {
  content: "\f47c";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-heart:before {
  content: "\f4c3";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-usd:before {
  content: "\f4c5";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt:before {
  content: "\f4c6";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-circle:before {
  content: "\f4c7";
}
.fa-heart-rate:before {
  content: "\f5f8";
}
.fa-heart-square:before {
  content: "\f4c8";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hexagon:before {
  content: "\f312";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-hockey-sticks:before {
  content: "\f454";
}
.fa-home:before {
  content: "\f015";
}
.fa-home-heart:before {
  content: "\f4c9";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-inbox-in:before {
  content: "\f310";
}
.fa-inbox-out:before {
  content: "\f311";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-industry-alt:before {
  content: "\f3b3";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-info-square:before {
  content: "\f30f";
}
.fa-inhaler:before {
  content: "\f5f9";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-integral:before {
  content: "\f667";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-intersection:before {
  content: "\f668";
}
.fa-inventory:before {
  content: "\f480";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jack-o-lantern:before {
  content: "\f30e";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-keynote:before {
  content: "\f66c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kidneys:before {
  content: "\f5fb";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-lambda:before {
  content: "\f66e";
}
.fa-lamp:before {
  content: "\f4ca";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-layer-minus:before {
  content: "\f5fe";
}
.fa-layer-plus:before {
  content: "\f5ff";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leaf-heart:before {
  content: "\f4cb";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-lightbulb-dollar:before {
  content: "\f670";
}
.fa-lightbulb-exclamation:before {
  content: "\f671";
}
.fa-lightbulb-on:before {
  content: "\f672";
}
.fa-lightbulb-slash:before {
  content: "\f673";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lips:before {
  content: "\f600";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location:before {
  content: "\f601";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-circle:before {
  content: "\f602";
}
.fa-location-slash:before {
  content: "\f603";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-alt:before {
  content: "\f30d";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lock-open-alt:before {
  content: "\f3c2";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-loveseat:before {
  content: "\f4cc";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luchador:before {
  content: "\f455";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-marker-alt-slash:before {
  content: "\f605";
}
.fa-map-marker-check:before {
  content: "\f606";
}
.fa-map-marker-edit:before {
  content: "\f607";
}
.fa-map-marker-exclamation:before {
  content: "\f608";
}
.fa-map-marker-minus:before {
  content: "\f609";
}
.fa-map-marker-plus:before {
  content: "\f60a";
}
.fa-map-marker-question:before {
  content: "\f60b";
}
.fa-map-marker-slash:before {
  content: "\f60c";
}
.fa-map-marker-smile:before {
  content: "\f60d";
}
.fa-map-marker-times:before {
  content: "\f60e";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaphone:before {
  content: "\f675";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mind-share:before {
  content: "\f677";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-hexagon:before {
  content: "\f307";
}
.fa-minus-octagon:before {
  content: "\f308";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-mobile-android:before {
  content: "\f3ce";
}
.fa-mobile-android-alt:before {
  content: "\f3cf";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monitor-heart-rate:before {
  content: "\f611";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octagon:before {
  content: "\f306";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-oil-temp:before {
  content: "\f614";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-omega:before {
  content: "\f67a";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-brush-alt:before {
  content: "\f5a9";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-pallet-alt:before {
  content: "\f483";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-parking-circle:before {
  content: "\f615";
}
.fa-parking-circle-slash:before {
  content: "\f616";
}
.fa-parking-slash:before {
  content: "\f617";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-paintbrush:before {
  content: "\f618";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-pennant:before {
  content: "\f456";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-carry:before {
  content: "\f4cf";
}
.fa-person-dolly:before {
  content: "\f4d0";
}
.fa-person-dolly-empty:before {
  content: "\f4d1";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-office:before {
  content: "\f67d";
}
.fa-phone-plus:before {
  content: "\f4d2";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pi:before {
  content: "\f67e";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-alt:before {
  content: "\f3de";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-hexagon:before {
  content: "\f300";
}
.fa-plus-octagon:before {
  content: "\f301";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-podium:before {
  content: "\f680";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-presentation:before {
  content: "\f685";
}
.fa-print:before {
  content: "\f02f";
}
.fa-print-slash:before {
  content: "\f686";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-question-square:before {
  content: "\f2fd";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-racquet:before {
  content: "\f45a";
}
.fa-ramp-loading:before {
  content: "\f4d4";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-rectangle-landscape:before {
  content: "\f2fa";
}
.fa-rectangle-portrait:before {
  content: "\f2fb";
}
.fa-rectangle-wide:before {
  content: "\f2fc";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-repeat-1:before {
  content: "\f365";
}
.fa-repeat-1-alt:before {
  content: "\f366";
}
.fa-repeat-alt:before {
  content: "\f364";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-retweet-alt:before {
  content: "\f361";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-route-highway:before {
  content: "\f61a";
}
.fa-route-interstate:before {
  content: "\f61b";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-triangle:before {
  content: "\f61c";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-scalpel:before {
  content: "\f61d";
}
.fa-scalpel-path:before {
  content: "\f61e";
}
.fa-scanner:before {
  content: "\f488";
}
.fa-scanner-keyboard:before {
  content: "\f489";
}
.fa-scanner-touchscreen:before {
  content: "\f48a";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scrubber:before {
  content: "\f2f8";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-all:before {
  content: "\f367";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-check:before {
  content: "\f2f7";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shipping-timed:before {
  content: "\f48c";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shredder:before {
  content: "\f68a";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-shuttlecock:before {
  content: "\f45b";
}
.fa-sigma:before {
  content: "\f68b";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signal-1:before {
  content: "\f68c";
}
.fa-signal-2:before {
  content: "\f68d";
}
.fa-signal-3:before {
  content: "\f68e";
}
.fa-signal-4:before {
  content: "\f68f";
}
.fa-signal-alt:before {
  content: "\f690";
}
.fa-signal-alt-1:before {
  content: "\f691";
}
.fa-signal-alt-2:before {
  content: "\f692";
}
.fa-signal-alt-3:before {
  content: "\f693";
}
.fa-signal-alt-slash:before {
  content: "\f694";
}
.fa-signal-slash:before {
  content: "\f695";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skeleton:before {
  content: "\f620";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-sliders-h-square:before {
  content: "\f3f0";
}
.fa-sliders-v:before {
  content: "\f3f1";
}
.fa-sliders-v-square:before {
  content: "\f3f2";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-plus:before {
  content: "\f5b9";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-spade:before {
  content: "\f2f4";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spinner-third:before {
  content: "\f3f4";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root:before {
  content: "\f697";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-exclamation:before {
  content: "\f2f3";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-steering-wheel:before {
  content: "\f622";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stomach:before {
  content: "\f623";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablet-android:before {
  content: "\f3fb";
}
.fa-tablet-android-alt:before {
  content: "\f3fc";
}
.fa-tablet-rugged:before {
  content: "\f48f";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-tachometer-alt-fast:before {
  content: "\f625";
}
.fa-tachometer-alt-fastest:before {
  content: "\f626";
}
.fa-tachometer-alt-slow:before {
  content: "\f627";
}
.fa-tachometer-alt-slowest:before {
  content: "\f628";
}
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-tachometer-fast:before {
  content: "\f62a";
}
.fa-tachometer-fastest:before {
  content: "\f62b";
}
.fa-tachometer-slow:before {
  content: "\f62c";
}
.fa-tachometer-slowest:before {
  content: "\f62d";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tally:before {
  content: "\f69c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tennis-ball:before {
  content: "\f45e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-theta:before {
  content: "\f69e";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tilde:before {
  content: "\f69f";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-times-hexagon:before {
  content: "\f2ee";
}
.fa-times-octagon:before {
  content: "\f2f0";
}
.fa-times-square:before {
  content: "\f2d3";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tire:before {
  content: "\f631";
}
.fa-tire-flat:before {
  content: "\f632";
}
.fa-tire-pressure-warning:before {
  content: "\f633";
}
.fa-tire-rugged:before {
  content: "\f634";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-toothbrush:before {
  content: "\f635";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-cone:before {
  content: "\f636";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-traffic-light-go:before {
  content: "\f638";
}
.fa-traffic-light-slow:before {
  content: "\f639";
}
.fa-traffic-light-stop:before {
  content: "\f63a";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-tree-alt:before {
  content: "\f400";
}
.fa-trello:before {
  content: "\f181";
}
.fa-triangle:before {
  content: "\f2ec";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-trophy-alt:before {
  content: "\f2eb";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-container:before {
  content: "\f4dc";
}
.fa-truck-couch:before {
  content: "\f4dd";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-ramp:before {
  content: "\f4e0";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-tv-retro:before {
  content: "\f401";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-union:before {
  content: "\f6a2";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usd-circle:before {
  content: "\f2e8";
}
.fa-usd-square:before {
  content: "\f2e9";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-chart:before {
  content: "\f6a3";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-crown:before {
  content: "\f6a4";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-class:before {
  content: "\f63d";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-crown:before {
  content: "\f6a5";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-fork:before {
  content: "\f2e3";
}
.fa-utensil-knife:before {
  content: "\f2e4";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-utensils-alt:before {
  content: "\f2e6";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-value-absolute:before {
  content: "\f6a6";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-plus:before {
  content: "\f4e1";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume:before {
  content: "\f6a8";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-slash:before {
  content: "\f2e2";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-warehouse-alt:before {
  content: "\f495";
}
.fa-watch:before {
  content: "\f2e1";
}
.fa-watch-fitness:before {
  content: "\f63e";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whistle:before {
  content: "\f460";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wifi-1:before {
  content: "\f6aa";
}
.fa-wifi-2:before {
  content: "\f6ab";
}
.fa-wifi-slash:before {
  content: "\f6ac";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window:before {
  content: "\f40e";
}
.fa-window-alt:before {
  content: "\f40f";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-light-300.eot');
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-light-300.eot?#iefix') format('embedded-opentype'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-light-300.woff2') format('woff2'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-light-300.woff') format('woff'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-light-300.ttf') format('truetype'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-light-300.svg#fontawesome') format('svg');
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-regular-400.eot');
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-regular-400.eot?#iefix') format('embedded-opentype'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-regular-400.woff2') format('woff2'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-regular-400.woff') format('woff'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-regular-400.ttf') format('truetype'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-regular-400.svg#fontawesome') format('svg');
}
.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-solid-900.eot');
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-solid-900.woff2') format('woff2'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-solid-900.woff') format('woff'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-solid-900.ttf') format('truetype'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-solid-900.svg#fontawesome') format('svg');
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-brands-400.eot');
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-brands-400.eot?#iefix') format('embedded-opentype'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-brands-400.woff2') format('woff2'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-brands-400.woff') format('woff'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-brands-400.ttf') format('truetype'), url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/fa-brands-400.svg#fontawesome') format('svg');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
/* Exo */
@font-face {
  font-family: 'Exo';
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/Exo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Exo';
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/Exo-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/* Roboto Slab */
@font-face {
  font-family: 'RobotoSlab';
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/RobotoSlab-Regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab';
  src: url('../../themes/Frontend/ToutTerrain/frontend/_public/src/fonts/RobotoSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
/*
Colors
================================
The color variables for the TT theme that ar not defined in the theme manager

*/
/*
fa-element mixin
=====================================================
This mixin provides you a method to set any icon from the fontawsome as a before element.

######Example:
`.fa-element([icon-name], [icon-size]);`
*/
/**
    slanted-elements mixin
    this mixin provides you a method to put slanted edges to any element

    possible values are top or bottom

    ######Example:
    .slanted-element(top);

 */
.is--ctl-checkout .container:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-checkout .container:after {
  content: "";
  display: table;
  clear: both;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes arrowDown {
  0% {
    transform: translate(0, -10px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
@keyframes circle-check-loader {
  0% {
    stroke-dashArray: 1666, 1650;
    stroke-dashoffset: 2000;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    stroke-dashOffset: 3320;
    opacity: 1;
  }
}
@keyframes check {
  0% {
    stroke-dashArray: 340;
    stroke-dashoffset: 340;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    stroke-dashOffset: 94;
    opacity: 1;
  }
}
@keyframes btn-add {
  80% {
    opacity: 1;
  }
  95% {
    width: 40px;
  }
  100% {
    opacity: 0;
  }
}
@charset "UTF-8";
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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);
    -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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  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);
    -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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -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;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-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);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  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 shake {
  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);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-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);
  }
}
.headShake {
  -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);
  }
}
.swing {
  -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);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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);
  }
}
.wobble {
  -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);
  }
}
.jello {
  -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);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 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;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -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);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  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);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -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);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  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);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-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);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -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);
  }
}
.fadeInDown {
  -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);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-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);
  }
}
.fadeInLeft {
  -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);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-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);
  }
}
.fadeInRight {
  -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);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-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);
  }
}
.fadeInUp {
  -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);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-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);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-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);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-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);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-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);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-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);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-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);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-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);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-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);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-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;
  }
}
.animated.flip {
  -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);
  }
}
.flipInX {
  -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);
  }
}
.flipInY {
  -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;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-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;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  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 lightSpeedIn {
  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);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-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);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-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;
  }
}
.zoomIn {
  -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);
  }
}
.zoomInDown {
  -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);
  }
}
.zoomInLeft {
  -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);
  }
}
.zoomInRight {
  -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);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-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;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@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-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@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-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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-transform-origin: center bottom;
    transform-origin: center bottom;
    -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);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.container {
  background-color: #000;
}
.btn-slanted {
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  background: #ec7205;
  padding: 12px 0;
  width: 180px;
  height: 45px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
  transform: skew(-26deg);
}
.btn-slanted:visited {
  color: #ffffff;
}
.btn-slanted:hover {
  background: #ff8a36;
  color: #ffffff !important;
}
.btn-slanted > span {
  display: inline-block;
  transform: skew(26deg);
}
.btn-slanted svg {
  height: 16px;
  padding-bottom: 2px;
  padding-left: 5px;
  vertical-align: middle;
}
/* Butons */
.tt-btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.6875rem 1.875rem 0.6875rem 1.875rem;
  border: none;
  background-color: #d8d8d8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -ms-transform: skewX(-26deg);
  -webkit-transform: skewX(-26deg);
  transform: skewX(-26deg);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.tt-btn span.skew-wrapper {
  display: inline-block;
  -ms-transform: skewX(26deg);
  -webkit-transform: skewX(26deg);
  transform: skewX(26deg);
}
.tt-btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.tt-btn.is--disabled {
  cursor: not-allowed;
}
.tt-btn:focus {
  outline: none;
}
.tt-btn.is-primary {
  background: #ec7205;
}
.tt-btn.is-primary:after {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: #ff8a36;
}
.tt-btn.is-primary:hover:after {
  width: 100%;
}
.tt-btn.is-secondary {
  background: #131313;
}
.tt-btn.is-secondary:after {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: #666666;
}
.tt-btn.is-secondary:hover:after {
  width: 100%;
}
.tt-btn.is-icon-right i {
  vertical-align: text-top;
  font-size: 1rem;
  padding-left: 0.625rem;
}
.tt-btn.is-small {
  padding: 0.1875rem 0.625rem 0.1875rem 0.9375rem;
  font-size: 0.6875rem;
}
/* rectangle button */
.tt-btn-std {
  background: #ec7205;
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  letter-spacing: 0.0125rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.6875rem 1.875rem 0.6875rem 1.875rem;
  border: none;
}
.tt-btn-std.is-icon-right i {
  vertical-align: text-top;
  font-size: 1rem;
  padding-left: 0.625rem;
  padding-top: 0.0625rem;
}
.tt-btn-std:hover {
  background: #ff8a36;
}
.tt-btn-std.fullwidth {
  width: 100%;
  text-align: center;
}
.btn {
  border-radius: 0;
  border-color: #131313;
}
.btn:hover {
  color: #ec7205;
  border-color: #ec7205;
}
.is--primary {
  background-image: none;
  background: #ec7205;
}
.is--primary:hover {
  background: #ff8a36;
  color: #ffffff;
}
.is--secondary {
  background: #ffffff;
  background-image: none;
  border: 1px solid #131313;
  color: #131313;
}
.is--secondary:hover {
  background: #ffffff;
  color: #ec7205;
}
.is--ctl-campaign .container,
.is--ctl-index .container {
  background: none;
}
.is--ctl-campaign .content-main--inner,
.is--ctl-index .content-main--inner {
  padding: 0;
}
.is--ctl-campaign .emotion--container,
.is--ctl-index .emotion--container {
  margin-left: 0 !important;
}
.is--ctl-campaign .emotion--container .emotion--container-content,
.is--ctl-index .emotion--container .emotion--container-content {
  margin-top: 0.875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emotion--container-content,
  .is--ctl-index .emotion--container .emotion--container-content {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emotion--container-content,
  .is--ctl-index .emotion--container .emotion--container-content {
    margin-top: 0.875rem;
  }
}
.is--ctl-campaign .emotion--container .emotion--netzkombyse-emotion-activate,
.is--ctl-index .emotion--container .emotion--netzkombyse-emotion-activate {
  margin: 0 auto;
  margin-top: 4.75rem;
  max-width: 78.75rem;
}
.is--ctl-campaign .emotion--container .emotion--netzkombyse-emotion-activate .panel--body,
.is--ctl-index .emotion--container .emotion--netzkombyse-emotion-activate .panel--body {
  padding: 0;
}
.is--ctl-campaign .emotion--container .emotion--netzkombyse-emotion-activate .panel--body .forms--required,
.is--ctl-index .emotion--container .emotion--netzkombyse-emotion-activate .panel--body .forms--required {
  margin-top: 0.625rem;
}
.is--ctl-campaign .serialNumberInfo,
.is--ctl-index .serialNumberInfo {
  display: none;
}
.is--ctl-index .emotion--container .emotion--container-content {
  margin-top: 0;
}
.emotion--overlay {
  top: 12.5rem;
}
.emotion--loading-indicator {
  width: 2.5625rem;
  height: 2.5625rem;
}
.emotion--loading-indicator:before {
  border-width: 6px;
  border-color: #ec7205 #cccccc #cccccc #cccccc;
}
.content-bg-overlay {
  -webkit-transition: 2ms ease-in-out all;
  -moz-transition: 2ms ease-in-out all;
  -ms-transition: 2ms ease-in-out all;
  -o-transition: 2ms ease-in-out all;
  transition: 2ms ease-in-out all;
  background: rgba(0, 0, 0, 0.3);
  background: -moz-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, transparent 0%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.3) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/*

Detail Navigation
===============================
This is the styling for the sticky navigation bar on the product detail page.

**Example:**

`<ul class="navigation--list product--detail-navigation">
  <li class="navigation--entry">
    <a href="#product--detail-content-synopsis" class="navigation--link">Synopsis</a>
  </li>
</ul>`

*/
/*
  restrict the page-wrap container to 100%
  in order to let the navigation bar be scrollable
*/
.is--ctl-detail .page-wrap {
  max-width: 100%;
}
.product--detail-navigation {
  background: #394451;
  overflow: auto;
  white-space: nowrap;
}
.product--detail-navigation.navigation--list {
  padding-left: 0.625rem;
}
.product--detail-navigation.is--sticky {
  position: sticky;
  top: 3.5rem;
  z-index: 5000;
  overflow: hidden;
  width: 100%;
}
.product--detail-navigation.is--sticky .navigation--link.tt-btn.is-primary {
  padding-right: 3.125rem;
  right: -1.875rem;
}
@media screen and (min-width: 64em) {
  .product--detail-navigation.is--sticky .navigation--link.tt-btn.is-primary {
    right: 0;
    padding-right: 1.875rem;
  }
}
.product--detail-navigation .navigation--entry {
  display: none;
  padding: 0.6875rem 0.625rem 0.6875rem 0.625rem;
  font-family: 'RobotoSlab';
  font-size: 0.6875rem;
  line-height: 1.64;
  letter-spacing: 0.03125rem;
}
@media screen and (min-width: 48em) {
  .product--detail-navigation .navigation--entry {
    display: inline-block;
  }
}
.product--detail-navigation .navigation--entry:last-child {
  display: inline-block;
  height: 2.0625rem;
}
@media screen and (min-width: 48em) {
  .product--detail-navigation .navigation--entry:last-child {
    margin-right: 7.5rem;
    height: auto;
  }
}
.product--detail-navigation .navigation--entry .navigation--link {
  display: block;
  color: #ffffff;
}
.product--detail-navigation .navigation--entry .navigation--link.tt-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.6875rem;
}
@media screen and (min-width: 48em) {
  .product--detail-navigation.is--sticky {
    top: 4.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .product--detail-navigation {
    height: 3.75rem;
    padding-top: 0rem;
    position: static;
  }
  .product--detail-navigation .navigation--list {
    position: relative;
    display: flex;
    max-width: 78.75rem !important;
    margin: 0 auto;
    width: 100%;
  }
  .product--detail-navigation .navigation--list:after {
    content: "";
    display: table;
    clear: both;
  }
  .product--detail-navigation .navigation--list:after {
    content: "";
    display: table;
    clear: both;
  }
  .product--detail-navigation.is--sticky {
    position: relative;
    top: auto;
  }
  .product--detail-navigation .navigation--entry {
    line-height: 3.75rem;
    padding: 0rem 0.625rem 0rem 0.625rem;
  }
  .product--detail-navigation .navigation--entry.is--last {
    margin-right: 0rem;
    margin-left: auto;
  }
  .product--detail-navigation .navigation--entry .navigation--link {
    font-size: 0.8125rem;
  }
  .product--detail-navigation .navigation--entry .navigation--link.tt-btn {
    margin-top: 0.625rem;
    width: 13.75rem;
    margin-right: 1rem;
    text-align: center;
  }
  .is--scrolled .is--sticky {
    position: fixed;
    top: 4.75rem;
    width: 100%;
  }
}
/*
######A small dot navigation for example for a slider panel.

```
<div class="panel--dot-nav">
    <a href=""></a>
    <a href="" class="is--active"></a>
    <a href=""></a>
</div>
```
*/
.panel--dot-nav {
  height: 0.4375rem;
  position: relative;
}
.panel--dot-nav .dot--link,
.panel--dot-nav a {
  border-radius: 0;
  margin: 0rem 0.125rem 0rem 0.125rem;
  width: 1.25rem;
  height: 0.375rem;
  border: none;
  background: #d8d8d8;
}
.panel--dot-nav .dot--link.is--active,
.panel--dot-nav a.is--active {
  border-color: #ec7205;
  background: #ec7205;
}
.panel--title {
  color: #131313;
}
.is--ctl-campaign {
  /* Manufaktur */
}
.is--ctl-campaign .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.is--ctl-campaign .page-wrap {
  width: 100%;
}
.is--ctl-campaign .page-wrap .content-main {
  box-shadow: none;
  max-width: 100%;
}
.is--ctl-campaign .page-wrap .content-main .content--wrapper .content--home {
  margin-top: 0;
}
.is--ctl-campaign .page-wrap .content-main .content--wrapper .content--home .emotion--wrapper {
  max-width: 100%;
}
.is--ctl-campaign .mf {
  margin-top: 0.875rem;
  /* section intro */
  /* section team */
  /* section innovator */
  /* section location */
  /* section ontour */
  /* section production */
  /* section sustainability */
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf {
    margin-top: 0.875rem;
  }
}
.is--ctl-campaign .mf .mf-section-intro {
  position: relative;
  padding: 0rem 0.625rem 1rem 0.625rem;
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .mf .mf-section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-intro .content-bg {
    height: 31.25rem;
    background-position: top right;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-intro .content-bg {
    background-position: top center;
    height: 34.375rem;
  }
}
.is--ctl-campaign .mf .mf-section-intro .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 24.0625rem;
  margin: 15.3125rem 0rem 0rem -12.03125rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-intro .content {
    margin: 15.625rem 0rem 0rem -14.375rem;
    max-width: 28.75rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-intro .content {
    left: auto;
    margin-top: 9.0625rem;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-intro .content {
    margin-top: 14.6875rem;
    margin-left: 13.125rem;
  }
}
.is--ctl-campaign .mf .mf-section-intro .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-intro .content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .mf .mf-section-intro .content .tt-btn {
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .mf .mf-section-intro .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.is--ctl-campaign .mf .mf-section-team {
  background-color: #ffffff;
}
.is--ctl-campaign .mf .mf-section-team .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
.is--ctl-campaign .mf .mf-section-team .content.headline-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.is--ctl-campaign .mf .mf-section-team .content.headline-icon svg {
  width: auto;
  height: 4rem;
}
.is--ctl-campaign .mf .mf-section-team .content.headline-icon h2 {
  text-align: left;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-team .content.headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .mf .mf-section-team .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-team .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-team .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content {
  float: none;
  background: #ffffff;
  padding: 0rem 1.25rem 2.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content {
    margin: 0 auto;
    width: 42.5rem;
    padding: 2.8125rem 0rem 2.625rem 1.25rem;
  }
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content {
    margin: 0 auto;
    padding: 2.8125rem 0rem 2.625rem 1.875rem;
    width: 61.25rem;
  }
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box .text {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .content-text {
  text-align: left;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .content-text {
    float: right;
    width: 17.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .content-text {
    width: 30rem;
  }
}
.is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-team .content + .content-image + .content .content-text .content-action {
    text-align: left;
  }
}
.is--ctl-campaign .mf .mf-section-innovator {
  text-align: center;
  position: relative;
}
.is--ctl-campaign .mf .mf-section-innovator .headline {
  display: flex;
  margin-top: 13.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-innovator .headline {
    margin-top: 0;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .headline .headline-bg {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-innovator .headline .headline-bg {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-innovator .headline .headline-bg {
    height: 37.5rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .headline .headline-content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 3;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  width: 100%;
  padding: 4.625rem 2.1875rem 3.5rem 2.1875rem;
  margin-top: -15rem;
  margin-bottom: 12.5rem;
  min-height: 21.125rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-innovator .headline .headline-content {
    min-height: unset;
    left: 45%;
    width: max-content;
    max-width: 23.75rem;
    margin-top: 11.25rem;
    margin-bottom: 0;
    padding: 4.6875rem 1.875rem 3.4375rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-innovator .headline .headline-content {
    left: 50%;
    margin-top: 15.625rem;
    max-width: 30rem;
    padding: 5.3125rem 2.1875rem 5.9375rem 2.1875rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .headline .headline-content h2 {
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-innovator .headline .headline-content h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .content {
  position: relative;
  padding: 0rem 1.25rem 2.5rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-innovator .content {
    margin-top: 0;
    padding: 0rem 0rem 2.5rem 0rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .content .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 18.8125rem;
  margin-bottom: 1.25rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 175%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .content-image {
    background-size: 100%;
    background-position: top center;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    height: 25.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .content-image {
    height: 39.8125rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .content .content-text-mobil {
  text-align: left;
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .content-text-mobil {
    display: none;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .content .content-text-desktop {
  display: block;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .content-text-desktop {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 42.5rem;
    margin-bottom: 1.25rem;
  }
  .is--ctl-campaign .mf .mf-section-innovator .content .content-text-desktop .icon-box {
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .content-text-desktop {
    width: 57.1875rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .icon-box {
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .mf .mf-section-innovator .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .mf .mf-section-innovator .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .mf .mf-section-innovator .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .icon-box .text {
    width: 15.625rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .mf .mf-section-innovator .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-innovator .content .content-action {
    margin: 0 auto;
    text-align: left;
    width: 48.75rem;
  }
}
.is--ctl-campaign .mf .mf-section-location {
  position: relative;
}
.is--ctl-campaign .mf .mf-section-location .content-title {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 3.5625rem 2.1875rem 2.8125rem 2.1875rem;
  width: 24.0625rem;
  color: #ffffff;
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-location .content-title {
    position: absolute;
    padding: 3.5625rem 2.5rem 2.8125rem 2.5rem;
    top: 10rem;
    left: 2.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-location .content-title {
    max-width: unset;
    padding: 5.375rem 5rem 4.125rem 5rem;
    width: max-content;
    max-width: 33.75rem;
    top: 12.5rem;
    left: 6.875rem;
  }
}
.is--ctl-campaign .mf .mf-section-location .content-title h2 {
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-location .content-title h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .mf .mf-section-location .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 18.75rem;
  margin-top: -9.375rem;
  background-size: 300%;
  background-position: -350px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 30em) {
  .is--ctl-campaign .mf .mf-section-location .content-image {
    background-size: 250%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-location .content-image {
    margin-top: 0;
    background-size: 112%;
    background-position: center;
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-location .content-image {
    height: 31.25rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-location .content {
    margin: 0 auto;
    float: none;
    margin-top: 1.5625rem;
    width: 42.5rem;
    padding: 2.8125rem 0rem 1.25rem 0rem;
  }
  .is--ctl-campaign .mf .mf-section-location .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-location .content {
    padding: 2.8125rem 0rem 3.75rem 1.875rem;
    width: 61.25rem;
  }
}
.is--ctl-campaign .mf .mf-section-location .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-location .content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .mf .mf-section-location .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .mf .mf-section-location .content .icon-box .icon i {
  font-size: 4rem;
  margin-top: 0.625rem;
}
.is--ctl-campaign .mf .mf-section-location .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .mf .mf-section-location .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.75rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-location .content .icon-box .text {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .mf .mf-section-location .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-location .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .mf .mf-section-location .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .mf .mf-section-location .content .content-text {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-location .content .content-text {
    float: right;
    width: 17.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-location .content .content-text {
    width: 30rem;
  }
}
.is--ctl-campaign .mf .mf-section-location .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 15rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-location .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.is--ctl-campaign .mf .mf-section-ontour .content-title {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  padding: 4.625rem 2.1875rem 3.5rem 2.1875rem;
  margin-top: -11.875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-ontour .content-title {
    position: absolute;
    margin-top: 11.875rem;
    margin-left: 2.5rem;
    width: 23.4375rem;
    padding: 4.6875rem 1.875rem 3.4375rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-ontour .content-title {
    margin-top: 15.625rem;
    margin-left: 6.875rem;
    width: max-content;
    max-width: 33.75rem;
    padding: 5.3125rem 2.1875rem 5.625rem 2.1875rem;
  }
}
.is--ctl-campaign .mf .mf-section-ontour .content-title h2 {
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-ontour .content-title h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .mf .mf-section-ontour .content {
  position: relative;
  margin-top: -6.75rem;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-ontour .content {
    margin-top: 0;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-ontour .content .content-image-bg {
    margin-top: -0.0625rem;
  }
}
.is--ctl-campaign .mf .mf-section-ontour .content .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 1.25rem;
  height: 18.75rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-ontour .content .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-ontour .content .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .mf .mf-section-ontour .content .content-text {
  margin-bottom: 1.25rem;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-ontour .content .content-text {
    margin: 0 auto;
    width: 42.5rem;
    margin-top: 6.25rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-ontour .content .content-text {
    width: 57.1875rem;
  }
}
.is--ctl-campaign .mf .mf-section-ontour .content .content-text .content-action {
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-ontour .content .content-text .content-action {
    text-align: left;
    margin-top: 1.25rem;
  }
}
.is--ctl-campaign .mf .mf-section-production {
  color: #ffffff;
  background-color: #0c375e;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  padding: 4.6875rem 0rem 2.8125rem 0rem;
  margin-top: -3.75rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production {
    padding-top: 8.125rem;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
}
.is--ctl-campaign .mf .mf-section-production .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.is--ctl-campaign .mf .mf-section-production .headline-icon i {
  font-size: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .mf .mf-section-production .headline-icon h2 {
  color: #ffffff;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .mf .mf-section-production .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 18.75rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-production .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production .content-image {
    margin: 0 auto;
    width: 61.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-production .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .mf .mf-section-production .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production .content {
    margin: 0 auto;
    float: none;
    width: 61.25rem;
    padding: 2.8125rem 0rem 1.25rem 2.5rem;
  }
  .is--ctl-campaign .mf .mf-section-production .content:after {
    content: '';
    clear: both;
  }
}
.is--ctl-campaign .mf .mf-section-production .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production .content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .mf .mf-section-production .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .mf .mf-section-production .content .icon-box .icon i {
  font-size: 4.125rem;
  margin-top: 0.625rem;
}
.is--ctl-campaign .mf .mf-section-production .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .mf .mf-section-production .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production .content .icon-box .text {
    width: 15.9375rem;
  }
}
.is--ctl-campaign .mf .mf-section-production .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .mf .mf-section-production .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .mf .mf-section-production .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production .content .content-text {
    float: right;
    width: 30rem;
  }
}
.is--ctl-campaign .mf .mf-section-production .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-production .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.is--ctl-campaign .mf .mf-section-sustainability {
  padding: 4.0625rem 0rem 4.375rem 0rem;
}
.is--ctl-campaign .mf .mf-section-sustainability .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.is--ctl-campaign .mf .mf-section-sustainability .headline-icon i {
  font-size: 2.75rem;
  margin-bottom: 1.5625rem;
}
.is--ctl-campaign .mf .mf-section-sustainability .headline-icon svg {
  width: auto;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .mf .mf-section-sustainability .headline-icon h2 {
  margin: 0rem 0rem 1.875rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-sustainability .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .mf .mf-section-sustainability .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .mf .mf-section-sustainability .content {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content {
    margin: 0 auto;
    float: none;
    width: 42.5rem;
    padding: 2.8125rem 0rem 1.25rem 0rem;
  }
  .is--ctl-campaign .mf .mf-section-sustainability .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content {
    width: 61.25rem;
    padding: 2.8125rem 0rem 1.25rem 2.5rem;
  }
}
.is--ctl-campaign .mf .mf-section-sustainability .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .icon i {
  font-size: 4.125rem;
  margin-top: 0.625rem;
}
.is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-top: 0.625rem;
}
.is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .text {
    width: 19.375rem;
  }
}
.is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .mf .mf-section-sustainability .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .mf .mf-section-sustainability .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content .content-text {
    float: right;
    width: 17.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content .content-text {
    width: 30rem;
  }
}
.is--ctl-campaign .mf .mf-section-sustainability .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .mf .mf-section-sustainability .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.list--unordered.is--checked li {
  position: relative;
}
.list--unordered.is--checked li:before {
  width: 1.25rem;
  font-size: 1.125rem;
  left: -1.25rem;
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  position: absolute;
  top: 0;
  font-weight: 900;
}
.list--unstyled.has--downloads {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem !important;
}
.list--unstyled.has--downloads li {
  width: 100%;
  font-size: 0.6875rem;
  border-bottom: 1px solid #6c747f;
  padding: 0.59375rem 0rem 0.59375rem 0rem;
}
.list--unstyled.has--downloads li a {
  color: #ffffff;
  position: relative;
  line-height: 1.82;
  letter-spacing: 0.0125rem;
  display: block;
}
.list--unstyled.has--downloads li a span {
  text-align: left;
}
.list--unstyled.has--downloads li a i {
  float: right;
  font-size: 1.625rem;
  color: #ec7205;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.8125rem;
}
/* product box */
.box--slider .product--title {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  height: 3.4375rem;
}
.box--slider .product--image {
  height: 13.125rem;
}
.box--slider .product--price {
  font-size: 0.8125rem;
}
.box--slider .product--price .price--default {
  font-size: 0.8125rem;
  font-weight: 500;
}
.box--slider .product--price .price--default.is--discount {
  color: #ec7205;
}
.box--slider .product--price .price--discount {
  font-size: 0.8125rem;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../themes/Frontend/ToutTerrain/frontend/_public/src/img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.25rem;
  height: 0.375rem;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #d8d8d8;
  background: #d8d8d8;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ec7205;
  background: #ec7205;
  opacity: 0.75;
}
.image-slider .slick-dots {
  bottom: -45px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 23.75rem;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.image-slider .slick-slide {
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
a:active,
a:focus {
  outline: expression(hideFocus='true');
}
.tab-navigation {
  list-style: none;
  margin-bottom: 1.875rem;
  width: max-content;
  margin: 0 auto;
}
.tab-navigation li {
  display: inline-block;
  float: left;
  list-style: none;
  font-size: 0.875rem;
  font-family: RobotoSlab;
  line-height: 1.875rem;
}
.tab-navigation li a {
  display: inline-block;
  line-height: 1.3125rem;
  height: 1.3125rem;
  color: #9b9b9b;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  letter-spacing: 0.03125rem;
  border-left: 1px solid #9b9b9b;
}
.tab-navigation li a.tabulous_active {
  font-weight: bold;
  color: #131313;
}
.tab-navigation li a:hover {
  color: #ec7205;
}
.tab-navigation li:first-child a {
  padding-left: 0;
  border-left: none;
}
.tab-navigation li:last-child a {
  padding-right: 0;
}
.tab-container {
  width: 100%;
  margin: 0 auto;
}
.tabs-container {
  overflow: hidden;
  position: relative;
  background: white;
  height: 23.4375rem;
  background: none;
}
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.make_transist {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hidescale {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hidescaleup {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.showscaleup {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}
.hideflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: rotatey(-90deg) scale(1.1);
  -moz-transform: rotatey(-90deg) scale(1.1);
  -o-transform: rotatey(-90deg) scale(1.1);
  -ms-transform: rotatey(-90deg) scale(1.1);
  transform: rotatey(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.showflip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: rotatey(0deg) scale(1);
  -moz-transform: rotatey(0deg) scale(1);
  -o-transform: rotatey(0deg) scale(1);
  -ms-transform: rotatey(0deg) scale(1);
  transform: rotatey(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.tabulousclear {
  display: block;
  clear: both;
}
.select-field select,
.js--fancy-select select {
  border: none;
  border-radius: 0;
  background-image: none;
  font-size: 0.8125rem;
  font-weight: normal;
}
.select-field:after,
.js--fancy-select:after {
  border: none;
}
.filter-panel {
  border-radius: 0;
  border-color: #afb0af;
  background-image: none;
}
@media screen and (min-width: 48em) {
  .filter-panel {
    width: 32.333%;
  }
}
.filter-panel .filter-panel--flyout {
  border-radius: 0;
}
.filter-panel .filter-panel--flyout label {
  color: #131313;
  font-size: 13px;
}
.filter-panel.is--collapsed .filter-panel--flyout {
  border-color: #afb0af;
}
@media screen and (min-width: 48em) {
  .action--filter-options .filter--container {
    padding-right: 0;
  }
}
.listing--wrapper {
  max-width: 78.75em;
  margin: 0 auto;
}
.listing--wrapper .filter--actions.filter--actions-top {
  margin: 1.25rem 0rem 1.25rem 0rem;
  overflow: hidden;
}
.listing--wrapper .filter--actions.filter--actions-bottom {
  display: none;
}
.filter-panel--checkbox {
  border-radius: 50%;
}
.filter-panel--checkbox input[type="checkbox"]:checked ~ .input--state,
.filter-panel--radio input[type="checkbox"]:checked ~ .input--state,
.filter-panel--checkbox input[type="checkbox"]:checked ~ .checkbox--state,
.filter-panel--radio input[type="checkbox"]:checked ~ .checkbox--state {
  background-image: none;
  border-radius: 50%;
}
.filter--active,
.search--cat-filter .cat-filter--reset {
  border: 0;
  border-radius: 0;
  background: #ec7205;
  color: #ffffff;
  margin-bottom: 0;
}
.filter--active[data-filter-param="reset"] {
  background: #ffffff;
  color: #ec7205;
}
.filter--active[data-filter-param="reset"] .filter--active-icon {
  color: #ec7205;
}
.filter--active .filter--active-icon {
  color: #ffffff;
}
.filter--active:hover {
  color: #ffffff;
}
.filter--active:hover .filter--active-icon {
  color: #ffffff;
}
.filter--active[data-filter-param="reset"]:hover {
  color: #ec7205;
}
.filter--active[data-filter-param="reset"]:hover .filter--active-icon {
  color: #ec7205;
}
.filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) {
  color: #ffffff;
}
.filter--active-container.is--disabled .filter--active:not([data-filter-param="reset"]) .filter--active-icon {
  color: #ffffff;
}
.action--filter-btn .filter--trigger.is--active {
  padding: 0.25rem 0.25rem 0.25rem 0.625rem;
}
.action--filter-btn .filter--trigger.is--active.is--small {
  background: #ffffff;
  border: 1px solid #afb0af;
  color: #ec7205;
  line-height: 1.5rem;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #898989;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #898989;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #898989;
}
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
.stripe-payment-card-form .StripeElement,
.stripe-payment-sepa-form .StripeElement {
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
  border: 1px solid #afb0af;
  color: #131313;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.013125rem;
  padding: 0.4375rem 0.4375rem 0.4375rem 0.4375rem;
}
textarea:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
.stripe-payment-card-form .StripeElement.StripeElement--focus,
.stripe-payment-sepa-form .StripeElement.StripeElement--focus {
  border: 1px solid #afb0af;
}
textarea.has--error,
input[type="text"].has--error,
input[type="search"].has--error,
input[type="password"].has--error,
input[type="number"].has--error,
input[type="email"].has--error,
input[type="tel"].has--error,
.stripe-payment-card-form .StripeElement.StripeElement--invalid,
.stripe-payment-sepa-form .StripeElement.StripeElement--invalid {
  color: #ec7205;
  background: #ffffff;
  border-color: #ec7205;
}
.select-field,
.js--fancy-select {
  height: 2.5rem;
}
.select-field select,
.js--fancy-select select {
  background: #ffffff;
  border: 1px solid #afb0af;
}
.select-field select:hover,
.js--fancy-select select:hover {
  color: #131313;
  border: 1px solid #afb0af;
}
.select-field select:focus,
.js--fancy-select select:focus {
  color: #131313;
  border: 1px solid #afb0af;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #afb0af;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  padding: 9px;
  margin-bottom: 0;
  vertical-align: sub;
}
input[type="checkbox"]:active,
input[type="radio"]:active,
input[type="checkbox"]:checked,
input[type="radio"]:checked {
  color: #ffffff;
  background: #ec7205;
}
input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f00c';
  font-size: 8px;
  position: absolute;
  top: 5px;
  left: 6px;
  color: #ffffff;
}
label {
  color: #131313;
}
.scrollToTop {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 9999;
  background: #131313;
  right: 0.9375rem;
  bottom: 0.9375rem;
  height: 2.5rem;
  width: 2.5rem;
  /* Firefox */
  -moz-transition: background-color 200ms ease-in;
  /* WebKit */
  -webkit-transition: background-color 200ms ease-in;
  /* Opera */
  -o-transition: background-color 200ms ease-in;
  /* Standard */
  transition: background-color 200ms ease-in;
}
.scrollToTop:hover {
  background: #ec7205;
}
.scrollToTop:before {
  display: block;
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  text-align: center;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.range-slider--range-bar {
  background: #ec7205;
}
.account--dropdown-navigation.off-canvas {
  background: #ffffff;
  z-index: 9000;
}
.account--dropdown-navigation .account--menu {
  padding: 0rem 1.375rem 1.375rem 1.375rem;
}
.navigation--smartphone {
  z-index: 4000;
}
.navigation--smartphone .entry--close-off-canvas,
#cookie-consent .cookie-consent--header {
  background-image: none;
  background-color: #131313;
  border-bottom: 6px solid #ec7205;
  padding: 0.5rem 1.375rem 0.25rem 1.375rem;
}
.navigation--smartphone .entry--close-off-canvas .icon--arrow-right,
#cookie-consent .cookie-consent--header .icon--arrow-right {
  position: relative;
  top: 0.25rem;
  font-size: 0.5rem;
}
.account--menu .navigation--headline {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.018125rem;
  color: #131313;
  font-weight: 900;
  display: block;
  margin: 1rem 0.625rem 0.625rem 0rem;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 48em) {
  .account--menu .navigation--headline {
    margin: 0;
    padding-top: 0.9375rem;
  }
}
.sidebar--navigation {
  border: 0;
  display: block !important;
  width: 100% !important;
}
.sidebar--navigation .navigation--entry {
  border: 0;
}
.sidebar--navigation .navigation--entry .navigation--register {
  display: block;
  font-family: RobotoSlab;
  margin-top: 0.625rem;
  line-height: 1.125rem;
  letter-spacing: 0.03375rem;
}
@media screen and (min-width: 48em) {
  .sidebar--navigation .navigation--entry .navigation--register {
    margin-top: 0.375rem;
  }
}
.sidebar--navigation .navigation--entry .navigation--register a {
  color: #ec7205;
  font-weight: 700;
}
.sidebar--navigation .navigation--entry .navigation--signin .navigation--signin-btn {
  color: #ffffff;
}
.sidebar--navigation .navigation--entry .navigation--signin a {
  color: #ec7205;
}
.sidebar--navigation .navigation--entry .tt-btn {
  display: block;
  max-width: 14.0625rem;
  margin: 0 auto;
}
.sidebar--navigation .navigation--link {
  font-family: RobotoSlab;
  color: #131313;
  font-size: 0.8125rem;
  letter-spacing: 0.03375rem;
  transition: ease-in 0.2s;
}
.shop--navigation.mobile-language {
  position: absolute;
  top: 0;
  right: 0;
}
.shop--navigation.mobile-language .select-field {
  color: #ffffff;
  width: 1.75rem;
  height: 1.25rem;
  margin-top: 0.3125rem;
  position: relative;
  left: -0.5rem;
  top: 0.5rem;
}
.shop--navigation.mobile-language .select-field:after {
  content: '';
}
.shop--navigation.mobile-language .language--select {
  text-indent: -9999px;
  background: none;
  border: 0;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.shop--navigation.mobile-language .language--flag {
  position: absolute;
  top: 42%;
  width: 1.75rem;
  height: 1.25rem;
  right: 1.125rem;
}
.shop--navigation.mobile-language .language--flag.de_DE {
  background-image: linear-gradient(to bottom, #262626 33%, #dd0000 33%, #dd0000 66%, #ffce00 66%);
}
.js--modal {
  box-shadow: none;
  border-top: 6px solid #ec7205;
  border-radius: 0;
}
.js--modal.sizing--auto.is--fullscreen {
  z-index: 8000;
  top: 6.5625rem !important;
}
.js--modal .modal--close {
  border: none;
  background: none;
  top: 2.0625rem;
  right: 2.0625rem;
}
.js--modal .content .panel--title.is--underline {
  padding: 1.875rem 0rem 1.25rem 0rem;
}
.js--modal .content .ajax-modal--custom {
  padding: 0;
  margin: 0.625rem 1.875rem 0.625rem 1.875rem;
}
@media screen and (min-width: 48em) {
  .js--modal .content .ajax-modal--custom {
    margin: 0.625rem 3.75rem 0.625rem 3.75rem;
  }
}
.js--modal .content .ajax-modal--custom .panel--title,
.js--modal .content .ajax-modal--custom h1 {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  border: none;
  font-size: 2.75rem;
  line-height: 2.5rem;
  letter-spacing: 0.04375rem;
  margin: 4.375rem 0rem 1.25rem 0rem;
}
.js--modal .content .ajax-modal--custom .panel--body {
  padding: 0;
}
.js--modal .content .netiStoreLocator_route {
  border: none;
  margin: 0.625rem 1.875rem 0.625rem 1.875rem;
}
@media screen and (min-width: 48em) {
  .js--modal .content .netiStoreLocator_route {
    margin: 0.625rem 3.75rem 0.625rem 3.75rem;
  }
}
.js--modal .content .netiStoreLocator_route h2 {
  text-align: center;
  font-size: 2.75rem;
  line-height: 2.5rem;
  letter-spacing: 0.04375rem;
  margin: 4.375rem 0rem 1.25rem 0rem;
}
.badge.is--primary {
  background: #ec7205;
}
.product--delivery .delivery--information .delivery--text {
  color: #131313;
  font-size: 0.6875rem;
}
.product--delivery .delivery--information .delivery--text i {
  background: none;
}
.product--delivery .delivery--status-available {
  color: #2ecc71;
}
.product--delivery .delivery--status-not-available {
  color: #e44d42;
}
.image-slider--container {
  height: auto;
  margin-bottom: 0rem;
}
.image-slider--dots {
  top: auto;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 78.75em) {
  .image-slider--dots {
    padding: 0.625rem 0rem 0.625rem 0rem;
  }
}
.is--ctl-faq .content-main {
  box-shadow: none;
  background: transparent;
}
.is--ctl-faq .content-main .content-main--inner {
  margin: 3.4375rem 0rem 0rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-faq .content-main .content-main--inner {
    margin: 4.6875rem 0rem 0rem 0rem;
    padding: 0rem 1.875rem 1rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-faq .content-main .content-main--inner {
    margin: 3.4375rem 0rem 0rem 0rem;
    padding: 0rem 3.125rem 1rem 3.125rem;
  }
}
.is--ctl-faq .content-main .content-main--inner .content--breadcrumb {
  display: none;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .content--banner {
  margin: 0rem -0.625rem 0rem -0.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-faq .content-main .content-main--inner .content--wrapper .content--banner {
    margin: 0rem -1.875rem 0rem -1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-faq .content-main .content-main--inner .content--wrapper .content--banner {
    margin: 0rem -3.125rem 0rem -3.125rem;
  }
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .content--banner img {
  width: 100%;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .custom-page--content .content--faq-form {
  border: none;
  margin-top: 2.5rem;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .custom-page--content .content--faq-form .panel--header {
  padding-left: 0;
  padding-right: 0;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .custom-page--content .content--faq-form .panel--body {
  padding-left: 0;
  padding-right: 0;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .custom-page--content .content--faq-form .panel--body a {
  display: block;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-faq .content-main .content-main--inner .content--wrapper .custom-page--content .content--faq-form .panel--body a {
    display: inline-block;
  }
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .faqWelcomeBox {
  padding: 0;
  border: 0;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .faqNavSearchBox .left a {
  background-image: none;
  width: 95%;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-faq .content-main .content-main--inner .content--wrapper .faqNavSearchBox .left a {
    width: auto;
  }
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .faqNavSearchBox .right .main-search--form .main-search--field:hover {
  border: 1px solid #ec7205;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .faqListBox .faqBox .collapse--header {
  box-shadow: none;
  border: solid 1px #afb0af;
  background-image: none;
  border-radius: unset;
}
.is--ctl-faq .content-main .content-main--inner .content--wrapper .faqListBox .faqBox .collapse--header.is--active {
  font-weight: normal;
  color: #131313;
  background-color: #ffffff;
}
.is--ctl-campaign .nh {
  margin-top: 0.875rem;
  /* section intro */
  /* section 2 */
  /* section 3 */
  /* section 4 */
  /* section 5 */
  /* section 6 */
  /* section 7 */
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh {
    margin-top: 0.875rem;
  }
}
.is--ctl-campaign .nh .section-intro {
  position: relative;
  padding: 0rem 0.625rem 1rem 0.625rem;
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .nh .section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-intro .content-bg {
    height: 31.25rem;
    background-position: top right;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-intro .content-bg {
    background-position: top center;
    height: 34.375rem;
  }
}
.is--ctl-campaign .nh .section-intro .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(65, 116, 6, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 24.0625rem;
  margin: 9.0625rem 0rem 0rem -12.03125rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-intro .content {
    margin: 15.625rem 0rem 0rem -14.375rem;
    max-width: 28.75rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-intro .content {
    left: auto;
    margin-top: 15.3125rem;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-intro .content {
    margin-top: 14.6875rem;
    margin-left: 13.125rem;
  }
}
.is--ctl-campaign .nh .section-intro .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-intro .content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .nh .section-intro .content .tt-btn {
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .nh .section-intro .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.is--ctl-campaign .nh .section-2 {
  background-color: #ffffff;
}
.is--ctl-campaign .nh .section-2 .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
.is--ctl-campaign .nh .section-2 .content.headline-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.is--ctl-campaign .nh .section-2 .content.headline-icon svg {
  width: auto;
  height: 4rem;
  display: none;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-2 .content.headline-icon svg {
    display: block;
  }
}
.is--ctl-campaign .nh .section-2 .content.headline-icon h2 {
  text-align: left;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-2 .content.headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .nh .section-2 .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-2 .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-2 .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content {
  float: none;
  background: #ffffff;
  padding: 0rem 1.25rem 2.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-2 .content + .content-image + .content {
    margin: 0 auto;
    width: 42.5rem;
    padding: 2.8125rem 0rem 2.625rem 1.25rem;
  }
  .is--ctl-campaign .nh .section-2 .content + .content-image + .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-2 .content + .content-image + .content {
    margin: 0 auto;
    padding: 2.8125rem 0rem 2.625rem 1.875rem;
    width: 61.25rem;
  }
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box {
  text-align: left;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box {
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 16.25rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box .text {
    width: 24.0625rem;
  }
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .content-text {
  text-align: left;
}
.is--ctl-campaign .nh .section-2 .content + .content-image + .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-2 .content + .content-image + .content .content-text .content-action {
    text-align: left;
  }
}
.is--ctl-campaign .nh .section-3 {
  color: #ffffff;
  background-color: #417406;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  padding: 4.6875rem 0rem 2.8125rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 {
    padding-top: 8.125rem;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
}
.is--ctl-campaign .nh .section-3 .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.is--ctl-campaign .nh .section-3 .headline-icon svg {
  font-size: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .nh .section-3 .headline-icon h2 {
  color: #ffffff;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .nh .section-3 .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 18.75rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-3 .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 .content-image {
    margin: 0 auto;
    width: 61.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-3 .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .nh .section-3 .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 .content {
    margin: 0 auto;
    float: none;
    width: 61.25rem;
    padding: 2.8125rem 0rem 1.25rem 2.5rem;
  }
  .is--ctl-campaign .nh .section-3 .content:after {
    content: '';
    clear: both;
  }
}
.is--ctl-campaign .nh .section-3 .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 .content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .nh .section-3 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .nh .section-3 .content .icon-box .icon i {
  font-size: 4.125rem;
  margin-top: 0.625rem;
}
.is--ctl-campaign .nh .section-3 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .nh .section-3 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 .content .icon-box .text {
    width: 15.9375rem;
  }
}
.is--ctl-campaign .nh .section-3 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .nh .section-3 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .nh .section-3 .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 .content .content-text {
    float: right;
    width: 30rem;
  }
}
.is--ctl-campaign .nh .section-3 .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-3 .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.is--ctl-campaign .nh .section-4 {
  text-align: center;
  position: relative;
}
.is--ctl-campaign .nh .section-4 .headline {
  display: flex;
}
.is--ctl-campaign .nh .section-4 .headline .headline-bg {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-4 .headline .headline-bg {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-4 .headline .headline-bg {
    height: 37.5rem;
  }
}
.is--ctl-campaign .nh .section-4 .headline .headline-content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(65, 116, 6, 0.9);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  width: 100%;
  padding: 4.625rem 2.1875rem 3.5rem 2.1875rem;
  margin-top: 12.5rem;
  min-height: 21.125rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-4 .headline .headline-content {
    min-height: unset;
    left: 45%;
    width: max-content;
    max-width: 23.75rem;
    margin-top: 11.25rem;
    margin-bottom: 0;
    padding: 4.6875rem 1.875rem 3.4375rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-4 .headline .headline-content {
    left: 50%;
    margin-top: 18.75rem;
    max-width: 30rem;
    padding: 5.3125rem 2.1875rem 5.9375rem 2.1875rem;
  }
}
.is--ctl-campaign .nh .section-4 .headline .headline-content h2 {
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-4 .headline .headline-content h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .nh .section-4 .content {
  position: relative;
  padding: 0rem 1.25rem 2.5rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-4 .content {
    margin-top: 0;
    padding: 0rem 0rem 2.5rem 0rem;
  }
}
.is--ctl-campaign .nh .section-4 .content .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 18.8125rem;
  margin-bottom: 1.25rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 175%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-4 .content .content-image {
    background-size: 100%;
    background-position: top center;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    height: 25.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-4 .content .content-image {
    height: 39.8125rem;
  }
}
.is--ctl-campaign .nh .section-4 .content .content-text-mobil {
  text-align: left;
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-4 .content .content-text-mobil {
    display: none;
  }
}
.is--ctl-campaign .nh .section-4 .content .content-text-desktop {
  display: block;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-4 .content .content-text-desktop {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 42.5rem;
    margin-bottom: 1.25rem;
  }
  .is--ctl-campaign .nh .section-4 .content .content-text-desktop .icon-box {
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-4 .content .content-text-desktop {
    width: 57.1875rem;
  }
}
.is--ctl-campaign .nh .section-4 .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-4 .content .icon-box {
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .nh .section-4 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .nh .section-4 .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .nh .section-4 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .nh .section-4 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-4 .content .icon-box .text {
    width: 15.625rem;
  }
}
.is--ctl-campaign .nh .section-4 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-4 .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .nh .section-4 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-4 .content .content-action {
    margin: 0 auto;
    text-align: left;
    width: 48.75rem;
  }
}
.is--ctl-campaign .nh .section-5 .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.is--ctl-campaign .nh .section-5 .headline-icon svg {
  font-size: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .nh .section-5 .headline-icon h2 {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-5 .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .nh .section-5 .content-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  text-align: center;
  height: 14.375rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.04rem;
  padding: 6.125rem 1.25rem 0rem 1.25rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-5 .content-image {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.is--ctl-campaign .nh .section-5 .content-image2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  text-align: center;
  height: 14.375rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.04rem;
  padding: 6.125rem 1.25rem 0rem 1.25rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-5 .content-image2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.is--ctl-campaign .nh .section-5 .content {
  text-align: left;
  float: none;
  padding: 0rem 1.25rem 0rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-5 .content {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 0;
  }
}
.is--ctl-campaign .nh .section-5 .content .content-text {
  margin-bottom: 3.125rem;
}
.is--ctl-campaign .nh .section-5 .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-5 .content .content-box {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .is--ctl-campaign .nh .section-5 .content .content-box:first-child {
    margin-right: 2%;
  }
  .is--ctl-campaign .nh .section-5 .content .content-box .content-image {
    padding-top: 9.375rem;
    height: 21.25rem;
  }
  .is--ctl-campaign .nh .section-5 .content .content-box .content-image2 {
    padding-top: 9.375rem;
    height: 21.25rem;
  }
}
.is--ctl-campaign .nh .section-6 {
  text-align: center;
  position: relative;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-6 {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
}
.is--ctl-campaign .nh .section-6 .headline {
  display: flex;
}
.is--ctl-campaign .nh .section-6 .headline .headline-bg {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-6 .headline .headline-bg {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-6 .headline .headline-bg {
    height: 37.5rem;
  }
}
.is--ctl-campaign .nh .section-6 .headline .headline-content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(65, 116, 6, 0.9);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 3;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  width: 100%;
  padding: 4.625rem 2.1875rem 3.5rem 2.1875rem;
  margin-top: 12.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-6 .headline .headline-content {
    left: 45%;
    width: max-content;
    max-width: 23.75rem;
    margin-top: 11.25rem;
    margin-bottom: 0;
    padding: 4.6875rem 1.875rem 3.4375rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-6 .headline .headline-content {
    left: 50%;
    margin-top: 18.75rem;
    max-width: 30rem;
    padding: 5.3125rem 2.1875rem 5.9375rem 2.1875rem;
  }
}
.is--ctl-campaign .nh .section-6 .headline .headline-content h2 {
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-6 .headline .headline-content h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .nh .section-6 .content {
  position: relative;
  padding: 0rem 1.25rem 2.5rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-6 .content {
    margin-top: 0;
    padding: 0rem 0rem 2.5rem 0rem;
  }
}
.is--ctl-campaign .nh .section-6 .content .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 18.8125rem;
  margin-bottom: 1.25rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 175%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-6 .content .content-image {
    background-size: 100%;
    background-position: top center;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    height: 25.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-6 .content .content-image {
    height: 39.8125rem;
  }
}
.is--ctl-campaign .nh .section-6 .content .content-text-mobil {
  text-align: left;
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-6 .content .content-text-mobil {
    display: none;
  }
}
.is--ctl-campaign .nh .section-6 .content .content-text-desktop {
  display: block;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-6 .content .content-text-desktop {
    display: block;
    margin: 0 auto;
    text-align: left;
    width: 42.5rem;
    margin-bottom: 1.25rem;
  }
  .is--ctl-campaign .nh .section-6 .content .content-text-desktop .icon-box {
    margin: 0rem 0rem 1.875rem 0rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-6 .content .content-text-desktop {
    width: 57.1875rem;
  }
}
.is--ctl-campaign .nh .section-6 .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-6 .content .icon-box {
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .nh .section-6 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .nh .section-6 .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .nh .section-6 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .nh .section-6 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-6 .content .icon-box .text {
    width: 15.625rem;
  }
}
.is--ctl-campaign .nh .section-6 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-6 .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .nh .section-6 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-6 .content .content-action {
    margin: 0 auto;
    text-align: left;
    width: 48.75rem;
  }
}
.is--ctl-campaign .nh .section-7 {
  padding: 0rem 0rem 4.375rem 0rem;
}
.is--ctl-campaign .nh .section-7 .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.is--ctl-campaign .nh .section-7 .headline-icon i {
  font-size: 2.75rem;
  margin-bottom: 1.5625rem;
}
.is--ctl-campaign .nh .section-7 .headline-icon svg {
  width: auto;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .nh .section-7 .headline-icon h2 {
  margin: 0rem 0rem 1.875rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-7 .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .nh .section-7 .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-7 .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-7 .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .nh .section-7 .content {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-7 .content {
    margin: 0 auto;
    float: none;
    width: 42.5rem;
    padding: 2.8125rem 0rem 1.25rem 0rem;
  }
  .is--ctl-campaign .nh .section-7 .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-7 .content {
    width: 57.5rem;
    padding: 2.8125rem 0rem 1.25rem 2.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-7 .content {
    width: 67.5rem;
  }
}
.is--ctl-campaign .nh .section-7 .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-7 .content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .nh .section-7 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .nh .section-7 .content .icon-box .icon i {
  font-size: 4.125rem;
  margin-top: 0.625rem;
}
.is--ctl-campaign .nh .section-7 .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-top: 0.625rem;
}
.is--ctl-campaign .nh .section-7 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .nh .section-7 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-7 .content .icon-box .text {
    width: 25.625rem;
  }
}
.is--ctl-campaign .nh .section-7 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-7 .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .nh .section-7 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .nh .section-7 .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-7 .content .content-text {
    float: right;
    width: 17.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .nh .section-7 .content .content-text {
    width: 22.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .nh .section-7 .content .content-text {
    width: 30rem;
  }
}
.is--ctl-campaign .nh .section-7 .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
.is--ctl-campaign .nh .section-7 .content .content-text .content-action .tt-btn {
  background: #417406;
}
.is--ctl-campaign .nh .section-7 .content .content-text .content-action .tt-btn:after {
  background: #325904;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .nh .section-7 .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal,
.js--modal.sizing--auto.popup-invader--modal {
  top: 3.125rem !important;
  margin: 0;
  max-height: none;
}
@media screen and (min-width: 48em) {
  .js--modal.sizing--auto.is--fullscreen.popup-invader--modal,
  .js--modal.sizing--auto.popup-invader--modal {
    width: 45rem !important;
    height: 23.8125rem !important;
    margin: auto;
    max-height: none;
  }
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal .ajax-modal--custom,
.js--modal.sizing--auto.popup-invader--modal .ajax-modal--custom {
  margin: 1.25rem 2.5rem 0rem 2.5rem;
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--headline-mobil,
.js--modal.sizing--auto.popup-invader--modal .popup-invader--headline-mobil {
  text-align: center;
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--headline-mobil h1,
.js--modal.sizing--auto.popup-invader--modal .popup-invader--headline-mobil h1 {
  margin-top: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--headline-mobil,
  .js--modal.sizing--auto.popup-invader--modal .popup-invader--headline-mobil {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content,
  .js--modal.sizing--auto.popup-invader--modal .popup-invader--content {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 48em) {
  .js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--text,
  .js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--text {
    max-width: 18.75rem;
  }
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--image,
.js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--image {
  margin-bottom: 1.25rem;
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--image img,
.js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--image img {
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--image,
  .js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--image {
    margin-right: 2.25rem;
  }
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--actions,
.js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--actions {
  text-align: center;
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--actions .popup-invader--close-modal,
.js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--actions .popup-invader--close-modal {
  display: block;
  margin-top: 0.625rem;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  text-align: center;
}
.js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--headline-desktop,
.js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--headline-desktop {
  display: none;
}
@media screen and (min-width: 48em) {
  .js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--headline-desktop,
  .js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--headline-desktop {
    display: block;
  }
  .js--modal.sizing--auto.is--fullscreen.popup-invader--modal .popup-invader--content .popup-invader--headline-desktop h1,
  .js--modal.sizing--auto.popup-invader--modal .popup-invader--content .popup-invader--headline-desktop h1 {
    margin-top: 0;
    line-height: 1;
  }
}
.swag-cookie-permission {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.swag-cookie-permission .cookie-bar {
  min-height: 76px;
}
.header-main {
  position: fixed;
  width: 100%;
  z-index: 9000;
  padding-bottom: 0;
  border-bottom: none;
  top: 0;
}
.header-main.is--active-searchfield {
  padding-bottom: 60px;
}
@media screen and (min-width: 48em) {
  .header-main {
    border-bottom: none;
  }
  .header-main .top-bar {
    display: none;
  }
}
.header-main .header--logo {
  max-width: none;
}
.header-main .header--logo .logo-main {
  height: 56px;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .header-main .header--logo .logo-main {
    height: 76px;
  }
}
.header-main .header--logo .logo-main .logo--shop {
  display: block;
  float: none;
  width: auto;
  z-index: 8000;
  height: 56px;
  padding: 0;
  margin: 0;
  line-height: 50px;
}
@media screen and (min-width: 48em) {
  .header-main .header--logo .logo-main .logo--shop {
    height: 76px;
    line-height: 76px;
  }
}
@media screen and (min-width: 48em) {
  .header-main .header--logo .logo-main .logo--shop .logo--link {
    height: 76px;
    line-height: 76px;
  }
}
.header-main .header--logo .logo-main .logo--shop .logo--link svg {
  height: 16px;
  vertical-align: middle;
}
@media screen and (min-width: 48em) {
  .header-main .header--logo .logo-main .logo--shop .logo--link svg {
    height: 24px;
  }
}
.header-main .header--navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 56px;
  max-width: none;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation {
    margin: 0;
    padding: 0;
    height: 76px;
  }
}
.header-main .header--navigation .shop--navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #131313;
  border-bottom: 6px solid #ec7205;
}
.header-main .header--navigation .shop--navigation.is--open {
  border-bottom: 6px solid #131313;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation {
    z-index: 3000;
  }
}
.header-main .header--navigation .shop--navigation::before,
.header-main .header--navigation .shop--navigation::after {
  display: none;
}
.header-main .header--navigation .shop--navigation .navigation--list {
  width: 100px;
  display: flex;
  flex-direction: row;
}
.header-main .header--navigation .shop--navigation .navigation--list--left {
  justify-content: flex-start;
  padding-left: 10px;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list--left {
    padding-left: 20px;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list--right {
  justify-content: flex-end;
  padding-right: 10px;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list--right {
    padding-right: 5px;
  }
}
@media screen and (min-width: 64em) {
  .header-main .header--navigation .shop--navigation .navigation--list--right {
    padding-right: 20px;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .navigation--entry {
  margin: 0;
}
.header-main .header--navigation .shop--navigation .navigation--list .navigation--entry.entry--account.js--is--dropdown-active .account--dropdown-navigation {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .entry--link,
.header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .cart--link {
  height: 50px;
  padding: 0 10px;
  margin: 0;
  line-height: 50px;
  background: none;
  border: none;
  padding: 0 7px;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .entry--link,
  .header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .cart--link {
    height: 76px;
    padding: 0 5px;
    line-height: 76px;
  }
}
@media screen and (min-width: 64em) {
  .header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .entry--link,
  .header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .cart--link {
    padding: 0 20px;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .entry--link svg,
.header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .cart--link svg {
  width: 16px;
  height: 16px;
  color: #ffffff;
  vertical-align: middle;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .entry--link svg,
  .header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .cart--link svg {
    height: 22px;
    width: 22px;
  }
}
@media screen and (min-width: 64em) {
  .header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .entry--link .cart--amount,
  .header-main .header--navigation .shop--navigation .navigation--list .navigation--entry .cart--link .cart--amount {
    display: none;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--menu-left {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 64em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--menu-left {
    display: none;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--lang {
  display: none;
}
@media screen and (min-width: 64em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--lang {
    display: inline-block;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field {
  color: #ffffff;
  height: 50px;
  overflow: visible;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field {
    height: 70px;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field:hover {
  color: #ec7205;
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field:hover .language--select {
  color: #ec7205;
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field:after {
  height: 50px;
  line-height: 50px;
  width: 10px;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field:after {
    height: 70px;
    line-height: 75px;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field .language--select {
  background: none;
  border: none;
  padding: 0 5px;
  width: 40px;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field .language--select {
    line-height: 75px;
  }
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field select {
    font-size: 16px;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field select:focus {
  color: #ffffff;
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--lang .select-field select option {
  background: #131313;
  color: #ffffff;
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language {
  display: none;
  height: 3.125rem;
  padding: 0 10px;
  /**
						.field--select {
							&:before {
								font-family: "Font Awesome 5 Pro";
								content: @fa-var-globe;
								color: #ffffff;
								font-weight: 300;
								position: absolute;
								top: 50%;
								.unitize(margin-top,-12);
								.unitize(font-size,16);
								@media screen and (min-width: @tabletViewportWidth) {
									.unitize(margin-top,-15);
									.unitize(font-size,22);
								}
							}
						}
						**/
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language {
    height: 4.375rem;
    padding: 0 5px;
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language {
    padding: 0 20px;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language .select-field {
  color: #ffffff;
  width: 1.25rem;
  height: 2.8125rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language .select-field {
    margin-top: 0.9375rem;
    height: 3.4375rem;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language .select-field:after {
  display: none;
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language .select-field select {
  text-indent: -9999px;
  background: none;
  border: 0;
  padding: 0rem 0.625rem 0rem 0.625rem;
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language .select-field select:after {
  content: '';
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--language .top-bar--language .language--flag {
  margin-top: -0.375rem;
  position: absolute;
  z-index: 900;
  top: 50%;
  pointer-events: none;
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--account {
  display: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  padding-right: 0;
}
@media screen and (min-width: 23.38em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--account {
    padding-right: 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--account {
    padding-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--account {
    display: inline-block;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--account .entry--link i {
  color: #ffffff;
  position: relative;
  top: 0.125rem;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--account .entry--link i {
    top: 0.3125rem;
    font-size: 1.375rem;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--search {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: auto;
  padding-left: 0;
}
@media screen and (min-width: 23.38em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search {
    padding-left: 0rem;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form,
.header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--results {
  position: fixed;
}
@media screen and (min-width: 30em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form {
    top: 50px;
    display: none;
    padding: 10px;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form .main-search--field {
    background: #ffffff;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form .main-search--button {
    top: 10px;
    right: 10px;
    bottom: 10px;
    padding: 0 10px 0 10px;
    height: auto;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form .form--ajax-loader {
    top: 20px;
    right: 55px;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--results {
    border: none;
    border-bottom: 1px solid #dadae5;
    background-clip: border-box;
    border-radius: none;
    top: 110px;
    width: 100%;
    margin-left: 0;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search.is--active .main-search--form {
    display: inline-block;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .entry--trigger {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search {
    background: none;
    position: relative;
    left: auto;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-clip: border-box;
    border: none;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form {
    top: 76px;
    display: none;
    padding: 10px;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form .main-search--field {
    background: #ffffff;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form .main-search--button {
    top: 10px;
    right: 10px;
    bottom: 10px;
    padding: 0 10px 0 10px;
    height: auto;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--form .form--ajax-loader {
    top: 20px;
    right: 55px;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .main-search--results {
    border: none;
    border-bottom: 1px solid #dadae5;
    background-clip: border-box;
    border-radius: none;
    top: 130px;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search.is--active .main-search--form {
    display: inline-block;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .entry--trigger {
    display: inline-block;
  }
  .header-main .header--navigation .shop--navigation .navigation--list .entry--search .search--display {
    display: none;
  }
}
.header-main .header--navigation .shop--navigation .navigation--list .entry--cart {
  display: block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.header-main .header--navigation .shop--navigation .cart--quantity {
  top: 0.3125rem;
}
@media screen and (min-width: 48em) {
  .header-main .header--navigation .shop--navigation .cart--quantity {
    top: 0.75rem;
    left: 2.1875rem;
  }
}
.off-canvas .account--menu.is--personalized .navigation--signin {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 13px !important;
  margin-bottom: 0.8125rem !important;
}
.account--dropdown-navigation .navigation--signin {
  padding-top: 0.3125rem;
}
@media screen and (min-width: 48em) {
  .account--dropdown-navigation .navigation--signin {
    padding-top: 0rem;
    padding-bottom: 0.875rem;
    margin-bottom: 0.6875rem;
  }
}
@media screen and (min-width: 48em) {
  .account--dropdown-navigation .navigation--register {
    font-size: 0.6875rem;
  }
}
.account--dropdown-navigation.off-canvas .account--close-off-canvas {
  font-family: RobotoSlab;
}
@media screen and (min-width: 48em) {
  .account--dropdown-navigation {
    top: 5.625rem;
    width: 13.75rem;
  }
}
.account--dropdown-navigation .account--menu .sidebar--navigation .link--logout {
  padding-left: 0.625rem;
}
@media screen and (min-width: 48em) {
  .account--dropdown-navigation .account--menu .sidebar--navigation .link--logout {
    padding-left: 0;
  }
}
@media screen and (min-width: 48em) {
  .account--dropdown-navigation .account--menu {
    border-top: 6px solid #ec7205;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
  }
  .account--dropdown-navigation .account--menu:after {
    display: none;
  }
}
.account--dropdown-navigation .account--menu .navigation--link.link--logout {
  border-top: 1px solid #d8d8d8;
  margin-top: 1.125rem;
}
@media screen and (min-width: 48em) {
  .account--dropdown-navigation .account--menu .navigation--link.link--logout {
    margin-top: 0.625rem;
  }
}
.account--dropdown-navigation.country--selection {
  right: auto;
}
.account--menu.is--personalized .navigation--link.navigation--personalized:before,
.account--menu.is--personalized .navigation--link.navigation--personalized::before,
.shop--navigation .navigation--entry .account--link.account--user-loggedin:after {
  display: none;
}
.navigation--logout-personalized {
  font-size: 0.9375rem;
  font-family: Exo;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0.015rem;
  color: #131313;
  text-transform: uppercase;
}
.navigation--logout.blocked--link {
  padding-left: 1.4375rem;
  color: #ec7205;
  font-weight: 700;
}
.navigation--logout.blocked--link:before {
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  content: "\e614";
  font-family: 'shopware';
  position: absolute;
  display: block;
}
@media screen and (min-width: 48em) {
  .navigation--logout.blocked--link:before {
    left: 0.125rem;
  }
}
.select-field.country--select {
  width: 12.5rem;
  margin-top: 0.9375rem;
}
.account--dropdown-navigation.country--selection:after {
  top: 4.75rem;
}
.account--dropdown-navigation.country--selection .navigation--list {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 48em) {
  .js--overlay-relative {
    position: unset;
  }
}
.sidebar-select {
  position: fixed;
  padding-top: 50px;
  border-bottom: 6px solid #ec7205;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .sidebar-select {
    padding-top: 70px;
    height: fit-content;
  }
}
.sidebar-select.is--open {
  width: 100%;
  z-index: 9500;
}
@media screen and (min-width: 48em) {
  .sidebar-select.is--open {
    bottom: unset;
  }
}
.sidebar-select:before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/backgrounds/manufactury-for-you-mobile.jpg");
}
.sidebar-select:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/backgrounds/background-for-you-mobile.jpg");
  background-position: 0 50px;
  background-size: cover;
  z-index: -1;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.sidebar-select.bgImageManufactury:after {
  background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/backgrounds/manufactury-for-you-mobile.jpg");
}
@media screen and (min-width: 48em) {
  .sidebar-select {
    display: none;
  }
}
.sidebar-select .sidebar--navigation-wrapper {
  overflow: auto;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar--navigation-wrapper {
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    justify-content: left;
    -ms-flex-pack: left;
  }
}
.sidebar-select .sidebar-select--top {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #131313;
  padding: 0 25px;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--top {
    height: 70px;
  }
}
.sidebar-select .sidebar-select--top .entry--close-off-canvas a {
  color: #ffffff;
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--top .entry--close-off-canvas a {
    line-height: 70px;
  }
}
.sidebar-select .sidebar-select--top .entry--close-off-canvas a:hover {
  color: #ec7205;
}
.sidebar-select .sidebar-select--top .entry--right {
  display: flex;
}
.sidebar-select .sidebar-select--top .entry--account .account--link {
  color: #ffffff;
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 50px;
  letter-spacing: 0.2px;
  margin: 0rem 1.25rem 0rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--top .entry--account .account--link {
    line-height: 75px;
  }
}
.sidebar-select .sidebar-select--top .entry--account .account--link:hover {
  color: #ec7205;
}
.sidebar-select .sidebar-select--top .entry--account .account--link i {
  font-size: 16px;
}
@media screen and (min-width: 64em) {
  .sidebar-select .sidebar-select--top .entry--lang {
    display: inline-block;
  }
}
.sidebar-select .sidebar-select--top .entry--lang .select-field {
  color: #ffffff;
  height: 50px;
  overflow: visible;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--top .entry--lang .select-field {
    height: 70px;
  }
}
.sidebar-select .sidebar-select--top .entry--lang .select-field:hover {
  color: #ec7205;
}
.sidebar-select .sidebar-select--top .entry--lang .select-field:hover .language--select {
  color: #ec7205;
}
.sidebar-select .sidebar-select--top .entry--lang .select-field:after {
  height: 50px;
  line-height: 45px;
  width: 10px;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--top .entry--lang .select-field:after {
    height: 70px;
    line-height: 70px;
  }
}
.sidebar-select .sidebar-select--top .entry--lang .select-field .language--select {
  background: none;
  border: none;
  padding: 0 5px;
  width: 40px;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--top .entry--lang .select-field .language--select {
    line-height: 75px;
  }
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--top .entry--lang .select-field select {
    font-size: 16px;
  }
}
.sidebar-select .sidebar-select--top .entry--lang .select-field select:focus {
  color: #ffffff;
}
.sidebar-select .sidebar-select--top .entry--lang .select-field select option {
  background: #131313;
  color: #ffffff;
}
.sidebar-select .sidebar-select--navigation {
  position: absolute;
  top: 50px;
  width: 100%;
}
.sidebar-select .sidebar-select--navigation.display-none-for-mobil {
  display: none;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--navigation {
    position: relative;
    top: 0;
    width: 40%;
  }
  .sidebar-select .sidebar-select--navigation.display-none-for-mobil {
    display: block;
  }
}
.sidebar-select .sidebar-select--navigation .sidebar-select--navigation-item {
  margin: 37px 25px;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--navigation .sidebar-select--navigation-item {
    margin: 0 25px;
  }
}
.sidebar-select .sidebar-select--navigation,
.sidebar-select .sidebar-select--sub-navigation {
  overflow: auto;
  height: 100%;
  padding-bottom: 50px;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--navigation,
  .sidebar-select .sidebar-select--sub-navigation {
    overflow: hidden;
    height: auto;
    margin-top: 80px !important;
  }
}
.sidebar-select .sidebar-select--navigation .sidebar-select--navigation-all,
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--navigation-all {
  margin-bottom: 10px;
}
.sidebar-select .sidebar-select--navigation .sidebar-select--navigation-all .navigation--link,
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--navigation-all .navigation--link {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}
.sidebar-select .sidebar-select--navigation .sidebar-select--navigation-all .navigation--link:hover,
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--navigation-all .navigation--link:hover {
  color: #ec7205;
}
.sidebar-select .sidebar-select--navigation .sidebar-select--navigation-all .navigation--link.is--active,
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--navigation-all .navigation--link.is--active {
  color: #ec7205;
}
.sidebar-select .sidebar-select--navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-main .navigation--link,
.sidebar-select .sidebar-select--sub-navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-main .navigation--link {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: 0.38px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.sidebar-select .sidebar-select--navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-main .navigation--link:hover,
.sidebar-select .sidebar-select--sub-navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-main .navigation--link:hover {
  color: #ec7205;
}
.sidebar-select .sidebar-select--navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-main .navigation--link.is--active,
.sidebar-select .sidebar-select--sub-navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-main .navigation--link.is--active {
  color: #ec7205;
}
.sidebar-select .sidebar-select--navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-sub,
.sidebar-select .sidebar-select--sub-navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-sub {
  margin-top: 25px;
}
.sidebar-select .sidebar-select--navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-sub .navigation--link,
.sidebar-select .sidebar-select--sub-navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-sub .navigation--link {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
.sidebar-select .sidebar-select--navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-sub .navigation--link:hover,
.sidebar-select .sidebar-select--sub-navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-sub .navigation--link:hover {
  color: #ec7205;
}
.sidebar-select .sidebar-select--navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-sub .navigation--link.is--active,
.sidebar-select .sidebar-select--sub-navigation .sidebar-top-category--navigation .sidebar-top-category--navigation-sub .navigation--link.is--active {
  color: #ec7205;
}
.sidebar-select .sidebar-select--navigation .sidebar-select--navigation-manufacturer,
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--navigation-manufacturer {
  position: absolute;
  bottom: 100px;
}
@media screen and (min-width: 30em) {
  .sidebar-select .sidebar-select--navigation .sidebar-select--navigation-manufacturer,
  .sidebar-select .sidebar-select--sub-navigation .sidebar-select--navigation-manufacturer {
    position: relative;
    bottom: unset;
    margin-top: 50px;
  }
}
.sidebar-select .sidebar-select--navigation .sidebar-select--navigation-manufacturer a,
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--navigation-manufacturer a {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: 0.38px;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.sidebar-select .sidebar-select--navigation .sidebar-select--navigation-manufacturer a:hover,
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--navigation-manufacturer a:hover {
  color: #ec7205;
}
.sidebar-select .sidebar-select--sub-navigation {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  margin: 0;
  display: none;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--sub-navigation {
    width: 60%;
    top: 0;
    position: relative;
    height: auto;
  }
}
.sidebar-select .sidebar-select--sub-navigation .sidebar-top-category--navigation-sub {
  margin-top: 0 !important;
}
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--sub-navigation-item {
  display: none;
  opacity: 0;
  left: 100%;
  top: 0;
  position: relative;
  padding: 37px 25px;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--sub-navigation .sidebar-select--sub-navigation-item {
    padding: 0 50px;
    top: 0;
  }
  .sidebar-select .sidebar-select--sub-navigation .sidebar-select--sub-navigation-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #ffffff;
    -moz-transition: height 0.25s ease;
    -webkit-transition: height 0.25s ease;
    -o-transition: height 0.25s ease;
    transition: height 0.25s ease;
  }
  .sidebar-select .sidebar-select--sub-navigation .sidebar-select--sub-navigation-item.is--open:before {
    height: 100%;
  }
}
.sidebar-select .sidebar-select--sub-navigation .sidebar-select--sub-navigation-item .is--back-button {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 22px;
}
@media screen and (min-width: 48em) {
  .sidebar-select .sidebar-select--sub-navigation.families .sidebar-select--sub-navigation-item .is--back-button {
    display: none;
  }
  .sidebar-select .sidebar-select--sub-navigation.manufactury .sidebar-select--sub-navigation-item .is--back-button {
    display: none;
  }
}
.sidebar-select .background-image {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/backgrounds/background-for-you-mobile.jpg");
  background-position: right top;
  background-size: cover;
  z-index: -1;
}
.sidebar-select .account--navigation {
  display: none;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0 25px;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .sidebar-select .account--navigation {
    top: 70px;
  }
}
.sidebar-select .account--navigation .account--menu {
  border: none;
}
@media screen and (min-width: 30em) {
  .sidebar-select .account--navigation .account--menu {
    width: 40%;
    margin: 0 auto;
  }
}
.sidebar-select .account--navigation .account--menu .navigation--headline {
  margin-top: 0;
}
.sidebar-select .account--navigation .account--menu .account--menu-container .navigation--signin-btn {
  max-width: 100%;
}
.sidebar-select .account--navigation .account--menu .account--menu-container .navigation--register {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.sidebar-select .account--navigation .account--menu .account--menu-container .navigation--link {
  font-size: 16px;
}
.sidebar-select .account--navigation .account--navigation-close {
  text-align: right;
  margin-top: 20px;
}
.sidebar-select .account--navigation .account--navigation-close .account--navigation-close-link {
  font-size: 21px;
  color: #131313;
}
.sidebar-select .account--navigation .account--navigation-close .account--navigation-close-link i {
  color: #131313;
}
.topbar-select {
  display: none;
  width: 525px;
  height: 76px;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 64em) {
  .topbar-select {
    width: 600px;
    display: flex;
  }
}
.topbar-select .topbar-select--top-category-one,
.topbar-select .topbar-select--top-category-two {
  position: relative;
  width: max-content;
  height: 76px;
  line-height: 76px;
  text-align: center;
}
.topbar-select .topbar-select--top-category-one a,
.topbar-select .topbar-select--top-category-two a {
  text-transform: uppercase;
  color: #ffffff;
}
.topbar-select .topbar-select--top-category-one .pointer,
.topbar-select .topbar-select--top-category-two .pointer {
  display: none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 13px solid #ec7205;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -1.25rem;
}
.topbar-select .topbar-select--top-category-one .pointer.is--open,
.topbar-select .topbar-select--top-category-two .pointer.is--open {
  border-top: 13px solid #131313;
}
.topbar-select .topbar-select--top-category-one:hover a,
.topbar-select .topbar-select--top-category-two:hover a {
  color: #ff8a36;
}
.topbar-select .topbar-select--top-category-one:hover .pointer,
.topbar-select .topbar-select--top-category-two:hover .pointer {
  display: block;
}
.topbar {
  display: none;
  width: 100%;
  height: 80%;
  min-height: 550px;
  border-bottom: solid 6px #ec7205;
  top: -100%;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.2s cubic-bezier(0.3, 0, 0.15, 1);
  z-index: 2000;
  position: fixed;
  left: 0;
}
@media screen and (min-width: 48em) {
  .topbar {
    display: flex;
  }
}
.topbar.is--open {
  top: 4.75rem;
  -webkit-transition: all 0.2s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.2s cubic-bezier(0.3, 0, 0.15, 1);
  z-index: 2001;
  height: inherit;
  min-height: 646px;
}
.topbar .topbar-top-category-one--content {
  background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/backgrounds/navi1.jpg");
  background-position: top center;
  background-size: cover;
}
.topbar .topbar-top-category-one--content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 0;
}
.topbar .topbar-top-category-two--content {
  background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/backgrounds/navi2.jpg");
  background-position: top center;
  background-size: cover;
}
.topbar .topbar-top-category-two--content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 0;
}
.topbar .topbar-top-category-one--content,
.topbar .topbar-top-category-two--content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 0;
  overflow: hidden;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--title,
.topbar .topbar-top-category-two--content .topbar-top-category-one--title,
.topbar .topbar-top-category-one--content .topbar-top-category-two--title,
.topbar .topbar-top-category-two--content .topbar-top-category-two--title {
  font-family: Exo;
  font-size: 44px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--subtitle,
.topbar .topbar-top-category-two--content .topbar-top-category-one--subtitle,
.topbar .topbar-top-category-one--content .topbar-top-category-two--subtitle,
.topbar .topbar-top-category-two--content .topbar-top-category-two--subtitle {
  font-family: Exo;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0.2px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 35px;
  z-index: 1;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation {
  z-index: 1;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .subnav-item,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .subnav-item,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .subnav-item,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .subnav-item {
  text-align: center;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .subnav-item-big,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .subnav-item-big,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .subnav-item-big,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .subnav-item-big {
  margin-top: 50px;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .btn,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .btn,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .btn,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .btn {
  position: relative;
  z-index: 1000;
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .subnav-item-description,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .subnav-item-description,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .subnav-item-description,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .subnav-item-description {
  display: inline-block;
  position: relative;
  left: -10px;
  vertical-align: middle;
  z-index: 800;
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #2f2f2f;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  background: #ffffff;
  padding: 0;
  width: 345px;
  height: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
  transform: skew(-30deg);
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .subnav-item-description:visited,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .subnav-item-description:visited,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .subnav-item-description:visited,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .subnav-item-description:visited {
  color: #2f2f2f;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .subnav-item-description:hover,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .subnav-item-description:hover,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .subnav-item-description:hover,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .subnav-item-description:hover {
  background: #ffffff;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .subnav-item-description > span,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .subnav-item-description > span,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .subnav-item-description > span,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .subnav-item-description > span {
  display: inline-block;
  transform: skew(30deg);
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .navigation--link,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .navigation--link,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .navigation--link,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .navigation--link {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  letter-spacing: 0.38px;
  font-weight: bold;
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .navigation--link:hover,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .navigation--link:hover,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .navigation--link:hover,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .navigation--link:hover {
  color: #ec7205;
}
.topbar .topbar-top-category-one--content .topbar-top-category-one--navigation .navigation--link.is--active,
.topbar .topbar-top-category-two--content .topbar-top-category-one--navigation .navigation--link.is--active,
.topbar .topbar-top-category-one--content .topbar-top-category-two--navigation .navigation--link.is--active,
.topbar .topbar-top-category-two--content .topbar-top-category-two--navigation .navigation--link.is--active {
  color: #ec7205;
}
.topbar .topbar-top-category-one--content .topbar-close,
.topbar .topbar-top-category-two--content .topbar-close {
  position: absolute;
  bottom: -1px;
  width: 37px;
  height: 37px;
  background: #ec7205;
  text-align: center;
  line-height: 37px;
}
.topbar .topbar-top-category-one--content .topbar-close svg,
.topbar .topbar-top-category-two--content .topbar-close svg {
  color: #ffffff;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}
.topbar .topbar-top-category-one--content .topbar-close:hover,
.topbar .topbar-top-category-two--content .topbar-close:hover {
  cursor: pointer;
  background: #ff8a36;
}
.topbar .topbar-select-container {
  display: flex;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
}
.topbar .topbar-select--navigation.display-none-for-mobil {
  display: none;
}
@media screen and (min-width: 48em) {
  .topbar .topbar-select--navigation {
    width: 30%;
  }
  .topbar .topbar-select--navigation.display-none-for-mobil {
    display: block;
  }
}
.topbar .topbar-select--navigation .topbar-select--navigation-item {
  margin: 37px 0 0 0;
  padding: 0 25px;
}
.topbar .topbar-select--navigation .topbar-select--navigation-all,
.topbar .topbar-select--sub-navigation .topbar-select--navigation-all {
  margin-bottom: 10px;
}
.topbar .topbar-select--navigation .topbar-select--navigation-all .navigation--link,
.topbar .topbar-select--sub-navigation .topbar-select--navigation-all .navigation--link {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
}
.topbar .topbar-select--navigation .topbar-select--navigation-all .navigation--link:hover,
.topbar .topbar-select--sub-navigation .topbar-select--navigation-all .navigation--link:hover {
  color: #ec7205;
}
.topbar .topbar-select--navigation .topbar-select--navigation-all .navigation--link.is--active,
.topbar .topbar-select--sub-navigation .topbar-select--navigation-all .navigation--link.is--active {
  color: #ec7205;
}
.topbar .topbar-select--navigation .topbar-top-category--navigation .topbar-top-category--navigation-main .navigation--link,
.topbar .topbar-select--sub-navigation .topbar-top-category--navigation .topbar-top-category--navigation-main .navigation--link {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 24px;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: 0.38px;
  color: #ffffff;
  text-transform: uppercase;
  display: table-row;
}
.topbar .topbar-select--navigation .topbar-top-category--navigation .topbar-top-category--navigation-main .navigation--link:hover,
.topbar .topbar-select--sub-navigation .topbar-top-category--navigation .topbar-top-category--navigation-main .navigation--link:hover {
  color: #ec7205;
}
.topbar .topbar-select--navigation .topbar-top-category--navigation .topbar-top-category--navigation-main .navigation--link.is--active,
.topbar .topbar-select--sub-navigation .topbar-top-category--navigation .topbar-top-category--navigation-main .navigation--link.is--active {
  color: #ec7205;
}
.topbar .topbar-select--navigation .topbar-top-category--navigation .topbar-top-category--navigation-sub,
.topbar .topbar-select--sub-navigation .topbar-top-category--navigation .topbar-top-category--navigation-sub {
  margin-top: 25px;
}
.topbar .topbar-select--navigation .topbar-top-category--navigation .topbar-top-category--navigation-sub .navigation--link,
.topbar .topbar-select--sub-navigation .topbar-top-category--navigation .topbar-top-category--navigation-sub .navigation--link {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  display: table-row;
  margin-bottom: 10px;
}
.topbar .topbar-select--navigation .topbar-top-category--navigation .topbar-top-category--navigation-sub .navigation--link:hover,
.topbar .topbar-select--sub-navigation .topbar-top-category--navigation .topbar-top-category--navigation-sub .navigation--link:hover {
  color: #ec7205;
}
.topbar .topbar-select--navigation .topbar-top-category--navigation .topbar-top-category--navigation-sub .navigation--link.is--active,
.topbar .topbar-select--sub-navigation .topbar-top-category--navigation .topbar-top-category--navigation-sub .navigation--link.is--active {
  color: #ec7205;
}
.topbar .topbar-select--sub-navigation {
  overflow: hidden;
  width: 30%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
}
.topbar .topbar-select--sub-navigation .topbar-top-category--navigation-sub {
  margin-top: 0 !important;
}
.topbar .topbar-select--sub-navigation .topbar-select--sub-navigation-item {
  display: none;
  opacity: 0;
  left: 100%;
  top: 0;
  position: relative;
  margin: 37px 0;
  padding: 0 25px 0 50px;
  height: 100%;
}
.topbar .topbar-select--sub-navigation .topbar-select--sub-navigation-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 0;
  background-color: #ffffff;
  -moz-transition: height 0.25s ease;
  -webkit-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
.topbar .topbar-select--sub-navigation .topbar-select--sub-navigation-item.is--open:before {
  height: 100%;
}
.navigation-main {
  display: none;
}
body {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  color: #131313;
  background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 2.5rem;
  margin: 0rem 0rem 0.625rem 0rem;
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  color: #131313;
  letter-spacing: 0.0375rem;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h1.has--text-white,
h2.has--text-white,
h3.has--text-white,
h4.has--text-white,
h5.has--text-white,
h6.has--text-white {
  color: #ffffff;
}
h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin: 0rem 0rem 1.25rem 0rem;
  hyphens: none;
}
h2 {
  font-size: 1.8rem;
  margin: 0rem 0rem 1.25rem 0rem;
  letter-spacing: 0;
  hyphens: none;
  line-height: 2.2rem;
}
.main-heading {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 2.5rem;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.sub-heading {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.highlighting {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.bg-white {
  background: #ffffff;
}
.bg-grey {
  background: #eeefee;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.is--orange {
  color: #ec7205 !important;
}
.is--black {
  color: #131313 !important;
}
a {
  color: #ec7205;
}
/* List */
ul.list {
  list-style: none;
  margin-left: 1.5625rem;
}
ul.list li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f111";
  padding-right: 0.625rem;
  margin-left: -1.4375rem;
}
ul.list ul {
  margin-left: 1.5625rem;
}
[data-responsive-background-image] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
[data-responsive-background-image] img {
  display: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.flex-box {
  display: flex;
}
.forms--upload-error {
  display: none;
}
.element-inline {
  display: inline-block;
}
.grecaptcha-badge {
  display: none !important;
}
.text-small {
  font-size: 0.8125rem !important;
}
.text-bold {
  font-weight: bold !important;
}
.h1 {
  font-family: Exo;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 78.75em) {
  .h1 {
    font-size: 44px;
  }
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-11 {
  margin-top: 11px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-13 {
  margin-top: 13px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-17 {
  margin-top: 17px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-19 {
  margin-top: 19px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-21 {
  margin-top: 21px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-23 {
  margin-top: 23px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-27 {
  margin-top: 27px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-29 {
  margin-top: 29px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-31 {
  margin-top: 31px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-33 {
  margin-top: 33px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-37 {
  margin-top: 37px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-39 {
  margin-top: 39px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-41 {
  margin-top: 41px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-43 {
  margin-top: 43px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-47 {
  margin-top: 47px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-49 {
  margin-top: 49px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-51 {
  margin-top: 51px;
}
.mt-52 {
  margin-top: 52px;
}
.mt-53 {
  margin-top: 53px;
}
.mt-54 {
  margin-top: 54px;
}
.mt-55 {
  margin-top: 55px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-57 {
  margin-top: 57px;
}
.mt-58 {
  margin-top: 58px;
}
.mt-59 {
  margin-top: 59px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-61 {
  margin-top: 61px;
}
.mt-62 {
  margin-top: 62px;
}
.mt-63 {
  margin-top: 63px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-65 {
  margin-top: 65px;
}
.mt-66 {
  margin-top: 66px;
}
.mt-67 {
  margin-top: 67px;
}
.mt-68 {
  margin-top: 68px;
}
.mt-69 {
  margin-top: 69px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-71 {
  margin-top: 71px;
}
.mt-72 {
  margin-top: 72px;
}
.mt-73 {
  margin-top: 73px;
}
.mt-74 {
  margin-top: 74px;
}
.mt-75 {
  margin-top: 75px;
}
.mt-76 {
  margin-top: 76px;
}
.mt-77 {
  margin-top: 77px;
}
.mt-78 {
  margin-top: 78px;
}
.mt-79 {
  margin-top: 79px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-81 {
  margin-top: 81px;
}
.mt-82 {
  margin-top: 82px;
}
.mt-83 {
  margin-top: 83px;
}
.mt-84 {
  margin-top: 84px;
}
.mt-85 {
  margin-top: 85px;
}
.mt-86 {
  margin-top: 86px;
}
.mt-87 {
  margin-top: 87px;
}
.mt-88 {
  margin-top: 88px;
}
.mt-89 {
  margin-top: 89px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-91 {
  margin-top: 91px;
}
.mt-92 {
  margin-top: 92px;
}
.mt-93 {
  margin-top: 93px;
}
.mt-94 {
  margin-top: 94px;
}
.mt-95 {
  margin-top: 95px;
}
.mt-96 {
  margin-top: 96px;
}
.mt-97 {
  margin-top: 97px;
}
.mt-98 {
  margin-top: 98px;
}
.mt-99 {
  margin-top: 99px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-101 {
  margin-top: 101px;
}
.mt-102 {
  margin-top: 102px;
}
.mt-103 {
  margin-top: 103px;
}
.mt-104 {
  margin-top: 104px;
}
.mt-105 {
  margin-top: 105px;
}
.mt-106 {
  margin-top: 106px;
}
.mt-107 {
  margin-top: 107px;
}
.mt-108 {
  margin-top: 108px;
}
.mt-109 {
  margin-top: 109px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-111 {
  margin-top: 111px;
}
.mt-112 {
  margin-top: 112px;
}
.mt-113 {
  margin-top: 113px;
}
.mt-114 {
  margin-top: 114px;
}
.mt-115 {
  margin-top: 115px;
}
.mt-116 {
  margin-top: 116px;
}
.mt-117 {
  margin-top: 117px;
}
.mt-118 {
  margin-top: 118px;
}
.mt-119 {
  margin-top: 119px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-121 {
  margin-top: 121px;
}
.mt-122 {
  margin-top: 122px;
}
.mt-123 {
  margin-top: 123px;
}
.mt-124 {
  margin-top: 124px;
}
.mt-125 {
  margin-top: 125px;
}
.mt-126 {
  margin-top: 126px;
}
.mt-127 {
  margin-top: 127px;
}
.mt-128 {
  margin-top: 128px;
}
.mt-129 {
  margin-top: 129px;
}
.mt-130 {
  margin-top: 130px;
}
.mt-131 {
  margin-top: 131px;
}
.mt-132 {
  margin-top: 132px;
}
.mt-133 {
  margin-top: 133px;
}
.mt-134 {
  margin-top: 134px;
}
.mt-135 {
  margin-top: 135px;
}
.mt-136 {
  margin-top: 136px;
}
.mt-137 {
  margin-top: 137px;
}
.mt-138 {
  margin-top: 138px;
}
.mt-139 {
  margin-top: 139px;
}
.mt-140 {
  margin-top: 140px;
}
.mt-141 {
  margin-top: 141px;
}
.mt-142 {
  margin-top: 142px;
}
.mt-143 {
  margin-top: 143px;
}
.mt-144 {
  margin-top: 144px;
}
.mt-145 {
  margin-top: 145px;
}
.mt-146 {
  margin-top: 146px;
}
.mt-147 {
  margin-top: 147px;
}
.mt-148 {
  margin-top: 148px;
}
.mt-149 {
  margin-top: 149px;
}
.mt-150 {
  margin-top: 150px;
}
.mt-151 {
  margin-top: 151px;
}
.mt-152 {
  margin-top: 152px;
}
.mt-153 {
  margin-top: 153px;
}
.mt-154 {
  margin-top: 154px;
}
.mt-155 {
  margin-top: 155px;
}
.mt-156 {
  margin-top: 156px;
}
.mt-157 {
  margin-top: 157px;
}
.mt-158 {
  margin-top: 158px;
}
.mt-159 {
  margin-top: 159px;
}
.mt-160 {
  margin-top: 160px;
}
.mt-161 {
  margin-top: 161px;
}
.mt-162 {
  margin-top: 162px;
}
.mt-163 {
  margin-top: 163px;
}
.mt-164 {
  margin-top: 164px;
}
.mt-165 {
  margin-top: 165px;
}
.mt-166 {
  margin-top: 166px;
}
.mt-167 {
  margin-top: 167px;
}
.mt-168 {
  margin-top: 168px;
}
.mt-169 {
  margin-top: 169px;
}
.mt-170 {
  margin-top: 170px;
}
.mt-171 {
  margin-top: 171px;
}
.mt-172 {
  margin-top: 172px;
}
.mt-173 {
  margin-top: 173px;
}
.mt-174 {
  margin-top: 174px;
}
.mt-175 {
  margin-top: 175px;
}
.mt-176 {
  margin-top: 176px;
}
.mt-177 {
  margin-top: 177px;
}
.mt-178 {
  margin-top: 178px;
}
.mt-179 {
  margin-top: 179px;
}
.mt-180 {
  margin-top: 180px;
}
.mt-181 {
  margin-top: 181px;
}
.mt-182 {
  margin-top: 182px;
}
.mt-183 {
  margin-top: 183px;
}
.mt-184 {
  margin-top: 184px;
}
.mt-185 {
  margin-top: 185px;
}
.mt-186 {
  margin-top: 186px;
}
.mt-187 {
  margin-top: 187px;
}
.mt-188 {
  margin-top: 188px;
}
.mt-189 {
  margin-top: 189px;
}
.mt-190 {
  margin-top: 190px;
}
.mt-191 {
  margin-top: 191px;
}
.mt-192 {
  margin-top: 192px;
}
.mt-193 {
  margin-top: 193px;
}
.mt-194 {
  margin-top: 194px;
}
.mt-195 {
  margin-top: 195px;
}
.mt-196 {
  margin-top: 196px;
}
.mt-197 {
  margin-top: 197px;
}
.mt-198 {
  margin-top: 198px;
}
.mt-199 {
  margin-top: 199px;
}
.mt-200 {
  margin-top: 200px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-11 {
  margin-bottom: 11px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-13 {
  margin-bottom: 13px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-17 {
  margin-bottom: 17px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-19 {
  margin-bottom: 19px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-21 {
  margin-bottom: 21px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-23 {
  margin-bottom: 23px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-27 {
  margin-bottom: 27px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-29 {
  margin-bottom: 29px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-31 {
  margin-bottom: 31px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-33 {
  margin-bottom: 33px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-37 {
  margin-bottom: 37px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-39 {
  margin-bottom: 39px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-41 {
  margin-bottom: 41px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-43 {
  margin-bottom: 43px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-47 {
  margin-bottom: 47px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-49 {
  margin-bottom: 49px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-51 {
  margin-bottom: 51px;
}
.mb-52 {
  margin-bottom: 52px;
}
.mb-53 {
  margin-bottom: 53px;
}
.mb-54 {
  margin-bottom: 54px;
}
.mb-55 {
  margin-bottom: 55px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-57 {
  margin-bottom: 57px;
}
.mb-58 {
  margin-bottom: 58px;
}
.mb-59 {
  margin-bottom: 59px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-61 {
  margin-bottom: 61px;
}
.mb-62 {
  margin-bottom: 62px;
}
.mb-63 {
  margin-bottom: 63px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-65 {
  margin-bottom: 65px;
}
.mb-66 {
  margin-bottom: 66px;
}
.mb-67 {
  margin-bottom: 67px;
}
.mb-68 {
  margin-bottom: 68px;
}
.mb-69 {
  margin-bottom: 69px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-71 {
  margin-bottom: 71px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mb-73 {
  margin-bottom: 73px;
}
.mb-74 {
  margin-bottom: 74px;
}
.mb-75 {
  margin-bottom: 75px;
}
.mb-76 {
  margin-bottom: 76px;
}
.mb-77 {
  margin-bottom: 77px;
}
.mb-78 {
  margin-bottom: 78px;
}
.mb-79 {
  margin-bottom: 79px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-81 {
  margin-bottom: 81px;
}
.mb-82 {
  margin-bottom: 82px;
}
.mb-83 {
  margin-bottom: 83px;
}
.mb-84 {
  margin-bottom: 84px;
}
.mb-85 {
  margin-bottom: 85px;
}
.mb-86 {
  margin-bottom: 86px;
}
.mb-87 {
  margin-bottom: 87px;
}
.mb-88 {
  margin-bottom: 88px;
}
.mb-89 {
  margin-bottom: 89px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-91 {
  margin-bottom: 91px;
}
.mb-92 {
  margin-bottom: 92px;
}
.mb-93 {
  margin-bottom: 93px;
}
.mb-94 {
  margin-bottom: 94px;
}
.mb-95 {
  margin-bottom: 95px;
}
.mb-96 {
  margin-bottom: 96px;
}
.mb-97 {
  margin-bottom: 97px;
}
.mb-98 {
  margin-bottom: 98px;
}
.mb-99 {
  margin-bottom: 99px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-101 {
  margin-bottom: 101px;
}
.mb-102 {
  margin-bottom: 102px;
}
.mb-103 {
  margin-bottom: 103px;
}
.mb-104 {
  margin-bottom: 104px;
}
.mb-105 {
  margin-bottom: 105px;
}
.mb-106 {
  margin-bottom: 106px;
}
.mb-107 {
  margin-bottom: 107px;
}
.mb-108 {
  margin-bottom: 108px;
}
.mb-109 {
  margin-bottom: 109px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-111 {
  margin-bottom: 111px;
}
.mb-112 {
  margin-bottom: 112px;
}
.mb-113 {
  margin-bottom: 113px;
}
.mb-114 {
  margin-bottom: 114px;
}
.mb-115 {
  margin-bottom: 115px;
}
.mb-116 {
  margin-bottom: 116px;
}
.mb-117 {
  margin-bottom: 117px;
}
.mb-118 {
  margin-bottom: 118px;
}
.mb-119 {
  margin-bottom: 119px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb-121 {
  margin-bottom: 121px;
}
.mb-122 {
  margin-bottom: 122px;
}
.mb-123 {
  margin-bottom: 123px;
}
.mb-124 {
  margin-bottom: 124px;
}
.mb-125 {
  margin-bottom: 125px;
}
.mb-126 {
  margin-bottom: 126px;
}
.mb-127 {
  margin-bottom: 127px;
}
.mb-128 {
  margin-bottom: 128px;
}
.mb-129 {
  margin-bottom: 129px;
}
.mb-130 {
  margin-bottom: 130px;
}
.mb-131 {
  margin-bottom: 131px;
}
.mb-132 {
  margin-bottom: 132px;
}
.mb-133 {
  margin-bottom: 133px;
}
.mb-134 {
  margin-bottom: 134px;
}
.mb-135 {
  margin-bottom: 135px;
}
.mb-136 {
  margin-bottom: 136px;
}
.mb-137 {
  margin-bottom: 137px;
}
.mb-138 {
  margin-bottom: 138px;
}
.mb-139 {
  margin-bottom: 139px;
}
.mb-140 {
  margin-bottom: 140px;
}
.mb-141 {
  margin-bottom: 141px;
}
.mb-142 {
  margin-bottom: 142px;
}
.mb-143 {
  margin-bottom: 143px;
}
.mb-144 {
  margin-bottom: 144px;
}
.mb-145 {
  margin-bottom: 145px;
}
.mb-146 {
  margin-bottom: 146px;
}
.mb-147 {
  margin-bottom: 147px;
}
.mb-148 {
  margin-bottom: 148px;
}
.mb-149 {
  margin-bottom: 149px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mb-151 {
  margin-bottom: 151px;
}
.mb-152 {
  margin-bottom: 152px;
}
.mb-153 {
  margin-bottom: 153px;
}
.mb-154 {
  margin-bottom: 154px;
}
.mb-155 {
  margin-bottom: 155px;
}
.mb-156 {
  margin-bottom: 156px;
}
.mb-157 {
  margin-bottom: 157px;
}
.mb-158 {
  margin-bottom: 158px;
}
.mb-159 {
  margin-bottom: 159px;
}
.mb-160 {
  margin-bottom: 160px;
}
.mb-161 {
  margin-bottom: 161px;
}
.mb-162 {
  margin-bottom: 162px;
}
.mb-163 {
  margin-bottom: 163px;
}
.mb-164 {
  margin-bottom: 164px;
}
.mb-165 {
  margin-bottom: 165px;
}
.mb-166 {
  margin-bottom: 166px;
}
.mb-167 {
  margin-bottom: 167px;
}
.mb-168 {
  margin-bottom: 168px;
}
.mb-169 {
  margin-bottom: 169px;
}
.mb-170 {
  margin-bottom: 170px;
}
.mb-171 {
  margin-bottom: 171px;
}
.mb-172 {
  margin-bottom: 172px;
}
.mb-173 {
  margin-bottom: 173px;
}
.mb-174 {
  margin-bottom: 174px;
}
.mb-175 {
  margin-bottom: 175px;
}
.mb-176 {
  margin-bottom: 176px;
}
.mb-177 {
  margin-bottom: 177px;
}
.mb-178 {
  margin-bottom: 178px;
}
.mb-179 {
  margin-bottom: 179px;
}
.mb-180 {
  margin-bottom: 180px;
}
.mb-181 {
  margin-bottom: 181px;
}
.mb-182 {
  margin-bottom: 182px;
}
.mb-183 {
  margin-bottom: 183px;
}
.mb-184 {
  margin-bottom: 184px;
}
.mb-185 {
  margin-bottom: 185px;
}
.mb-186 {
  margin-bottom: 186px;
}
.mb-187 {
  margin-bottom: 187px;
}
.mb-188 {
  margin-bottom: 188px;
}
.mb-189 {
  margin-bottom: 189px;
}
.mb-190 {
  margin-bottom: 190px;
}
.mb-191 {
  margin-bottom: 191px;
}
.mb-192 {
  margin-bottom: 192px;
}
.mb-193 {
  margin-bottom: 193px;
}
.mb-194 {
  margin-bottom: 194px;
}
.mb-195 {
  margin-bottom: 195px;
}
.mb-196 {
  margin-bottom: 196px;
}
.mb-197 {
  margin-bottom: 197px;
}
.mb-198 {
  margin-bottom: 198px;
}
.mb-199 {
  margin-bottom: 199px;
}
.mb-200 {
  margin-bottom: 200px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-2 {
  margin-left: 2px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-11 {
  margin-left: 11px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-13 {
  margin-left: 13px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-17 {
  margin-left: 17px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-19 {
  margin-left: 19px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-21 {
  margin-left: 21px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-23 {
  margin-left: 23px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-25 {
  margin-left: 25px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-27 {
  margin-left: 27px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-29 {
  margin-left: 29px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-31 {
  margin-left: 31px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-33 {
  margin-left: 33px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-35 {
  margin-left: 35px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-37 {
  margin-left: 37px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-39 {
  margin-left: 39px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-41 {
  margin-left: 41px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-43 {
  margin-left: 43px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-47 {
  margin-left: 47px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-49 {
  margin-left: 49px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-51 {
  margin-left: 51px;
}
.ml-52 {
  margin-left: 52px;
}
.ml-53 {
  margin-left: 53px;
}
.ml-54 {
  margin-left: 54px;
}
.ml-55 {
  margin-left: 55px;
}
.ml-56 {
  margin-left: 56px;
}
.ml-57 {
  margin-left: 57px;
}
.ml-58 {
  margin-left: 58px;
}
.ml-59 {
  margin-left: 59px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-61 {
  margin-left: 61px;
}
.ml-62 {
  margin-left: 62px;
}
.ml-63 {
  margin-left: 63px;
}
.ml-64 {
  margin-left: 64px;
}
.ml-65 {
  margin-left: 65px;
}
.ml-66 {
  margin-left: 66px;
}
.ml-67 {
  margin-left: 67px;
}
.ml-68 {
  margin-left: 68px;
}
.ml-69 {
  margin-left: 69px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-71 {
  margin-left: 71px;
}
.ml-72 {
  margin-left: 72px;
}
.ml-73 {
  margin-left: 73px;
}
.ml-74 {
  margin-left: 74px;
}
.ml-75 {
  margin-left: 75px;
}
.ml-76 {
  margin-left: 76px;
}
.ml-77 {
  margin-left: 77px;
}
.ml-78 {
  margin-left: 78px;
}
.ml-79 {
  margin-left: 79px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-81 {
  margin-left: 81px;
}
.ml-82 {
  margin-left: 82px;
}
.ml-83 {
  margin-left: 83px;
}
.ml-84 {
  margin-left: 84px;
}
.ml-85 {
  margin-left: 85px;
}
.ml-86 {
  margin-left: 86px;
}
.ml-87 {
  margin-left: 87px;
}
.ml-88 {
  margin-left: 88px;
}
.ml-89 {
  margin-left: 89px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-91 {
  margin-left: 91px;
}
.ml-92 {
  margin-left: 92px;
}
.ml-93 {
  margin-left: 93px;
}
.ml-94 {
  margin-left: 94px;
}
.ml-95 {
  margin-left: 95px;
}
.ml-96 {
  margin-left: 96px;
}
.ml-97 {
  margin-left: 97px;
}
.ml-98 {
  margin-left: 98px;
}
.ml-99 {
  margin-left: 99px;
}
.ml-100 {
  margin-left: 100px;
}
.ml-101 {
  margin-left: 101px;
}
.ml-102 {
  margin-left: 102px;
}
.ml-103 {
  margin-left: 103px;
}
.ml-104 {
  margin-left: 104px;
}
.ml-105 {
  margin-left: 105px;
}
.ml-106 {
  margin-left: 106px;
}
.ml-107 {
  margin-left: 107px;
}
.ml-108 {
  margin-left: 108px;
}
.ml-109 {
  margin-left: 109px;
}
.ml-110 {
  margin-left: 110px;
}
.ml-111 {
  margin-left: 111px;
}
.ml-112 {
  margin-left: 112px;
}
.ml-113 {
  margin-left: 113px;
}
.ml-114 {
  margin-left: 114px;
}
.ml-115 {
  margin-left: 115px;
}
.ml-116 {
  margin-left: 116px;
}
.ml-117 {
  margin-left: 117px;
}
.ml-118 {
  margin-left: 118px;
}
.ml-119 {
  margin-left: 119px;
}
.ml-120 {
  margin-left: 120px;
}
.ml-121 {
  margin-left: 121px;
}
.ml-122 {
  margin-left: 122px;
}
.ml-123 {
  margin-left: 123px;
}
.ml-124 {
  margin-left: 124px;
}
.ml-125 {
  margin-left: 125px;
}
.ml-126 {
  margin-left: 126px;
}
.ml-127 {
  margin-left: 127px;
}
.ml-128 {
  margin-left: 128px;
}
.ml-129 {
  margin-left: 129px;
}
.ml-130 {
  margin-left: 130px;
}
.ml-131 {
  margin-left: 131px;
}
.ml-132 {
  margin-left: 132px;
}
.ml-133 {
  margin-left: 133px;
}
.ml-134 {
  margin-left: 134px;
}
.ml-135 {
  margin-left: 135px;
}
.ml-136 {
  margin-left: 136px;
}
.ml-137 {
  margin-left: 137px;
}
.ml-138 {
  margin-left: 138px;
}
.ml-139 {
  margin-left: 139px;
}
.ml-140 {
  margin-left: 140px;
}
.ml-141 {
  margin-left: 141px;
}
.ml-142 {
  margin-left: 142px;
}
.ml-143 {
  margin-left: 143px;
}
.ml-144 {
  margin-left: 144px;
}
.ml-145 {
  margin-left: 145px;
}
.ml-146 {
  margin-left: 146px;
}
.ml-147 {
  margin-left: 147px;
}
.ml-148 {
  margin-left: 148px;
}
.ml-149 {
  margin-left: 149px;
}
.ml-150 {
  margin-left: 150px;
}
.ml-151 {
  margin-left: 151px;
}
.ml-152 {
  margin-left: 152px;
}
.ml-153 {
  margin-left: 153px;
}
.ml-154 {
  margin-left: 154px;
}
.ml-155 {
  margin-left: 155px;
}
.ml-156 {
  margin-left: 156px;
}
.ml-157 {
  margin-left: 157px;
}
.ml-158 {
  margin-left: 158px;
}
.ml-159 {
  margin-left: 159px;
}
.ml-160 {
  margin-left: 160px;
}
.ml-161 {
  margin-left: 161px;
}
.ml-162 {
  margin-left: 162px;
}
.ml-163 {
  margin-left: 163px;
}
.ml-164 {
  margin-left: 164px;
}
.ml-165 {
  margin-left: 165px;
}
.ml-166 {
  margin-left: 166px;
}
.ml-167 {
  margin-left: 167px;
}
.ml-168 {
  margin-left: 168px;
}
.ml-169 {
  margin-left: 169px;
}
.ml-170 {
  margin-left: 170px;
}
.ml-171 {
  margin-left: 171px;
}
.ml-172 {
  margin-left: 172px;
}
.ml-173 {
  margin-left: 173px;
}
.ml-174 {
  margin-left: 174px;
}
.ml-175 {
  margin-left: 175px;
}
.ml-176 {
  margin-left: 176px;
}
.ml-177 {
  margin-left: 177px;
}
.ml-178 {
  margin-left: 178px;
}
.ml-179 {
  margin-left: 179px;
}
.ml-180 {
  margin-left: 180px;
}
.ml-181 {
  margin-left: 181px;
}
.ml-182 {
  margin-left: 182px;
}
.ml-183 {
  margin-left: 183px;
}
.ml-184 {
  margin-left: 184px;
}
.ml-185 {
  margin-left: 185px;
}
.ml-186 {
  margin-left: 186px;
}
.ml-187 {
  margin-left: 187px;
}
.ml-188 {
  margin-left: 188px;
}
.ml-189 {
  margin-left: 189px;
}
.ml-190 {
  margin-left: 190px;
}
.ml-191 {
  margin-left: 191px;
}
.ml-192 {
  margin-left: 192px;
}
.ml-193 {
  margin-left: 193px;
}
.ml-194 {
  margin-left: 194px;
}
.ml-195 {
  margin-left: 195px;
}
.ml-196 {
  margin-left: 196px;
}
.ml-197 {
  margin-left: 197px;
}
.ml-198 {
  margin-left: 198px;
}
.ml-199 {
  margin-left: 199px;
}
.ml-200 {
  margin-left: 200px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-2 {
  margin-right: 2px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-11 {
  margin-right: 11px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-13 {
  margin-right: 13px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-17 {
  margin-right: 17px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-19 {
  margin-right: 19px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-21 {
  margin-right: 21px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-23 {
  margin-right: 23px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-25 {
  margin-right: 25px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-27 {
  margin-right: 27px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-29 {
  margin-right: 29px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-31 {
  margin-right: 31px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-33 {
  margin-right: 33px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-35 {
  margin-right: 35px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-37 {
  margin-right: 37px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-39 {
  margin-right: 39px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-41 {
  margin-right: 41px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-43 {
  margin-right: 43px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-45 {
  margin-right: 45px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-47 {
  margin-right: 47px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-49 {
  margin-right: 49px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-51 {
  margin-right: 51px;
}
.mr-52 {
  margin-right: 52px;
}
.mr-53 {
  margin-right: 53px;
}
.mr-54 {
  margin-right: 54px;
}
.mr-55 {
  margin-right: 55px;
}
.mr-56 {
  margin-right: 56px;
}
.mr-57 {
  margin-right: 57px;
}
.mr-58 {
  margin-right: 58px;
}
.mr-59 {
  margin-right: 59px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-61 {
  margin-right: 61px;
}
.mr-62 {
  margin-right: 62px;
}
.mr-63 {
  margin-right: 63px;
}
.mr-64 {
  margin-right: 64px;
}
.mr-65 {
  margin-right: 65px;
}
.mr-66 {
  margin-right: 66px;
}
.mr-67 {
  margin-right: 67px;
}
.mr-68 {
  margin-right: 68px;
}
.mr-69 {
  margin-right: 69px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-71 {
  margin-right: 71px;
}
.mr-72 {
  margin-right: 72px;
}
.mr-73 {
  margin-right: 73px;
}
.mr-74 {
  margin-right: 74px;
}
.mr-75 {
  margin-right: 75px;
}
.mr-76 {
  margin-right: 76px;
}
.mr-77 {
  margin-right: 77px;
}
.mr-78 {
  margin-right: 78px;
}
.mr-79 {
  margin-right: 79px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-81 {
  margin-right: 81px;
}
.mr-82 {
  margin-right: 82px;
}
.mr-83 {
  margin-right: 83px;
}
.mr-84 {
  margin-right: 84px;
}
.mr-85 {
  margin-right: 85px;
}
.mr-86 {
  margin-right: 86px;
}
.mr-87 {
  margin-right: 87px;
}
.mr-88 {
  margin-right: 88px;
}
.mr-89 {
  margin-right: 89px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-91 {
  margin-right: 91px;
}
.mr-92 {
  margin-right: 92px;
}
.mr-93 {
  margin-right: 93px;
}
.mr-94 {
  margin-right: 94px;
}
.mr-95 {
  margin-right: 95px;
}
.mr-96 {
  margin-right: 96px;
}
.mr-97 {
  margin-right: 97px;
}
.mr-98 {
  margin-right: 98px;
}
.mr-99 {
  margin-right: 99px;
}
.mr-100 {
  margin-right: 100px;
}
.mr-101 {
  margin-right: 101px;
}
.mr-102 {
  margin-right: 102px;
}
.mr-103 {
  margin-right: 103px;
}
.mr-104 {
  margin-right: 104px;
}
.mr-105 {
  margin-right: 105px;
}
.mr-106 {
  margin-right: 106px;
}
.mr-107 {
  margin-right: 107px;
}
.mr-108 {
  margin-right: 108px;
}
.mr-109 {
  margin-right: 109px;
}
.mr-110 {
  margin-right: 110px;
}
.mr-111 {
  margin-right: 111px;
}
.mr-112 {
  margin-right: 112px;
}
.mr-113 {
  margin-right: 113px;
}
.mr-114 {
  margin-right: 114px;
}
.mr-115 {
  margin-right: 115px;
}
.mr-116 {
  margin-right: 116px;
}
.mr-117 {
  margin-right: 117px;
}
.mr-118 {
  margin-right: 118px;
}
.mr-119 {
  margin-right: 119px;
}
.mr-120 {
  margin-right: 120px;
}
.mr-121 {
  margin-right: 121px;
}
.mr-122 {
  margin-right: 122px;
}
.mr-123 {
  margin-right: 123px;
}
.mr-124 {
  margin-right: 124px;
}
.mr-125 {
  margin-right: 125px;
}
.mr-126 {
  margin-right: 126px;
}
.mr-127 {
  margin-right: 127px;
}
.mr-128 {
  margin-right: 128px;
}
.mr-129 {
  margin-right: 129px;
}
.mr-130 {
  margin-right: 130px;
}
.mr-131 {
  margin-right: 131px;
}
.mr-132 {
  margin-right: 132px;
}
.mr-133 {
  margin-right: 133px;
}
.mr-134 {
  margin-right: 134px;
}
.mr-135 {
  margin-right: 135px;
}
.mr-136 {
  margin-right: 136px;
}
.mr-137 {
  margin-right: 137px;
}
.mr-138 {
  margin-right: 138px;
}
.mr-139 {
  margin-right: 139px;
}
.mr-140 {
  margin-right: 140px;
}
.mr-141 {
  margin-right: 141px;
}
.mr-142 {
  margin-right: 142px;
}
.mr-143 {
  margin-right: 143px;
}
.mr-144 {
  margin-right: 144px;
}
.mr-145 {
  margin-right: 145px;
}
.mr-146 {
  margin-right: 146px;
}
.mr-147 {
  margin-right: 147px;
}
.mr-148 {
  margin-right: 148px;
}
.mr-149 {
  margin-right: 149px;
}
.mr-150 {
  margin-right: 150px;
}
.mr-151 {
  margin-right: 151px;
}
.mr-152 {
  margin-right: 152px;
}
.mr-153 {
  margin-right: 153px;
}
.mr-154 {
  margin-right: 154px;
}
.mr-155 {
  margin-right: 155px;
}
.mr-156 {
  margin-right: 156px;
}
.mr-157 {
  margin-right: 157px;
}
.mr-158 {
  margin-right: 158px;
}
.mr-159 {
  margin-right: 159px;
}
.mr-160 {
  margin-right: 160px;
}
.mr-161 {
  margin-right: 161px;
}
.mr-162 {
  margin-right: 162px;
}
.mr-163 {
  margin-right: 163px;
}
.mr-164 {
  margin-right: 164px;
}
.mr-165 {
  margin-right: 165px;
}
.mr-166 {
  margin-right: 166px;
}
.mr-167 {
  margin-right: 167px;
}
.mr-168 {
  margin-right: 168px;
}
.mr-169 {
  margin-right: 169px;
}
.mr-170 {
  margin-right: 170px;
}
.mr-171 {
  margin-right: 171px;
}
.mr-172 {
  margin-right: 172px;
}
.mr-173 {
  margin-right: 173px;
}
.mr-174 {
  margin-right: 174px;
}
.mr-175 {
  margin-right: 175px;
}
.mr-176 {
  margin-right: 176px;
}
.mr-177 {
  margin-right: 177px;
}
.mr-178 {
  margin-right: 178px;
}
.mr-179 {
  margin-right: 179px;
}
.mr-180 {
  margin-right: 180px;
}
.mr-181 {
  margin-right: 181px;
}
.mr-182 {
  margin-right: 182px;
}
.mr-183 {
  margin-right: 183px;
}
.mr-184 {
  margin-right: 184px;
}
.mr-185 {
  margin-right: 185px;
}
.mr-186 {
  margin-right: 186px;
}
.mr-187 {
  margin-right: 187px;
}
.mr-188 {
  margin-right: 188px;
}
.mr-189 {
  margin-right: 189px;
}
.mr-190 {
  margin-right: 190px;
}
.mr-191 {
  margin-right: 191px;
}
.mr-192 {
  margin-right: 192px;
}
.mr-193 {
  margin-right: 193px;
}
.mr-194 {
  margin-right: 194px;
}
.mr-195 {
  margin-right: 195px;
}
.mr-196 {
  margin-right: 196px;
}
.mr-197 {
  margin-right: 197px;
}
.mr-198 {
  margin-right: 198px;
}
.mr-199 {
  margin-right: 199px;
}
.mr-200 {
  margin-right: 200px;
}
/*

    Visibility Classes
    Visibility classes let you show or hide elements based on screen size

 */
@media screen and (max-width: 47.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
/*
Detail
=======================================
Defines the styling for the TT detail page elements.

*/
.is--ctl-detail .content-main {
  margin-top: 3.125rem;
}
.is--ctl-detail .content-main--inner {
  padding: 0;
}
.is--ctl-detail .content--breadcrumb {
  margin-top: 0;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}
.is--ctl-detail .product--header {
  display: none;
  max-width: 67.5rem !important;
  margin: 0 auto;
  width: 100%;
}
.is--ctl-detail .product--header:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail .product--header:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail .product--detail-section {
  display: table;
  padding: 0rem 0rem 0rem 0rem;
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
}
.is--ctl-detail .product--detail-section:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail .product--detail-section:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail .product--detail-section.is--fullwidth {
  max-width: none !important;
}
.is--ctl-detail .product--detail-section .section-image {
  margin-bottom: 1.25rem;
}
.is--ctl-detail .product--detail-section .section-image img {
  max-width: none;
  width: 100%;
  height: auto;
}
.is--ctl-detail .product--detail-section .inner {
  padding: 1.25rem 1rem 0rem 1rem;
}
.is--ctl-detail .product--detail-section .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail .product--detail-section .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail .product--detail-section .inner.minimal.has--bg-grey {
  background: transparent;
}
.is--ctl-detail .product--detail-section .inner.has--bg-grey {
  background: #eeefee;
}
.is--ctl-detail .product--detail-section.has--text-white {
  color: #ffffff;
}
.is--ctl-detail .product--detail-section .is--title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  hyphens: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail .product--detail-section .is--title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.is--ctl-detail .product--detail-section .is--btn {
  line-height: 2.5rem;
  color: #ffffff;
  font-family: RobotoSlab;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.6875rem;
  letter-spacing: 0.03125rem;
  cursor: pointer;
  background: #131313;
  margin: 0;
}
.is--ctl-detail .product--detail-section .is--btn i {
  font-size: 1rem;
  padding: 0rem 0.3125rem 0.125rem 0.625rem;
  line-height: 2.375rem;
  vertical-align: middle;
}
.is--ctl-detail .product--detail-section p {
  font-size: 1rem;
}
.is--ctl-detail .product--detail-upper {
  margin-top: 2.8125rem;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeefee 100%);
}
.is--ctl-detail .product--detail-upper .inner {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
}
.is--ctl-detail .product--detail-upper .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail .product--detail-upper .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail .product--detail-upper.minimal {
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail .product--detail-upper.minimal {
    margin-top: 2.8125rem;
  }
}
.is--ctl-detail .product--detail-upper.minimal .product--title {
  max-width: 65%;
}
.is--ctl-detail .product--detail-upper.minimal .inner {
  display: block;
}
.is--ctl-detail section.description-long {
  margin-bottom: 7.5rem;
}
.is--ctl-detail section.description-long p {
  max-width: 78.75em;
  margin-top: 3.125rem;
  margin-bottom: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0rem 1rem 0rem 1rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail section.description-long p {
    margin-bottom: 9.375rem;
  }
}
.is--ctl-detail .product--details .product--image-container {
  margin: 0.9375rem 0rem 0rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail .product--details .product--image-container {
    max-width: 570px;
  }
}
.is--ctl-detail .product--details .product--detail-characteristics {
  background: #131313;
}
.is--ctl-detail .product--details .product--detail-characteristics ul li {
  color: #ffffff;
  font-size: 0.6875rem;
  letter-spacing: 0.05625rem;
  line-height: 1.3125rem;
  margin-bottom: 1.875rem;
  padding-left: 0.75rem;
}
.is--ctl-detail .product--details .product--detail-characteristics ul li:last-child {
  margin-bottom: 0;
}
.is--ctl-detail .product--details .product--detail-characteristics ul li:before {
  color: #ec7205;
}
.is--ctl-detail .product--details .product--detail-section .content--title {
  margin-top: 0;
}
.is--ctl-detail .product--details .product--detail-section.minimal .inner {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.is--ctl-detail .product--details .product--detail-section.minimal .inner .wrapper {
  padding: 0rem 0rem 3.125rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail .product--details .product--detail-section.minimal .inner .wrapper {
    padding: 1.25rem 0rem 3.125rem 0rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-detail .product--details .product--detail-section.minimal .inner .wrapper {
    padding: 4.375rem 0rem 3.125rem 0rem;
  }
}
.is--ctl-detail .product--details #product--detail-description-image {
  display: none;
}
.is--ctl-detail .product--details #product--detail-description {
  overflow: hidden;
}
.is--ctl-detail .product--details #product--detail-description span,
.is--ctl-detail .product--details #product--detail-description p {
  font-size: 1rem !important;
}
.is--ctl-detail .product--details [data-has-extended-content="true"] .is--close-btn {
  display: none;
  background: #394451;
}
.is--ctl-detail .product--details [data-has-extended-content="true"] ul {
  display: none;
  visibility: hidden;
  opacity: 0.01;
  background: #4b5663;
  padding: 1.875rem 3.75rem 1.875rem 5.3125rem;
  -webkit-transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
  transition: opacity 0.45s cubic-bezier(.3,0,.15,1), visibility 0.45s linear;
}
.is--ctl-detail .product--details [data-has-extended-content="true"].is--expended {
  z-index: 9999;
  position: relative;
}
.is--ctl-detail .product--details [data-has-extended-content="true"].is--expended ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
.is--ctl-detail .product--details [data-has-extended-content="true"].is--expended .is--close-btn {
  display: block;
}
.is--ctl-detail .product--details--modal {
  z-index: 9001 !important;
}
.is--ctl-detail .readmore-link {
  color: #131313;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-family: RobotoSlab;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  margin-top: 0.625rem;
  display: inline-block;
  width: 100%;
}
.is--ctl-detail .readmore-link i {
  padding: 0rem 0rem 0.125rem 0.625rem;
  vertical-align: middle;
  font-size: 1rem;
}
.is--ctl-detail .product--properties {
  border-top: 1px solid #d8d8d8;
  margin-top: 0.625rem;
  padding-top: 0.9375rem;
}
.is--ctl-detail .product--properties td {
  width: auto;
  color: #131313;
  padding-left: 0;
  letter-spacing: 0.0125rem;
}
.is--ctl-detail .product--properties td.product--properties-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9375rem;
}
.is--ctl-detail .product--properties td.product--properties-value {
  font-size: 0.8125rem;
}
.is--ctl-detail .product--properties tr:nth-child(2n) td {
  background: #ffffff;
}
.is--ctl-detail #product--detail-section-features {
  background: #eeefee;
  margin-top: 2.5rem;
}
.is--ctl-detail #product--detail-section-features:before {
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  padding-top: 2.5rem;
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #eeefee;
  display: block;
  position: relative;
  top: -2.5rem;
  z-index: 0;
  border-bottom: 1px solid #eeefee;
}
.is--ctl-detail #product--detail-section-features .inner {
  margin-top: -3.75rem;
  z-index: 1;
}
.is--ctl-detail #product--detail-section-features:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #eeefee;
  display: block;
  position: relative;
  bottom: -2.5625rem;
  z-index: 0;
  border-top: 1px solid #eeefee;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property {
  cursor: pointer;
  width: 33.333%;
  position: relative;
  text-align: center;
  background: #394451;
  color: #ffffff;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--icon {
  height: 3.125rem;
  margin-bottom: 0.625rem;
  margin-top: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--icon svg {
  max-height: 100%;
  max-width: 4.5rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--label {
  hyphens: auto;
  font-size: 0.6875rem;
  padding: 0rem 0.9375rem 0.75rem 0.9375rem;
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 1.2;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property:nth-child(2n) {
  background: #ffffff;
  color: #131313;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description {
  color: #ffffff;
  text-align: left;
  display: none;
  position: absolute;
  background: #ec7205;
  z-index: 1;
  padding: 1.25rem 1.25rem 3.75rem 1.25rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description .is--title {
  max-width: 100%;
  hyphens: auto;
  margin-bottom: 0.625rem;
  letter-spacing: 0.0375rem;
  font-size: 1.5rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description .is--subtitle {
  margin-bottom: 0.625rem;
  font-weight: bold;
  letter-spacing: 0.0125rem;
  font-size: 1.125rem;
  padding-top: 1.25rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description .is--description {
  font-size: 1rem;
  padding-right: 0rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description .desc {
  padding-right: 0rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description .img {
  display: none;
  padding-top: 1.25rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description .slick-slide {
  height: auto;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description .close-property {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  font-size: 1.625rem;
  color: #ffffff;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .property--description ul {
  list-style-position: outside;
  margin-left: 1.2rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property:hover {
  background: #ec7205;
  color: #ffffff;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property.is--active {
  background: #ec7205;
  color: #ffffff;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .slick-dots {
  bottom: -2.5rem;
}
.is--ctl-detail #product--detail-section-features .product--detail-properties .product--detail-property .slick-dots li.slick-active button:before {
  color: #2b2717;
  background: #2b2717;
}
.is--ctl-detail #product--detail-section-downloads {
  background: #ec7205;
  margin-top: 2.5rem;
}
.is--ctl-detail #product--detail-section-downloads .inner {
  padding: 1.25rem 0rem 0rem 0rem;
}
.is--ctl-detail #product--detail-section-downloads .inner .is--title {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.is--ctl-detail #product--detail-section-downloads .inner .is--title + p {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.is--ctl-detail #product--detail-section-downloads:before {
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  padding-top: 2.5rem;
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #ec7205;
  display: block;
  position: relative;
  top: -2.5rem;
  z-index: 0;
  border-bottom: 1px solid #ec7205;
}
.is--ctl-detail #product--detail-section-downloads .inner {
  margin-top: -3.75rem;
  z-index: 1;
}
.is--ctl-detail #product--detail-section-downloads #product--detail-downloads-image {
  display: none;
}
.is--ctl-detail #product--detail-section-sizes {
  padding: 2.5rem 0rem 2.5rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail #product--detail-section-sizes {
    padding: 5rem 0rem 5rem 0rem;
  }
}
.is--ctl-detail #product--detail-section-sizes .inner {
  max-width: 67.5rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-detail #product--detail-section-sizes .inner {
    padding: 0;
  }
}
.is--ctl-detail #product--detail-section-sizes .inner .is--title {
  text-align: center;
}
.is--ctl-detail #product--detail-section-sizes .inner p {
  text-align: center;
  max-width: 48.125rem;
  margin: 0 auto;
}
.is--ctl-detail #product--detail-section-sizes .inner #product--detail-sizes-image-small {
  margin-top: 1.875rem;
  display: block;
}
.is--ctl-detail #product--detail-section-sizes .inner #product--detail-sizes-image-small img {
  margin: 0 auto;
}
@media screen and (min-width: 30em) {
  .is--ctl-detail #product--detail-section-sizes .inner #product--detail-sizes-image-small {
    display: none;
  }
}
.is--ctl-detail #product--detail-section-sizes .inner #product--detail-sizes-image-large {
  margin-top: 1.875rem;
  display: none;
}
.is--ctl-detail #product--detail-section-sizes .inner #product--detail-sizes-image-large .product--detail-sizes-modal {
  cursor: pointer;
  opacity: 0.8;
}
.is--ctl-detail #product--detail-section-sizes .inner #product--detail-sizes-image-large .product--detail-sizes-modal:hover {
  opacity: 1;
}
@media screen and (min-width: 30em) {
  .is--ctl-detail #product--detail-section-sizes .inner #product--detail-sizes-image-large {
    margin-top: 3.125rem;
    display: block;
  }
  .is--ctl-detail #product--detail-section-sizes .inner #product--detail-sizes-image-large img {
    margin: 0 auto;
    width: 100%;
  }
}
.is--ctl-detail #product--detail-section-enjoy .inner {
  background: #394451;
  padding-top: 2.75rem;
}
.is--ctl-detail #product--detail-section-buybox {
  background: #eeefee;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox {
  max-width: 96vw;
  padding-top: 260px;
}
.is--ctl-detail #product--detail-section-buybox .inner {
  padding: 1.25rem 0rem 0rem 0rem;
}
.is--ctl-detail #product--detail-section-buybox .inner .data-details {
  padding: 0rem 1.25rem 0rem 1.25rem;
  position: relative;
}
.is--ctl-detail #product--detail-section-buybox .inner .data-details.minimal {
  background-color: #ffffff;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail #product--detail-section-buybox .inner .data-details.minimal {
    background: none;
  }
}
.is--ctl-detail #product--detail-section-buybox .inner .data-details.minimal ul {
  margin-left: 1.0625rem;
}
.is--ctl-detail #product--detail-section-buybox .inner.has--bg-grey {
  padding: 0rem 1.25rem 1.875rem 1.25rem;
}
.is--ctl-detail #product--detail-section-buybox .is--title {
  margin-right: 1.25rem;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox {
  position: relative;
  margin-bottom: 0;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .price--content {
  font-size: 1.875rem;
  color: #131313;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .product--tax {
  font-size: 0.6875rem;
  color: #131313;
  letter-spacing: 0.0125rem;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .product--tax a {
  color: #131313;
  text-decoration: underline !important;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .buybox--button {
  font-size: 0.6875rem;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .configurator--label {
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 2.1875rem;
  margin: 0;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .product--configurator {
  padding-top: 0.625rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-detail #product--detail-section-buybox .product--buybox .product--configurator {
    width: 45%;
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-detail #product--detail-section-buybox .product--buybox .product--configurator {
    width: 80%;
    margin-right: 0;
  }
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .configurator--form {
  padding: 0;
  width: 100%;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .configurator--form .select-field {
  max-width: unset;
}
.is--ctl-detail #product--detail-section-buybox .product--buybox .buybox--quantity {
  width: 25%;
  margin-right: 5%;
  font-weight: normal;
}
.is--ctl-detail #product--detail-section-buybox .product--detail-note {
  display: none;
  position: absolute;
  top: 2.8125rem;
  right: 1.25rem;
  padding: 0;
}
.is--ctl-detail #product--detail-section-buybox .product--detail-note button {
  font-size: 1.25rem;
  margin: 0;
}
.is--ctl-detail #product--detail-section-buybox .product--detail-note button:hover {
  color: #ec7205;
}
.is--ctl-detail #product--detail-section-buybox .product--image-container {
  padding-bottom: 1.5rem;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.is--ctl-detail #product--detail-section-buybox .product--image-container .image--element {
  padding: 0;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail #product--detail-section-buybox .product--image-container .image--element {
    padding-bottom: 5.625rem;
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.is--ctl-detail #product--detail-section-buybox .buybox--inner .buybox--button-container {
  padding: 0 30px;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail #product--detail-section-buybox .buybox--inner .buybox--button-container {
    position: relative;
  }
}
.is--ctl-detail #product--detail-section-buybox .buybox--inner .btn-configurator {
  width: 100%;
  max-width: 21.875rem;
  font-size: 0.8125rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail #product--detail-section-buybox .buybox--inner .btn-configurator {
    max-width: 95%;
    margin-bottom: 0;
  }
}
.is--ctl-detail #product--detail-section-by-merchant .inner {
  background: #394451;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.is--ctl-detail #product--detail-section-become-merchant {
  position: relative;
  -webkit-clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  padding-bottom: 2.5rem;
  background-color: rgba(236, 114, 5, 0.9);
}
@media screen and (min-width: 30em) {
  .is--ctl-detail #product--detail-section-become-merchant {
    background-color: transparent;
  }
}
.is--ctl-detail #product--detail-section-become-merchant .inner {
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-detail #product--detail-section-become-merchant .inner {
    width: 65%;
    max-width: 25rem;
    margin: 4.375rem 0rem 0.625rem 6.25rem;
    background-color: rgba(236, 114, 5, 0.9);
  }
}
.is--ctl-detail #product--detail-section-cross-selling {
  padding-bottom: 0.9375rem;
  background: #eeefee;
  margin-top: 0rem;
}
.is--ctl-detail #product--detail-section-cross-selling:before {
  -webkit-clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 40px, 100% 0, 100% 100%, 0 100%);
  padding-top: 2.5rem;
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #eeefee;
  display: block;
  position: relative;
  top: -2.5rem;
  z-index: 0;
}
.is--ctl-detail #product--detail-section-cross-selling .inner {
  margin-top: -3.75rem;
  z-index: 1;
}
.is--ctl-detail #product--detail-section-cross-selling-minimal {
  padding-bottom: 0.9375rem;
  background: #ffffff;
}
.is--ctl-detail #product--detail-section-cross-selling-minimal:before {
  background: transparent;
  clip-path: none;
  -webkit-clip-path: none;
}
.is--ctl-detail #product--detail-section-blog {
  margin-bottom: 5rem;
}
.is--ctl-detail #product--detail-section-blog .section-image {
  -webkit-clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
}
.is--ctl-detail #product--detail-section-blog .inner {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
}
.is--ctl-detail #product--detail-section-blog .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail #product--detail-section-blog .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail #product--detail-section-blog .inner .flex-box {
  flex-wrap: wrap;
  max-width: 67.5rem !important;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail #product--detail-section-blog .inner .flex-box {
    flex-wrap: nowrap;
  }
}
.is--ctl-detail #product--detail-section-blog .inner .flex-box:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail #product--detail-section-blog .inner .flex-box:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail #product--detail-section-blog .inner .flex-box .product--detail-blog-item {
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail #product--detail-section-blog .inner .flex-box .product--detail-blog-item {
    width: 32%;
    margin-left: 1%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-detail #product--detail-section-blog .inner .flex-box .product--detail-blog-item {
    width: 33%;
    margin-left: 0;
  }
}
.is--ctl-detail #product--detail-section-blog .inner .flex-box .product--detail-blog-item .blog--box-picture {
  position: relative;
  max-width: 20rem;
  margin: 0 auto;
}
.is--ctl-detail #product--detail-section-blog .inner .flex-box .product--detail-blog-item .blog--box-headline {
  max-width: 20rem;
  margin: 0 auto;
  padding-top: 0.625rem;
}
.is--ctl-detail #product--detail-section-blog .inner .flex-box .product--detail-blog-item .blog--box-description {
  max-width: 20rem;
  margin: 0 auto;
  color: #131313;
}
.is--ctl-detail #product--detail-section-blog .inner .flex-box .product--detail-blog-item a:hover .content-bg-overlay {
  opacity: 0;
}
.is--ctl-detail #product--detail-section-reply {
  padding-bottom: 2.1875rem;
}
.is--ctl-detail #product--detail-section-reply svg {
  display: none;
}
.is--ctl-detail .image-slider--container .arrow {
  display: none;
}
.is--ctl-detail .image-slider--container .image-slider--item {
  vertical-align: top;
}
.is--ctl-detail .image-slider--container .image-slider--item .video--element {
  padding-bottom: 56.25%;
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  margin: 0rem 1.25rem 3.125rem 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail .image-slider--container .image-slider--item .video--element {
    margin: 0rem 0.625rem 3.125rem 0.625rem;
  }
}
.is--ctl-detail .image-slider--container .image-slider--item .video--element iframe,
.is--ctl-detail .image-slider--container .image-slider--item .video--element object,
.is--ctl-detail .image-slider--container .image-slider--item .video--element embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is--ctl-detail .image-slider--container .image-slider--item .image--element {
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.is--ctl-detail .image-slider--container.no--thumbnails .image-slider--item .image--element {
  padding-bottom: 5.625rem;
  padding-top: 6.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail .image-slider--container.no--thumbnails .image-slider--item .image--element {
    padding-top: 0.625rem;
  }
}
.is--ctl-detail .image--dots {
  height: 1rem;
  line-height: 1rem;
}
.is--ctl-detail .image--dots .dot--link {
  vertical-align: middle;
  height: 0.375rem;
}
.is--ctl-detail .image--dots .dot--link.video {
  height: 1rem;
  border: none;
  background: none;
  color: #d8d8d8;
}
.is--ctl-detail .image--dots .dot--link.video.is--active {
  color: #ec7205;
}
.is--ctl-detail .image--gallery.no--thumbnails .image-slider--container {
  padding-bottom: 50px;
}
.is--ctl-detail #product--detail-section-faq .inner {
  margin: 80px auto;
  max-width: 61.1875rem;
}
.is--ctl-detail #product--detail-section-faq .inner .faq-head {
  text-align: center;
  margin-bottom: 2.1875rem;
}
.is--ctl-detail #product--detail-section-faq .inner .faq-head .title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.is--ctl-detail #product--detail-section-faq .inner .faq-content .collapse--header.is--active {
  color: initial;
}
.is--ctl-detail #product--detail-section-faq .inner .faq-content .collapse--header.level1 {
  background: none;
  box-shadow: none;
  border: none;
  font-weight: bold;
  padding: 0rem 2.5rem 0.625rem 0rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail #product--detail-section-faq .inner .faq-content .collapse--header.level1 {
    line-height: 2.5rem;
  }
}
.is--ctl-detail #product--detail-section-faq .inner .faq-content .collapse--header.level1 .count {
  font-weight: normal;
  vertical-align: middle;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
.is--ctl-detail #product--detail-section-faq .inner .faq-content .collapse--content {
  border: none;
  box-shadow: none;
  padding: 0;
  top: 0;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.25rem;
}
.is--ctl-detail #product--detail-section-faq .inner .faq-content .collapse--content .collapse--header.level2 {
  background: #eeefee;
  box-shadow: none;
  border: none;
  font-weight: bold;
  padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.is--ctl-detail #product--detail-section-faq .inner .faq-content .collapse--content .collapse--content {
  background: #eeefee;
  border-bottom: 0;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
}
.is--ctl-detail #product--detail-section-faq .inner .faq-content .collapse--content .collapse--content p {
  margin-bottom: 0;
}
.buybox--sale-limited {
  display: block;
  clear: both;
  font-size: 0.5625rem;
  color: #666666;
}
.buybox--sale-limited i {
  display: inline-block;
  float: left;
  font-size: 1.1875rem;
  line-height: 1.625rem;
  color: #ec7205;
}
.buybox--sale-limited span {
  margin-left: 0.3125rem;
  display: inline-block;
  float: left;
  max-width: 80%;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.product--notification {
  -webkit-animation-name: tada;
  animation-name: tada;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  color: #ffffff;
  width: 100%;
  background-color: #ec7205;
  font-size: 0.8125rem;
  margin-top: 1.25rem;
  padding: 0.875rem 0.875rem 0.875rem 0.875rem;
}
@media screen and (min-width: 30em) {
  .product--notification {
    display: inline-block;
    width: 49%;
  }
}
@media screen and (min-width: 64em) {
  .product--notification {
    width: 80%;
  }
}
.product--notification .notification--content {
  margin-bottom: 1.125rem;
}
.product--notification .notification--content i {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  margin: 0.625rem 0rem 1.25rem 0rem;
}
.product--notification .notification--field {
  border-radius: 0;
  margin: 0;
}
.product--notification .notification--form button {
  z-index: 1;
  margin-left: -7%;
  width: 20%;
  padding-right: 13%;
  padding-left: 10%;
}
.product--notification .notification--form button i {
  font-size: 0.9375rem;
}
.product--notification .notification--form .privacy-information {
  clear: both;
  font-size: 0.8125rem;
  margin-top: 1.25rem;
}
.product--notification .notification--form .privacy-information a {
  color: #131313;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail .content-main {
    margin-top: 4.375rem;
  }
  .is--ctl-detail .product--details #product--detail-section-description {
    margin-bottom: -1.25rem;
  }
  .is--ctl-detail .product--details #product--detail-section-description .inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0rem 1rem 0rem 0rem;
  }
  .is--ctl-detail .product--details #product--detail-section-description .inner #product--detail-description-image {
    display: block;
    width: 44%;
  }
  .is--ctl-detail .product--details #product--detail-section-description .inner .wrapper {
    width: 41%;
    margin: 0 auto;
    padding-top: 4.375rem;
  }
  .is--ctl-detail .product--details #product--detail-section-description .inner .wrapper .product--properties {
    width: 100%;
  }
  .is--ctl-detail .product--details #product--detail-section-description .inner .wrapper.has--no-image {
    width: 90%;
    padding-bottom: 3.125rem;
  }
  .is--ctl-detail .product--details #product--detail-section-features {
    -webkit-clip-path: polygon(0 0, 100% 180px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 180px, 100% 100%, 0 100%);
    padding: 11.25rem 0rem 3.125rem 0rem;
    margin-top: -5rem;
    max-width: none;
  }
  .is--ctl-detail .product--details #product--detail-section-features:before {
    display: none;
  }
  .is--ctl-detail .product--details #product--detail-section-features:after {
    display: none;
  }
  .is--ctl-detail .product--details #product--detail-section-features.minimal {
    margin-top: 0;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner {
    max-width: 67.5rem !important;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties {
    justify-content: center;
    position: relative;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property {
    max-width: 7rem;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description {
    padding: 3.75rem 3.75rem 2.5rem 3.75rem;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description .is--title {
    text-align: left;
    font-size: 2.5rem;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description .is--subtitle {
    font-size: 1.5rem;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description .desc {
    width: 50%;
    float: left;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description .desc.has--no-image {
    width: 100%;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description .img {
    display: block;
    width: 50%;
    float: left;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description .close-property {
    top: 3.25rem;
    right: 2.625rem;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description .is--description {
    font-size: 1rem;
    padding-right: 2.5rem;
  }
  .is--ctl-detail .product--details #product--detail-section-features .inner .product--detail-properties .product--detail-property .property--description .desc {
    padding-right: 1.25rem;
  }
  .is--ctl-detail .product--details #product--detail-section-features .is--title {
    text-align: center;
  }
  .is--ctl-detail .product--details #product--detail-section-features .is--title + p {
    text-align: center;
    margin-bottom: 3.75rem;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads {
    background: #eeefee;
    max-width: none;
    margin-top: 0;
    padding: 1.25rem 0rem 7.5rem 0rem;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads.clip-path {
    -webkit-clip-path: polygon(0 0, 100% 180px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 180px, 100% 100%, 0 100%);
    padding: 11.25rem 0rem 3.125rem 0rem;
    margin-top: -5rem;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads:before {
    display: none;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .inner {
    max-width: 66.875rem !important;
    margin: 0 auto;
    width: 100%;
    background: #ec7205;
    padding: 0;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads #product--detail-downloads-image {
    display: block;
    float: left;
    width: 56%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 29.0625rem;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .content {
    float: left;
    width: 40%;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .content .is--title {
    padding: 1.5625rem 1.5625rem 0rem 1.5625rem;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .content .is--title + p {
    padding-left: 1.5625rem;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .content [data-has-extended-content="true"] {
    padding: 0rem 1.5625rem 1.5625rem 1.5625rem;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .content [data-has-extended-content="true"] .is--btn {
    width: 15.625rem;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .content [data-has-extended-content="true"] ul.has--downloads {
    display: none;
    visibility: visible;
    opacity: 1;
  }
  .is--ctl-detail .product--details #product--detail-section-downloads .content [data-has-extended-content="true"]:hover ul.has--downloads {
    display: block;
  }
  .is--ctl-detail #product--detail-section-enjoy {
    margin-top: 0rem;
    padding-bottom: 0rem;
    background: #394451;
    max-width: none;
  }
  .is--ctl-detail #product--detail-section-enjoy .inner {
    max-width: 67.5rem !important;
    margin: 0 auto;
    width: 100%;
  }
  .is--ctl-detail #product--detail-section-enjoy .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-enjoy .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-enjoy .show-for-medium {
    padding: 5.3125rem 0rem 0rem 0rem;
    max-width: 67.5rem !important;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 1.25rem;
  }
  .is--ctl-detail #product--detail-section-enjoy .show-for-medium:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-enjoy .show-for-medium:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-enjoy .show-for-medium .is--title {
    width: 100%;
    padding-left: 1.25rem;
    margin-bottom: 3.125rem;
  }
  .is--ctl-detail #product--detail-section-enjoy .show-for-medium .text-block {
    width: 50%;
  }
  .is--ctl-detail #product--detail-section-enjoy .show-for-medium .text-block p {
    border-left: 1px solid #d8d8d8;
    margin: 0;
    padding-left: 1.25rem;
    padding-right: 3.125rem;
  }
  .is--ctl-detail #product--detail-section-enjoy .show-for-medium .text-block p.is--orange {
    padding-bottom: 1.25rem;
    padding-right: 0.3125rem;
  }
  .is--ctl-detail #product--detail-section-enjoy .show-for-medium .text-block .tt-btn {
    margin: 2.5rem 0rem 1.25rem 1.25rem;
  }
  .is--ctl-detail #product--detail-section-buybox .is--title {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
  .is--ctl-detail #product--detail-section-by-merchant {
    display: none;
  }
  .is--ctl-detail #product--detail-section-cross-selling,
  .is--ctl-detail #product--detail-section-cross-selling-minimal {
    max-width: none;
  }
  .is--ctl-detail #product--detail-section-cross-selling .inner,
  .is--ctl-detail #product--detail-section-cross-selling-minimal .inner {
    max-width: 78.75rem !important;
    margin: 0 auto;
    width: 100%;
    padding-top: 2.5rem;
  }
  .is--ctl-detail #product--detail-section-cross-selling .inner:after,
  .is--ctl-detail #product--detail-section-cross-selling-minimal .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-cross-selling .inner:after,
  .is--ctl-detail #product--detail-section-cross-selling-minimal .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-cross-selling .is--title,
  .is--ctl-detail #product--detail-section-cross-selling-minimal .is--title {
    text-align: center;
  }
  .is--ctl-detail #product--detail-section-cross-selling-minimal .tabs-container {
    margin-bottom: 3rem;
  }
  .is--ctl-detail #product--detail-section-become-merchant {
    max-width: none;
    clip-path: unset;
    background-size: 78.75rem;
    background-color: #eeefee;
    background-repeat: no-repeat;
    background-position: center;
  }
  .is--ctl-detail #product--detail-section-become-merchant .wrapper {
    max-width: 78.75rem !important;
    margin: 0 auto;
    width: 100%;
  }
  .is--ctl-detail #product--detail-section-become-merchant .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-become-merchant .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-become-merchant .inner {
    width: 45%;
    padding-bottom: 2.5rem;
    margin: 4.375rem 0rem 0.625rem 6.25rem;
    background-color: rgba(236, 114, 5, 0.9);
  }
  .is--ctl-detail #product--detail-section-cross-selling:before {
    display: none;
  }
  .is--ctl-detail #product--detail-section-reply .section-image {
    -webkit-clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  }
  .is--ctl-detail #product--detail-section-reply .inner {
    max-width: 67.5rem !important;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .is--ctl-detail #product--detail-section-reply .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-reply .inner:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-reply .inner .wrapper {
    width: 50%;
    position: relative;
  }
  .is--ctl-detail #product--detail-section-reply .inner .wrapper svg {
    display: block;
    position: absolute;
    top: 0.625rem;
  }
  .is--ctl-detail #product--detail-section-reply .inner .wrapper .is--title {
    margin-left: 4.375rem;
    padding-left: 0.625rem;
    padding-bottom: 0.3125rem;
    margin-bottom: 0;
    border-left: 1px solid #2b2717;
  }
  .is--ctl-detail #product--detail-section-reply .inner .wrapper .is--title + p {
    margin-left: 4.375rem;
    padding-left: 0.625rem;
    border-left: 1px solid #2b2717;
  }
  .buybox--sale-limited span {
    line-height: 1.625rem;
  }
}
.buybox--button-container-land {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5000;
  background-color: #ffffff;
  padding: 100px 32px;
  box-shadow: rgba(0, 0, 0, 0.27) 0px 0px 10px 0px;
}
@media screen and (min-width: 64em) {
  .buybox--button-container-land {
    position: absolute;
    height: auto;
    padding: 50px 32px;
    bottom: -10px;
    border-top: 6px solid #ec7205;
    z-index: 4000;
    min-width: 500px;
    left: auto;
    right: 0;
  }
}
@media screen and (min-width: 78.75em) {
  .buybox--button-container-land {
    bottom: 0;
  }
}
.buybox--button-container-land .is--title {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
  hyphens: none;
}
@media screen and (min-width: 48em) {
  .buybox--button-container-land .is--title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.buybox--button-container-land .select-country {
  max-width: unset;
}
.buybox--button-container-land .start-configuration,
.buybox--button-container-land .start-configuration-configurator {
  width: 94%;
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 48em) {
  .buybox--button-container-land .start-configuration,
  .buybox--button-container-land .start-configuration-configurator {
    width: 97%;
  }
}
.buybox--button-container-land .close-icon {
  border: none;
  position: absolute;
  top: 65px;
  right: 15px;
  background: none;
}
@media screen and (min-width: 48em) {
  .buybox--button-container-land .close-icon {
    top: 85px;
  }
}
@media screen and (min-width: 64em) {
  .buybox--button-container-land .close-icon {
    top: 20px;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-detail .page-wrap {
    width: 100%;
  }
  .is--ctl-detail .page-wrap .content-main {
    background: #ffffff;
    box-shadow: none;
    max-width: none;
  }
  .is--ctl-detail .content--breadcrumb {
    display: block;
  }
  .is--ctl-detail .product--detail-upper .inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .is--ctl-detail .product--header {
    display: block;
    max-width: 65% !important;
    min-width: 65%;
    margin: 0;
    height: 6.875rem;
    width: auto;
    padding: 0;
    padding-left: 0.625rem;
  }
  .is--ctl-detail .product--header .product--title {
    font-size: 2.75rem;
    text-transform: uppercase;
    line-height: 1;
  }
  .is--ctl-detail .product--details [data-has-extended-content="true"] ul {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .is--ctl-detail .product--details .product--detail-characteristics {
    background: none;
    margin-top: 0rem;
    margin: -6.875rem 1rem 3.125rem 1.25rem;
    margin-left: auto;
    width: 23.25rem;
  }
  .is--ctl-detail .product--details .product--detail-characteristics:before {
    -webkit-clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 20px, 100% 0, 100% 100%, 0 100%);
    padding-top: 1.25rem;
    width: 100%;
    content: '';
    height: 1.25rem;
    background: #4b5663;
    display: block;
    position: relative;
    top: -1.25rem;
    z-index: 0;
  }
  .is--ctl-detail .product--details .product--detail-characteristics .inner {
    margin-top: -2.5rem;
    z-index: 1;
  }
  .is--ctl-detail .product--details .product--detail-characteristics:after {
    -webkit-clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0);
    width: 100%;
    content: '';
    height: 1.25rem;
    background: #4b5663;
    display: block;
    position: relative;
    bottom: -1.1875rem;
    z-index: 0;
  }
  .is--ctl-detail .product--details .product--detail-characteristics:before {
    top: 0;
  }
  .is--ctl-detail .product--details .product--detail-characteristics:after {
    bottom: 0;
  }
  .is--ctl-detail .product--details .product--detail-characteristics .is--title {
    display: none;
  }
  .is--ctl-detail .product--details .product--detail-characteristics .is--title.is--btn {
    background: #4b5663;
    font-family: Exo;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.01875rem;
  }
  .is--ctl-detail .product--details .product--detail-characteristics .is--title.is--btn i {
    display: none;
  }
  .is--ctl-detail .product--details .product--detail-characteristics ul {
    padding: 1.5625rem 1.5625rem 1.5625rem 2.8125rem;
  }
  .is--ctl-detail .product--details .product--detail-characteristics ul li {
    margin-bottom: 0.8125rem;
  }
  .is--ctl-detail .minimal#product--detail-section-buybox {
    background: transparent;
  }
  .is--ctl-detail .minimal#product--detail-section-buybox:before {
    background: transparent;
  }
  .is--ctl-detail #product--detail-section-buybox {
    margin-top: 0rem;
    background: #eeefee;
    max-width: none;
  }
  .is--ctl-detail #product--detail-section-buybox .is--title {
    padding: 1.25rem 1.25rem 1.25rem 0rem;
  }
  .is--ctl-detail #product--detail-section-buybox:before {
    -webkit-clip-path: polygon(0 176px, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 176px, 100% 0, 100% 100%, 0 100%);
    padding-top: 11rem;
    width: 100%;
    content: '';
    height: 11rem;
    background: #eeefee;
    display: block;
    position: relative;
    top: -11rem;
    z-index: 0;
  }
  .is--ctl-detail #product--detail-section-buybox .inner {
    margin-top: -12.25rem;
    z-index: 1;
  }
  .is--ctl-detail #product--detail-section-buybox .inner {
    padding: 1.25rem 0rem 1.875rem 0rem;
  }
  .is--ctl-detail #product--detail-section-buybox .product--buybox {
    max-width: 78.75rem !important;
    margin: 0 auto;
    margin-top: -10rem;
    padding-top: 1.25rem;
    float: none;
    width: 100%;
  }
  .is--ctl-detail #product--detail-section-buybox .product--buybox:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-buybox .product--buybox:after {
    content: "";
    display: table;
    clear: both;
  }
  .is--ctl-detail #product--detail-section-buybox .product--buybox .inner .block-group {
    width: 50%;
    float: left;
  }
  .is--ctl-detail #product--detail-section-buybox .product--buybox .inner .block-group .product--image-container {
    width: 100%;
    border: none;
    margin-top: 0;
  }
  .is--ctl-detail #product--detail-section-buybox .product--buybox .inner .data-details {
    float: right;
    width: 43%;
    padding: 0rem 1.25rem 1.875rem 0rem;
  }
  .is--ctl-detail #product--detail-section-buybox .product--buybox .inner.show-for-large {
    padding-left: 0;
    margin-top: 0;
  }
  .is--ctl-detail #product--detail-section-buybox .product--buybox .inner .buybox--button-container {
    width: 100%;
  }
  .buybox--sale-limited span {
    line-height: 1.56;
  }
}
/* not available products */
.is--ctl-detail.is--act-error .listing--content {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
  padding: 3.125rem 1.25rem 3.125rem 1.25rem;
  float: none;
}
.is--ctl-detail.is--act-error .listing--content:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail.is--act-error .listing--content:after {
  content: "";
  display: table;
  clear: both;
}
#product--detail-section-configuration {
  background: #394451;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/section-config_bg-img-mobile.png");
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration {
    background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/section-config_bg-img-tablet.png");
  }
}
@media screen and (min-width: 64em) {
  #product--detail-section-configuration {
    background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/section-config_bg-img.png");
  }
}
#product--detail-section-configuration .inner {
  min-height: 24.0625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  max-width: 100vw;
}
@media screen and (min-width: 64em) {
  #product--detail-section-configuration .inner {
    min-height: 29.375rem;
    margin-top: 11.25rem;
    padding-top: 1.25rem;
    max-width: 70%;
  }
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration .inner .is--title {
    text-align: center;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration .inner p {
    text-align: center;
  }
}
#product--detail-section-configuration .inner .configuration-steps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 78.75em) {
  #product--detail-section-configuration .inner .configuration-steps {
    width: 90%;
  }
}
#product--detail-section-configuration .inner .configuration-steps .configuration-steps-item {
  width: 100%;
  padding: 0.625rem 2.5rem 0.625rem 4.0625rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration .inner .configuration-steps .configuration-steps-item {
    width: 33.333%;
  }
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration .inner .configuration-steps .configuration-steps-item {
    border-right: 1px solid #afb0af;
  }
  #product--detail-section-configuration .inner .configuration-steps .configuration-steps-item:last-child {
    border: none;
  }
}
#product--detail-section-configuration .inner .configuration-steps .configuration-steps-item svg {
  position: absolute;
  left: 0rem;
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration .inner .configuration-steps .configuration-steps-item svg {
    left: 2.5rem;
  }
}
#product--detail-section-configuration .inner .configuration-steps .configuration-steps-item span {
  display: inline-block;
  padding-left: 0.9375rem;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.03125rem;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration .inner .configuration-steps .configuration-steps-item span {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration .inner .configuration-steps .configuration-steps-item span {
    line-height: 20px;
  }
}
#product--detail-section-configuration .inner .buybox--button-container {
  position: relative;
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  #product--detail-section-configuration .inner .buybox--button-container .btn-configurator {
    min-width: 25.625rem;
  }
}
#product--detail-section-configuration .inner .buybox--button-container .buybox--button-container-land {
  color: #131313;
}
@media screen and (min-width: 64em) {
  #product--detail-section-enjoy.is--slanted-bottom {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 68%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 68%, 0% 100%);
    padding-bottom: 160px !important;
  }
}
.geometry-table-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.geometry-table-container .geometry-table {
  border-spacing: 0;
  flex: 40%;
  margin-top: 3.125rem;
}
.geometry-table-container .geometry-table td {
  border: none;
}
.geometry-table-container .geometry-table td.is-title {
  width: 70%;
}
.geometry-table-container #product--detail-sizes-image-large {
  flex: 60%;
}
.is--ctl-storelocator .page-wrap {
  width: 100%;
}
.is--ctl-storelocator .page-wrap .content-main {
  max-width: 100%;
  background-color: #ffffff;
  margin-top: 4.75rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator {
  margin: 0 auto;
  display: block;
  max-width: 78.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-storelocator .page-wrap .content-main #storeLocator {
    margin-top: 2.5rem;
  }
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator .mapFixed {
  top: 4.375rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap {
  margin-bottom: 4.125rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap .is--storelocator-mobile-messages {
  margin: 0.625rem 0rem 0.625rem 0rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions {
  border: none;
  padding: 0;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #radiusSelect,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #countrySelect {
  height: 3.125rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #radiusSelect .select-field,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #countrySelect .select-field,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select {
  max-width: none;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #radiusSelect .select-field:after,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #countrySelect .select-field:after,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #radiusSelect .js--fancy-select:after,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #countrySelect .js--fancy-select:after {
  border-left: none;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #radiusSelect #distance,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #countrySelect #distance,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #radiusSelect #countrySearch,
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #countrySelect #countrySearch {
  border: 1px solid #afb0af;
  border-radius: 0;
  background-image: none;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #storeSelect {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #storeSelect {
    text-align: left;
  }
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #storeSelect input {
  border-radius: 0;
  background-image: none;
  background-color: #ffffff;
  box-shadow: none;
  border: 1px solid #afb0af;
  vertical-align: top;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
  height: 2.5rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #storeSelect #orText {
  margin: 0rem 0.9375rem 0rem 0.9375rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
  width: 13.75rem;
  line-height: 1.125rem;
  font-size: 0.8125rem;
  padding: 0.625rem 2.5rem 0.625rem 1.875rem;
  height: 2.5rem;
  border-radius: 0;
  background-color: #ec7205;
  background-image: none;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  -webkit-clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #storeSelect .saveadd {
    margin-left: -1.25rem;
  }
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #storeSelect .saveadd:hover {
  background-color: #d4731c;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #searchOptions #storeSelect .saveadd .icon--arrow-right {
  right: 1.5625rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #storeFilter {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  background: none;
  margin-top: 0.625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #storeFilter {
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #storeFilter .action--filter-btn {
    float: right;
    margin-right: 0;
  }
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #storeFilter .filter_wrapper {
  display: inline-block;
  margin-right: 0.625rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #storeFilter .filter_headline {
  width: auto;
  display: inline-block;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #searchWrap #storeFilter .input_wrapper {
  width: auto;
  display: inline-block;
  float: none;
  margin-left: 0.3125rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #storeWrap #itemsWrap .itemWrap {
  border: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 0;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #storeWrap #itemsWrap .itemWrap a {
  cursor: pointer;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #storeWrap #itemsWrap .itemWrap a.NetiCart {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #storeWrap #itemsWrap .itemWrap a.NetiRoute {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #storeWrap #itemsWrap .itemWrap .is--title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.018125rem;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #storeWrap #itemsWrap .itemWrap .innerLeft {
  width: 100%;
}
.is--ctl-storelocator .page-wrap .content-main #storeLocator #storeWrap #itemsWrap .itemWrap .innerRight {
  display: none;
}
.footer-main {
  border: 0;
  background: #000;
}
.footer-main .container {
  max-width: 78.75rem !important;
}
@media screen and (min-width: 48em) {
  .footer-main .wrapper-footer-right {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-main .footer--column {
  border: 0;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .footer-main .footer--column {
    width: 100%;
    display: flex;
  }
}
.footer-main .footer--column .footer--social-icons {
  width: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .footer-main .footer--column .footer--social-icons {
    margin: 0;
  }
}
.footer-main .footer--column .footer--social-icons a {
  transition: ease .2s;
  color: #ffffff;
}
.footer-main .footer--column .footer--social-icons a i {
  font-size: 2.5rem;
  margin-right: 1.25rem;
}
@media screen and (min-width: 48em) {
  .footer-main .footer--column .footer--social-icons a i {
    font-size: 1.25rem;
  }
}
.footer-main .footer--column .footer--social-icons a:last-child i {
  margin-right: unset;
}
.footer-main .footer--column .footer--social-icons a:hover {
  color: #ffffff;
  opacity: .5;
}
@media screen and (min-width: 48em) {
  .footer-main .navigation--list {
    padding: 0;
  }
}
.footer-main .footer--columns {
  border: 0;
}
.footer-main .footer-minimal {
  display: block;
}
@media screen and (min-width: 48em) {
  .footer-main .footer-minimal {
    text-align: left;
    margin-right: 1.875rem;
  }
}
.footer-main .column--content {
  display: block;
}
@media screen and (min-width: 48em) {
  .footer-main .column--content {
    overflow: hidden;
  }
}
.footer-main .column--content.custom-main-cta {
  margin-bottom: 1.25rem;
  margin-top: 0.625rem;
  max-width: none;
  transition: ease-in 0.2s;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 48em) {
  .footer-main .column--content.custom-main-cta {
    margin-right: 4.375rem;
    max-width: none;
    min-width: max-content;
    margin-left: unset;
  }
}
.footer-main .column--content.custom-main-cta a {
  font-family: RobotoSlab;
  color: #ffffff;
}
.footer-main .column--content.custom-main-cta .fa-angle-right:before {
  position: relative;
  top: 0.0625rem;
}
@media screen and (min-width: 48em) {
  .footer-main .column--content.custom-main-cta .navigation--link {
    padding: 0.5625rem 0rem 0.5625rem 0rem;
  }
}
.footer-main .navigation--entry {
  border-top: 1px solid #3a3a3a;
}
@media screen and (min-width: 48em) {
  .footer-main .navigation--entry {
    float: left;
    border: 0;
  }
}
.footer-main .navigation--entry:last-child {
  border-bottom: 1px solid #3a3a3a;
}
@media screen and (min-width: 48em) {
  .footer-main .navigation--entry:last-child {
    border: 0;
  }
}
.footer-main .navigation--entry .navigation--link {
  color: #ffffff;
  font-family: RobotoSlab;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  letter-spacing: 0.031875rem;
}
@media screen and (min-width: 48em) {
  .footer-main .navigation--entry .navigation--link {
    padding-right: 30px;
    padding-top: 8px;
    padding-bottom: 0.3125rem;
  }
}
.footer-main .navigation--entry .navigation--link:hover {
  color: #ffffff;
  opacity: .5;
}
.footer-main a {
  color: #3a3a3a;
  font-family: Exo;
  transition: ease .2s;
}
.footer-main a.service--link {
  color: #ffffff;
  opacity: .5;
  letter-spacing: 0.013125rem;
}
.footer-main a.service--link:hover {
  color: #ffffff;
}
.footer-main .vat-info--text {
  color: #888888;
  font-size: 0.8125rem;
  text-align: center;
  margin: 0.625rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .footer-minimal .footer--service-menu .service--list .service--link {
    padding-left: 0;
    padding-top: 0;
  }
}
.footer-minimal .footer--service-menu .service--list .service--link:hover {
  color: #ffffff;
  opacity: 1;
}
.footer-minimal .footer--service-menu .service--list .service--entry:after {
  border-color: #3a3a3a;
}
@media screen and (min-width: 48em) {
  .footer-main .vat-info--text {
    text-align: left;
    margin: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-register .register-h .register--content {
  border: none;
  display: block;
}
.is--ctl-register .register-h .register--content .register--supplier h1 {
  margin-top: 4.375rem;
  padding: 0rem 1rem 0rem 1rem;
}
.is--ctl-register .custom--banner {
  margin-top: 3.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-register .custom--banner {
    margin-top: 4.75rem;
  }
}
.is--ctl-register .custom--banner img {
  width: 100%;
  margin: 0 auto;
  max-width: 78.75rem;
}
.is--ctl-register .custom--banner + .content-main {
  margin-top: 0;
}
.is--ctl-register .register-section-intro {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0rem 0rem 1rem 0rem;
  margin-bottom: 1.25rem;
}
.is--ctl-register .register-section-intro .content-bg {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-register .register-section-intro .content-bg {
    height: 31.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-register .register-section-intro .content-bg {
    height: 34.375rem;
    left: auto;
  }
}
.is--ctl-register .register-section-intro + .content-main--inner {
  padding: 0;
}
.is--ctl-register .page-wrap {
  width: 100%;
  max-width: 100%;
}
.is--ctl-register .content-main {
  box-shadow: none;
  margin-top: 3.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-register .content-main {
    margin-top: 4.375rem;
  }
}
.is--ctl-register .content-main.container {
  background: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-register .content-main--inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 0;
}
@media screen and (min-width: 30em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-container {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-container {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-container {
    flex-wrap: nowrap;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option {
  display: flex;
  cursor: pointer;
  width: 100%;
  border: 2px solid #afb0af;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option {
    width: 50%;
    margin-bottom: 0;
  }
  .is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option:first-child {
    margin-right: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option {
    width: 50%;
    margin-bottom: 0;
  }
  .is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option:first-child {
    margin-right: 1.25rem;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option.checked,
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option:hover {
  border-color: #ec7205;
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option.checked .shipping--selector-option-icon i,
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option:hover .shipping--selector-option-icon i {
  color: #ec7205;
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option .shipping--selector-option-icon {
  width: 4.125rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option .shipping--selector-option-icon i {
  font-size: 2.25rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option .shipping--selector-option-content .shipping--selector-option-content-title {
  font-weight: bold;
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option .shipping--selector-option-content .shipping--selector-option-content-text ul {
  list-style: none;
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option .shipping--selector-option-content .shipping--selector-option-content-text ul li {
  margin-left: 1.5rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-container .shipping--selector-option .shipping--selector-option-content .shipping--selector-option-content-text ul li i {
  color: #ec7205;
  margin-right: 0.3125rem;
  margin-left: -1.5rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one {
  padding-top: 0;
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-option-container.one {
    padding-top: 1.25rem;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #radiusSelect {
  width: 100%;
  vertical-align: top;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #radiusSelect .select-field {
  max-width: unset;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #radiusSelect select {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #radiusSelect {
    width: 8rem;
    display: inline-block;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #storeSelect {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #storeSelect {
    width: auto;
    display: inline-block;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #storeSelect #autocomplete {
  width: 100%;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #storeSelect #autocomplete {
    width: 18.75rem;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #storeSelect .saveadd {
  width: 95%;
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-option-container-select #storeSelect .saveadd {
    vertical-align: middle;
    width: auto;
    margin-left: -1.25rem;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result {
  margin-top: 1.25rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page {
  transition: 1s;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap {
  margin: 1.25rem 0rem 1.25rem 0rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerLeft {
  vertical-align: middle;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerLeft {
    width: 70%;
    display: inline-block;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerLeft .store-details b {
  margin-bottom: 0.625rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight {
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight {
    width: 29%;
    display: inline-block;
  }
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight .tt-btn {
  z-index: 2;
  width: 95%;
  transition: all 0.2s ease-out;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight .tt-btn:focus {
  outline: none;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight.add .tt-btn {
  animation: 0.3s btn-add normal forwards ease;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight.add .skew-wrapper {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight.add .circle {
  animation-delay: 0.2s;
  animation-name: circle-check-loader;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight.add .check {
  animation-delay: 0.85s;
  animation-name: check;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight .icon-loader-check {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight .circle {
  stroke-dashArray: 1666, 1650;
  stroke-dashoffset: 2000;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-delay: 0s;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap .innerRight .check {
  stroke-dashArray: 340;
  stroke-dashoffset: 340;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-duration: 0.6s;
  animation-delay: 1s;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-result-page .itemWrap hr {
  margin-top: 1.25rem;
  border: solid 1px #dadae5;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  list-style-type: none;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-pagination li {
  display: inline-block;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-pagination li a {
  display: block;
  background-color: #d8d8d8;
  width: 1.25rem;
  height: 0.375rem;
  margin: 0rem 0.625rem 0.625rem 0rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-pagination li a.active {
  background-color: #ec7205;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.one .shipping--selector-result .shipping--selector-no-result .alert {
  margin: 0;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.two {
  display: none;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.two .register--alt-shipping > div:first-child {
  margin-bottom: 0.9375rem;
}
.is--ctl-register .register--shipping-selector .shipping--selector-option-container.two .register--shipping .panel--body {
  padding-top: 0;
}
.steps--container {
  margin-top: 3.125rem;
}
@media screen and (min-width: 78.75em) {
  .steps--container {
    margin-top: 4.375rem;
  }
}
.steps--container.container {
  background: #ffffff;
}
.steps--content {
  font-size: 0.875rem;
  letter-spacing: 0.018125rem;
}
@media screen and (min-width: 48em) {
  .steps--content {
    font-size: 1.125rem;
  }
}
.steps--content .is--active .text {
  color: #ec7205;
}
.steps--content .steps--entry {
  color: #afb0af;
}
.steps--content .steps--entry.steps--spacer {
  display: none;
}
.steps--content .steps--entry .text {
  top: 0.125rem;
  height: auto;
}
@media screen and (min-width: 78.75em) {
  .steps--content .steps--entry .text {
    width: auto;
  }
}
.steps--content .steps--entry .icon {
  border-radius: 0;
  background-image: none;
  background: #afb0af;
  font-size: 0.8125rem;
  font-family: RobotoSlab;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  width: 2.5rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
.steps--content .steps--entry.is--active .icon {
  background: #ec7205;
}
.is--rounded {
  border-radius: 0;
}
.register--login .register--new-customer .new-customer-btn {
  border-radius: 0;
  color: #131313;
  background-image: none;
}
.register--login .register--login-lostpassword {
  color: #e44d42;
}
@media screen and (min-width: 48em) {
  .register-h .register--content {
    margin-top: 0;
  }
  .register--content .register--action .register--submit {
    width: auto;
  }
}
.is--ctl-forms .page-wrap {
  width: 100%;
}
.is--ctl-forms .page-wrap .content-main {
  background-color: #ffffff;
  box-shadow: none;
  margin-top: 4.75rem;
}
.is--ctl-forms .page-wrap .content-main .forms--sidebar {
  display: none;
}
.is--ctl-forms .page-wrap .content-main .forms--sidebar .shop-sites--container {
  border: none;
  padding: 0;
  float: left;
  width: 15.625rem;
}
.is--ctl-forms .page-wrap .content-main .forms--sidebar .shop-sites--container a {
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.is--ctl-forms .page-wrap .content-main .forms--content {
  margin-top: 4.375rem;
}
.is--ctl-forms .page-wrap .content-main .forms--content .forms--headline {
  border: none;
  border-radius: 0;
  padding: 0;
}
.is--ctl-forms .page-wrap .content-main .forms--content .forms--container {
  border: none;
  border-radius: 0;
}
.is--ctl-forms .page-wrap .content-main .forms--content .forms--container .panel--body {
  padding: 0;
}
.is--ctl-forms .page-wrap .content-main .forms--content .forms--container .forms--upload .panel--title {
  margin: 0;
}
.is--ctl-forms .page-wrap .content-main .forms--content .forms--container .forms--upload .panel--body {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.is--ctl-forms .page-wrap .content-main .forms--content .forms--container .forms--upload .panel--body.is--wide {
  padding: 1.25rem 0rem 1.25rem 0rem;
}
.is--ctl-forms .page-wrap .content-main .forms--content .forms--container .forms--upload .panel--body input {
  width: auto;
}
.is--ctl-forms .page-wrap .content-main .is--rounded {
  border-radius: 0;
}
.is--ctl-forms .page-wrap .forms--banner {
  margin-top: 3.5rem;
}
.is--ctl-forms .page-wrap .forms--banner img {
  width: 100%;
  margin: 0 auto;
  max-width: 78.75rem;
}
.is--ctl-forms .page-wrap .forms--banner + .content-main {
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .is--ctl-forms .page-wrap .content-main .forms--sidebar {
    display: block;
  }
  .is--ctl-forms .page-wrap .content-main .forms--content {
    float: none;
    width: auto;
    margin-left: 15.625rem;
  }
  .is--ctl-forms .page-wrap .forms--banner {
    margin-top: 4.75rem;
  }
}
.is--ctl-custom .page-wrap {
  width: 100%;
}
.is--ctl-custom .page-wrap .content-main {
  background-color: #ffffff;
  box-shadow: none;
  margin-top: 4.75rem;
}
.is--ctl-custom .page-wrap .content-main .custom-page--sidebar {
  display: none;
}
.is--ctl-custom .page-wrap .content-main .custom-page--sidebar .shop-sites--container {
  border: none;
  padding: 0;
  float: left;
  width: 15.625rem;
}
.is--ctl-custom .page-wrap .content-main .custom-page--sidebar .shop-sites--container a {
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.is--ctl-custom .page-wrap .content-main .custom-page--content {
  margin-top: 4.375rem;
}
.is--ctl-custom .page-wrap .content-main .custom-page--content .custom-page--tab-headline {
  font-size: 2.75rem;
  line-height: 2.5rem;
  letter-spacing: 0.04375rem;
}
.is--ctl-custom .page-wrap .content-main h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.018125rem;
}
.is--ctl-custom .page-wrap .content-main h2 span {
  font-size: 1.125rem !important;
}
.is--ctl-custom .page-wrap .custom--banner {
  margin-top: 3.5rem;
}
.is--ctl-custom .page-wrap .custom--banner img {
  width: 100%;
  margin: 0 auto;
  max-width: 78.75rem;
}
.is--ctl-custom .page-wrap .custom--banner + .content-main {
  margin-top: 0;
}
.is--ctl-custom a[href$=".pdf"] {
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
  color: #ffffff;
  text-transform: uppercase;
  padding: 0.6875rem 1.875rem 0.6875rem 1.875rem;
  border: none;
  background-color: #d8d8d8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -ms-transform: skewX(-26deg);
  -webkit-transform: skewX(-26deg);
  transform: skewX(-26deg);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  background: #ec7205;
  margin-bottom: 0.625rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.is--ctl-custom a[href$=".pdf"] span.skew-wrapper {
  display: inline-block;
  -ms-transform: skewX(26deg);
  -webkit-transform: skewX(26deg);
  transform: skewX(26deg);
}
.is--ctl-custom a[href$=".pdf"]:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.is--ctl-custom a[href$=".pdf"].is--disabled {
  cursor: not-allowed;
}
.is--ctl-custom a[href$=".pdf"]:focus {
  outline: none;
}
.is--ctl-custom a[href$=".pdf"].is-primary {
  background: #ec7205;
}
.is--ctl-custom a[href$=".pdf"].is-primary:after {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: #ff8a36;
}
.is--ctl-custom a[href$=".pdf"].is-primary:hover:after {
  width: 100%;
}
.is--ctl-custom a[href$=".pdf"].is-secondary {
  background: #131313;
}
.is--ctl-custom a[href$=".pdf"].is-secondary:after {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: #666666;
}
.is--ctl-custom a[href$=".pdf"].is-secondary:hover:after {
  width: 100%;
}
.is--ctl-custom a[href$=".pdf"].is-icon-right i {
  vertical-align: text-top;
  font-size: 1rem;
  padding-left: 0.625rem;
}
.is--ctl-custom a[href$=".pdf"].is-small {
  padding: 0.1875rem 0.625rem 0.1875rem 0.9375rem;
  font-size: 0.6875rem;
}
.is--ctl-custom a[href$=".pdf"]:after {
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background: #ff8a36;
}
.is--ctl-custom a[href$=".pdf"]:hover:after {
  width: 100%;
}
.is--ctl-custom a[href$=".pdf"]:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f019";
  margin-right: 0.625rem;
}
.is--ctl-custom a[href$=".pdf"]:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
.is--ctl-custom a[href$=".pdf"]:hover:before {
  font-weight: 700;
}
#content-custom-faq .inner {
  margin: 80px auto;
  max-width: 61.1875rem;
}
#content-custom-faq .inner .faq-head {
  text-align: left;
  margin-bottom: 2.1875rem;
}
#content-custom-faq .inner .faq-head .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.5rem;
}
#content-custom-faq .inner .faq-content .collapse--header.is--active {
  color: initial;
}
#content-custom-faq .inner .faq-content .collapse--header.level1 {
  background: none;
  box-shadow: none;
  border: none;
  font-weight: bold;
  padding: 0rem 2.5rem 0.625rem 0rem;
  font-size: 1.5rem;
  line-height: 1.875rem;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 48em) {
  #content-custom-faq .inner .faq-content .collapse--header.level1 {
    line-height: 2.5rem;
  }
}
#content-custom-faq .inner .faq-content .collapse--header.level1 .count {
  font-weight: normal;
  vertical-align: middle;
  font-size: 0.8125rem;
  line-height: 1.5rem;
}
#content-custom-faq .inner .faq-content .collapse--content {
  border: none;
  box-shadow: none;
  padding: 0;
  top: 0;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.25rem;
}
#content-custom-faq .inner .faq-content .collapse--content .collapse--header.level2 {
  background: #eeefee;
  box-shadow: none;
  border: none;
  font-weight: bold;
  padding: 0.625rem 1.875rem 0.625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
#content-custom-faq .inner .faq-content .collapse--content .collapse--content {
  background: #eeefee;
  border-bottom: 0;
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
}
#content-custom-faq .inner .faq-content .collapse--content .collapse--content p {
  margin-bottom: 0;
}
a[href$=".pdf"]:before {
  content: '';
  display: none;
}
a[href$=".pdf"] .skew-wrapper:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f019";
  margin-right: 10px;
  margin-right: .625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-custom .page-wrap .content-main .custom-page--sidebar {
    display: block;
  }
  .is--ctl-custom .page-wrap .content-main .custom-page--content {
    float: none;
    width: auto;
    margin-left: 15.625rem;
  }
  .is--ctl-custom .page-wrap .custom--banner {
    margin-top: 4.75rem;
  }
}
.content--breadcrumb {
  max-width: 78.75rem !important;
  width: 100%;
  border: none;
  margin: 0 auto;
  margin-top: 1.0625rem;
}
.content--breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.content--breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 48em) {
  .content--breadcrumb {
    padding: 0;
  }
}
.content--breadcrumb .content--switch {
  display: none;
}
@media screen and (min-width: 48em) {
  .content--breadcrumb .breadcrumb--list-mobil {
    display: none;
  }
}
.content--breadcrumb .breadcrumb--list {
  display: none;
}
@media screen and (min-width: 48em) {
  .content--breadcrumb .breadcrumb--list {
    display: inline-block;
  }
}
.is--ctl-listing .content--breadcrumb .breadcrumb--list {
  width: 70%;
  vertical-align: top;
}
.is--ctl-listing .content--breadcrumb .content--switch {
  float: right;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-top: 0.25rem;
  width: 3.125rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing .content--breadcrumb .content--switch {
    width: auto;
  }
}
.is--ctl-listing .content--breadcrumb .content--switch a {
  color: #131313;
  font-family: RobotoSlab;
}
.is--ctl-listing .content--breadcrumb .content--switch a:hover i {
  font-size: 1.5rem;
  color: #ff9a00;
}
.is--ctl-listing .content--breadcrumb .content--switch a i {
  -webkit-transition: color 0.2s, font-size 0.2s;
  -moz-transition: color 0.2s, font-size 0.2s;
  -o-transition: color 0.2s, font-size 0.2s;
  transition: color 0.2s, font-size 0.2s;
  vertical-align: middle;
  font-size: 1.375rem;
  margin-top: -0.25rem;
}
.is--ctl-listing .content--breadcrumb .content--switch a span {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing .content--breadcrumb .content--switch a span {
    display: inline-block;
  }
}
.content--breadcrumb .breadcrumb--entry {
  height: 1.5625rem;
  line-height: 1.5625rem;
  font-size: 0.6875rem;
  font-family: RobotoSlab;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0rem 0.3125rem 0rem 0.3125rem;
}
@media screen and (min-width: 48em) {
  .content--breadcrumb .breadcrumb--entry {
    padding: 0rem 0.625rem 0rem 0.625rem;
  }
}
.content--breadcrumb .breadcrumb--entry:first-child {
  padding-left: 0;
}
.content--breadcrumb .breadcrumb--entry .breadcrumb--link {
  line-height: 1.5625rem;
  padding: 0;
  color: #ec7205;
  letter-spacing: 0.03125rem;
}
.content--breadcrumb .breadcrumb--entry .breadcrumb--link.breadcrumb--button-home {
  width: 1.5625rem;
  height: 1.5625rem;
  position: relative;
}
.content--breadcrumb .breadcrumb--entry .breadcrumb--link.breadcrumb--button-home span {
  display: none;
}
.content--breadcrumb .breadcrumb--entry .breadcrumb--link.breadcrumb--button-home:before {
  width: 1.25rem;
  font-size: 1.375rem;
  left: 0rem;
  font-family: "Font Awesome 5 Pro";
  content: "\f015";
  position: absolute;
  top: 0;
  font-weight: 300;
}
.content--breadcrumb .breadcrumb--separator {
  padding: 0rem 0rem 0rem 0rem;
  width: 0.625rem;
  height: 1.5625rem;
  color: #666666;
  position: relative;
  display: inline-block;
}
.content--breadcrumb .breadcrumb--separator .icon--arrow-right {
  display: none;
}
.content--breadcrumb .breadcrumb--separator:before {
  content: "/";
  position: absolute;
  color: #666666;
  font-size: 1rem;
  font-style: italic;
}
.is--ctl-index .page-wrap {
  width: 100%;
}
.is--ctl-index .page-wrap .content-main {
  background-color: #ffffff;
  box-shadow: none;
  margin-top: 3.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .page-wrap .content-main {
    margin-top: 4.75rem;
  }
}
.is--ctl-index .page-wrap .content-main .content-main--inner {
  padding: 0;
}
.is--ctl-index .page-wrap .content-main .content--wrapper .content--home {
  margin-top: 0;
}
.is--ctl-index .page-wrap .content-main .content--wrapper .content--home .emotion--wrapper {
  max-width: 100%;
}
.is--ctl-index .page-wrap .content-main .content--wrapper .content--home .emotion--wrapper .emotion--container {
  margin-left: 0 !important;
}
.is--ctl-index .page-wrap .home .home-section-1 {
  background-color: #ffffff;
  position: relative;
  padding: 0rem 0rem 1rem 0rem;
  margin-bottom: 1.25rem;
}
.is--ctl-index .page-wrap .home .home-section-1 .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .page-wrap .home .home-section-1 .content-bg {
    height: 31.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-index .page-wrap .home .home-section-1 .content-bg {
    height: 40.625rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-1 .content {
  z-index: 3;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 20.9375rem;
  margin: 10.3125rem 0rem 0rem -10.46875rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .page-wrap .home .home-section-1 .content {
    margin-top: 20.3125rem;
    margin-left: -13.59375rem;
    max-width: 27.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-1 .content {
    left: auto;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-index .page-wrap .home .home-section-1 .content {
    margin-top: 23.3125rem;
    margin-left: 13.125rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-1 .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-1 .content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-1 .content .tt-btn {
  margin-bottom: 1.25rem;
}
.is--ctl-index .page-wrap .home .home-section-1 .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.is--ctl-index .page-wrap .home .home-section-2 {
  background-color: #ffffff;
}
.is--ctl-index .page-wrap .home .home-section-2 .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-index .page-wrap .home .home-section-2 .content {
    padding: 0;
  }
}
.is--ctl-index .page-wrap .home .home-section-2 .content.headline-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.is--ctl-index .page-wrap .home .home-section-2 .content.headline-icon svg {
  width: auto;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-index .page-wrap .home .home-section-2 .content.headline-icon h2 {
  text-align: left;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-2 .content.headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-2 .content .content-image {
  text-align: center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 15.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 6.125rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  hyphens: none;
}
.is--ctl-index .page-wrap .home .home-section-2 .content .content-image:hover .content-bg-overlay {
  opacity: 0;
}
.is--ctl-index .page-wrap .home .home-section-2 .content .content-image2 {
  text-align: center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 15.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 6.125rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.04rem;
}
.is--ctl-index .page-wrap .home .home-section-2 .content .content-image2:hover .content-bg-overlay {
  opacity: 0;
}
.is--ctl-index .page-wrap .home .home-section-2 .content + .content {
  float: none;
  padding: 0rem 1.25rem 0rem 1.25rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content {
    padding: 0;
  }
}
.is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-text {
  padding: 0rem 1.25rem 0rem 0rem;
  text-align: left;
  width: 100%;
  margin-bottom: 4.375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-text {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-text .content-action {
  text-align: left;
  margin-top: 1.875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-box {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-box:first-child {
    margin-right: 1.4%;
  }
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-box .content-image {
    padding-top: 9.375rem;
    height: 18.75rem;
  }
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-box .content-image2 {
    padding-top: 9.375rem;
    height: 18.75rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-box .content-image,
  .is--ctl-index .page-wrap .home .home-section-2 .content + .content .content-box .content-image2 {
    height: 21.875rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 {
  background-color: #ffffff;
  margin-bottom: 5rem;
}
.is--ctl-index .page-wrap .home .home-section-3 .headline {
  display: flex;
  padding: 0rem 0.625rem 1rem 0.625rem;
}
.is--ctl-index .page-wrap .home .home-section-3 .headline .headline-bg {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .headline .headline-bg {
    height: 31.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-index .page-wrap .home .home-section-3 .headline .headline-bg {
    height: 37.5rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 .headline .headline-content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 20.9375rem;
  margin-top: 8.4375rem;
  margin-left: -10.46875rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .page-wrap .home .home-section-3 .headline .headline-content {
    margin-left: -13.59375rem;
    max-width: 27.1875rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .headline .headline-content {
    margin-left: 0;
    margin-top: 19.4375rem;
    max-width: 33.375rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 .headline .headline-content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .headline .headline-content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
    padding-top: 5.3125rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 .headline .headline-content .tt-btn {
  margin-bottom: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .headline .headline-content .tt-btn {
    margin-bottom: 5.25rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 .content {
  margin: 3.125rem 0rem 8.125rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .content {
    margin: 0 auto;
    text-align: left;
    float: none;
    width: 48.75rem;
    margin-bottom: 8.125rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 .content .icon-box {
  text-align: left;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  float: none;
  padding: 0rem 0rem 1.875rem 0rem;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .content .icon-box {
    margin: unset;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-index .page-wrap .home .home-section-3 .content .icon-box .icon svg {
  width: auto;
  height: 4rem;
  margin-top: 0.625rem;
}
.is--ctl-index .page-wrap .home .home-section-3 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-index .page-wrap .home .home-section-3 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 15.625rem;
  vertical-align: top;
}
.is--ctl-index .page-wrap .home .home-section-3 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .content .icon-box .text .icon-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-index .page-wrap .home .home-section-3 .content .content-text {
  padding: 0rem 1.25rem 0rem 1.25rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .page-wrap .home .home-section-3 .content .content-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .content .content-text {
    padding: 0;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.is--ctl-index .page-wrap .home .home-section-3 .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-3 .content .content-text .content-action {
    text-align: left;
  }
}
.is--ctl-index .page-wrap .home .el-section-2 {
  margin-top: 6.25rem;
  margin-bottom: 3.125rem;
}
.is--ctl-index .page-wrap .home .el-section-2 .content {
  float: left;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .el-section-2 .content {
    margin: 0 auto;
    float: left;
    padding: 0rem 0rem 1.25rem 6.25rem;
  }
  .is--ctl-index .page-wrap .home .el-section-2 .content:after {
    content: '';
    clear: both;
  }
}
.is--ctl-index .page-wrap .home .el-section-2 .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .el-section-2 .content .icon-box {
    float: left;
    padding-top: 0;
  }
}
.is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .icon svg {
  height: 5rem;
}
.is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .icon i {
  font-size: 4.125rem;
  margin-top: 0.625rem;
}
.is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 48em) {
  .is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .text {
    width: 80%;
  }
}
.is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .text .icon-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.is--ctl-index .page-wrap .home .el-section-2 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-index .page-wrap .home .el-section-2 .content .content-text {
  margin-bottom: 1.25rem;
  width: 100%;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .el-section-2 .content .content-text {
    float: right;
  }
}
.is--ctl-index .page-wrap .home .el-section-2 .content .content-text .content-action {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .el-section-2 .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.is--ctl-index .page-wrap .home .home-section-4 {
  color: #ffffff;
  background-color: #0c375e;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
  padding: 4.6875rem 0rem 2.8125rem 0rem;
  margin-top: -3.75rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-4 {
    padding-top: 8.125rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-4 .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.is--ctl-index .page-wrap .home .home-section-4 .headline-icon i {
  font-size: 2.75rem;
  margin-bottom: 1.5625rem;
}
.is--ctl-index .page-wrap .home .home-section-4 .headline-icon h2 {
  color: #ffffff;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-4 .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-4 .content-image {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  height: 18.75rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-4 .content-image {
    margin: 0 auto;
    width: 61.25rem;
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-index .page-wrap .home .home-section-4 .content-image {
    height: 37.5rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-4 .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-4 .content {
    margin: 0 auto;
    float: none;
    width: 61.25rem;
    padding: 2.8125rem 0rem 1.25rem 6.25rem;
  }
  .is--ctl-index .page-wrap .home .home-section-4 .content:after {
    content: '';
    clear: both;
  }
}
.is--ctl-index .page-wrap .home .home-section-4 .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-4 .content .icon-box {
    float: left;
    padding-top: 0;
  }
}
.is--ctl-index .page-wrap .home .home-section-4 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-index .page-wrap .home .home-section-4 .content .icon-box .icon i {
  font-size: 4.125rem;
  margin-top: 0.625rem;
}
.is--ctl-index .page-wrap .home .home-section-4 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-index .page-wrap .home .home-section-4 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
.is--ctl-index .page-wrap .home .home-section-4 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 3.5rem;
  line-height: 3.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-4 .content .icon-box .text .icon-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-4 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-index .page-wrap .home .home-section-4 .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-4 .content .content-text {
    float: right;
    width: 30rem;
  }
}
.is--ctl-index .page-wrap .home .home-section-4 .content .content-text .content-action {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-4 .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.is--ctl-index .page-wrap .home .home-section-5 {
  background-color: #ffffff;
}
.is--ctl-index .page-wrap .home .home-section-5 .inner {
  padding: 4.0625rem 1.25rem 5rem 1.25rem;
}
.is--ctl-index .page-wrap .home .home-section-5 .inner .is--title {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .is--ctl-index .page-wrap .home .home-section-5 .inner .is--title {
    text-align: center;
  }
  .is--ctl-index .page-wrap .home .home-section-5 .inner .tab-menu-cross-selling .tab-navigation {
    width: max-content;
    margin: 0 auto;
  }
}
.is--ctl-search .page-wrap {
  background-image: linear-gradient(to bottom, var(--white), #eeefee);
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeefee 100%);
}
.is--ctl-search .page-wrap .content-main {
  background-color: transparent !important;
  box-shadow: none;
  margin-top: 3.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-search .page-wrap .content-main {
    margin-top: 4.75rem;
  }
}
.is--ctl-search .page-wrap .content-main .content-main--inner {
  padding: 0rem 1.25rem 1rem 1.25rem;
}
.is--ctl-search .page-wrap .content-main .content-main--inner .is--title {
  margin: 2.5rem 0rem 0rem 0rem;
  text-align: center;
}
.is--ctl-search,
.is--ctl-listing,
.is--ctl-detail.is--act-error {
  /* related search terms */
}
.is--ctl-search .listing,
.is--ctl-listing .listing,
.is--ctl-detail.is--act-error .listing {
  display: flex;
  flex-wrap: wrap;
}
.is--ctl-search .search--headline,
.is--ctl-listing .search--headline,
.is--ctl-detail.is--act-error .search--headline,
.is--ctl-search .fuzzy--listing-headline,
.is--ctl-listing .fuzzy--listing-headline,
.is--ctl-detail.is--act-error .fuzzy--listing-headline {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.02375rem;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .is--ctl-search .search--headline,
  .is--ctl-listing .search--headline,
  .is--ctl-detail.is--act-error .search--headline,
  .is--ctl-search .fuzzy--listing-headline,
  .is--ctl-listing .fuzzy--listing-headline,
  .is--ctl-detail.is--act-error .fuzzy--listing-headline {
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: 0.018125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-search .search--fuzzy.panel,
  .is--ctl-listing .search--fuzzy.panel,
  .is--ctl-detail.is--act-error .search--fuzzy.panel {
    max-width: 78.75em;
    margin: 0 auto;
  }
}
.is--ctl-search .search--fuzzy .panel--body,
.is--ctl-listing .search--fuzzy .panel--body,
.is--ctl-detail.is--act-error .search--fuzzy .panel--body {
  padding-bottom: 0;
}
.is--ctl-search .search--fuzzy .fuzzy--listing-similar-requests,
.is--ctl-listing .search--fuzzy .fuzzy--listing-similar-requests,
.is--ctl-detail.is--act-error .search--fuzzy .fuzzy--listing-similar-requests,
.is--ctl-search .search--fuzzy .fuzzy--listing-related-terms,
.is--ctl-listing .search--fuzzy .fuzzy--listing-related-terms,
.is--ctl-detail.is--act-error .search--fuzzy .fuzzy--listing-related-terms {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.is--ctl-search .search--fuzzy .fuzzy--listing-related-terms,
.is--ctl-listing .search--fuzzy .fuzzy--listing-related-terms,
.is--ctl-detail.is--act-error .search--fuzzy .fuzzy--listing-related-terms {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d8d8d8;
}
.is--ctl-search .filter-intro i,
.is--ctl-listing .filter-intro i,
.is--ctl-detail.is--act-error .filter-intro i {
  margin-right: 10px;
}
@media screen and (min-width: 48em) {
  .is--ctl-search .action--filter-options.is--collapsed,
  .is--ctl-listing .action--filter-options.is--collapsed,
  .is--ctl-detail.is--act-error .action--filter-options.is--collapsed {
    background: transparent;
  }
}
.is--ctl-search .action--filter-btn .filter--trigger,
.is--ctl-listing .action--filter-btn .filter--trigger,
.is--ctl-detail.is--act-error .action--filter-btn .filter--trigger {
  font-size: 13px;
  font-weight: normal;
  color: #131313;
  background-image: none;
  border-color: #afb0af;
  border-radius: 0;
  height: 40px;
  padding-top: 0.4375rem;
}
.is--ctl-search .action--filter-btn .filter--trigger i,
.is--ctl-listing .action--filter-btn .filter--trigger i,
.is--ctl-detail.is--act-error .action--filter-btn .filter--trigger i {
  display: none;
}
.is--ctl-search .action--filter-btn .filter--trigger .action--collapse-icon,
.is--ctl-listing .action--filter-btn .filter--trigger .action--collapse-icon,
.is--ctl-detail.is--act-error .action--filter-btn .filter--trigger .action--collapse-icon {
  background: #ec7205;
  background-image: none;
  border-radius: 0;
  font-weight: 900;
}
.is--ctl-search .action--sort .sort--select,
.is--ctl-listing .action--sort .sort--select,
.is--ctl-detail.is--act-error .action--sort .sort--select {
  font-size: 13px;
  font-weight: normal;
  color: #131313;
  background-image: none;
  border-radius: 0;
  height: 40px;
}
.is--ctl-search .select-field select,
.is--ctl-listing .select-field select,
.is--ctl-detail.is--act-error .select-field select {
  background-image: none;
  border-radius: 0;
  border: 1px solid #afb0af;
}
.is--ctl-search .select-field:after,
.is--ctl-listing .select-field:after,
.is--ctl-detail.is--act-error .select-field:after {
  border: 0;
  top: 0.1875rem;
  width: 3rem;
}
.is--ctl-search .product--badges,
.is--ctl-listing .product--badges,
.is--ctl-detail.is--act-error .product--badges {
  display: none;
}
.is--ctl-search .box--basic .box--content,
.is--ctl-listing .box--basic .box--content,
.is--ctl-detail.is--act-error .box--basic .box--content {
  border: 0;
  text-align: center;
}
.is--ctl-search .box--basic .product--info,
.is--ctl-listing .box--basic .product--info,
.is--ctl-detail.is--act-error .box--basic .product--info {
  padding: 0;
}
.is--ctl-search .box--basic .product--image,
.is--ctl-listing .box--basic .product--image,
.is--ctl-detail.is--act-error .box--basic .product--image {
  position: relative;
  width: 100%;
  height: 12.5rem;
}
.is--ctl-search .box--basic .product--title,
.is--ctl-listing .box--basic .product--title,
.is--ctl-detail.is--act-error .box--basic .product--title {
  color: #131313;
  font-family: Exo;
  font-size: 1.5rem;
  letter-spacing: 0.02375rem;
  text-transform: uppercase;
}
.is--ctl-search .box--basic .product--description,
.is--ctl-listing .box--basic .product--description,
.is--ctl-detail.is--act-error .box--basic .product--description {
  display: none;
}
.is--ctl-search .box--basic .product--actions,
.is--ctl-listing .box--basic .product--actions,
.is--ctl-detail.is--act-error .box--basic .product--actions {
  display: none;
}
.is--ctl-search .box--basic .product--rating-container,
.is--ctl-listing .box--basic .product--rating-container,
.is--ctl-detail.is--act-error .box--basic .product--rating-container {
  display: none;
}
.is--ctl-search .box--basic .price--unit,
.is--ctl-listing .box--basic .price--unit,
.is--ctl-detail.is--act-error .box--basic .price--unit {
  display: none;
}
.is--ctl-search .box--basic .price--default,
.is--ctl-listing .box--basic .price--default,
.is--ctl-detail.is--act-error .box--basic .price--default {
  color: #131313;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.is--ctl-search .fuzzy--listing-related-terms a,
.is--ctl-listing .fuzzy--listing-related-terms a,
.is--ctl-detail.is--act-error .fuzzy--listing-related-terms a,
.is--ctl-search .fuzzy--listing-related-terms span,
.is--ctl-listing .fuzzy--listing-related-terms span,
.is--ctl-detail.is--act-error .fuzzy--listing-related-terms span,
.is--ctl-search .fuzzy--listing-similar-requests,
.is--ctl-listing .fuzzy--listing-similar-requests,
.is--ctl-detail.is--act-error .fuzzy--listing-similar-requests {
  font-size: 13px;
}
.is--ctl-search .fuzzy--listing-related-terms a,
.is--ctl-listing .fuzzy--listing-related-terms a,
.is--ctl-detail.is--act-error .fuzzy--listing-related-terms a,
.is--ctl-search .fuzzy--listing-similar-requests a,
.is--ctl-listing .fuzzy--listing-similar-requests a,
.is--ctl-detail.is--act-error .fuzzy--listing-similar-requests a {
  color: #ec7205;
  text-transform: uppercase;
}
.is--ctl-search .page-wrap .content-main,
.is--ctl-listing .page-wrap .content-main {
  background-color: #ffffff;
}
.is--ctl-search .page-wrap .content-main .product-slider,
.is--ctl-listing .page-wrap .content-main .product-slider {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-search .inner-wrapper,
  .is--ctl-listing .inner-wrapper {
    max-width: 78.75em;
    margin: 0 auto;
  }
  .is--ctl-search .box--basic,
  .is--ctl-listing .box--basic {
    width: 33.333%;
  }
}
.is--ctl-search .listing--actions,
.is--ctl-listing .listing--actions {
  background: transparent;
  border: 0;
}
.product--box .action--compare {
  display: inline-block;
}
.product--box .box--content {
  padding: 0.625rem 0rem 0.625rem 0rem;
}
.product--box .product--image .image--element img {
  margin-bottom: 0;
}
.product--box .product--title {
  overflow: inherit;
  line-height: 1.5rem;
  height: auto;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
}
.product--box .product--price .price--default.is--discount {
  color: #ec7205;
}
@media screen and (min-width: 48em) {
  .box--basic {
    width: 50%;
  }
}
.is--ctl-listing .page-wrap {
  width: 100%;
  position: absolute;
  top: 0;
}
.is--ctl-listing .page-wrap .content-main {
  background-color: #ffffff;
  box-shadow: none;
  margin-top: 3.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing .page-wrap .content-main {
    margin-top: 4.75rem;
  }
}
.is--ctl-listing .content-main--inner {
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}
.is--ctl-listing .content--breadcrumb {
  max-width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
}
.is--ctl-listing .listing--content {
  margin-top: 0.9375rem;
  padding-top: 0;
}
.is--ctl-listing .content.listing--content .content.listing--content {
  padding: 0;
}
.is--ctl-listing .content-main {
  margin-bottom: 0;
}
.is--ctl-listing .container {
  max-width: none;
}
.is--ctl-listing .inner--wrapper {
  max-width: 78.75em;
  margin: 0 auto;
  padding: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing .inner--wrapper {
    padding: 0;
  }
}
.is--ctl-listing .listing--actions {
  background: transparent;
  border: 0;
}
.is--ctl-listing footer .container {
  max-width: 78.75em;
}
.is--ctl-listing .panel {
  background: transparent;
  max-width: 78.75em;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing .panel {
    padding-left: 0.625rem;
  }
}
.is--ctl-listing .panel.has--border {
  border: 0;
}
.is--ctl-listing .panel .panel--title {
  margin-left: 0;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing .action--filter-options {
    background: transparent;
  }
}
.is--ctl-listing .filter-intro {
  max-width: 78.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .is--ctl-listing.is--no-sidebar .box--basic {
    width: 50%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-listing.is--no-sidebar .box--basic {
    width: 33.333%;
  }
}
.is--ctl-listing.is--no-sidebar .box--basic .box--content {
  border: 0;
  text-align: center;
}
.is--ctl-listing.is--no-sidebar .box--basic .product--info {
  padding: 0;
}
.is--ctl-listing.is--no-sidebar .box--basic .product--image {
  position: relative;
  width: 100%;
  height: 12.5rem;
}
.is--ctl-listing.is--no-sidebar .box--basic .product--title {
  color: #131313;
  font-family: Exo;
  font-size: 1.5rem;
  letter-spacing: 0.02375rem;
  text-transform: uppercase;
}
.is--ctl-listing.is--no-sidebar .box--basic .product--description {
  display: none;
}
.is--ctl-listing.is--no-sidebar .box--basic .product--actions {
  display: none;
}
.is--ctl-listing.is--no-sidebar .box--basic .product--rating-container {
  display: none;
}
.is--ctl-listing.is--no-sidebar .box--basic .price--unit {
  display: none;
}
.is--ctl-listing.is--no-sidebar .box--basic .price--default {
  color: #131313;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: normal;
}
.is--ctl-listing #category-listing {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
  background: #ffffff;
}
.is--ctl-listing #category-listing:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-listing:after {
  content: "";
  display: table;
  clear: both;
}
/* section intro */
.listing-section-intro {
  background-color: #ffffff;
  position: relative;
  padding: 0rem 1.25rem 1rem 1.25rem;
  margin-bottom: 1.25rem;
}
.listing-section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .listing-section-intro .content-bg {
    height: 31.25rem;
    background-position: top right;
  }
}
@media screen and (min-width: 78.75em) {
  .listing-section-intro .content-bg {
    background-position: top center;
    height: 34.375rem;
  }
}
.listing-section-intro .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  width: 100%;
  margin-top: 17.8125rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 30em) {
  .listing-section-intro .content {
    max-width: 28.75rem;
  }
}
@media screen and (min-width: 48em) {
  .listing-section-intro .content {
    margin-top: 15.625rem;
    max-width: 28.75rem;
  }
}
@media screen and (min-width: 64em) {
  .listing-section-intro .content {
    left: auto;
    margin-left: 6.875rem;
    max-width: 40rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .listing-section-intro .content {
    margin-top: 14.6875rem;
    margin-left: 13.125rem;
  }
}
.listing-section-intro .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .listing-section-intro .content h1 {
    font-size: 2.75rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.listing-section-intro .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.listing-section-details {
  background-color: #ffffff;
}
.listing-section-details .content {
  text-align: left;
  float: none;
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.listing-section-details .content h2 {
  text-align: center;
}
.listing-section-details .content.headline-icon svg {
  height: 2.875rem;
  margin-bottom: 1.25rem;
}
.listing-section-details .content.headline-icon h2 {
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 64em) {
  .listing-section-details .content.headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.listing-section-details .content .content-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  text-align: center;
  height: 14.375rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.04rem;
  padding: 6.125rem 1.25rem 0rem 1.25rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .listing-section-details .content .content-image {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.listing-section-details .content .content-image2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  text-align: center;
  height: 14.375rem;
  margin-bottom: 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: 0.04rem;
  padding: 6.125rem 1.25rem 0rem 1.25rem;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .listing-section-details .content .content-image2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.listing-section-details .content .content {
  float: none;
  padding: 0;
}
.listing-section-details .content .content .content-text {
  margin-bottom: 3.125rem;
}
.listing-section-details .content .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .listing-section-details .content .content .content-box {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .listing-section-details .content .content .content-box:first-child {
    margin-right: 1%;
  }
  .listing-section-details .content .content .content-box .content-image {
    padding-top: 9.375rem;
    height: 21.25rem;
  }
  .listing-section-details .content .content .content-box .content-image2 {
    padding-top: 9.375rem;
    height: 21.25rem;
  }
}
.listing-section-become-merchant {
  position: relative;
  margin-top: -12.5rem;
  background: transparent;
}
.listing-section-become-merchant.no-product-streams {
  margin-top: 0;
}
.listing-section-become-merchant .headline {
  display: flex;
  padding: 0rem 1.25rem 1rem 1.25rem;
}
.listing-section-become-merchant .headline .headline-bg {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 25rem;
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .headline .headline-bg {
    height: 31.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .listing-section-become-merchant .headline .headline-bg {
    height: 37.5rem;
  }
}
.listing-section-become-merchant .headline .headline-content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  width: 100%;
  margin-top: 20rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 30em) {
  .listing-section-become-merchant .headline .headline-content {
    margin-top: 8.4375rem;
    max-width: 27.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .listing-section-become-merchant .headline .headline-content {
    left: 50%;
    margin-left: -13.59375rem;
    max-width: 27.1875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .listing-section-become-merchant .headline .headline-content {
    left: 50%;
  }
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .headline .headline-content {
    left: 40%;
    margin-left: 0;
    margin-top: 19.4375rem;
    max-width: 33.375rem;
  }
}
.listing-section-become-merchant .headline .headline-content h2 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .headline .headline-content h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
    padding-top: 5.3125rem;
  }
}
.listing-section-become-merchant .headline .headline-content .content-action {
  margin-bottom: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .headline .headline-content .content-action {
    margin-bottom: 5.25rem;
  }
}
.listing-section-become-merchant .content {
  margin: 3.125rem 0rem 8.125rem 0rem;
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .content {
    margin: 0 auto;
    text-align: left;
    float: none;
    width: 48.75rem;
    margin-bottom: 8.125rem;
  }
}
.listing-section-become-merchant .content .icon-box {
  text-align: left;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0rem 0rem 1.875rem 0rem;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .content .icon-box {
    margin: unset;
  }
}
.listing-section-become-merchant .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.listing-section-become-merchant .content .icon-box .icon svg {
  width: auto;
  height: 4rem;
  margin-top: 0.625rem;
}
.listing-section-become-merchant .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.listing-section-become-merchant .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 11.25rem;
  vertical-align: top;
}
@media screen and (min-width: 30em) {
  .listing-section-become-merchant .content .icon-box .text {
    width: 15.625rem;
  }
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .content .icon-box .text {
    width: 18.75rem;
  }
}
.listing-section-become-merchant .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .content .icon-box .text .icon-title {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.listing-section-become-merchant .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.listing-section-become-merchant .content .content-text {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .listing-section-become-merchant .content .content-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .content .content-text {
    padding: 0;
    font-size: 1rem;
    line-height: 1.6;
  }
}
.listing-section-become-merchant .content .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .listing-section-become-merchant .content .content-action {
    text-align: left;
  }
}
.listing--wrapper .js--overlay {
  background: #eeefee !important;
}
.listing--wrapper .listing {
  padding-bottom: 10px;
}
.listing--wrapper .off-canvas.is--open {
  z-index: 9999;
}
.listing--wrapper .listing--actions-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .listing--wrapper .listing--actions-wrapper {
    flex-wrap: nowrap;
  }
}
.listing--wrapper .listing--actions-wrapper .listing-actions-item {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .listing--wrapper .listing--actions-wrapper .listing-actions-item {
    width: 33%;
  }
}
.listing--wrapper .listing--actions-wrapper .listing-actions-item.filter {
  order: 1;
}
@media screen and (min-width: 64em) {
  .listing--wrapper .listing--actions-wrapper .listing-actions-item.filter {
    width: 21%;
  }
}
.listing--wrapper .listing--actions-wrapper .listing-actions-item.compare {
  order: 3;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 48em) {
  .listing--wrapper .listing--actions-wrapper .listing-actions-item.compare {
    order: 2;
  }
}
@media screen and (min-width: 64em) {
  .listing--wrapper .listing--actions-wrapper .listing-actions-item.compare {
    width: 21%;
  }
}
.listing--wrapper .listing--actions-wrapper .listing-actions-item.sort {
  order: 2;
}
.listing--wrapper .listing--actions-wrapper .listing-actions-item.sort .sort--select {
  max-width: 100%;
}
@media screen and (min-width: 48em) {
  .listing--wrapper .listing--actions-wrapper .listing-actions-item.sort {
    order: 3;
  }
}
@media screen and (min-width: 64em) {
  .listing--wrapper .listing--actions-wrapper .listing-actions-item.sort {
    width: 58%;
  }
  .listing--wrapper .listing--actions-wrapper .listing-actions-item.sort .sort--select {
    max-width: 95%;
  }
}
.listing--wrapper .listing--actions-wrapper .listing-actions-item .compare--wrapper {
  margin-top: -5px;
  margin-bottom: 40px;
}
@media screen and (min-width: 48em) {
  .listing--wrapper .listing--actions-wrapper .listing-actions-item .compare--wrapper {
    max-width: 95%;
    margin: 0 auto;
  }
}
.listing--wrapper .listing--actions-wrapper .listing-actions-item .action--sort,
.listing--wrapper .listing--actions-wrapper .listing-actions-item .action--filter-btn {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 48em) {
  .listing--wrapper .listing--actions-wrapper .listing-actions-item .action--sort,
  .listing--wrapper .listing--actions-wrapper .listing-actions-item .action--filter-btn {
    max-width: 230px;
  }
}
.listing--wrapper .compare--wrapper .compare--trigger {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  background: #ec7205;
  background-image: none;
  border-radius: 0;
  height: 40px;
  padding-top: 7px;
  padding-top: 0.4375rem;
  line-height: 34px;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0.25rem 0.25rem 0.25rem 0.625rem;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  border: none;
  appearance: none;
  background-clip: padding-box;
}
.listing--wrapper .compare--wrapper .compare--trigger .action--collapse-icon {
  background: #ec7205;
  background-image: none;
  border-radius: 0;
  font-weight: 900;
  margin-top: -0.5rem;
  color: #fff;
  float: right;
  font-size: 13px;
}
.listing--wrapper .compare--wrapper .compare--trigger .action--collapse-icon:after {
  margin-top: -48px;
  margin-top: -3rem;
  -webkit-transition: margin-top 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: margin-top 0.4s cubic-bezier(0.02, 0.01, 0.47, 1);
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  right: 16px;
  margin-top: -8px;
  font-size: 5px;
  line-height: 16px;
  font-family: 'shopware';
  content: "\e612";
  position: absolute;
  text-align: center;
  background: none;
  color: inherit;
  top: 50%;
}
@media screen and (min-width: 48em) {
  .listing--wrapper .compare--wrapper .compare--trigger .action--collapse-icon:after {
    right: 10px;
  }
}
.listing--wrapper .compare--wrapper .compare--trigger.is--open {
  background: #fff;
  color: #131313;
  border: 1px solid #afb0af;
}
.listing--wrapper .compare--wrapper .compare--trigger.is--open .action--collapse-icon {
  color: #131313;
}
.listing--wrapper .compare--wrapper .compare--trigger.is--open .action--collapse-icon:after {
  content: "\e610";
}
.listing--wrapper .compare--wrapper .compare--content {
  background: #fff;
  border: 1px solid #afb0af;
  border-top: none;
  padding: 15px;
}
.listing--wrapper .compare--wrapper .compare--content li {
  list-style: none;
}
.listing--wrapper .compare--wrapper .compare--content li .btn {
  margin: 5px auto;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  font-family: 'RobotoSlab';
}
.listing--wrapper .compare--wrapper .compare--content li .btn.btn--compare-start {
  margin-top: 13px;
}
.listing--wrapper .compare--wrapper .compare--content li .btn.btn--compare-delete {
  background: #131313;
  color: #fff;
}
.listing--wrapper .compare--wrapper .compare--content li.compare--entry {
  height: 35px;
}
.listing--wrapper .compare--wrapper .compare--content li.compare--entry a {
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.2px;
}
.listing--wrapper .compare--wrapper .compare--content li.compare--entry form {
  display: inline;
  float: right;
}
.listing--wrapper .compare--wrapper .compare--content li.compare--entry .btn--item-delete {
  border: none;
  background: none;
}
.listing-section-product-streams {
  background: #eeefee;
  padding: 1.875rem 2.1875rem 0rem 2.1875rem;
  margin-bottom: 50px;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.listing-section-product-streams .h1 {
  margin-bottom: 30px;
}
.listing-section-product-streams:after {
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 0, 100% 0, 0 0);
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #eeefee;
  display: block;
  position: relative;
  bottom: -2.4375rem;
  z-index: 0;
}
.listing-section-product-streams.is--family-listing:after {
  clip-path: none;
  -webkit-clip-path: none;
}
.listing-section-product-streams:after {
  width: auto;
  margin-left: -2.1875rem;
  margin-right: -2.1875rem;
}
@media screen and (min-width: 48em) {
  .listing-section-product-streams {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .listing-section-product-streams {
    margin-left: 0;
    margin-right: 0;
    padding: 3.75rem 1.5625rem 0rem 1.5625rem;
  }
  .listing-section-product-streams:after {
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
  }
}
.listing-section-product-streams .box--basic .product--image {
  height: 150px;
}
.listing-section-product-streams .box--basic .product--title {
  font-size: 20px;
}
@media screen and (min-width: 64em) {
  .listing-section-product-streams .box--basic .product--title {
    font-size: 24px;
  }
}
.listing-section-product-streams .listing--product-stream {
  padding: 3.125rem 1.25rem 4.375rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .listing-section-product-streams .listing--product-stream {
    padding: 3.125rem 2.5rem 4.375rem 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .listing-section-product-streams .listing--product-stream {
    padding: 3.125rem 6.875rem 4.375rem 6.875rem;
  }
}
.listing-section-product-streams .listing--product-stream:last-child {
  padding-bottom: 15.625rem;
}
.listing-section-product-streams .listing--product-stream .listing--product-stream-content {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .listing-section-product-streams .listing--product-stream .listing--product-stream-content {
    flex-wrap: nowrap;
  }
}
.listing-section-product-streams .listing--product-stream .listing--product-stream-content .box {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .listing-section-product-streams .listing--product-stream .listing--product-stream-content .box {
    width: 50%;
    text-align: left;
  }
}
.listing-section-product-streams .listing--product-stream .listing--product-stream-content .box img {
  margin: 0 auto;
  max-width: 19.6875rem;
}
@media screen and (min-width: 64em) {
  .listing-section-product-streams .listing--product-stream .listing--product-stream-content .box img {
    display: none;
    max-width: 21.875rem;
  }
}
.listing-section-product-streams .listing--product-stream .listing--product-stream-content .box + .box img {
  display: none;
}
@media screen and (min-width: 64em) {
  .listing-section-product-streams .listing--product-stream .listing--product-stream-content .box + .box img {
    display: block;
  }
}
.listing-section-product-streams .listing--product-stream .listing--product-stream-content .tt-btn {
  font-size: 0.8125rem;
}
.listing-section-product-streams .listing--product-stream h2 {
  font-size: 2.75rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .listing-section-product-streams .listing--product-stream h2 {
    text-align: left;
  }
}
.listing-section-product-streams .listing--product-stream p {
  width: 19.6875rem;
  margin: 20px auto;
}
@media screen and (min-width: 64em) {
  .listing-section-product-streams .listing--product-stream p {
    width: auto;
    margin: 20px 0;
  }
}
.listing-section-product-streams .listing--product-stream.is--left {
  background-image: linear-gradient(to left, #ffffff 0%, #eeefee 100%);
}
.listing-section-product-streams .listing--product-stream.is--left .box:first-child {
  order: 1;
}
.listing-section-product-streams .listing--product-stream.is--left .box:last-child {
  order: 2;
}
.listing-section-product-streams .listing--product-stream.is--left .box:last-child img {
  float: right;
}
.listing-section-product-streams .listing--product-stream.is--right {
  background-image: linear-gradient(to right, #ffffff 0%, #eeefee 100%);
}
.listing-section-product-streams .listing--product-stream.is--right .box:first-child {
  order: 2;
}
.listing-section-product-streams .listing--product-stream.is--right .box:last-child {
  order: 1;
}
.listing-section-product-streams .listing--product-stream.is--right .box:last-child img {
  float: left;
}
.listing-section-product-streams .listing--product-stream .listing--product-stream-slider {
  display: none;
  position: relative;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #979797;
}
.listing-section-product-streams .listing--product-stream .listing--product-stream-slider .product--slider-close {
  position: absolute;
  right: 0rem;
  top: 0.625rem;
  color: #9b9b9b;
  font-size: 1.625rem;
  padding: 0.3125rem;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .category--teaser .hero--text {
    padding: 1.5625rem 0rem 0.625rem 0rem;
  }
}
@media screen and (min-width: 48em) {
  .action--filter-btn {
    width: 20%;
    margin-right: 2%;
    margin-left: 0;
  }
  .action--sort {
    margin-right: 0;
  }
  .action--filter-options .filter--container {
    margin-left: -4%;
  }
}
.sidebar--navigation .navigation--link:hover {
  color: #ec7205;
}
.sidebar--navigation.show--active-items .navigation--link.is--active {
  color: #ec7205;
}
.is--ctl-account .page-wrap {
  width: 100%;
  max-width: 100%;
}
.is--ctl-account .content-main {
  box-shadow: none;
}
.is--ctl-account .content-main.container {
  background: #ffffff;
}
.is--ctl-account .panel--actions .btn {
  background-image: none;
  color: #131313;
}
.is--ctl-account .panel--actions .btn:hover {
  color: #ec7205;
}
.is--ctl-account .order--repeat .btn {
  color: #ffffff;
}
.is--ctl-account .account--error,
.is--ctl-account .account--success {
  margin-top: 1.25rem;
}
.is--ctl-account.is--act-logout .btn.is--primary.is--icon-right {
  color: #ffffff;
}
.is--ctl-account .account--dealer-info {
  display: flex;
  margin-bottom: 1.25rem;
}
.is--ctl-account .account--dealer-info .account--dealer-info-image {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-account .account--dealer-info .account--dealer-info-image {
    min-height: 14.375rem;
    display: block;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/account/account-dealer-newsletter.jpg");
  }
}
.is--ctl-account .account--dealer-info .account--dealer-info-content {
  padding: 1.875rem;
  color: #ffffff;
  background-color: #ec7205;
}
.is--ctl-account .account--dealer-info .account--dealer-info-content .account--dealer-info-content-headline {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-account .account--dealer-info .account--dealer-info-content .account--dealer-info-content-headline {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.is--ctl-account .account--dealer-info .account--dealer-info-content .account--dealer-info-content-text {
  font-size: 0.8125rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-account .account--dealer-info .account--dealer-info-content .account--dealer-info-content-text {
    font-size: 1rem;
  }
}
.is--ctl-account .account--dealer-info .account--dealer-info-content .tt-btn {
  text-align: center;
  width: 95%;
}
@media screen and (min-width: 30em) {
  .is--ctl-account .account--dealer-info .account--dealer-info-content .tt-btn {
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-account .account--dealer-info .account--dealer-info-content {
    width: 50%;
    min-height: 14.375rem;
  }
}
.is--ctl-address .page-wrap {
  width: 100%;
  max-width: 100%;
}
.is--ctl-address .content-main {
  box-shadow: none;
}
.is--ctl-address .content-main.container {
  background: #ffffff;
}
.is--ctl-address .btn {
  background-image: none;
  color: #131313;
}
.is--ctl-address .btn:hover {
  color: #ec7205;
}
.is--ctl-note .page-wrap {
  width: 100%;
  max-width: 100%;
}
.is--ctl-note .content-main {
  box-shadow: none;
}
.is--ctl-note .content-main.container {
  background: #ffffff;
}
@media screen and (min-width: 48em) {
  .account--menu .account--menu-container {
    padding-left: 0;
    padding-right: 0;
  }
  .navigation--entry.entry--account.with-slt.js--is--dropdown-active:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 13px solid #ec7205;
    position: absolute;
    left: 0.625rem;
  }
}
.is--ctl-campaign .el {
  margin-top: 0.875rem;
  /* section intro */
  /* section messe */
  /* section manufaktur */
  /* section contact */
  /* section newsletter */
  /* section sponsoring */
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el {
    margin-top: 0.875rem;
  }
}
.is--ctl-campaign .el .el-section-intro {
  position: relative;
  padding: 0rem 0.625rem 1rem 0.625rem;
  margin-bottom: 3.125rem;
}
.is--ctl-campaign .el .el-section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-intro .content-bg {
    height: 31.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-intro .content-bg {
    height: 34.375rem;
  }
}
.is--ctl-campaign .el .el-section-intro .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 20.9375rem;
  margin: 11.5625rem 0rem 0rem -10.46875rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-intro .content {
    left: auto;
    margin-top: 14.6875rem;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-intro .content {
    margin-top: 17.8125rem;
    margin-left: 13.125rem;
  }
}
.is--ctl-campaign .el .el-section-intro .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-intro .content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .el .el-section-intro .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.is--ctl-campaign .el .el-section-messe .content {
  text-align: center;
  float: none;
}
.is--ctl-campaign .el .el-section-messe .content.headline-icon svg {
  height: 2.875rem;
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .el .el-section-messe .content.headline-icon h2 {
  margin: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-messe .content.headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .el .el-section-messe .content-image {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-messe .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-messe .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .el .el-section-messe .content + .content-image + .content {
  float: none;
  background: #ffffff;
  padding: 1.25rem 1.25rem 2.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-messe .content + .content-image + .content {
    margin: 0 auto;
    width: 42.5rem;
    padding: 2.8125rem 1.25rem 2.625rem 1.25rem;
  }
  .is--ctl-campaign .el .el-section-messe .content + .content-image + .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-messe .content + .content-image + .content {
    margin: 0 auto;
    padding: 2.8125rem 0rem 2.625rem 6.25rem;
    width: 61.25rem;
  }
}
.is--ctl-campaign .el .el-section-messe .content + .content-image + .content .content-text {
  text-align: left;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-messe .content + .content-image + .content .content-text {
    margin: 0 auto;
    max-width: 42.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-messe .content + .content-image + .content .content-text {
    max-width: 48.75rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur {
  text-align: center;
  position: relative;
}
.is--ctl-campaign .el .el-section-manufaktur .headline {
  display: flex;
  padding: 0rem 0rem 1rem 0rem;
  margin-top: 10.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-manufaktur .headline {
    margin-top: 4.375rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur .headline .headline-bg {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-manufaktur .headline .headline-bg {
    width: 100%;
    margin-left: 0;
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-manufaktur .headline .headline-bg {
    height: 31.25rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur .headline .headline-content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  width: 100%;
  padding: 4.625rem 2.1875rem 3.5rem 2.1875rem;
  margin-top: -10.625rem;
  margin-bottom: 8.3125rem;
  min-height: 21.125rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-manufaktur .headline .headline-content {
    min-height: unset;
    left: 45%;
    margin-top: 11.25rem;
    margin-bottom: 0;
    width: max-content;
    max-width: 23.75rem;
    padding: 4.6875rem 1.875rem 3.4375rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-manufaktur .headline .headline-content {
    left: 50%;
    margin-top: 15.625rem;
    max-width: 33.75rem;
    padding: 5.3125rem 2.1875rem 5.9375rem 2.1875rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur .headline .headline-content h2 {
  color: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-manufaktur .headline .headline-content h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur .content-title {
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  padding: 4.625rem 2.1875rem 3.5rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-manufaktur .content-title {
    position: absolute;
    right: 2.5rem;
    top: 11.25rem;
    padding: 4.6875rem 1.875rem 3.4375rem 1.875rem;
    width: 23.4375rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-manufaktur .content-title {
    left: 50%;
    top: 21.875rem;
    width: 30rem;
    padding: 5.3125rem 2.1875rem 5.9375rem 2.1875rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur .content-title h2 {
  color: #ffffff;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-manufaktur .content-title h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur .content {
  position: relative;
  padding: 0rem 1.25rem 2.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-manufaktur .content {
    margin-top: 0;
    padding: 1.25rem 0rem 2.625rem 0rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur .content .content-image {
  height: 18.8125rem;
  margin-bottom: 1.25rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 175%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-manufaktur .content .content-image {
    background-size: 100%;
    background-position: top center;
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
    height: 25.5rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-manufaktur .content .content-image {
    height: 39.8125rem;
  }
}
.is--ctl-campaign .el .el-section-manufaktur .content .content-text {
  margin: 0 auto;
  text-align: left;
  max-width: 42.5rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-manufaktur .content .content-text {
    max-width: 48.75rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-manufaktur .content .content-action {
    margin: 0 auto;
    text-align: left;
    width: 48.75rem;
  }
}
.is--ctl-campaign .el .el-section-contact .content-image {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-contact .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-contact .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .el .el-section-contact .content {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-contact .content {
    margin: 0 auto;
    float: none;
    padding: 2.8125rem 0rem 1.25rem 0rem;
  }
  .is--ctl-campaign .el .el-section-contact .content:after {
    content: '';
    clear: both;
  }
}
.is--ctl-campaign .el .el-section-contact .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-contact .content .content-text {
    margin: 0 auto;
    width: 42.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-contact .content .content-text {
    width: 48.75rem;
  }
}
.is--ctl-campaign .el .el-section-contact .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-contact .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.is--ctl-campaign .el .el-section-newsletter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-top: 10rem;
  margin-bottom: 3.125rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-newsletter {
    margin-top: 3.75rem;
  }
}
.is--ctl-campaign .el .el-section-newsletter .content-bg {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 18.75rem;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-newsletter .content-bg {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-newsletter .content-bg {
    height: 31.25rem;
    left: auto;
  }
}
.is--ctl-campaign .el .el-section-newsletter .content {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 0;
  margin: -10rem 0rem 7.8125rem 0rem;
  padding: 0rem 2.1875rem 2.1875rem 2.1875rem;
  min-height: 20.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-newsletter .content {
    left: auto;
    margin: 9.0625rem 0rem 0rem 6.875rem;
    width: max-content;
    max-width: 23.75rem;
    padding: 0rem 3.125rem 3.125rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-newsletter .content {
    max-width: 33.75rem;
    margin-top: 14.6875rem;
    margin-left: 13.125rem;
  }
}
.is--ctl-campaign .el .el-section-newsletter .content h2 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-newsletter .content h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .el .el-section-newsletter .content .tt-btn {
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .el .el-section-sponsoring {
  padding-top: 1.25rem;
}
.is--ctl-campaign .el .el-section-sponsoring .content {
  text-align: center;
  float: none;
}
.is--ctl-campaign .el .el-section-sponsoring .content.headline-icon svg {
  height: 2.875rem;
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .el .el-section-sponsoring .content.headline-icon h2 {
  margin: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-sponsoring .content.headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .el .el-section-sponsoring .content-image {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-sponsoring .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .el .el-section-sponsoring .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .el .el-section-sponsoring .content + .content-image + .content {
  float: none;
  background: #ffffff;
  padding: 1.25rem 1.25rem 2.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-sponsoring .content + .content-image + .content {
    padding: 2.8125rem 1.25rem 2.625rem 1.25rem;
  }
  .is--ctl-campaign .el .el-section-sponsoring .content + .content-image + .content:after {
    content: '';
    clear: both;
  }
}
.is--ctl-campaign .el .el-section-sponsoring .content + .content-image + .content .content-text {
  text-align: left;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .el .el-section-sponsoring .content + .content-image + .content .content-text {
    margin: 0 auto;
    width: 42.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .el .el-section-sponsoring .content + .content-image + .content .content-text {
    width: 48.75rem;
  }
}
.is--ctl-checkout .page-wrap {
  width: 100%;
  max-width: 100%;
}
.is--ctl-checkout .content-main.container {
  background: #ffffff;
}
.is--ctl-checkout .confirm--content .body--revocation a,
.is--ctl-checkout .confirm--content .list--checkbox a {
  color: #ec7205;
}
.is--ctl-checkout.is--act-cart .content-main {
  box-shadow: none;
  margin-top: 4.375rem;
}
.is--ctl-checkout.is--act-confirm .content-main {
  box-shadow: none;
}
.is--ctl-checkout.is--act-shippingpayment .content-main {
  box-shadow: none;
}
.is--ctl-checkout .content-main--inner {
  background: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-checkout .content-main--inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.is--ctl-checkout .product--table .content--title {
  color: #131313;
  font-size: 1.125rem;
  letter-spacing: 0.018125rem;
}
.is--ctl-checkout .product--table .table--media .table--media-outer {
  border-color: #d8d8d8;
}
.is--ctl-checkout .product--table .content {
  font-size: 0.8125rem;
}
.is--ctl-checkout .product--table .delivery--information {
  font-size: 0.8125rem;
  color: #e44d42;
}
.is--ctl-checkout .product--table .btn.column--actions-link {
  border: 0;
  background-image: none;
  color: #131313;
}
.is--ctl-checkout .product--table .btn.btn--inquiry {
  display: none;
}
.is--ctl-checkout .product--table .column--label {
  color: #131313;
}
.is--ctl-checkout .product--table .column--quantity .select-field {
  min-width: 3.125rem;
}
.is--ctl-checkout .product--table .add-product--field,
.is--ctl-checkout .product--table .add-voucher--field,
.is--ctl-checkout .product--table .add-product--button,
.is--ctl-checkout .product--table .add-voucher--button {
  border-radius: 0;
}
.is--ctl-checkout .product--table .table--shipping-costs-trigger {
  display: none;
}
.is--ctl-checkout .product--table .table--aggregation {
  border: 0;
  background: #f7f7f7;
}
.is--ctl-checkout .product--table .aggregation--list {
  background: #f7f7f7;
  border: 0;
}
.is--ctl-checkout .product--table .aggregation--list .entry--total {
  color: #131313;
}
.is--ctl-checkout .product--table .basket--footer {
  background: #f7f7f7;
  border: 0;
  color: #131313;
  font-size: 0.8125rem;
}
.is--ctl-checkout .product--table .basket--footer .add-voucher--label {
  margin-left: 0.625rem;
}
.is--ctl-checkout .product--table .content--sku.content {
  color: #131313;
}
.is--ctl-checkout .select-field select {
  padding-top: 0.0625rem;
  color: #131313;
}
.is--ctl-checkout .select-field:after {
  color: #131313;
}
.is--act-finish .content-main {
  margin-top: 4.375rem;
  box-shadow: none;
}
.is--act-finish .finish--teaser {
  border: 0;
}
.confirm--content .product--table .table--header .panel--th {
  color: #131313;
}
.confirm--content .product--table .row--product .column--tax-price {
  color: #131313;
}
.confirm--content .product--table .column--total-price {
  color: #131313;
}
.confirm--content .shipping--panel a {
  background-image: none;
  color: #131313;
}
.confirm--content .shipping--panel a:hover {
  color: #ec7205;
}
.confirm--content .panel--actions .btn {
  background-image: none;
  color: #131313;
}
.confirm--content .panel--actions .btn:hover {
  color: #ec7205;
}
.innovationen {
  margin-top: 0.875rem;
  /* section intro */
  /* section year */
}
@media screen and (min-width: 48em) {
  .innovationen {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .innovationen {
    margin-top: 0.875rem;
  }
}
.innovationen .in-section-intro {
  position: relative;
  padding: 0rem 0.625rem 1rem 0.625rem;
  margin-bottom: 3.125rem;
}
.innovationen .in-section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .innovationen .in-section-intro .content-bg {
    height: 31.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .innovationen .in-section-intro .content-bg {
    height: 34.375rem;
  }
}
.innovationen .in-section-intro .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 20.9375rem;
  margin: 11.5625rem 0rem 0rem -10.46875rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 64em) {
  .innovationen .in-section-intro .content {
    left: auto;
    margin-top: 14.6875rem;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .innovationen .in-section-intro .content {
    margin-top: 17.8125rem;
    margin-left: 13.125rem;
  }
}
.innovationen .in-section-intro .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .innovationen .in-section-intro .content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.innovationen .in-section-intro .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.innovationen .in-section-year {
  padding-top: 3.125rem;
}
.innovationen .in-section-year .content {
  text-align: center;
  float: none;
}
.innovationen .in-section-year .content.headline-icon h2 {
  margin: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 64em) {
  .innovationen .in-section-year .content.headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.innovationen .in-section-year .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .innovationen .in-section-year .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .innovationen .in-section-year .content-image {
    height: 31.25rem;
  }
}
.innovationen .in-section-year .content + .content-image + .content {
  float: none;
  background: #ffffff;
  text-align: left;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .innovationen .in-section-year .content + .content-image + .content {
    margin: 0 auto;
    width: 42.5rem;
    padding: 2.8125rem 1.25rem 2.625rem 1.25rem;
  }
  .innovationen .in-section-year .content + .content-image + .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .innovationen .in-section-year .content + .content-image + .content {
    width: 61.25rem;
  }
}
.innovationen .in-section-year .content + .content-image + .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .innovationen .in-section-year .content + .content-image + .content .content-text {
    margin: 0 auto;
    width: 42.5rem;
  }
}
@media screen and (min-width: 64em) {
  .innovationen .in-section-year .content + .content-image + .content .content-text {
    width: 48.75rem;
  }
}
.page-wrap--cookie-permission {
  border-top: solid 6px #ec7205;
}
.page-wrap--cookie-permission .cookie-permission--container.container {
  background: #ffffff;
  max-width: 78.75rem;
}
.acris--page-wrap--cookie-permission {
  border-top: solid 6px #ec7205;
}
.acris--page-wrap--cookie-permission .acris-cookie-settings--wrapper .container {
  background: #ffffff;
}
.is--ctl-listing #category-overview {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
  background: none;
}
.is--ctl-listing #category-overview:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-overview:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-overview .listing-section-categories {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 12.5rem;
}
.is--ctl-listing #category-overview .listing-section-categories:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-overview .listing-section-categories:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-overview .listing-section-categories .category-overview-container {
  justify-content: center;
  flex-wrap: wrap;
}
.is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0rem 0.4375rem 4.875rem 0.4375rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item {
    width: 47%;
  }
}
.is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item .teaser-image-link:hover .content-bg-overlay {
  opacity: 0;
}
.is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item .teaser-image {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 12.5rem;
  display: flex;
  align-items: center;
}
.is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item .teaser-image .title {
  flex: 1;
  color: #ffffff;
  margin: 0;
}
.is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item .category-image {
  background: #eeefee;
  padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
}
.is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item .category-image img {
  margin: 0 auto;
}
.is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item .category-bullets {
  background: #eeefee;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  margin-bottom: 1.875rem;
  text-align: center;
  flex: 1;
}
.is--ctl-listing #category-overview .listing-section-categories svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
  max-width: 4.375rem;
}
.is--ctl-listing #category-overview #find-merchant {
  background-color: #ec7205;
  position: relative;
  -webkit-clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  padding-bottom: 2.5rem;
}
.is--ctl-listing #category-overview #find-merchant .inner {
  padding-top: 2.75rem;
}
.is--ctl-listing #category-overview #find-merchant {
  max-width: none;
  clip-path: unset;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-listing #category-overview #find-merchant .wrapper {
  max-width: 61.25rem !important;
  margin: 0 auto;
  width: 100%;
  border: outset;
  border-color: transparent;
}
.is--ctl-listing #category-overview #find-merchant .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-overview #find-merchant .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-overview #find-merchant .inner {
  width: max-content;
  max-width: 100%;
  padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  margin: 4.375rem 0rem 0.625rem 0rem;
  background-color: transparent;
}
.is--ctl-listing #category-overview #find-merchant .inner p {
  color: #ffffff;
}
.is--ctl-listing #category-overview #terrains {
  margin-top: 6.25rem;
  background: #0c375e;
}
.is--ctl-listing #category-overview #terrains:before {
  -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  padding-top: 6.25rem;
  width: 100%;
  content: '';
  height: 6.25rem;
  background: #0c375e;
  display: block;
  position: relative;
  top: -6.25rem;
  z-index: 0;
  border-bottom: 1px solid #0c375e;
}
.is--ctl-listing #category-overview #terrains .inner {
  margin-top: -7.5rem;
  z-index: 1;
}
.is--ctl-listing #category-overview #terrains:before {
  display: none;
}
.is--ctl-listing #category-overview #terrains .inner {
  position: relative;
  max-width: 61.25rem !important;
  margin: 0 auto;
  width: 100%;
  margin-top: -12.5rem;
  padding: 3.125rem 1.25rem 0rem 1.25rem;
}
.is--ctl-listing #category-overview #terrains .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-overview #terrains .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-listing #category-overview #terrains .inner h2 {
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 0rem;
  line-height: 1;
}
.is--ctl-listing #category-overview #terrains .inner .flex-box {
  justify-content: center;
  flex-wrap: wrap;
}
.is--ctl-listing #category-overview #terrains .inner .flex-box .item {
  margin: 30px 2% 20px 0;
  color: #ffffff;
}
.is--ctl-listing #category-overview #terrains .inner .flex-box .item .title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-listing #category-overview #find-merchant {
    background-color: unset;
  }
  .is--ctl-listing #category-overview #find-merchant .inner {
    max-width: 75%;
    margin-left: 15%;
    background-color: rgba(236, 114, 5, 0.9);
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-listing #category-overview #terrains:before {
    display: block;
  }
  .is--ctl-listing #category-overview #terrains .inner h2 {
    margin-left: 1.25rem;
  }
  .is--ctl-listing #category-overview #terrains .inner .flex-box .item {
    width: 48%;
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
  .is--ctl-listing #category-overview #find-merchant {
    background-color: unset;
  }
  .is--ctl-listing #category-overview #find-merchant .inner {
    max-width: 50%;
    margin: 4.375rem 0rem 0.625rem 6.25rem;
    background-color: rgba(236, 114, 5, 0.9);
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-listing #category-overview .listing-section-categories_headline {
    font-size: 2.75rem;
    line-height: 2.5rem;
    letter-spacing: 0.04375rem;
    margin-bottom: 2.5rem;
  }
  .is--ctl-listing #category-overview .listing-section-categories_headline svg {
    margin-bottom: 1.25rem;
  }
  .is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item {
    width: 21%;
    max-width: 16.25rem;
    margin: 0rem 0.4375rem 0rem 0.4375rem;
  }
  .is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item-2 {
    width: 48%;
    max-width: 39.375rem;
  }
  .is--ctl-listing #category-overview .listing-section-categories .category-overview-container .category-overview-item-3 {
    width: 31%;
    max-width: 25rem;
  }
}
.is--ctl-error.is--act-service .page-wrap {
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/backgrounds/service_small.jpg");
}
@media screen and (min-width: 48em) {
  .is--ctl-error.is--act-service .page-wrap {
    background-image: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/backgrounds/service_large.jpg");
  }
}
.is--ctl-error.is--act-service .page-wrap .content-main {
  box-shadow: none;
  margin-top: 3.5rem;
  background-color: transparent;
}
@media screen and (min-width: 48em) {
  .is--ctl-error.is--act-service .page-wrap .content-main {
    margin-top: 4.75rem;
  }
}
.is--ctl-error.is--act-service .page-wrap .content-main .error--service-impressum {
  text-align: center;
  margin: 0 auto;
  margin-top: 1.5625rem;
  font-size: 0.625rem;
  line-height: 0.75rem;
  max-width: 38.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-error.is--act-service .page-wrap .content-main .error--service-impressum {
    margin-top: 11.25rem;
  }
}
.is--ctl-error.is--act-service .page-wrap .content-main .error--service-wrapper {
  text-align: center;
  margin: 0 auto;
  margin-top: 5.3125rem;
  max-width: 30rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-error.is--act-service .page-wrap .content-main .error--service-wrapper {
    margin-top: 7.5rem;
  }
}
.is--ctl-error.is--act-service .page-wrap .content-main .error--service-wrapper .error--service-header {
  text-transform: uppercase;
}
.is--ctl-error.is--act-service .page-wrap .content-main .error--service-wrapper .error--service-text {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-error.is--act-service .page-wrap .content-main .error--service-wrapper .error--service-text {
    margin-bottom: 3.375rem;
  }
}
.is--ctl-error.is--act-service .page-wrap .content-main .error--service-wrapper .error--service-links {
  margin: 0 auto;
  max-width: 18.75rem;
}
.is--ctl-error.is--act-service .page-wrap .content-main .error--service-wrapper .error--service-links a {
  float: none;
  margin-bottom: 1.25rem;
}
.is--ctl-error.is--act-service .page-wrap .footer-main {
  display: none;
}
.is--ctl-blog.is--act-detail .page-wrap {
  width: 100%;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main {
  background-color: #fff;
  box-shadow: none;
  margin-top: 4.75rem;
  max-width: none;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
  margin-top: 2.5rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-content {
  float: none;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-header,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description {
  max-width: 66.25rem !important;
  margin: 0 auto;
  width: 100%;
  clear: both;
  margin-bottom: 3.125rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-header:after,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-header:after,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-header p,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description p {
  font-size: 1rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-header .blog--detail-tags,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .blog--detail-tags {
  margin-bottom: 0.9375rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-header .blog--detail-tags a,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .blog--detail-tags a {
  background: #ec7205;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  font-weight: bold;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-header .blog--detail-headline,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .blog--detail-headline {
  font-size: 2rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-header .blog--detail-short-desc,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .blog--detail-short-desc {
  margin: 0;
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  height: 0;
  overflow: hidden;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .video-container.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .video-container iframe,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .video-container object,
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-description .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--image {
  padding: 0rem 0rem 3.125rem 0rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-image-container {
  width: 100%;
  float: left;
  margin: 0;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-image-container img {
  max-width: none;
  max-height: none;
  width: 100%;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--crossselling {
  max-width: 66.25rem !important;
  margin: 0 auto;
  width: 100%;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--crossselling:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--crossselling:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--crossselling .blog--crossselling-headline {
  max-width: 66.25rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.36;
  text-transform: uppercase;
  text-align: center;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .addthis_inline_share_toolbox {
  float: left;
  margin-top: 5rem;
  margin-bottom: 1.5625rem;
  text-align: right;
  width: 100%;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author {
  display: flex;
  max-width: 66.25rem !important;
  margin: 0 auto;
  width: 100%;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 3.125rem 0rem 3.125rem 0rem;
  margin-bottom: 2.25rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author .blog--detail-author-image {
  margin-right: 1.5625rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author .blog--detail-author-image img {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  max-width: 9.375rem;
  max-height: 9.375rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author .blog--detail-author-content .blog--detail-author-head {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #ec7205;
  text-transform: uppercase;
  display: block;
  line-height: 1.875rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author .blog--detail-author-content .blog--detail-author-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.625rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author .blog--detail-author-content .blog--detail-author-desc {
  display: block;
  font-size: 0.8125rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author .blog--detail-author-content .blog--detail-author-tags {
  display: block;
  margin-top: 1.25rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail .blog--detail-author .blog--detail-author-content .blog--detail-author-tags a {
  background: #ec7205;
  color: #ffffff;
  font-size: 0.8125rem;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  font-weight: bold;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail-newsletter {
  margin: 4.6875rem 0rem 4.6875rem 0rem;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail-readmore {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail-readmore:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-detail .page-wrap .content-main .blog--detail-readmore:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-index .page-wrap {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap {
    overflow-x: auto;
  }
}
.is--ctl-blog.is--act-index .page-wrap .content-main {
  background-color: #fff;
  box-shadow: none;
  max-width: none;
  margin-top: 3.5rem;
  /* section intro */
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main {
    margin-top: 4.75rem;
  }
}
.is--ctl-blog.is--act-index .page-wrap .content-main .content--breadcrumb {
  margin-bottom: 1.0625rem;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--sidebar .blog--navigation .is--active {
  color: #ec7205;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--sidebar .blog--filter-content {
  display: block;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro {
  background: transparent;
  margin-bottom: 1.25rem;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content-bg {
    height: 31.25rem;
    background-position: top right;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content-bg {
    background-position: top center;
    height: 34.375rem;
    left: auto;
  }
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 24.0625rem;
  margin: 10.3125rem 0rem 0rem -12.03125rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content {
    margin: 17.1875rem 0rem 0rem -14.375rem;
    max-width: 28.75rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content {
    left: auto;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content {
    margin-top: 18.75rem;
    margin-left: 13.125rem;
  }
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content .tt-btn {
  margin-bottom: 1.25rem;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog-section-intro .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
  margin-top: 2.5rem;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content > .blog--filter {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content > .blog--filter {
    display: block;
  }
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content > .blog--filter .blog--filter-content .filter-panel {
    float: right;
    width: 20%;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--filter-options {
    display: none;
  }
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box {
  margin-bottom: 2rem;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(2),
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(11) {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(2),
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(11) {
    width: 66.666%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(2) .blog--box-content .blog--box-headline,
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(11) .blog--box-content .blog--box-headline {
    position: absolute;
    color: #ffffff;
    z-index: 2;
    left: 0.625rem;
    bottom: 0.625rem;
  }
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(2) .blog--box-content .blog--box-description,
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(11) .blog--box-content .blog--box-description {
  display: block;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(2) .blog--box-content .blog--box-description,
  .is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--box:nth-child(11) .blog--box-content .blog--box-description {
    display: none;
  }
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--listing .listing--actions {
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--listing .listing--actions .listing--paging {
  border: none;
  text-align: center;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--listing .listing--actions .listing--paging .paging--link {
  padding: 0rem 0.8125rem 0rem 0.8125rem;
  border-radius: 0;
  border: none;
  background-image: none;
  background: #ff9a00;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--listing .listing--actions .listing--paging .paging--link.is--active {
  background-image: none;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--listing .listing--actions .listing--paging .paging--link.paging--next,
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--listing .listing--actions .listing--paging .paging--link.paging--prev {
  /* Firefox */
  -moz-transition: background-color 200ms ease-in;
  /* WebKit */
  -webkit-transition: background-color 200ms ease-in;
  /* Opera */
  -o-transition: background-color 200ms ease-in;
  /* Standard */
  transition: background-color 200ms ease-in;
  background: #111111;
  color: #ffffff;
}
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--listing .listing--actions .listing--paging .paging--link.paging--next:hover,
.is--ctl-blog.is--act-index .page-wrap .content-main .blog--content .blog--listing .listing--actions .listing--paging .paging--link.paging--prev:hover {
  background: #ff9a00;
}
.is--ctl-blog.is--act-index .page-wrap .blog-section-last {
  background: none;
  margin-top: 3.125rem !important;
}
.is--ctl-blog.is--act-index .page-wrap .blog-section-last .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .blog-section-last .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-blog.is--act-index .page-wrap .blog-section-last .content-image {
    height: 31.25rem;
  }
}
.is--ctl-blog.is--act-index .page-wrap .blog-section-last .content {
  padding: 1.5625rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .blog-section-last .content {
    margin: 0 auto;
    float: none;
    width: 42.5rem;
    padding: 2.8125rem 0rem 1.25rem 0rem;
  }
  .is--ctl-blog.is--act-index .page-wrap .blog-section-last .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-blog.is--act-index .page-wrap .blog-section-last .content {
    width: 61.25rem;
    padding: 2.8125rem 0rem 1.25rem 2.5rem;
  }
}
.is--ctl-blog.is--act-index .page-wrap .blog-section-last .content .content-text {
  margin-bottom: 1.25rem;
}
.is--ctl-blog.is--act-index .page-wrap .blog-section-last .content .content-text .content-headline {
  max-width: 25rem;
  margin-bottom: 0.625rem;
}
.is--ctl-blog.is--act-index .page-wrap .blog-section-last .content .content-text .content-subline {
  margin-bottom: 1.75rem;
}
.is--ctl-blog.is--act-index .page-wrap .blog-section-last .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog.is--act-index .page-wrap .blog-section-last .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.is--ctl-blog.is--act-index .page-wrap .blog-section-last .content .content-text .content-action a {
  margin-bottom: 0.625rem;
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--listing {
  width: 100%;
  float: none;
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--listing .blog--filter-btn {
  margin-left: 1rem;
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box {
  flex: 0 0 auto;
  flex-direction: row;
  width: 100%;
  border: none;
  padding: 0rem 1rem 0rem 1rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog .page-wrap .content-main .blog--content .blog--box {
    width: 33.333%;
  }
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box .blog--box-content {
  padding: 0;
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box .blog--box-content .blog--box-picture {
  position: relative;
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box .blog--box-content .blog--box-picture img {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog .page-wrap .content-main .blog--content .blog--box .blog--box-content .blog--box-picture {
    width: 100%;
    float: none;
  }
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box .blog--box-content .blog--box-headline {
  margin: 0;
  line-height: 1.375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-blog .page-wrap .content-main .blog--content .blog--box .blog--box-content .blog--box-headline {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-blog .page-wrap .content-main .blog--content .blog--box .blog--box-content .blog--box-description {
    width: 100%;
    margin-top: 1rem;
  }
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box .blog--box-content .blog--box-description-short {
  display: none;
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box a:hover .blog--box-picture .content-bg-overlay {
  opacity: 0;
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box a:hover .blog--box-headline {
  color: #ec7205 !important;
}
.is--ctl-blog .page-wrap .content-main .blog--content .blog--box a:hover .blog--box-description {
  color: #131313;
}
.nl {
  margin-top: 0.875rem;
  /* section intro */
}
@media screen and (min-width: 48em) {
  .nl {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .nl {
    margin-top: 0.875rem;
  }
}
.nl .nl-section-intro {
  display: none;
  position: relative;
  margin-bottom: 1.25rem;
}
.nl .nl-section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-intro .content-bg {
    height: 31.25rem;
    background-position: top right;
  }
}
@media screen and (min-width: 78.75em) {
  .nl .nl-section-intro .content-bg {
    background-position: top center;
    height: 34.375rem;
  }
}
@media screen and (min-width: 48em) {
  .nl .nl-section-intro {
    display: block;
  }
}
.nl .nl-section-2 {
  background-color: #eeefee;
  padding: 1.5625rem 0rem 3.125rem 0rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}
@media screen and (min-width: 48em) {
  .nl .nl-section-2 {
    background-color: #ffffff;
    clip-path: none;
    padding: 1.5625rem 0rem 0rem 0rem;
  }
}
.nl .nl-section-2 .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.nl .nl-section-2 .headline-icon i {
  font-size: 2.75rem;
  margin-bottom: 1.5625rem;
}
.nl .nl-section-2 .headline-icon svg {
  width: auto;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.nl .nl-section-2 .headline-icon h2 {
  font-size: 1.75rem;
  margin: 0rem 0rem 1.875rem 0rem;
}
@media screen and (min-width: 64em) {
  .nl .nl-section-2 .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.nl .nl-section-2 .content {
  display: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-2 .content {
    display: block;
    margin: 0 auto;
    float: none;
    width: 42.5rem;
    padding: 0.5625rem 0rem 3.75rem 0rem;
  }
  .nl .nl-section-2 .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .nl .nl-section-2 .content {
    width: 61.25rem;
  }
}
.nl .nl-section-2 .content .content-text {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-2 .form {
    background-color: #eeefee;
    padding: 2.5rem 0rem 3.75rem 0rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }
}
.nl .nl-section-2 .form .forms--required {
  font-size: 0.6875rem;
}
.nl .nl-section-2 .form .privacy-information {
  margin-top: 1.25rem;
}
.nl .nl-section-2 .form .nl-actions {
  text-align: center;
}
.nl .nl-section-2 .form .panel--body {
  margin: 0 auto;
  max-width: 27.8125rem;
}
.nl .nl-section-2 .form #mc_embed_signup input.mce_inline_error {
  border-color: #ec7205;
}
.nl .nl-section-2 .form #mc_embed_signup div.mce_inline_error {
  background-color: #ec7205;
}
.nl .nl-section-2 .checkboxes-custom {
  overflow: hidden;
  width: 21.875rem;
  margin: 50px auto 40px auto;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-2 .checkboxes-custom {
    width: 35.625rem;
  }
}
.nl .nl-section-2 .checkboxes-custom .headline {
  display: block;
  text-align: center;
  margin-top: 0.625rem;
  font-weight: 900;
}
.nl .nl-section-2 .checkboxes-custom .subline {
  display: block;
}
.nl .nl-section-2 .checkboxes-custom .left,
.nl .nl-section-2 .checkboxes-custom .right {
  text-align: center;
}
.nl .nl-section-2 .checkboxes-custom .checkbox {
  width: 9.375rem;
  height: 9.375rem;
  border: 3px solid transparent;
  border-radius: 50%;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-2 .checkboxes-custom .checkbox {
    width: 16.625rem;
    height: 16.625rem;
  }
}
.nl .nl-section-2 .checkboxes-custom .checkbox.image:hover .checkbox--state {
  background: transparent;
  background-image: none;
}
.nl .nl-section-2 .checkboxes-custom .checkbox.image:hover .checkbox--state img {
  filter: invert(5%) grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-20deg) saturate(400%) contrast(1);
  -webkit-filter: invert(5%) grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-20deg) saturate(400%) contrast(1);
}
.nl .nl-section-2 .checkboxes-custom .checkbox.image .checkbox--state {
  border-radius: 50%;
}
.nl .nl-section-2 .checkboxes-custom .checkbox input[type="checkbox"]:checked ~ .checkbox--state {
  background: transparent;
  background-image: none;
}
.nl .nl-section-2 .checkboxes-custom .checkbox input[type="checkbox"]:checked ~ .checkbox--state img {
  filter: invert(5%) grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-20deg) saturate(400%) contrast(1);
  -webkit-filter: invert(5%) grayscale(100%) brightness(80%) sepia(100%) hue-rotate(-20deg) saturate(400%) contrast(1);
}
.nl .nl-section-2 .checkboxes-custom .checkbox input[type="checkbox"]:checked ~ .checkbox--state:before {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  font-size: 3.125rem;
  margin-top: -0.5rem;
  margin-left: -1.5625rem;
  width: 3.125rem;
}
.nl .nl-section-2 .checkboxes-custom .hint {
  text-align: center;
}
.nl .nl-section-2 .checkboxes-custom .hint:before {
  content: ' ';
  display: table;
  clear: both;
}
.nl .nl-section-2 .checkboxes-custom .checkbox-title {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-size: 1.3125rem;
  letter-spacing: 0.02375rem;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 64em) {
  .nl .nl-section-2 .checkboxes-custom .checkbox-title {
    font-size: 1.8125rem;
  }
}
.nl .nl-section-2 .checkboxes-custom .checkbox-text {
  text-align: center;
  margin-bottom: 1.25rem;
}
.nl .nl-section-2 .checkboxes-custom .checkbox-info {
  clear: both;
  text-align: center;
  font-size: 0.6875rem;
  margin-bottom: 1.25rem;
}
.nl .nl-section-3 {
  padding: 1.5625rem 0rem 1.5625rem 0rem;
}
.nl .nl-section-3 .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.nl .nl-section-3 .headline-icon i {
  font-size: 2.75rem;
  margin-bottom: 1.5625rem;
}
.nl .nl-section-3 .headline-icon svg {
  width: auto;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.nl .nl-section-3 .headline-icon h2 {
  margin: 0rem 0rem 1.875rem 0rem;
}
@media screen and (min-width: 64em) {
  .nl .nl-section-3 .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.nl .nl-section-3 .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-3 .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .nl .nl-section-3 .content-image {
    height: 31.25rem;
  }
}
.nl .nl-section-3 .content {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-3 .content {
    margin: 0 auto;
    float: none;
    width: 42.5rem;
    padding: 2.8125rem 0rem 1.25rem 0rem;
  }
  .nl .nl-section-3 .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .nl .nl-section-3 .content {
    width: 61.25rem;
    padding: 2.8125rem 0rem 1.25rem 2.5rem;
  }
}
.nl .nl-section-3 .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-3 .content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.nl .nl-section-3 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.nl .nl-section-3 .content .icon-box .icon i {
  font-size: 4.125rem;
  margin-top: 0.625rem;
}
.nl .nl-section-3 .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-top: 0.625rem;
}
.nl .nl-section-3 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.nl .nl-section-3 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .nl .nl-section-3 .content .icon-box .text {
    width: 19.375rem;
  }
}
.nl .nl-section-3 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .nl .nl-section-3 .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.nl .nl-section-3 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.nl .nl-section-3 .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-3 .content .content-text {
    float: right;
    width: 17.5rem;
  }
}
@media screen and (min-width: 64em) {
  .nl .nl-section-3 .content .content-text {
    width: 30rem;
  }
}
.nl .nl-section-3 .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .nl .nl-section-3 .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.printModal {
  font-family: sans-serif;
  display: flex;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  left: 0;
  top: 0;
  position: absolute;
  color: #0460b5;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.91);
}
.printClose {
  position: absolute;
  right: 10px;
  top: 10px;
}
.printClose:before {
  content: "\00D7";
  font-family: Helvetica Neue, sans-serif;
  font-weight: 100;
  line-height: 1px;
  padding-top: .5em;
  display: block;
  font-size: 2em;
  text-indent: 1px;
  overflow: hidden;
  height: 1.25em;
  width: 1.25em;
  text-align: center;
  cursor: pointer;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.is--ctl-campaign .konfigurator {
  margin-top: 0.875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .konfigurator {
    margin-top: 0.875rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-1 {
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 11.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-1 {
    height: 23.75rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-1 {
    height: 44.375rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-1 iframe,
.is--ctl-campaign .konfigurator .konfigurator-section-1 object,
.is--ctl-campaign .konfigurator .konfigurator-section-1 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-1 iframe,
  .is--ctl-campaign .konfigurator .konfigurator-section-1 object,
  .is--ctl-campaign .konfigurator .konfigurator-section-1 embed {
    height: 23.75rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-1 iframe,
  .is--ctl-campaign .konfigurator .konfigurator-section-1 object,
  .is--ctl-campaign .konfigurator .konfigurator-section-1 embed {
    height: 44.375rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-intro {
  position: relative;
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-intro .content-bg {
    height: 31.25rem;
    background-position: top right;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-intro .content-bg {
    background-position: top center;
    height: 34.375rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content {
  float: none;
  background: #ffffff;
  padding: 0rem 1.25rem 2.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-2 .content {
    margin: 0 auto;
    width: 42.5rem;
    padding: 2.8125rem 0rem 2.625rem 1.25rem;
  }
  .is--ctl-campaign .konfigurator .konfigurator-section-2 .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-2 .content {
    margin: 0 auto;
    padding: 2.8125rem 0rem 2.625rem 1.875rem;
    width: 61.25rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box {
  text-align: left;
  width: max-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-bottom: 0.625rem;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.125rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box .text {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .konfigurator .konfigurator-section-2 .content .content-text {
  text-align: left;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-2 .content .content-text {
    float: right;
    width: 17.5rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-2 .content .content-text {
    width: 30rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-3 {
  background-color: #434d59;
  display: flex;
  justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-3 {
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-3 .text {
  color: #ffffff;
  font-weight: bold;
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-3 .text {
    line-height: 2.5rem;
    width: auto;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-3 .text {
    margin-right: 18.75rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-3 .input {
  display: flex;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-3 .input {
    margin: 20px auto;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-3 .input input {
  width: 55%;
  line-height: 1.375rem;
  font-size: 1rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-3 .input input {
    width: 12.5rem;
    line-height: 1.5rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-3 .input button {
  line-height: 1rem;
  width: 9.375rem;
  margin-left: -1.875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-3 .input button {
    line-height: 1.125rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-4 .title {
  margin: 3.125rem 0rem 1.25rem 0rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-4 .title {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
    margin: 4.375rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-4 .steps-container {
  display: none;
  justify-content: space-around;
  background-color: #eeefee;
  font-weight: bold;
  text-align: center;
  padding: 1.875rem;
  font-size: 1.875rem;
  line-height: 2.0625rem;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-4 .steps-container {
    display: flex;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-4 .steps-container .step-seperator {
  font-size: 2.75rem;
  line-height: 2.8125rem;
  letter-spacing: 0.04375rem;
  margin-top: 4.375rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-4 .steps-container .icon {
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 {
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 12.5rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container {
  justify-content: center;
  flex-wrap: wrap;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0rem 0.4375rem 4.875rem 0.4375rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item {
    width: 47%;
  }
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .teaser-image-link:hover .content-bg-overlay {
  opacity: 0;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .teaser-image {
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 12.5rem;
  display: flex;
  align-items: center;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .teaser-image .title {
  flex: 1;
  color: #ffffff;
  margin: 0;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .category-image {
  background: #eeefee;
  padding: 1.25rem 0.9375rem 1.25rem 0.9375rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .category-image img {
  margin: 0 auto;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .category-bullets {
  background: #eeefee;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  margin-bottom: 1.875rem;
  text-align: center;
  flex: 1;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .where-to-go-container {
  display: none;
  position: absolute;
  bottom: -3px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #eeefee;
  border-top: 6px solid #ec7205;
  z-index: 2;
  padding-bottom: 1.25rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .where-to-go-container .fa-times {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .where-to-go-container .where-to-go-text {
  font-size: 0.8125rem;
  padding: 3.75rem 1.875rem 1.875rem 1.875rem;
  text-align: left;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item .where-to-go-container .where-to-go-actions .tt-btn {
  width: 80%;
}
.is--ctl-campaign .konfigurator .konfigurator-section-5 svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.625rem;
  max-width: 4.375rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 {
  margin-top: 6.25rem;
  background: #394451;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6:before {
  -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  padding-top: 6.25rem;
  width: 100%;
  content: '';
  height: 6.25rem;
  background: #394451;
  display: block;
  position: relative;
  top: -6.25rem;
  z-index: 0;
  border-bottom: 1px solid #394451;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 .inner {
  margin-top: -7.5rem;
  z-index: 1;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6:before {
  display: none;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 .inner {
  position: relative;
  max-width: 61.25rem !important;
  margin: 0 auto;
  width: 100%;
  margin-top: -6.25rem;
  padding: 3.125rem 1.25rem 3.125rem 1.25rem;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 .inner h2 {
  text-transform: uppercase;
  font-size: 2rem;
  margin-bottom: 0rem;
  line-height: 1;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 .inner .flex-box {
  justify-content: center;
  flex-wrap: wrap;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 .inner .flex-box .item {
  margin: 30px 2% 20px 0;
  color: #ffffff;
}
.is--ctl-campaign .konfigurator .konfigurator-section-6 .inner .flex-box .item .title {
  font-size: 1.625rem;
  font-weight: bold;
  margin-top: 1.5625rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-6:before {
    display: block;
  }
  .is--ctl-campaign .konfigurator .konfigurator-section-6 .inner h2 {
    margin-left: 1.25rem;
  }
  .is--ctl-campaign .konfigurator .konfigurator-section-6 .inner .flex-box .item {
    width: 48%;
    padding: 0rem 1.25rem 0rem 1.25rem;
  }
}
.is--ctl-campaign .konfigurator #find-merchant {
  background-color: #ec7205;
  position: relative;
  -webkit-clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  padding-bottom: 2.5rem;
}
.is--ctl-campaign .konfigurator #find-merchant .inner {
  padding-top: 2.75rem;
}
.is--ctl-campaign .konfigurator #find-merchant {
  clip-path: unset;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.is--ctl-campaign .konfigurator #find-merchant .wrapper {
  max-width: 61.25rem !important;
  margin: 0 auto;
  width: 100%;
  border: outset;
  border-color: transparent;
}
.is--ctl-campaign .konfigurator #find-merchant .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-campaign .konfigurator #find-merchant .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-campaign .konfigurator #find-merchant .inner {
  width: max-content;
  max-width: 100%;
  padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  background-color: transparent;
}
.is--ctl-campaign .konfigurator #find-merchant .inner p {
  color: #ffffff;
}
@media screen and (min-width: 30em) {
  .is--ctl-campaign .konfigurator #find-merchant {
    background-color: unset;
  }
  .is--ctl-campaign .konfigurator #find-merchant .inner {
    max-width: 75%;
    margin-left: 15%;
    background-color: rgba(236, 114, 5, 0.9);
    margin: 4.375rem 0rem 0.625rem 0rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .konfigurator #find-merchant {
    background-color: unset;
  }
  .is--ctl-campaign .konfigurator #find-merchant .inner {
    max-width: 50%;
    margin: 4.375rem 0rem 0.625rem 6.25rem;
    background-color: rgba(236, 114, 5, 0.9);
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .konfigurator .konfigurator-section-5_headline {
    font-size: 2.75rem;
    line-height: 2.5rem;
    letter-spacing: 0.04375rem;
    margin-bottom: 2.5rem;
  }
  .is--ctl-campaign .konfigurator .konfigurator-section-5_headline svg {
    margin-bottom: 1.25rem;
  }
  .is--ctl-campaign .konfigurator .konfigurator-section-5 .category-overview-container .category-overview-item {
    width: 21%;
    max-width: 16.25rem;
    margin: 0rem 0.4375rem 0rem 0.4375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility,
.is--ctl-index .emotion--container .emobility {
  /*
      .el-section-5 {

        background-image: radial-gradient(circle at 50% 51%, rgba(17, 70, 118, 0.91), #0c375e 79%);
        -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
        clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
        .unitize-margin(20,0,20,0);
        .unitize-padding(80,0,80,0);

        @media screen and (min-width: @desktopViewportWidth) {
          margin: 0 auto;
        }

        svg {
          .unitize(margin-bottom, 20);
        }

        .headline {
          @media screen and (min-width: @tabletViewportWidth) {
            margin: 0 auto;
            .unitize-width(628);
          }
          @media screen and (min-width: @tabletLandscapeViewportWidth) {
            svg {
              width: auto;
              .unitize-height(52);
            }
          }

        }

        picture {
          img {
            width: 100%;
            @media screen and (min-width: @tabletViewportWidth) {
              .unitize-padding(0, 70, 0, 70);
            }
            @media screen and (min-width: @desktopViewportWidth) {
              .unitize-padding(0, 110, 0, 110);
            }
          }
        }

        .points {
          display: flex;
          flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          justify-content: center;
          -ms-flex-pack: center;
          position: relative;
          padding-bottom: 0;
          @media screen and (min-width: @tabletViewportWidth) {
            width: auto;
            margin: 0 auto;
            float: none;
            .unitize-margin(0,70,0,70);
          }
          &:after {
            position: absolute;
            bottom: 0;
            content: '';
            width: 50%;
            border-bottom: 1px solid #ffffff;
            @media screen and (min-width: @tabletViewportWidth) {
              border: none;
            }
          }
          .point {
            width: 33%;
            display: flex;
            flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            justify-content: center;
            -ms-flex-pack: center;
            .unitize-padding(10,0,30,0);
            .point--icon {
              vertical-align: top;
              color: #ffffff;
              .unitize-width(32);
              .unitize-padding(5,5,0,0);
              border-right: 1px solid #ffffff;
              @media screen and (min-width: @tabletViewportWidth) {
                .unitize-width(52);
                svg {
                  height: auto;
                  .unitize-width(40);
                }
              }
            }
            .point--content {
              vertical-align: top;
              color: #ffffff;
              text-transform: uppercase;
              white-space: nowrap;
              .unitize(font-size,12);
              .unitize(margin-left,5);
              @media screen and (min-width: @tabletViewportWidth) {
                .unitize(font-size,13);
                .unitize(margin-left,10);
              }
              b {
                display: block;
                .unitize(font-size,18);
                .unitize(line-height,35);
                @media screen and (min-width: @tabletViewportWidth) {
                  .unitize(font-size,35);
                }
              }
            }
          }
        }
        .content.pitch {
          display: none;
          @media screen and (min-width: @tabletViewportWidth) {
            display: flex;
            flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            justify-content: center;
            -ms-flex-pack: center;
            width: auto;
            position: relative;
            .unitize-margin(30,70,0,70);
            &:after {
              position: absolute;
              bottom: 0;
              content: '';
              width: 100%;
              border-bottom: 1px solid #ffffff;
            }
            .image {
              width: 50%;
              text-align: center;
              svg {
                width: 80%;
                height: auto;
              }
            }
            .text {
              width: 50%;
            }
          }
          @media screen and (min-width: @tabletLandscapeViewportWidth) {
            .unitize(padding-bottom,30);
            .unitize-margin(60,70,30,70);
          }
        }
        .content.points-text {
          display: none;
          @media screen and (min-width: @tabletViewportWidth) {
            display: flex;
            flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            justify-content: center;
            -ms-flex-pack: center;
            position: relative;
            margin: 0 auto;
            float: none;
            text-align: center;
            padding: 0;
            width: auto;
            //.unitize-width(628);
            .unitize-margin(0,70,70,70);
            .point--text {
              width: 33%;
              .unitize-padding(0,10,0,10);
            }
          }
        }
        .content.mobil {
          @media screen and (min-width: @tabletViewportWidth) {
            display: none;
          }
        }
      }
      */
}
@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
.is--ctl-campaign .emotion--container .emobility .banner .content-bg,
.is--ctl-index .emotion--container .emobility .banner .content-bg {
  position: relative;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .headline h1,
  .is--ctl-index .emotion--container .emobility .el-section-2 .headline h1 {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .headline h1,
  .is--ctl-index .emotion--container .emobility .el-section-2 .headline h1 {
    max-width: 80%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .headline h1,
  .is--ctl-index .emotion--container .emobility .el-section-2 .headline h1 {
    max-width: 70%;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .icon-box .icon:after,
.is--ctl-index .emotion--container .emobility .el-section-2 .icon-box .icon:after {
  border-right: 1px solid #ffffff;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .icon-box,
.is--ctl-index .emotion--container .emobility .el-section-2 .icon-box {
  width: 100%;
  justify-content: left;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .icon-box .icon svg,
.is--ctl-index .emotion--container .emobility .el-section-2 .icon-box .icon svg {
  height: 1.875rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .icon-box .text,
.is--ctl-index .emotion--container .emobility .el-section-2 .icon-box .text {
  width: 70%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .icon-box .text,
  .is--ctl-index .emotion--container .emobility .el-section-2 .icon-box .text {
    width: 80%;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .content-text,
.is--ctl-index .emotion--container .emobility .el-section-2 .content-text {
  float: none;
  width: 100%;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0rem 0rem 1.25rem 0rem;
  /*
          .point {
            position: absolute;
            left: 50%;
            display: none;
            &.point-one {
              z-index: 3;
              .unitize(top,180);
              .unitize(margin-left,-115);
              @media screen and (min-width: @tabletViewportWidth) {
                .unitize(top,200);
                .unitize(margin-left,-130);
              }
              @media screen and (min-width: @desktopViewportWidth) {
                .unitize(top,290);
                .unitize(margin-left,-180);
              }
            }
            &.point-two {
              z-index: 2;
              .unitize(top,120);
              .unitize(margin-left,-20);
              @media screen and (min-width: @tabletViewportWidth) {
                .unitize(top,140);
              }
              @media screen and (min-width: @desktopViewportWidth) {
                .unitize(top, 190);
              }
            }
            &.point-three {
              .unitize(top,190);
              .unitize(margin-left,-35);
              @media screen and (min-width: @tabletViewportWidth) {
                .unitize(top,225);
              }
              @media screen and (min-width: @desktopViewportWidth) {
                .unitize(top, 320);
                .unitize(margin-left,-50);
              }
            }
            &.point-four {
              z-index:2;
              .unitize(top,205);
              .unitize(margin-left,-80);
              @media screen and (min-width: @tabletViewportWidth) {
                .unitize(top,245);
              }
              @media screen and (min-width: @desktopViewportWidth) {
                .unitize(top, 350);
                .unitize(margin-left,-140);
              }
            }
            &.point-five {
              z-index: 3;
              .unitize(top,100);
              .unitize(margin-left,-70);
              @media screen and (min-width: @tabletViewportWidth) {
                .unitize(top,120);
                .unitize(margin-left,-80);
              }
              @media screen and (min-width: @desktopViewportWidth) {
                .unitize(top, 150);
                .unitize(margin-left,-120);
              }
            }
            .point-number {
              cursor: pointer;
              background: #ec7205;
              color: #ffffff;
              border-radius: 100%;
              text-align: center;
              vertical-align: top;
              z-index: 1;
              position: absolute;
              .unitize(font-size,12);
              .unitize-height(20);
              .unitize-width(20);
            }
            .point-text {
              display: none;
              background: #ffffff;
              border: 1px solid #ec7205;
              border-radius: 10px;
              vertical-align: top;
              .unitize-margin(5,0,0,-10);
              .unitize-padding(25,15,15,15);
              .unitize(font-size,12);
              .unitize(line-height,20);
              .unitize-width(220);
              b {
                display: block;
              }
            }
          }
           */
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .content-bg,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .content-bg {
  background-size: contain;
  background-position: top center;
  height: 18.375rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .content-bg,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .content-bg {
    height: 21.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .content-bg,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .content-bg {
    height: 30.875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point {
  position: absolute;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .icon svg,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .icon svg {
  height: 1.875rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .icon svg,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .icon svg {
    height: 3.125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .line,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .line {
  border-top: 1px solid #ec7205;
  position: relative;
  width: 1%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .line:before,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .line:before {
  content: '';
  position: absolute;
  left: -11px;
  top: -6.5px;
  border: 1px solid #ec7205;
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .line:after,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .line:after {
  content: '';
  position: absolute;
  right: -11px;
  top: -6.5px;
  border: 1px solid #ec7205;
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .button,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .button {
  clear: both;
  margin-top: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .button .tt-btn,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .button .tt-btn {
  margin-left: 0;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .title,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .title,
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .text,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .text {
  display: none;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .title,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point .text,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point .text {
    display: block;
    width: 50%;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-one,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-one {
  left: 50%;
  top: -1.5625rem;
  margin-left: -21.875rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-one,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-one {
    top: -3.4375rem;
    margin-left: -32.1875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-one .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-one .line.animate {
  width: 23.5rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-one .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-one .line.animate {
    width: 35.5rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-one .line:after,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-one .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-two,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-two {
  left: 50%;
  top: 11.25rem;
  margin-left: -21.875rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-two,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-two {
    top: 17.1875rem;
    margin-left: -32.1875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-two .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-two .line.animate {
  width: 14.125rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-two .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-two .line.animate {
    width: 20.8125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-two .line:after,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-two .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-three,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-three {
  right: 50%;
  text-align: right;
  top: 2.5rem;
  margin-right: -21.875rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-three {
    top: 1.25rem;
    margin-right: -32.1875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-three .line,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-three .line {
  float: right;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-three .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-three .line.animate {
  width: 19.125rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-three .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-three .line.animate {
    width: 28.75rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-three .line:before,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-three .line:before {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-three .title,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-three .title {
  clear: both;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-three .text,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-three .text {
  float: right;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-four,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-four {
  right: 50%;
  text-align: right;
  top: 9.375rem;
  margin-right: -21.875rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-four,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-four {
    top: 13.125rem;
    margin-right: -32.1875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-four .line,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-four .line {
  float: right;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-four .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-four .line.animate {
  width: 23.75rem;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-four .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-four .line.animate {
    width: 34.75rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-four .line:before,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-four .line:before {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-four .title,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-four .title {
  clear: both;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .banner .point-four .text,
.is--ctl-index .emotion--container .emobility .el-section-2 .banner .point-four .text {
  float: right;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .content .content-inner-container,
  .is--ctl-index .emotion--container .emobility .el-section-2 .content .content-inner-container {
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-2 .content .content-inner-container,
  .is--ctl-index .emotion--container .emobility .el-section-2 .content .content-inner-container {
    padding: 3.125rem 3.125rem 3.125rem 3.125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .content .readmore-link,
.is--ctl-index .emotion--container .emobility .el-section-2 .content .readmore-link {
  color: #ffffff;
}
.is--ctl-campaign .emotion--container .emobility .el-section-2 .content .readmore-link:focus,
.is--ctl-index .emotion--container .emobility .el-section-2 .content .readmore-link:focus {
  outline: none;
}
.is--ctl-campaign .emotion--container .emobility .el-section-3 .headline,
.is--ctl-index .emotion--container .emobility .el-section-3 .headline {
  background-color: rgba(216, 216, 216, 0.25);
  padding: 2.25rem 1.25rem 1.25rem 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .headline,
  .is--ctl-index .emotion--container .emobility .el-section-3 .headline {
    padding: 3.125rem 1.25rem 1.25rem 1.25rem;
    margin-bottom: 0;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-3 .headline h2,
.is--ctl-index .emotion--container .emobility .el-section-3 .headline h2 {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .headline h2,
  .is--ctl-index .emotion--container .emobility .el-section-3 .headline h2 {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .headline h2,
  .is--ctl-index .emotion--container .emobility .el-section-3 .headline h2 {
    max-width: 80%;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .headline h2,
  .is--ctl-index .emotion--container .emobility .el-section-3 .headline h2 {
    max-width: 70%;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-3 .banner,
.is--ctl-index .emotion--container .emobility .el-section-3 .banner {
  background-color: rgba(216, 216, 216, 0.25);
  margin-bottom: 0;
}
.is--ctl-campaign .emotion--container .emobility .el-section-3 .banner .content-bg,
.is--ctl-index .emotion--container .emobility .el-section-3 .banner .content-bg {
  height: 12.75rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .banner .content-bg,
  .is--ctl-index .emotion--container .emobility .el-section-3 .banner .content-bg {
    margin: 0 auto;
    width: auto;
    margin: 0rem 1.25rem 0rem 1.25rem;
    height: 21.6875rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .banner .content-bg,
  .is--ctl-index .emotion--container .emobility .el-section-3 .banner .content-bg {
    height: 33.625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .banner .content-bg,
  .is--ctl-index .emotion--container .emobility .el-section-3 .banner .content-bg {
    margin: 0 auto;
    width: 63.125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-3 .content,
.is--ctl-index .emotion--container .emobility .el-section-3 .content {
  background-color: rgba(216, 216, 216, 0.25);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .content,
  .is--ctl-index .emotion--container .emobility .el-section-3 .content {
    padding-bottom: 3.125rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .content,
  .is--ctl-index .emotion--container .emobility .el-section-3 .content {
    padding-top: 3.125rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .content .content-inner-container .icon-box,
  .is--ctl-index .emotion--container .emobility .el-section-3 .content .content-inner-container .icon-box {
    justify-content: flex-start;
    width: 51%;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .content .content-inner-container .icon-box .text,
  .is--ctl-index .emotion--container .emobility .el-section-3 .content .content-inner-container .icon-box .text {
    width: 14.375rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .content .content-inner-container .icon-box .text,
  .is--ctl-index .emotion--container .emobility .el-section-3 .content .content-inner-container .icon-box .text {
    width: 21.875rem;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .content .content-inner-container .content-text,
  .is--ctl-index .emotion--container .emobility .el-section-3 .content .content-inner-container .content-text {
    width: 49%;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-3 .content .icon-box .icon:after,
.is--ctl-index .emotion--container .emobility .el-section-3 .content .icon-box .icon:after {
  border-right: 1px solid #000000;
}
.is--ctl-campaign .emotion--container .emobility .el-section-3 .content .icon-box .text,
.is--ctl-index .emotion--container .emobility .el-section-3 .content .icon-box .text {
  padding-right: 2.5rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-3 .content .icon-box .text,
  .is--ctl-index .emotion--container .emobility .el-section-3 .content .icon-box .text {
    padding-right: 0;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4,
.is--ctl-index .emotion--container .emobility .el-section-4 {
  position: relative;
}
@keyframes swipe-x {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(50px) rotateZ(10deg);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-50px) rotateZ(-10deg);
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4.animate .swipe-icon,
.is--ctl-index .emotion--container .emobility .el-section-4.animate .swipe-icon {
  display: block;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4.animated .swipe-icon,
.is--ctl-index .emotion--container .emobility .el-section-4.animated .swipe-icon {
  display: none;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon *,
.is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon * {
  transform-origin: 50% 50%;
  perspective: 100px;
  box-sizing: unset;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon,
.is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon {
  display: none;
  position: absolute;
  left: 50%;
  z-index: 1;
  margin-left: -4.6875rem;
  top: 15.625rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon,
  .is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon {
    top: 9.375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon svg,
.is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon svg {
  display: inline-block;
  width: 150px;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon .hand-x,
.is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon .hand-x {
  fill: #ffffff;
  stroke: #666666;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon .arrow-left,
.is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon .arrow-left,
.is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon .arrow-right,
.is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon .arrow-right,
.is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon .line-horizontal,
.is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon .line-horizontal {
  fill: transparent;
  stroke: #ec7205;
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .swipe-icon .hand-x,
.is--ctl-index .emotion--container .emobility .el-section-4 .swipe-icon .hand-x {
  animation: swipe-x 1.25s ease-in-out backwards;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider {
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider {
    margin-top: 3.125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slick-prev,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slick-prev,
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slick-next,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slick-next {
  display: none !important;
  z-index: 1;
  top: 15.625rem;
  width: 76px;
  height: 76px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slick-prev.fixed,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slick-prev.fixed,
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slick-next.fixed,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slick-next.fixed {
  position: fixed;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slick-prev,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slick-prev {
  left: 0.3125rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slick-prev:before,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  color: #4a4a4a;
  font-size: 3.5rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slick-next,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slick-next {
  right: 0.3125rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slick-next:before,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #4a4a4a;
  font-size: 3.5rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content {
  display: flex;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-image,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-image {
  clear: both;
  display: none;
  width: 51%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-image,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-image {
    display: block;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-image .content-bg,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-image .content-bg {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 20.3125rem;
  max-width: 25.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-text,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-text {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-text,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-text {
    width: 49%;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-text .icon-box,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slider-item-content .slider-item-text .icon-box {
    justify-content: left;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .readmore-link:focus,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .readmore-link:focus {
  outline: none;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .icon-box,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .icon-box {
  float: none;
  margin: 0 auto;
  flex-wrap: nowrap;
  justify-content: left;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .icon-box,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .icon-box {
    width: auto;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .icon-box .text,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .icon-box .text {
  width: 50%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .icon-box .text,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .icon-box .text {
    width: 60%;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .content-text,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .content-text {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .content-text,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .content-text {
    display: block;
    width: auto;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .banner,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .banner {
  clear: both;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .banner,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .banner {
    display: none;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .banner .content-bg,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .banner .content-bg {
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 16.875rem;
  max-width: 20.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .content .content-inner-text,
  .is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .content .content-inner-text {
    display: none;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .content .collapse-panel,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .content .collapse-panel {
  margin-top: 1.25rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .content .collapse-panel .collapse-header-text,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .content .collapse-panel .collapse-header-text {
  padding-left: 0;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slide-item-title,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slide-item-title {
  text-align: center;
  text-transform: uppercase;
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-4 .product-slider .slider-item .slide-item-title:before,
.is--ctl-index .emotion--container .emobility .el-section-4 .product-slider .slider-item .slide-item-title:before {
  content: '';
  display: block;
  border-top: 1px solid #000000;
  margin: 10px auto;
  max-width: 7.5rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-5,
.is--ctl-index .emotion--container .emobility .el-section-5 {
  color: #ffffff;
  background-color: #0c375e;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  padding: 4.6875rem 0rem 2.8125rem 0rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-5,
  .is--ctl-index .emotion--container .emobility .el-section-5 {
    padding-top: 8.125rem;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-5 .headline-icon,
.is--ctl-index .emotion--container .emobility .el-section-5 .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.is--ctl-campaign .emotion--container .emobility .el-section-5 .headline-icon svg,
.is--ctl-index .emotion--container .emobility .el-section-5 .headline-icon svg {
  font-size: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-5 .headline-icon h2,
.is--ctl-index .emotion--container .emobility .el-section-5 .headline-icon h2 {
  color: #ffffff;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-5 .headline-icon h2,
  .is--ctl-index .emotion--container .emobility .el-section-5 .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-5 .content-image,
.is--ctl-index .emotion--container .emobility .el-section-5 .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 18.75rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-5 .content-image,
  .is--ctl-index .emotion--container .emobility .el-section-5 .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-5 .content-image,
  .is--ctl-index .emotion--container .emobility .el-section-5 .content-image {
    margin: 0 auto;
    width: 61.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-5 .content-image,
  .is--ctl-index .emotion--container .emobility .el-section-5 .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-5 .content,
.is--ctl-index .emotion--container .emobility .el-section-5 .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-5 .content,
  .is--ctl-index .emotion--container .emobility .el-section-5 .content {
    margin: 0 auto;
    float: none;
    width: 61.25rem;
    padding: 2.8125rem 0rem 1.25rem 2.5rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-5 .content:after,
  .is--ctl-index .emotion--container .emobility .el-section-5 .content:after {
    content: '';
    clear: both;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-5 .content .content-text,
.is--ctl-index .emotion--container .emobility .el-section-5 .content .content-text {
  width: 100%;
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-5 .content .content-text .content-action,
.is--ctl-index .emotion--container .emobility .el-section-5 .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-5 .content .content-text .content-action,
  .is--ctl-index .emotion--container .emobility .el-section-5 .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-6,
.is--ctl-index .emotion--container .emobility .el-section-6 {
  margin-bottom: 2.5rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-6 .content,
.is--ctl-index .emotion--container .emobility .el-section-6 .content {
  background: linear-gradient(0deg, #eeefee 15%, rgba(255, 255, 255, 0) 15%);
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-6 .content,
  .is--ctl-index .emotion--container .emobility .el-section-6 .content {
    background: linear-gradient(0deg, #eeefee 27%, rgba(255, 255, 255, 0) 27%);
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-6 .content .headline.icon-top svg,
.is--ctl-index .emotion--container .emobility .el-section-6 .content .headline.icon-top svg {
  max-width: 3.5625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-6 .content .headline.icon-top svg,
  .is--ctl-index .emotion--container .emobility .el-section-6 .content .headline.icon-top svg {
    max-width: 5rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-6 .content.bg-grey,
.is--ctl-index .emotion--container .emobility .el-section-6 .content.bg-grey {
  padding: 0;
  background: #eeefee;
  margin-top: -1.875rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-6 .content.bg-grey:after,
.is--ctl-index .emotion--container .emobility .el-section-6 .content.bg-grey:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #eeefee;
  display: block;
  position: relative;
  bottom: -2.5625rem;
  z-index: 0;
  border-top: 1px solid #eeefee;
}
.is--ctl-campaign .emotion--container .emobility .el-section-6 .content.bg-grey .content-inner-container,
.is--ctl-index .emotion--container .emobility .el-section-6 .content.bg-grey .content-inner-container {
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  margin-bottom: -2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-6 .content.bg-grey,
  .is--ctl-index .emotion--container .emobility .el-section-6 .content.bg-grey {
    margin-bottom: 2.1875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-6 picture,
.is--ctl-index .emotion--container .emobility .el-section-6 picture {
  max-width: 15.625rem;
  margin: 1.5625rem -3.125rem 0rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-6 picture,
  .is--ctl-index .emotion--container .emobility .el-section-6 picture {
    max-width: 21.875rem;
    margin: 0.9375rem -3.125rem 0rem 0rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-6 picture,
  .is--ctl-index .emotion--container .emobility .el-section-6 picture {
    max-width: 36.875rem;
    margin: 1.875rem -3.125rem 0rem 0rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-6 .collapse-panel,
.is--ctl-index .emotion--container .emobility .el-section-6 .collapse-panel {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 30em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-6 .collapse-panel,
  .is--ctl-index .emotion--container .emobility .el-section-6 .collapse-panel {
    display: block !important;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-7 .content .headline svg,
.is--ctl-index .emotion--container .emobility .el-section-7 .content .headline svg {
  max-width: 3.8125rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-7 .content .headline svg,
  .is--ctl-index .emotion--container .emobility .el-section-7 .content .headline svg {
    max-width: 6.0625rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-7 .content.has--no-padding,
.is--ctl-index .emotion--container .emobility .el-section-7 .content.has--no-padding {
  background-color: rgba(216, 216, 216, 0.25);
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-7 .content.has--no-padding,
  .is--ctl-index .emotion--container .emobility .el-section-7 .content.has--no-padding {
    padding: 1.875rem 0rem 1.875rem 0rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-7 .content.has--no-padding img,
  .is--ctl-index .emotion--container .emobility .el-section-7 .content.has--no-padding img {
    max-width: 61.25rem;
    margin: 0 auto;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-7 .content.bg-grey,
.is--ctl-index .emotion--container .emobility .el-section-7 .content.bg-grey {
  padding: 0;
  margin-bottom: 3.125rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-7 .content.bg-grey:after,
.is--ctl-index .emotion--container .emobility .el-section-7 .content.bg-grey:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #eeefee;
  display: block;
  position: relative;
  bottom: -2.5625rem;
  z-index: 0;
  border-top: 1px solid #eeefee;
}
.is--ctl-campaign .emotion--container .emobility .el-section-7 .content.bg-grey .content-inner-container,
.is--ctl-index .emotion--container .emobility .el-section-7 .content.bg-grey .content-inner-container {
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-7 .content .content-inner-container,
.is--ctl-index .emotion--container .emobility .el-section-7 .content .content-inner-container {
  margin-top: 1.25rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content .headline svg,
.is--ctl-index .emotion--container .emobility .el-section-8 .content .headline svg {
  max-width: 2.375rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content .headline svg,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content .headline svg {
    max-width: 3.75rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content picture,
.is--ctl-index .emotion--container .emobility .el-section-8 .content picture {
  max-width: 18.75rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content picture,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content picture {
    max-width: 40.625rem;
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content picture,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content picture {
    max-width: 58.125rem;
    margin-top: 2.8125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey {
  margin-top: 2.5rem;
  padding: 0;
  margin-top: -0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey:before,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey:before {
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  padding-top: 2.5rem;
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #eeefee;
  display: block;
  position: relative;
  top: -2.5rem;
  z-index: 0;
  border-bottom: 1px solid #eeefee;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .inner,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .inner {
  margin-top: -3.75rem;
  z-index: 1;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  width: 100%;
  content: '';
  height: 6.25rem;
  background: #eeefee;
  display: block;
  position: relative;
  bottom: -6.3125rem;
  z-index: 0;
  border-top: 1px solid #eeefee;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey {
    margin-top: 5rem;
    margin-top: 0;
    margin-bottom: -6.25rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey:before,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey:before {
    -webkit-clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 100%);
    padding-top: 5rem;
    width: 100%;
    content: '';
    height: 5rem;
    background: #eeefee;
    display: block;
    position: relative;
    top: -5rem;
    z-index: 0;
    border-bottom: 1px solid #eeefee;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .inner,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .inner {
    margin-top: -6.25rem;
    z-index: 1;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container {
  position: relative;
  margin-top: -1.25rem;
  height: 13.125rem;
  /**
                styling der Hostpots
               */
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container {
    height: 18.125rem;
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container {
    height: 30rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider {
  width: 8.75rem;
  left: 50%;
  margin-left: -4.375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider {
    width: 8.625rem;
    margin-left: -4.25rem;
    top: -2.8125rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-dots,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-dots {
    bottom: -1.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider {
    width: 13.625rem;
    margin-left: -6.8125rem;
    top: 0rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-dots,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-dots {
    bottom: -1.25rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-slide,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-slide {
  min-height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-slide,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-slide {
    min-height: 18.75rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-slide,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .product-slider .slick-slide {
    min-height: 26.25rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots {
  top: -19.375rem;
  left: 50%;
  max-width: 19.375rem;
  margin-left: -6.25rem;
  /**
                positionierung der Hotspots
               */
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots {
    top: -23.75rem;
    max-width: 48rem;
    margin-left: -24rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots {
    top: -26.75rem;
    max-width: 60rem;
    margin-left: -30rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-slide,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-slide {
  min-height: 15rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-slide,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-slide {
    height: 20.625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-slide,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-slide {
    height: 23.75rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point {
  position: absolute;
}
@media screen and (max-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point.is--active,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point.is--active {
    z-index: 999;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon svg,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon svg {
  height: 3.125rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon span,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon span {
  display: none;
}
@media screen and (max-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon span,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon span {
    position: absolute;
    color: #fff;
    background: #ec7205;
    padding-left: 20px;
    font-size: 13px;
    line-height: 17px;
    border: 1px solid #ffffff;
    top: 1px;
    left: 10px;
    padding-right: 10px;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon i,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon i {
  color: #ec7205;
  font-size: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 21px;
  width: 21px;
  cursor: pointer;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon span,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon span {
    display: block;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon i,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon i {
    display: none;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line {
  border-top: 1px solid #ec7205;
  position: relative;
  width: 1%;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line:before,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line:before {
  content: '';
  position: absolute;
  left: -11px;
  top: -6.5px;
  border: 1px solid #ec7205;
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line:after {
  content: '';
  position: absolute;
  right: -11px;
  top: -6.5px;
  border: 1px solid #ec7205;
  border-radius: 100%;
  width: 0.625rem;
  height: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .button,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .button {
  clear: both;
  margin-top: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .button .tt-btn,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .button .tt-btn {
  margin-left: 0;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .title,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .title,
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .text,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .text,
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line {
  display: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .title,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .title,
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .icon {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .line {
    display: block;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .text,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .point .text {
    display: block;
    width: 60%;
    hyphens: auto;
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one {
  left: 0;
  top: 0.9375rem;
  margin-left: 4.0625rem;
  width: 27.1875rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one .line.animate {
  width: 24.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one .line.animate {
    width: 19.75rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one .line.animate {
    width: 26.75rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one .line:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one {
    margin-left: 2.5rem;
    width: 19.75rem;
    top: 0.9375rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-one {
    margin-left: 1.25rem;
    width: 27.1875rem;
    top: -0.3125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two {
  left: 0;
  top: 10.9375rem;
  margin-left: 0.5rem;
  width: 15.375rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two .line.animate {
  width: 15.375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two .line.animate {
    width: 17.3125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two .line.animate {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two .line:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two {
    top: 12.5rem;
    margin-left: 2.5rem;
    width: 16.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-two {
    top: 15.9375rem;
    margin-left: 1.25rem;
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three {
  left: 0;
  right: auto;
  text-align: left;
  top: 1.875rem;
  margin-right: auto;
  margin-left: 8.75rem;
  width: 16.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three {
    left: auto;
    right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three {
    top: 0.9375rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three {
    top: -0.3125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line {
  float: right;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line.animate {
  width: 16.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line.animate {
    width: 16rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line.animate {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line:before,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .line:before {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .title,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .title {
  clear: both;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .text,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three .text {
  float: right;
  clear: both;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three {
    margin-right: 2.5rem;
    width: 24.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-three {
    margin-right: 1.25rem;
    width: 24.875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four {
  left: 0;
  right: auto;
  text-align: left;
  top: 10.3125rem;
  margin-left: 9.375rem;
  width: 16.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four {
    left: auto;
    right: 0;
    text-align: right;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line {
  float: right;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line.animate {
  width: 16.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line.animate {
    width: 17.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line.animate {
    width: 22.5rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line:before,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .line:before {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .title,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .title {
  clear: both;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .text,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four .text {
  float: right;
  clear: both;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four {
    margin-left: auto;
    margin-right: 2.5rem;
    width: 17.5rem;
    top: 10.9375rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-four {
    margin-right: 1.25rem;
    width: 24.875rem;
    top: 15.625rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five {
  left: 0;
  top: 5.3125rem;
  margin-left: 3.4375rem;
  width: 15.375rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five .line.animate {
  width: 15.375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five .line.animate {
    width: 17.625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five .line.animate {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five .line:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five {
    top: 6.875rem;
    margin-left: 2.5rem;
    width: 17.625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(1) .point-five {
    top: 7.5rem;
    margin-left: 1.25rem;
    width: 22.8125rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one {
  left: 0;
  top: 2.8125rem;
  margin-left: 2.5rem;
  width: 27.1875rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .line.animate {
  width: 24.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .line.animate {
    width: 17.8125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .line.animate {
    width: 24.0625rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .line:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .text,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .text {
  width: 50%;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one {
    margin-left: 2.5rem;
    width: 17.8125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one {
    margin-left: 1.25rem;
    width: 24.0625rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .text,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-one .text {
    width: 60%;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two {
  left: 0;
  top: 9.0625rem;
  margin-left: 0.375rem;
  width: 15.375rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two .line.animate {
  width: 15.375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two .line.animate {
    width: 16.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two .line.animate {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two .line:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two {
    top: 9.0625rem;
    margin-left: 2.5rem;
    width: 16.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-two {
    top: 12.1875rem;
    margin-left: 1.25rem;
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three {
  left: 0;
  right: auto;
  text-align: left;
  top: 9.0625rem;
  margin-left: 10.75rem;
  margin-right: auto;
  width: 16.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three {
    left: auto;
    right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three {
    margin-right: 1.25rem;
    margin-left: auto;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line {
  float: right;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line.animate {
  width: 16.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line.animate {
    width: 15.9375rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line.animate {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line:before,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .line:before {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .title,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .title {
  clear: both;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .text,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three .text {
  float: right;
  clear: both;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three {
    margin-right: 2.5rem;
    width: 15.9375rem;
    top: 9.0625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(2) .point-three {
    margin-right: 1.25rem;
    width: 20.9375rem;
    top: 12.1875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one {
  left: 0;
  top: 5.9375rem;
  margin-left: 1.25rem;
  width: 27.1875rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one .line.animate {
  width: 24.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one .line.animate {
    width: 19.0625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one .line.animate {
    width: 24.0625rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one .line:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one {
    margin-left: 2.5rem;
    width: 19.0625rem;
    top: 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-one {
    margin-left: 1.25rem;
    width: 23.75rem;
    top: 6.875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two {
  left: 0;
  top: 8.125rem;
  margin-left: 0.375rem;
  width: 15.375rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two .line.animate {
  width: 15.375rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two .line.animate {
    width: 16.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two .line.animate {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two .line:after,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two .line:after {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two {
    top: 9.0625rem;
    margin-left: 2.5rem;
    width: 16.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-two {
    top: 13.4375rem;
    margin-left: 1.25rem;
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three {
  left: 0;
  right: auto;
  text-align: left;
  top: 8.4375rem;
  margin-right: auto;
  margin-left: 7rem;
  width: 16.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three {
    left: auto;
    right: 0;
    text-align: right;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line {
  float: right;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line.animate,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line.animate {
  width: 16.625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line.animate {
    width: 16.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line.animate,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line.animate {
    width: 20.9375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line:before,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .line:before {
  transform: scale(1);
  box-shadow: 0 0 0 0 #ff793f;
  animation: pulse-orange 2s infinite;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .title,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .title {
  clear: both;
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .text,
.is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three .text {
  float: right;
  clear: both;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three {
    margin-left: auto;
    margin-right: 2.5rem;
    width: 16.25rem;
    top: 9.0625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three,
  .is--ctl-index .emotion--container .emobility .el-section-8 .content.bg-grey .content-inner-container .emobility-slider-display-hotspots .slick-list .slick-slide:nth-child(3) .point-three {
    margin-right: 1.25rem;
    width: 20.9375rem;
    top: 13.4375rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-8 .slider-container-cover,
.is--ctl-index .emotion--container .emobility .el-section-8 .slider-container-cover {
  background: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/emobility/display-frame.png") transparent center no-repeat;
  width: 100%;
  height: 16.25rem;
  position: absolute;
  top: -1.5625rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .slider-container-cover,
  .is--ctl-index .emotion--container .emobility .el-section-8 .slider-container-cover {
    background: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/emobility/display-frame@2x.png") transparent center no-repeat;
    background-size: 12.1875rem;
    height: 16.5625rem;
    top: -4.625rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-8 .slider-container-cover,
  .is--ctl-index .emotion--container .emobility .el-section-8 .slider-container-cover {
    background: url("../../themes/Frontend/ToutTerrain/frontend/_public/src/img/emobility/display-frame@2x.png") transparent center no-repeat;
    background-size: 19.375rem;
    height: 29.6875rem;
    top: -4.625rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-10,
.is--ctl-index .emotion--container .emobility .el-section-10 {
  margin-top: 2.5rem;
  background: #0c375e;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .headline.icon-top,
  .is--ctl-index .emotion--container .emobility .el-section-10 .headline.icon-top {
    margin-top: -4.875rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .headline.icon-top,
  .is--ctl-index .emotion--container .emobility .el-section-10 .headline.icon-top {
    margin-top: -5.75rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .headline.icon-top svg,
.is--ctl-index .emotion--container .emobility .el-section-10 .headline.icon-top svg {
  max-width: 3.1875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .headline.icon-top svg,
  .is--ctl-index .emotion--container .emobility .el-section-10 .headline.icon-top svg {
    max-width: 5rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-10:before,
.is--ctl-index .emotion--container .emobility .el-section-10:before {
  -webkit-clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 40px, 100% 100%, 0 100%);
  padding-top: 2.5rem;
  width: 100%;
  content: '';
  height: 2.5rem;
  background: #0c375e;
  display: block;
  position: relative;
  top: -2.5rem;
  z-index: 0;
  border-bottom: 1px solid #0c375e;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .inner,
.is--ctl-index .emotion--container .emobility .el-section-10 .inner {
  margin-top: -3.75rem;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10,
  .is--ctl-index .emotion--container .emobility .el-section-10 {
    margin-top: 4.375rem;
    margin-top: 6.875rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-10:before,
  .is--ctl-index .emotion--container .emobility .el-section-10:before {
    -webkit-clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 70px, 100% 100%, 0 100%);
    padding-top: 4.375rem;
    width: 100%;
    content: '';
    height: 4.375rem;
    background: #0c375e;
    display: block;
    position: relative;
    top: -4.375rem;
    z-index: 0;
    border-bottom: 1px solid #0c375e;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .inner,
  .is--ctl-index .emotion--container .emobility .el-section-10 .inner {
    margin-top: -5.625rem;
    z-index: 1;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10,
  .is--ctl-index .emotion--container .emobility .el-section-10 {
    margin-top: 6.25rem;
    margin-top: 6.875rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-10:before,
  .is--ctl-index .emotion--container .emobility .el-section-10:before {
    -webkit-clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
    padding-top: 6.25rem;
    width: 100%;
    content: '';
    height: 6.25rem;
    background: #0c375e;
    display: block;
    position: relative;
    top: -6.25rem;
    z-index: 0;
    border-bottom: 1px solid #0c375e;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .inner,
  .is--ctl-index .emotion--container .emobility .el-section-10 .inner {
    margin-top: -7.5rem;
    z-index: 1;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content,
.is--ctl-index .emotion--container .emobility .el-section-10 .content {
  background-image: radial-gradient(circle at 50% 51%, rgba(17, 70, 118, 0.91), #0c375e 62%);
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container {
  margin-top: -3.8125rem;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .el-section-10-tab,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .el-section-10-tab {
  margin-top: 3.125rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container,
  .is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container {
    margin-top: -2.5625rem;
    max-width: 39.875rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container,
  .is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container {
    max-width: 58.75rem;
  }
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .el-section-10-tab,
  .is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .el-section-10-tab {
    margin-top: 3.75rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li {
  font-family: Exo;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li a,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li a {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-right: none;
  border-bottom: none;
  line-height: 1.875rem;
  height: 2.25rem;
  padding-top: 0.3125rem;
  padding-left: 0.9375rem;
  text-transform: uppercase;
  position: relative;
  top: 1px;
  z-index: 2;
  min-width: 7.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li a,
  .is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li a {
    height: 3.125rem;
    line-height: 2.5rem;
    letter-spacing: 0.0625rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li a.tabulous_active,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li a.tabulous_active {
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid #0c375e;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li a.is--last,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-navigation li a.is--last {
  border-right: 1px solid #ffffff !important;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tabs-container,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tabs-container {
  border-top: 1px solid #ffffff;
  box-sizing: content-box;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container {
  padding-top: 0.625rem;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table {
  border-collapse: collapse;
  table-layout: fixed;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table tr,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table tr {
  border-bottom: 1px solid #ffffff;
  line-height: 2.1875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table tr,
  .is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table tr {
    line-height: 3.875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table tr:nth-child(even) td,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table tr:nth-child(even) td {
  background: none;
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.label,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.label {
  width: 90%;
  text-align: left;
  background: none;
  color: #ffffff;
  border: none;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.67;
  padding: 10px 0;
  white-space: normal;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.label,
  .is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.label {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.label,
  .is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.label {
    line-height: 2.1875rem;
  }
}
.is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.value,
.is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.value {
  color: #ffffff;
  background: none;
  border: none;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.67;
  padding: 10px 0;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.value,
  .is--ctl-index .emotion--container .emobility .el-section-10 .content-inner-container .tab-container table td.value {
    line-height: 2.1875rem;
  }
}
.is--ctl-paymentpaypal .page-wrap {
  width: 100%;
  max-width: 100%;
}
.is--ctl-paymentpaypal .content-main {
  box-shadow: none;
  margin-top: 4.75rem;
}
.is--ctl-paymentpaypal .content-main.container {
  background: #ffffff;
}
@media screen and (min-width: 78.75em) {
  .is--ctl-paymentpaypal .paypal-content {
    margin-left: 0;
    width: 100%;
  }
}
.js--overlay-compare {
  position: static;
}
.js--modal.compare--overlay {
  height: 100% !important;
  z-index: 9999;
}
.js--modal.compare--overlay .content {
  height: 100% !important;
}
@media screen and (min-width: 48em) {
  .js--modal.compare--overlay {
    z-index: 7000;
    height: 620px !important;
  }
  .js--modal.compare--overlay .content {
    height: 580px !important;
  }
}
.modal--compare .list--head .list--entry {
  background: #eeefee;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.2px;
  padding-top: 15px;
  padding-left: 20px;
}
.modal--compare .entry--name {
  padding-top: 20px;
  height: 150px;
}
.modal--compare .entry--name .link--name {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 1.2;
}
.modal--compare .entry--name .btn--product {
  background: #131313;
  color: #fff;
  font-family: "RobotoSlab", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.modal--compare .entry--name {
  padding-top: 20px;
}
.compare--overlay .header .title {
  font-size: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.compare--overlay .icon--cross {
  top: 7px;
  right: 22px;
}
.compare--overlay .icon--cross:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-size: 20px;
  font-weight: 300;
}
.is--ctl-detail.is--child .product--detail-upper {
  background: none;
}
@media screen and (min-width: 48em) {
  .is--ctl-detail.is--child .product--detail-upper .inner {
    padding-left: 0.3125rem !important;
  }
}
.is--ctl-detail.is--child .product--detail-upper .inner .product--delivery {
  display: inline-block;
}
.is--ctl-detail.is--child .product--detail-upper .inner .product--delivery .delivery--information {
  position: relative;
  padding-left: 1.875rem !important;
}
.is--ctl-detail.is--child .product--detail-upper .inner .product--delivery .delivery--information i {
  position: absolute;
  left: 0.3125rem;
  top: 0.4375rem;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions {
  position: relative;
  width: 100%;
  margin: 25px auto;
  bottom: 0;
  height: 110px;
  padding-bottom: 3.125rem;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions.is--active {
  position: static;
  width: auto;
  bottom: auto;
  padding-bottom: 0;
  margin-bottom: 45px;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer {
  outline: none;
  height: 6.875rem;
  line-height: 6.875rem;
  bottom: 0rem;
  padding-left: 0.9375rem;
  position: absolute;
  cursor: pointer;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer .dealer-info-container {
  display: flex;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer .dealer-info-container i {
  display: none;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer .dealer-info-container svg {
  width: 8.75rem;
  margin-right: 20px;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer .dealer-info-container .child--item-dealer-label {
  color: #ec7205;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer .dealer-info-container .child--item-dealer-info {
  display: none;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer:hover svg {
  filter: grayscale(20%);
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer:hover .child--item-dealer-label {
  color: #131313;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer.is--active {
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding: 1.25rem 0.625rem 1.875rem 0.625rem;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container {
  background: #fff;
  padding-top: 3.75rem;
  border: 1px solid #eeefee;
  display: block;
  height: 100%;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container i {
  display: block;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  color: #423c3f;
  font-size: 1.625rem;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container svg {
  width: 8.125rem;
  height: 6.5625rem;
  margin: 0 auto;
  display: block;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container .child--item-dealer-label {
  display: none;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container .child--item-dealer-info {
  display: block;
  width: 100%;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container .child--item-dealer-info .child--item-dealer-info-head {
  font-family: Exo;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.018125rem;
  color: #131313;
  display: block;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container .child--item-dealer-info .child--item-dealer-info-text {
  display: block;
  font-family: Exo;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
  color: #131313;
}
.is--ctl-detail.is--child .product--detail-upper .inner .child--item-actions .tt-btn {
  max-width: 90%;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child .product--detail-upper {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeefee 100%);
  }
}
.is--ctl-detail.is--child .product--detail-upper .image-slider--container.no--thumbnails .image-slider--item .image--element {
  padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child .product--detail-upper .image-slider--container.no--thumbnails .image-slider--item .image--element {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section {
  width: 95%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child .product--detail-upper .product--detail-section {
    width: 42%;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner {
    max-width: 420px !important;
  }
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .delivery--information {
  margin-bottom: 1.25rem;
  border: 1px solid #d8d8d8;
  border-radius: 0.9375rem;
  padding: 0.1875rem 0.625rem 0.1875rem 0.625rem;
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .delivery--information .delivery--text {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
  color: #131313;
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .delivery--information .delivery--text i {
  margin-right: 0.3125rem;
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .product--price.price--default .price--content {
  font-family: Exo;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  color: #131313;
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .product--tax {
  font-family: Exo;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.54;
  letter-spacing: 0.2px;
  color: #131313;
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .product--tax a {
  color: #131313;
  text-decoration: underline;
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .buybox--button-container {
  padding-right: 0.625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .buybox--button-container {
    padding-right: 0;
    width: 100%;
  }
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .buybox--button-container .tt-btn {
  min-width: 100%;
}
.is--ctl-detail.is--child .product--detail-upper .product--detail-section .inner .buybox--button-container .buybox--button {
  font-size: 0.8125rem;
}
.is--ctl-detail.is--child .product--detail-navigation .navigation--entry {
  display: inline-block;
  float: left;
}
.is--ctl-detail.is--child #product--detail-child-specifications .inner {
  padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
}
.is--ctl-detail.is--child #product--detail-child-specifications .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail.is--child #product--detail-child-specifications .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail.is--child #product--detail-child-specifications .inner .readmore-link {
  margin-bottom: 0.625rem;
}
.is--ctl-detail.is--child #product--detail-child-specifications .inner .is--title {
  margin-top: 3.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child #product--detail-child-specifications .inner .is--title {
    margin-top: 5rem;
  }
}
.is--ctl-detail.is--child #product--detail-child-specifications .inner .is--text {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child #product--detail-child-specifications .inner .is--text {
    margin-bottom: 3.75rem;
  }
}
.is--ctl-detail.is--child #product--detail-child-specifications .child-specifications {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.is--ctl-detail.is--child #product--detail-child-specifications .child-specifications div {
  width: 100%;
  position: relative;
  padding-bottom: 1.875rem;
  padding-top: 0.625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child #product--detail-child-specifications .child-specifications div {
    width: 33%;
  }
}
.is--ctl-detail.is--child #product--detail-child-specifications .child-specifications div:before {
  content: '';
  border-top: 1px solid #6c747f;
  position: absolute;
  width: 2.5rem;
  margin-top: -0.625rem;
}
.is--ctl-detail.is--child #product--detail-child-specifications .child-specifications div .property--label {
  font-family: Exo;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
.is--ctl-detail.is--child #product--detail-child-specifications .child-specifications div .property--value {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
}
.is--ctl-detail.is--child #product--detail-section-downloads {
  background: none;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child #product--detail-section-downloads {
    display: block;
    margin-bottom: 0;
  }
}
.is--ctl-detail.is--child #product--detail-section-downloads:before {
  display: none;
}
.is--ctl-detail.is--child #product--detail-section-downloads .inner {
  background: #ec7205;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--child #product--detail-section-downloads .inner .content *[data-has-extended-content="true"] {
    position: absolute;
  }
}
.is--ctl-detail.is--child #product--detail-section-downloads #product--detail-downloads-image {
  height: 16.5625rem;
}
/**
  Child selector on parent PDP
 */
#product--detail-section-buybox .is--child-title {
  margin-top: -14.375rem;
}
#product--detail-section-buybox .child-selector-compare-btn {
  color: #131313;
  display: block;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  width: auto;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase;
}
#product--detail-section-buybox .child-selector-compare-btn i {
  margin-right: 0.625rem;
}
#product--detail-section-buybox .child-selector-compare-btn:hover {
  color: #ec7205;
}
#product--detail-section-buybox .is--child-selector {
  padding-left: 0.9375rem;
  padding-bottom: 3.125rem;
}
#product--detail-section-buybox .is--child-selector .slick-track {
  display: flex !important;
}
#product--detail-section-buybox .is--child-selector .slick-slide {
  height: inherit !important;
}
#product--detail-section-buybox .is--child-selector .slick-slide > div {
  height: 100%;
}
#product--detail-section-buybox .is--child-selector .product-slider--item {
  height: 100%;
  max-width: 24.375rem;
}
#product--detail-section-buybox .is--child-selector .product-slider--item .child--item {
  height: 100%;
}
#product--detail-section-buybox .is--child-selector .child--item-inner {
  background: #fff;
  border: 1px solid #afb0af;
  padding: 1.25rem 1.25rem 5rem 1.25rem;
  text-align: left;
  height: 100%;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-image {
  padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-image img {
  margin: 0 auto;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-title a {
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  font-family: Exo;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.018125rem;
  color: #131313;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-price {
  padding: 0rem 0.9375rem 0rem 0.9375rem;
  font-family: Exo;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
  color: #131313;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-properties {
  padding-left: 1.25rem;
  padding-bottom: 4.375rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-properties ul li {
  list-style: none;
  display: flex;
  margin-bottom: 0.625rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-properties ul li .property--icon {
  max-width: 2.1875rem;
  max-height: 3.125rem;
  height: 3.125rem;
  width: 2.1875rem;
  display: inline-block;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-properties ul li .property--icon svg {
  max-width: 100%;
  max-height: 100%;
  min-width: 2.1875rem;
  min-height: 2.1875rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-properties ul li .property-text {
  padding-left: 1.5625rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-properties ul li .property-text .property--label {
  display: block;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions {
  position: absolute;
  width: 85%;
  bottom: 0;
  padding-bottom: 3.125rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions.is--active {
  position: static;
  width: auto;
  bottom: auto;
  padding-bottom: 0;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer {
  outline: none;
  height: 6.875rem;
  line-height: 6.875rem;
  bottom: 1.25rem;
  padding-left: 0.9375rem;
  position: absolute;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer .dealer-info-container {
  display: flex;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer .dealer-info-container i {
  display: none;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer .dealer-info-container svg {
  width: 8.75rem;
  margin-top: -34px;
  margin-right: 20px;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer .dealer-info-container .child--item-dealer-info {
  display: none;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer.is--active {
  top: 0;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  padding: 1.25rem 0.625rem 1.875rem 0.625rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container {
  background: #fff;
  padding-top: 3.75rem;
  display: block;
  height: 100%;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container i {
  display: block;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  color: #423c3f;
  font-size: 1.625rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container svg {
  width: 8.125rem;
  height: 6.5625rem;
  margin: 0 auto;
  display: block;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container .child--item-dealer-label {
  display: none;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container .child--item-dealer-info {
  display: block;
  width: 100%;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container .child--item-dealer-info .child--item-dealer-info-head {
  font-family: Exo;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.018125rem;
  color: #131313;
  display: block;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .child--item-actions-dealer.is--active .dealer-info-container .child--item-dealer-info .child--item-dealer-info-text {
  display: block;
  font-family: Exo;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
  color: #131313;
}
#product--detail-section-buybox .is--child-selector .child--item-inner .child--item-actions .tt-btn {
  max-width: 90%;
  margin-left: 0.9375rem;
}
.is--ctl-detail.is--factory-outlet .product--detail-upper {
  background: none;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--factory-outlet .product--detail-upper {
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeefee 100%);
  }
}
.is--ctl-detail.is--factory-outlet .product--detail-upper .image-slider--container.no--thumbnails .image-slider--item .image--element {
  padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--factory-outlet .product--detail-upper .image-slider--container.no--thumbnails .image-slider--item .image--element {
    padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  }
}
.is--ctl-detail.is--factory-outlet .product--detail-upper .product--detail-section {
  width: 95%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--factory-outlet .product--detail-upper .product--detail-section {
    width: 42%;
  }
}
.is--ctl-detail.is--factory-outlet .product--detail-upper .product--detail-section .configurator--label {
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 2.1875rem;
  margin: 0;
}
.is--ctl-detail.is--factory-outlet #product--detail-section-buybox .product--buybox {
  padding-top: 0;
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .inner {
  padding: 1.5625rem 1.5625rem 1.5625rem 1.5625rem;
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .inner:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .inner .readmore-link {
  margin-bottom: 0.625rem;
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .inner .is--title {
  margin-top: 3.125rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--factory-outlet #product--detail-child-specifications .inner .is--title {
    margin-top: 5rem;
  }
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .inner .is--text {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--factory-outlet #product--detail-child-specifications .inner .is--text {
    margin-bottom: 3.75rem;
  }
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .child-specifications {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .child-specifications div {
  width: 100%;
  position: relative;
  padding-bottom: 1.875rem;
  padding-top: 0.625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-detail.is--factory-outlet #product--detail-child-specifications .child-specifications div {
    width: 33%;
  }
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .child-specifications div:before {
  content: '';
  border-top: 1px solid #6c747f;
  position: absolute;
  width: 2.5rem;
  margin-top: -0.625rem;
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .child-specifications div .property--label {
  font-family: Exo;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
.is--ctl-detail.is--factory-outlet #product--detail-child-specifications .child-specifications div .property--value {
  font-family: Exo;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
}
.is--ctl-campaign .eb {
  /* section intro */
  /* section 2 */
  /* section 3 */
}
.is--ctl-campaign .eb .section-intro {
  position: relative;
  padding: 0rem 0.625rem 1rem 0.625rem;
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .eb .section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .eb .section-intro .content-bg {
    height: 31.25rem;
    background-position: top right;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .eb .section-intro .content-bg {
    background-position: top center;
    height: 34.375rem;
  }
}
.is--ctl-campaign .eb .section-intro .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 24.0625rem;
  margin: 9.0625rem 0rem 0rem -12.03125rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .eb .section-intro .content {
    margin: 15.625rem 0rem 0rem -14.375rem;
    max-width: 28.75rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-intro .content {
    left: auto;
    margin-top: 15.3125rem;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .eb .section-intro .content {
    margin-top: 14.6875rem;
    margin-left: 13.125rem;
  }
}
.is--ctl-campaign .eb .section-intro .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-intro .content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .eb .section-intro .content .tt-btn {
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .eb .section-intro .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.is--ctl-campaign .eb .section-2 {
  background-color: #ffffff;
}
.is--ctl-campaign .eb .section-2 .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
}
.is--ctl-campaign .eb .section-2 .content.headline-icon {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.is--ctl-campaign .eb .section-2 .content.headline-icon svg {
  width: auto;
  height: 4rem;
  display: none;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-2 .content.headline-icon svg {
    display: block;
  }
}
.is--ctl-campaign .eb .section-2 .content.headline-icon h2 {
  text-align: left;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-2 .content.headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .eb .section-2 .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 18.75rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .eb .section-2 .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .eb .section-2 .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content {
  float: none;
  background: #ffffff;
  padding: 0rem 1.25rem 2.625rem 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .eb .section-2 .content + .content-image + .content {
    margin: 0 auto;
    width: 42.5rem;
    padding: 2.8125rem 0rem 2.625rem 1.25rem;
  }
  .is--ctl-campaign .eb .section-2 .content + .content-image + .content:after {
    content: '';
    clear: both;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-2 .content + .content-image + .content {
    margin: 0 auto;
    padding: 2.8125rem 0rem 2.625rem 1.875rem;
    width: 61.25rem;
  }
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box {
  text-align: left;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box {
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 16.25rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box .text {
    width: 24.0625rem;
  }
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .icon-box .text .icon-text {
  text-transform: uppercase;
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .content-text {
  text-align: left;
}
.is--ctl-campaign .eb .section-2 .content + .content-image + .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .eb .section-2 .content + .content-image + .content .content-text .content-action {
    text-align: left;
  }
}
.is--ctl-campaign .eb .section-3 {
  color: #ffffff;
  background-color: #0c375e;
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  padding: 4.6875rem 0rem 2.8125rem 0rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-3 {
    padding-top: 8.125rem;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
  }
}
.is--ctl-campaign .eb .section-3 .headline-icon {
  padding: 0rem 1.25rem 0rem 1.25rem;
  text-align: center;
}
.is--ctl-campaign .eb .section-3 .headline-icon svg {
  font-size: 4rem;
  margin-bottom: 0.625rem;
}
.is--ctl-campaign .eb .section-3 .headline-icon h2 {
  color: #ffffff;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-3 .headline-icon h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .eb .section-3 .content-image {
  position: relative;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 18.75rem;
  margin: 0rem 1.25rem 0rem 1.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .eb .section-3 .content-image {
    height: 25rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-3 .content-image {
    margin: 0 auto;
    width: 61.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .eb .section-3 .content-image {
    height: 31.25rem;
  }
}
.is--ctl-campaign .eb .section-3 .content {
  float: none;
  padding: 0rem 1.25rem 1.25rem 1.25rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-3 .content {
    margin: 0 auto;
    float: none;
    width: 61.25rem;
    padding: 2.8125rem 0rem 1.25rem 2.5rem;
  }
  .is--ctl-campaign .eb .section-3 .content:after {
    content: '';
    clear: both;
  }
}
.is--ctl-campaign .eb .section-3 .content .content-text {
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .eb .section-3 .content .content-text .content-action {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .eb .section-3 .content .content-text .content-action {
    text-align: left;
    margin-bottom: 0;
  }
}
#product--detail-section-name {
  background-color: #ffffff;
  position: relative;
  margin-bottom: 1.25rem;
}
#product--detail-section-name .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  #product--detail-section-name .content-bg {
    height: 31.25rem;
  }
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .content-bg {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    margin-bottom: -55px;
  }
}
#product--detail-section-name .content {
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 20.9375rem;
  margin: -11.5625rem 0rem 0rem -10.46875rem;
  padding: 0rem 1.875rem 0rem 1.875rem;
}
@media screen and (min-width: 48em) {
  #product--detail-section-name .content {
    margin-top: -10.3125rem;
    margin-left: -13.59375rem;
    max-width: 27.1875rem;
  }
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .content {
    left: auto;
    margin-top: -15.625rem;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  #product--detail-section-name .content {
    margin-left: 13.125rem;
  }
}
#product--detail-section-name .content .h1 {
  color: #ffffff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  /* 112.5% */
  letter-spacing: 0.827px;
  padding-top: 3.5625rem;
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .content .h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
    padding-top: 5.375rem;
    margin-bottom: 32px;
  }
}
#product--detail-section-name .content p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 160% */
  letter-spacing: 0.239px;
  margin-bottom: 36px;
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .content p {
    margin-bottom: 97px;
  }
}
#product--detail-section-name .name-content {
  padding-top: 120px;
  background-color: #4B5663;
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .name-content {
    margin: 0 auto;
    text-align: left;
    float: none;
    padding: 140px 0 70px 0;
  }
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .name-content .name-content-container {
    display: flex;
    justify-content: center;
  }
}
#product--detail-section-name .name-content .icon-box {
  text-align: left;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  float: none;
  padding: 0rem 0rem 1.875rem 0rem;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .name-content .icon-box {
    margin: unset;
  }
}
#product--detail-section-name .name-content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
#product--detail-section-name .name-content .icon-box .icon img {
  display: inline-block;
  width: auto;
  height: 4.75rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .name-content .icon-box .icon img {
    height: 11.3125rem;
  }
}
#product--detail-section-name .name-content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
#product--detail-section-name .name-content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 13.3125rem;
  vertical-align: top;
}
#product--detail-section-name .name-content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
#product--detail-section-name .name-content .icon-box .text .icon-text {
  text-transform: uppercase;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 184.615% */
  letter-spacing: 0.207px;
}
#product--detail-section-name .name-content .content-text {
  padding: 0rem 1.25rem 2.5rem 1.25rem;
  width: 100%;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 184.615% */
  letter-spacing: 0.207px;
}
@media screen and (min-width: 64em) {
  #product--detail-section-name .name-content .content-text {
    max-width: 480px;
  }
}
.is--ctl-campaign .jr-campaign {
  margin-top: 0.875rem;
  /* section intro */
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .jr-campaign {
    margin-top: 2.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .jr-campaign {
    margin-top: 0.875rem;
  }
}
.is--ctl-campaign .jr-campaign .section-intro {
  position: relative;
  padding: 0rem 0.625rem 1rem 0.625rem;
  margin-bottom: 3.125rem;
}
.is--ctl-campaign .jr-campaign .section-intro .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .jr-campaign .section-intro .content-bg {
    height: 31.25rem;
    background-position: top right;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .jr-campaign .section-intro .content-bg {
    background-position: top center;
    height: 34.375rem;
  }
}
.is--ctl-campaign .jr-campaign .section-intro .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: relative;
  left: 50%;
  width: max-content;
  max-width: 24.0625rem;
  margin: 9.0625rem 0rem 0rem -12.03125rem;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .jr-campaign .section-intro .content {
    margin: 15.625rem 0rem 0rem -14.375rem;
    max-width: 28.75rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .jr-campaign .section-intro .content {
    left: auto;
    margin-top: 15.3125rem;
    margin-left: 6.875rem;
    max-width: 33.75rem;
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
@media screen and (min-width: 78.75em) {
  .is--ctl-campaign .jr-campaign .section-intro .content {
    margin-top: 14.6875rem;
    margin-left: 13.125rem;
  }
}
.is--ctl-campaign .jr-campaign .section-intro .content h1 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .jr-campaign .section-intro .content h1 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.is--ctl-campaign .jr-campaign .section-intro .content .tt-btn {
  margin-bottom: 1.25rem;
}
.is--ctl-campaign .jr-campaign .section-intro .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
.is--ctl-campaign .jr-campaign .section-2 {
  margin-bottom: 3.125rem;
}
.is--ctl-campaign .jr-campaign .section-2 .content {
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .jr-campaign .section-2 .content {
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
.is--ctl-campaign .jr-campaign .section-2 .content .title {
  text-transform: uppercase;
}
.is--ctl-campaign .jr-campaign .section-2 .content .sub-title {
  line-height: normal;
}
.is--ctl-campaign .jr-campaign .section-3 {
  background-color: #eeefee;
  margin-bottom: 15px;
}
.is--ctl-campaign .jr-campaign .section-3 .content {
  padding: 35px;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .jr-campaign .section-3 .content {
    padding: 2.5rem 3.125rem 2.5rem 3.125rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .jr-campaign .section-3 .content {
    padding: 3.75rem 3.125rem 3.75rem 3.125rem;
  }
}
.is--ctl-campaign .jr-campaign .section-3 .content .title {
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .jr-campaign .section-3 .content .title {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .jr-campaign .section-3 .content .steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.is--ctl-campaign .jr-campaign .section-3 .content .steps .step {
  margin-bottom: 50px;
}
.is--ctl-campaign .jr-campaign .section-3 .content .steps .step .icon {
  text-align: center;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px auto;
}
.is--ctl-campaign .jr-campaign .section-3 .content .steps .step .number {
  text-align: center;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #131313;
  color: #ffffff;
}
.is--ctl-campaign .jr-campaign .section-3 .content .steps .step .text {
  margin-top: 25px;
  text-align: center;
}
.is--ctl-campaign .jr-campaign .section-4 {
  margin-bottom: 3.125rem;
}
.is--ctl-campaign .jr-campaign .section-4 .content .title {
  text-align: center;
  text-transform: uppercase;
  padding: 35px;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .jr-campaign .section-4 .content .title {
    padding: 2.5rem 3.125rem 2.5rem 3.125rem;
  }
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .jr-campaign .section-4 .content .title {
    padding: 3.75rem 3.125rem 3.75rem 3.125rem;
  }
}
.is--ctl-campaign .jr-campaign .section-5 .content {
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .jr-campaign .section-5 .content {
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
.is--ctl-campaign .jr-campaign .section-5 .content .title {
  text-transform: uppercase;
  text-align: center;
}
.is--ctl-campaign .jr-campaign .section-5 .content .sub-title {
  line-height: normal;
}
.is--ctl-campaign .jr-campaign .section-6 #find-merchant {
  background-color: #ec7205;
  position: relative;
  -webkit-clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 90%, 100% 0, 0 0);
  padding-bottom: 2.5rem;
}
.is--ctl-campaign .jr-campaign .section-6 #find-merchant .inner {
  padding-top: 2.75rem;
}
.is--ctl-campaign .jr-campaign .section-6 #find-merchant {
  max-width: none;
  clip-path: unset;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0;
}
.is--ctl-campaign .jr-campaign .section-6 #find-merchant .wrapper {
  max-width: 61.25rem !important;
  margin: 0 auto;
  width: 100%;
  border: outset;
  border-color: transparent;
}
.is--ctl-campaign .jr-campaign .section-6 #find-merchant .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-campaign .jr-campaign .section-6 #find-merchant .wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.is--ctl-campaign .jr-campaign .section-6 #find-merchant .inner {
  width: max-content;
  max-width: 100%;
  padding: 2.5rem 1.25rem 2.5rem 1.25rem;
  background-color: transparent;
}
.is--ctl-campaign .jr-campaign .section-6 #find-merchant .inner p {
  color: #ffffff;
}
@media screen and (min-width: 30em) {
  .is--ctl-campaign .jr-campaign .section-6 #find-merchant {
    background-color: unset;
  }
  .is--ctl-campaign .jr-campaign .section-6 #find-merchant .inner {
    max-width: 75%;
    margin-left: 15%;
    background-color: rgba(236, 114, 5, 0.9);
  }
}
@media screen and (min-width: 48em) {
  .is--ctl-campaign .jr-campaign .section-6 #find-merchant {
    background-color: unset;
  }
  .is--ctl-campaign .jr-campaign .section-6 #find-merchant .inner {
    max-width: 50%;
    margin: 4.375rem 0rem 0.625rem 6.25rem;
    background-color: rgba(236, 114, 5, 0.9);
  }
}
.is--ctl-campaign .jr-campaign .content--custom-faq .inner {
  margin-top: 0 !important;
  padding: 0rem 2.1875rem 0rem 2.1875rem;
}
@media screen and (min-width: 64em) {
  .is--ctl-campaign .jr-campaign .content--custom-faq .inner {
    padding: 0rem 3.125rem 0rem 3.125rem;
  }
}
.is--ctl-campaign .jr-campaign .content--custom-faq .inner .title {
  text-transform: uppercase;
}
.is--ctl-campaign .jr-campaign .content--custom-faq .inner .sub-title {
  line-height: normal;
}
/**
  Example

  <div class="banner">
    <div class="content-bg" id="Section1Bg">
        <span class="content-bg-overlay"></span>
    </div>
    {responseBackground
      element=Section1Bg
      mobileViewportImage="{media path="{s name="Section1BackgroundSmall"}media/image/dc/a1/8f/mf-intro.png{/s}"}"
      tabletViewportImage="{media path="{s name="Section1BackgroundMedium"}media/image/0b/73/5f/mf-intro-tablet.png{/s}"}"
      tabletLandscapeViewportImage="{media path="{s name="Section1BackgroundLarge"}media/image/58/ed/f0/mf-intro-desktop.png{/s}"}"
    }
  </div>
 */
.emotion--container-content .banner {
  position: relative;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .banner {
    margin-bottom: 3.125rem;
  }
}
.emotion--container-content .banner.has--content {
  margin-bottom: 8.75rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .banner.has--content {
    margin-bottom: 9.375rem;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container-content .banner.has--content {
    margin-bottom: 7.5rem;
  }
}
.emotion--container-content .banner .content-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  animation: fadein 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  left: 0;
  width: 100%;
  max-width: 78.75rem;
  height: 25rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .banner .content-bg {
    height: 31.25rem;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container-content .banner .content-bg {
    height: 40.625rem;
  }
}
.emotion--container-content .banner .content-bg.is--slanted-right {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}
.emotion--container-content .banner .content-bg.is--slanted-left {
  -webkit-clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0%, 100% 10%, 100% 100%, 0% 100%);
}
.emotion--container-content .banner .content {
  z-index: 2;
  animation: 1s ease-out 0s 1 slideInFromTop;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.15);
  background: rgba(236, 114, 5, 0.9);
  text-align: center;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
  position: absolute;
  left: 50%;
  right: auto;
  width: max-content;
  max-width: 20.9375rem;
  margin: -8.125rem 0rem 0rem -10.46875rem;
  padding: 0rem 2.1875rem 4.0625rem 2.1875rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .banner .content {
    right: 3.125rem;
    left: auto;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container-content .banner .content {
    max-width: 32.8125rem;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container-content .banner .content {
    margin: -14.375rem 0rem 0rem -10.46875rem;
  }
}
.emotion--container-content .banner .content h1,
.emotion--container-content .banner .content h2 {
  color: #ffffff;
  padding-top: 4.0625rem;
}
@media screen and (min-width: 64em) {
  .emotion--container-content .banner .content h1,
  .emotion--container-content .banner .content h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
.emotion--container-content .banner .content .tt-arrow-down {
  display: block;
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  -webkit-animation: arrowDown 2s infinite;
  animation: arrowDown 2s infinite;
}
/**
  Examples

  Default
  <div class="headline">
    <h1>Headline</h1>
  </div>

  Icon Top

 <div class="headline icon-top">
    {svg path="frontend/_public/src/img/nachhaltigkeit/" name="sektion2-icon-2" color="#417406"}
    <h1>Headline</h1>
  </div>
 */
.emotion--container-content .headline {
  color: #131313;
  text-align: center;
  text-transform: uppercase;
  padding: 0rem 1.25rem 0rem 1.25rem;
}
@media screen and (min-width: 64em) {
  .emotion--container-content .headline {
    margin-bottom: 1.875rem;
  }
}
.emotion--container-content .headline.color-white {
  color: #ffffff;
}
.emotion--container-content .headline.color-white h1,
.emotion--container-content .headline.color-white h2 {
  color: #ffffff;
}
.emotion--container-content .headline.icon-top svg {
  font-size: 4rem;
  margin-bottom: 0.625rem;
  max-width: 5rem;
}
@media screen and (min-width: 64em) {
  .emotion--container-content .headline h1,
  .emotion--container-content .headline h2 {
    font-size: 3.25rem;
    line-height: 3.375rem;
    letter-spacing: 0.051875rem;
  }
}
/*
  Example

  <div class="content">
    content
  </div>
 */
.emotion--container-content .content {
  text-align: left;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}
.emotion--container-content .content.has--no-padding {
  padding: 0;
}
.emotion--container-content .content.has--margin-top {
  margin-top: 1.25rem;
}
.emotion--container-content .content.has--margin-bottom {
  margin-bottom: 1.25rem;
}
.emotion--container-content .content.text-center {
  text-align: center;
}
.emotion--container-content .content.bg-orange {
  background-color: #ec7205;
}
.emotion--container-content .content.bg-grey {
  background-color: #eeefee;
}
.emotion--container-content .content.bg-blue {
  background-color: #0c375e;
}
.emotion--container-content .content.color-white {
  color: #ffffff;
}
.emotion--container-content .content .content-text {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .content .content-text {
    float: right;
    width: 17.5rem;
  }
}
@media screen and (min-width: 64em) {
  .emotion--container-content .content .content-text {
    width: 22.5rem;
  }
}
@media screen and (min-width: 78.75em) {
  .emotion--container-content .content .content-text {
    width: 30rem;
  }
}
.emotion--container-content .content .content-inner-container {
  max-width: 60rem;
  margin: 0 auto;
}
.emotion--container-content .content .content-inner-container .text-container {
  padding: 0rem 1.25rem 0rem 1.25rem;
}
.emotion--container-content h2.color-white {
  color: #ffffff;
}
.emotion--container-content .readmore-link {
  color: #131313;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-family: RobotoSlab;
  font-weight: bold;
  letter-spacing: 0.03125rem;
  margin-top: 0.625rem;
  display: inline-block;
  width: 100%;
}
.emotion--container-content .readmore-link i {
  padding: 0rem 0rem 0.125rem 0.625rem;
  vertical-align: middle;
  font-size: 1rem;
}
.emotion--container-content .element-scroll-fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.emotion--container-content .element-scroll-visible {
  opacity: 1;
}
/**
  Example
  <div class="icon-box">
    <div class="icon">
      {svg path="frontend/_public/src/img/nachhaltigkeit/" name="sektion2-icon-2" color="#417406"}
    </div>
    <div class="text">
      <div class="icon-title">Title</div>
      <div class="icon-text">Subtitle</div>
    </div>
  </div>
 */
.emotion--container-content .icon-box {
  text-align: left;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 1.25rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .icon-box {
    float: left;
    padding: 0rem 0rem 1.25rem 0rem;
  }
}
.emotion--container-content .icon-box .icon {
  margin: 0rem 0.9375rem 0rem 0rem;
  vertical-align: top;
}
.emotion--container-content .icon-box .icon svg {
  width: auto;
  max-width: 5.3125rem;
  height: 4rem;
  margin-bottom: 0.625rem;
}
.emotion--container-content .icon-box .icon:after {
  content: '';
  vertical-align: top;
  border-right: 1px solid #979797;
  display: inline-block;
  height: 100%;
  margin-left: 0.9375rem;
}
.emotion--container-content .icon-box .text {
  margin: 0rem 0rem 0rem 0rem;
  width: 16.25rem;
  vertical-align: top;
}
@media screen and (min-width: 64em) {
  .emotion--container-content .icon-box .text {
    width: 24.0625rem;
  }
}
.emotion--container-content .icon-box .text .icon-title {
  font-weight: 700;
  letter-spacing: 0.0375rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 64em) {
  .emotion--container-content .icon-box .text .icon-title {
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.emotion--container-content .icon-box .text .icon-text {
  text-transform: uppercase;
}
/**
   Example:

   <div class="collapse-panel">
    <div class="collapse--header" data-collapse-panel="true" data-collapseTarget="#accu-accordion-one">
      <div class="collapse-header-icon">
        {svg path="frontend/_public/src/img/emobility/" name="group-15"  color="#131313"}
      </div>
      <div class="collapse-header-text">Headline</div>
        <a class="is-primary tt-btn is-icon-right is--center is-small" data-textOpen="Weniger Infos" data-textDefault="Mehr Infos"> <span>Mehr Infos</span> <i class="fal fa-angle-down"></i></a>
        <a> <i class="fal fa-angle-down is--black"></i></a>

      </div>
      <div class="collapse--content" id="accu-accordion-one">
        This content will be shown by the is--collapsed class.
      </div>
   </div>

  */
.emotion--container-content .collapse-panel .collapse--header {
  background: none;
  border: none;
  border-bottom: 1px solid #131313;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .collapse-panel .collapse--header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .emotion--container-content .collapse-panel .collapse--header {
    line-height: 2.375rem;
  }
}
.emotion--container-content .collapse-panel .collapse--header.is--active {
  color: #131313;
}
.emotion--container-content .collapse-panel .collapse--header.is--active:hover {
  color: #ec7205;
}
.emotion--container-content .collapse-panel .collapse--header .collapse-header-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5.625rem;
  text-align: center;
  display: none;
}
.emotion--container-content .collapse-panel .collapse--header .collapse-header-icon svg {
  max-width: 3.125rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .collapse-panel .collapse--header .collapse-header-icon svg {
    max-width: 3.75rem;
  }
}
.emotion--container-content .collapse-panel .collapse--header .collapse-header-text {
  padding-left: 0rem;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .collapse-panel .collapse--header .collapse-header-text {
    padding-bottom: 0rem;
  }
}
.emotion--container-content .collapse-panel .collapse--header a {
  font-size: 1rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 48em) {
  .emotion--container-content .collapse-panel .collapse--header a {
    margin-left: 0rem;
    font-size: 0.6875rem;
    position: absolute;
    right: 0;
    bottom: 1rem;
  }
}
.emotion--container-content .collapse-panel .collapse--content {
  border: none;
  box-shadow: none;
  top: 0;
  background: none;
  text-align: left;
}
/**
  Example

  <div class="invader bg-orange">
        <div class="invader-container">
            <div class="invader-image">
                <img src="/media/image/8e/76/70/blog-newsletter-image.jpg">
            </div>
            <div class="invader-content">
                <div class="invader-content-headline">UNSER NEWSLETTER</div>
                <div class="invader-content-text">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.</div>
                <div class="invader-content-button">
                    <a href="#" class="tt-btn is-secondary">JETZT ABONNIEREN</a>
                </div>
            </div>
        </div>
    </div>
 */
.content--wrapper .invader {
  clear: both;
  color: #ffffff;
  max-width: 78.75rem !important;
  margin: 0 auto;
  width: 100%;
  padding: 2.5rem 0rem 2.5rem 0rem;
}
.content--wrapper .invader:after {
  content: "";
  display: table;
  clear: both;
}
.content--wrapper .invader:after {
  content: "";
  display: table;
  clear: both;
}
.content--wrapper .invader.bg-orange {
  background-color: #ec7205;
}
.content--wrapper .invader.bg-orange .container {
  background-color: #ec7205;
}
.content--wrapper .invader .invader-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 66.25rem !important;
  margin: 0 auto;
  width: 100%;
  margin: 0rem 1.875rem 0rem 1.875rem;
  width: auto;
}
.content--wrapper .invader .invader-container:after {
  content: "";
  display: table;
  clear: both;
}
.content--wrapper .invader .invader-container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 64em) {
  .content--wrapper .invader .invader-container {
    margin: 0 auto;
    padding: 0rem 1.875rem 0rem 1.875rem;
  }
}
@media screen and (min-width: 78.75em) {
  .content--wrapper .invader .invader-container {
    padding: 0;
  }
}
.content--wrapper .invader .invader-image {
  display: none;
  width: 100%;
  margin: 0rem 0rem 1.25rem 0rem;
}
@media screen and (min-width: 64em) {
  .content--wrapper .invader .invader-image {
    display: block;
    width: 40%;
    margin: 0;
  }
}
.content--wrapper .invader .invader-content {
  width: 100%;
}
@media screen and (min-width: 64em) {
  .content--wrapper .invader .invader-content {
    width: 60%;
  }
}
.content--wrapper .invader .invader-content .invader-content-headline {
  font-family: "Exo", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 1.8rem;
  margin: 0rem 0rem 1.25rem 0rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 64em) {
  .content--wrapper .invader .invader-content .invader-content-headline {
    font-size: 2.5rem;
    line-height: 2.875rem;
    letter-spacing: 0.04rem;
  }
}
.content--wrapper .invader .invader-content .invader-content-text {
  margin: 0rem 0rem 1.5625rem 0rem;
}
/*# sourceMappingURL=/web/cache/css.source.map */