/*
CSS tatonka
Daniel Miguel Baltes Amado <daniel@phunkei.de> (https://www.phunkei.de)
version: 2025-09-07T13:23:32.577Z
*/
@charset "UTF-8";
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/*!
 * Font Awesome Pro 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  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: #fff;
}

.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-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../webfonts/fa-brands-400.eot);
  src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(../webfonts/fa-light-300.eot);
  src: url(../webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-light-300.woff2) format("woff2"), url(../webfonts/fa-light-300.woff) format("woff"), url(../webfonts/fa-light-300.ttf) format("truetype"), url(../webfonts/fa-light-300.svg#fontawesome) format("svg");
}
.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(../webfonts/fa-regular-400.eot);
  src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.fal, .far {
  font-family: "Font Awesome 5 Pro";
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(../webfonts/fa-solid-900.eot);
  src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa, .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/*! jQuery UI - v1.12.1 - 2017-08-20
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*
.color-olive {
	background-color: #464821;
}

.color-black {
	background-color: #000;
}

.color-red {
	background-color: #e22;
}

.color-yellow {
	background-color: #eecc33;
}

.color-darkest-grey {
	background-color: #4D5456;
}

.color-pine {
	background-color: #505742;
}

.color-navy {
	background-color: #1F263A;
}

.color-coyote-brown {
	background-color: #45392B;
}

.color-khaki {
	background-color: #786C46
}

.color-pc-greenzone {
	background-image: url('../img/colors/366-pc-greenzone.png');
	background-size: cover;
}

.color-multicam {
	background-image: url('../img/colors/394-multicam.png');
	background-size: cover;
}

.color-carbon {
	background-image: url('../img/colors/043-carbon.png');
	background-size: cover;
}

.color-cub {

	background: rgb(91,96,82);
	background: -moz-linear-gradient(-45deg, rgba(91,96,82,1) 25%, rgba(146,155,133,1) 50%, rgba(115,126,92,1) 76%);
	background: -webkit-linear-gradient(-45deg, rgba(91,96,82,1) 25%,rgba(146,155,133,1) 50%,rgba(115,126,92,1) 76%);
	background: linear-gradient(135deg, rgba(91,96,82,1) 25%,rgba(146,155,133,1) 50%,rgba(115,126,92,1) 76%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b6052', endColorstr='#737e5c',GradientType=1 ); 
}
*/
/**
FARBEN
TT Schwarz: 000000
TT Dunkelgrau: 333333
TT Hellgrau: e0e0e0
TT Orange: ff9900
TT Khaki: 7b6f49 (Sonderfarbe bei Störer "Highlight")
*/
:root {
  --max-width-wide: 1920px;
}

/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../webfonts/open-sans-v27-latin-300.woff2") format("woff2"), url("../webfonts/open-sans-v27-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../webfonts/open-sans-v28-latin-300italic.woff2") format("woff2"), url("../webfonts/open-sans-v28-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../webfonts/open-sans-v27-latin-regular.woff2") format("woff2"), url("../webfonts/open-sans-v27-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local(""), url("../webfonts/open-sans-v27-latin-800.woff2") format("woff2"), url("../webfonts/open-sans-v27-latin-800.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../webfonts/open-sans-v27-latin-700.woff2") format("woff2"), url("../webfonts/open-sans-v27-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../webfonts/open-sans-v27-latin-300italic.woff2") format("woff2"), url("../webfonts/open-sans-v27-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../webfonts/open-sans-v27-latin-italic.woff2") format("woff2"), url("../webfonts/open-sans-v27-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../webfonts/open-sans-v27-latin-700italic.woff2") format("woff2"), url("../webfonts/open-sans-v27-latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
form.form input[type=checkbox] {
  display: block;
  width: calc(4rem + 4px);
  height: calc(2rem + 4px);
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2rem;
  position: relative;
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  outline: 0;
}
form.form input[type=checkbox]:disabled {
  opacity: 0.5;
}
form.form input[type=checkbox]::before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  top: 0;
  left: 0;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
form.form input[type=checkbox]:checked {
  background-color: #F9423A;
  border-color: #F9423A;
}
form.form input[type=checkbox]:checked::before {
  left: calc(100% - 2rem);
}
form.form input[type=radio] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 100rem;
  position: relative;
  background-color: #F2F2F2;
  border: 2px solid #F2F2F2;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  outline: 0;
}
form.form input[type=radio]:checked::before {
  content: "";
  background-color: #F9423A;
  display: block;
  width: calc(2rem - 4px);
  height: calc(2rem - 4px);
  border-radius: 10rem;
}
form.form input[type=text], form.form input[type=email], form.form input[type=password], form.form input[type=search], form.form input[type=numerical] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  background-color: #F2F2F2;
  border: none;
  padding: 0.75rem;
  margin: 0;
  height: 3rem;
  outline: 0;
}
form.form input[type=text]::-webkit-input-placeholder, form.form input[type=email]::-webkit-input-placeholder, form.form input[type=password]::-webkit-input-placeholder, form.form input[type=search]::-webkit-input-placeholder, form.form input[type=numerical]::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
form.form input[type=text]::-moz-placeholder, form.form input[type=email]::-moz-placeholder, form.form input[type=password]::-moz-placeholder, form.form input[type=search]::-moz-placeholder, form.form input[type=numerical]::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
}
form.form input[type=text]:-ms-input-placeholder, form.form input[type=email]:-ms-input-placeholder, form.form input[type=password]:-ms-input-placeholder, form.form input[type=search]:-ms-input-placeholder, form.form input[type=numerical]:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
form.form input[type=text]::-ms-input-placeholder, form.form input[type=email]::-ms-input-placeholder, form.form input[type=password]::-ms-input-placeholder, form.form input[type=search]::-ms-input-placeholder, form.form input[type=numerical]::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
form.form input[type=text]::placeholder, form.form input[type=email]::placeholder, form.form input[type=password]::placeholder, form.form input[type=search]::placeholder, form.form input[type=numerical]::placeholder {
  font-family: "Open Sans", sans-serif;
}
form.form input[type=submit] {
  border: 0px solid #F9423A;
  border-radius: 2px;
  background-color: #F9423A;
  display: inline-block;
  width: auto;
  padding: 0.6rem 2rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
form.form input[type=submit]:hover {
  background-color: #000;
  color: #ffffff;
}
form.form input[type=submit]:disabled {
  opacity: 0.25;
  pointer-events: none;
}
form.form .select-wrapper {
  display: inline-block;
  height: 3rem;
  position: relative;
  overflow: hidden;
  vertical-align: center;
  margin-right: 2.4rem;
  color: #fff;
  padding: 0;
  text-align: left;
  background-color: #F2F2F2;
  border: none;
  text-align: left;
  border: none;
}
form.form .select-wrapper::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 4px;
  right: 4px;
  height: calc(3rem - 8px);
  width: calc(3rem - 8px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  pointer-events: none;
  background-color: #222;
  background-color: #F9423A;
  text-align: center;
  font-weight: 200;
}
form.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #000;
  border: 0;
  padding: 0 2rem;
  line-height: 3rem;
  height: 3rem;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
  outline: 0;
  text-align: left;
  letter-spacing: 0.1rem;
  color: #000;
  appearance: none;
  background-color: transparent;
  color: #000;
  border: 0;
  padding: 0 2rem;
  padding-left: 1rem;
  letter-spacing: 0.2rem;
  color: #000;
  outline: 0;
}
form.form select::-ms-expand {
  display: none;
}
form.form .select-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
form.form .grid label.captcha,
form.form label.captcha {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
}
form.form .grid label.captcha .wrapper-img,
form.form label.captcha .wrapper-img {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.form .grid label.captcha .wrapper-img img,
form.form label.captcha .wrapper-img img {
  display: block;
  -ms-flex-item-align: center;
  align-self: center;
}
form.form .grid label.captcha .wrapper-img button,
form.form label.captcha .wrapper-img button {
  display: block;
  background-color: #F9423A;
  color: #fff;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 1rem;
}
form.form .grid label.captcha .wrapper-img button::after,
form.form label.captcha .wrapper-img button::after {
  content: "\f021";
  font-family: "Font Awesome 5 Pro";
}
form.form .grid label.captcha .wrapper-img button:hover,
form.form label.captcha .wrapper-img button:hover {
  background-color: #000;
}
form.form .grid label.captcha .wrapper-img button:disabled,
form.form label.captcha .wrapper-img button:disabled {
  background-color: #000;
  opacity: 0.5;
  cursor: wait;
}
form.form ul.errors {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 2rem;
}
form.form ul.errors li {
  list-style: none;
  display: block;
  color: #f00;
}

.slider {
  position: relative;
}
.slider .slider-slides {
  position: relative;
}
.slider .slider-slides::before {
  content: "";
  display: block;
  padding-bottom: calc(var(--max-width-wide) / 192 * 80);
  background-color: #fafafa;
}
.slider .slider-slides ul {
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.slider .slider-slides ul li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider .slider-slides ul li .slider-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.slider .slider-slides ul li .slider-image.op-cl {
  background-position: center left;
}
.slider .slider-slides ul li .slider-image.op-cc {
  background-position: center center;
}
.slider .slider-slides ul li .slider-image.op-cr {
  background-position: center right;
}
.slider .slider-slides ul li .slider-image.op-tl {
  background-position: top left;
}
.slider .slider-slides ul li .slider-image.op-tc {
  background-position: top center;
}
.slider .slider-slides ul li .slider-image.op-tr {
  background-position: top right;
}
.slider .slider-slides ul li .slider-image.op-bl {
  background-position: bottom left;
}
.slider .slider-slides ul li .slider-image.op-bc {
  background-position: bottom center;
}
.slider .slider-slides ul li .slider-image.op-br {
  background-position: bottom right;
}
.slider .slider-slides ul li .slider-image video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider .slider-slides ul li .slider-image video.op-cl {
  -o-object-position: center left;
  object-position: center left;
}
.slider .slider-slides ul li .slider-image video.op-cc {
  -o-object-position: center center;
  object-position: center center;
}
.slider .slider-slides ul li .slider-image video.op-cr {
  -o-object-position: center right;
  object-position: center right;
}
.slider .slider-slides ul li .slider-image video.op-tl {
  -o-object-position: top left;
  object-position: top left;
}
.slider .slider-slides ul li .slider-image video.op-tc {
  -o-object-position: top center;
  object-position: top center;
}
.slider .slider-slides ul li .slider-image video.op-tr {
  -o-object-position: top right;
  object-position: top right;
}
.slider .slider-slides ul li .slider-image video.op-bl {
  -o-object-position: bottom left;
  object-position: bottom left;
}
.slider .slider-slides ul li .slider-image video.op-bc {
  -o-object-position: bottom center;
  object-position: bottom center;
}
.slider .slider-slides ul li .slider-image video.op-br {
  -o-object-position: bottom right;
  object-position: bottom right;
}
.slider .slider-slides ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.slider .slider-slides ul li .text .height-wrapper {
  width: 100%;
}
.slider .slider-slides ul li .text .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.5rem;
}
.slider .slider-slides ul li .text .btn-wrapper a.btn {
  font-style: italic;
  padding: 0.5rem 4rem;
}
.slider .slider-slides ul li .text h2 {
  text-transform: none;
  margin: 0;
  padding: 0;
  font-size: 3rem;
  line-height: 1.1em;
  letter-spacing: 0;
  max-width: 100%;
  text-align: center;
  font-weight: 300;
  font-style: italic;
}
.slider .slider-slides ul li .text .sub {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: none;
  text-align: center;
}
.slider .slider-slides ul li .text.caps h2.caps {
  font-style: normal;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  line-height: 3.4rem;
  font-weight: 800;
}
.slider .slider-slides ul li .text.campaign_2025 {
  color: white;
}
.slider .slider-slides ul li .text.campaign_2025 h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.2em;
}
.slider .slider-slides ul li .text.campaign_2025 h2 b {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  font-weight: 600;
  position: relative;
  background-color: white;
  color: black;
  mix-blend-mode: screen;
  font-weight: 800;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
}
.slider .slider-slides ul li .text.campaign_2025 h2:not(:has(~ .sub)) {
  margin-bottom: 2.5rem;
}
.slider .slider-slides ul li .text.campaign_2025 .sub[style] {
  color: inherit !important;
}
.slider .slider-slides ul li .text.campaign_2025 .sub {
  margin-bottom: 2.5rem;
}
.slider .slider-slides ul li .text.campaign_2025 .btn-wrapper a.btn {
  background-color: white;
  color: black;
  mix-blend-mode: screen;
}
.slider .slider-slides ul li.active {
  opacity: 1;
}

@media screen and (max-width: 1680px) {
  .slider .slider-slides::before {
    padding-bottom: min(62.5%, var(--max-width-wide) / 192 * 80);
  }
}
@media screen and (max-width: 1280px) {
  .slider {
    margin-bottom: 0;
  }
  .slider .slider-slides::before {
    display: none;
  }
  .slider .slider-slides ul {
    position: relative;
    height: auto;
  }
  .slider .slider-slides ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: auto;
    position: relative;
  }
  .slider .slider-slides ul li .slider-image {
    position: relative;
  }
  .slider .slider-slides ul li .slider-image::before {
    content: "";
    display: block;
    padding-bottom: min(62.5%, var(--max-width-wide) / 192 * 80);
  }
  .slider .slider-slides ul li .text {
    position: relative;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    height: auto;
    padding: 2rem;
  }
  .slider .slider-slides ul li .text h2 {
    font-size: 2.4rem;
  }
  .slider .slider-slides ul li .text h2, .slider .slider-slides ul li .text h2.caps, .slider .slider-slides ul li .text .sub {
    color: #000 !important;
  }
  .slider .slider-slides ul li .text h2[style], .slider .slider-slides ul li .text h2.caps[style], .slider .slider-slides ul li .text .sub[style] {
    text-shadow: none !important;
  }
  .slider .slider-slides ul li .text h2.caps {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .slider .slider-slides ul li .text .btn-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .slider .slider-slides ul li .text.campaign_2025 .sub[style] {
    color: #000 !important;
  }
}
/*
@media screen and (max-width: 1280px) {
	.slider {
		margin-bottom: 20rem;

		.slider-slides {
			&::before {
				//
			}

			ul {

				li {
					.slider-image {
					}
					.text {
						position: absolute;
						align-content: flex-start;
						max-width: 100%;
						width: 100%;
						left: 0;
						top: 100%;
						transform: translate(0, 0);
						height: 24rem;
						padding: 2rem;

						h2 {
							font-size: 2.4rem;
						}

						.btn-wrapper {
							flex-flow: row wrap;	
						}
					}
				}
			}
		}
	}
}*/
@media screen and (max-width: 800px) {
  .slider .text br {
    display: none;
  }
  .teaser h2 br, .teaser .sub br {
    display: none;
  }
}
/*
SCHRIFTEN
Open Sans light (Fliesstexte, Headlines)
Open Sans bold (Produktbezeichnungen, Störer, Anleser, Texthighlights)
Open Sans extrabold (Slider-Headline, Navigation, Händlersuche-Headline,Teaser-Box Headline )
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  min-height: 100%;
  font-weight: 500;
  background-color: #FAFAFA;
  color: #000;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  /*
  display: flex;
  flex-flow: column;
  */
}

h1, h2, h3, h4 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: 2.7rem;
  font-weight: 300;
  display: block;
  text-align: center;
}

h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}

button, input, optgroup, select, textarea {
  font-family: "Open Sans";
  letter-spacing: 0.1rem;
}

b, strong {
  font-weight: 700;
}

a {
  color: #F9423A;
  text-decoration: none;
}
a:hover {
  color: #000;
}

.wrapper-h {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
}

.wrapper-h.full {
  width: 100%;
  max-width: 100%;
  padding: 0;
  padding-bottom: 2rem;
}

.btn {
  border: 0px solid #F9423A;
  border-radius: 2px;
  background-color: #F9423A;
  display: inline-block;
  width: auto;
  padding: 0.5rem 2rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  letter-spacing: 0.2rem;
  line-height: 1.5;
}
.btn:hover {
  background-color: #000;
  color: #ffffff;
}

.content {
  padding: 2rem;
}

.product-single {
  background-color: #FAFAFA;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  letter-spacing: 0.1rem;
}
.product-single .product-cols {
  width: 100%;
  margin-bottom: 2rem;
  display: grid;
  grid-template-columns: auto 400px;
  grid-template-rows: 5rem auto;
}
.product-single .product-cols h1 {
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  line-height: 2.4rem;
  max-width: 100%;
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  line-height: 2rem;
}
.product-single .product-cols h1 span.keyword {
  display: block;
  font-weight: 400;
}
.product-single .product-cols .product-single-short {
  width: 400px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  align-self: stretch;
  /*
  h1 {
  	font-weight: 800;
  	font-size: 2rem;
  	letter-spacing: .5rem;
  	line-height: 2.4rem;
  	max-width: 100%;
  }*/
}
.product-single .product-cols .product-single-short h2 {
  text-align: left;
}
.product-single .product-cols .product-single-short .entry-summary {
  width: 100%;
  padding: 0;
}
.product-single .product-cols .product-single-short .has-video-wrapper {
  margin-bottom: 2rem;
}
.product-single .product-cols .product-single-short span.has-video {
  pointer-events: auto;
  cursor: pointer;
}
.product-single .product-cols .product-images-wrapper {
  padding-right: 2rem;
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}
.product-single .product-cols .product-images-wrapper .product-images {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.product-single .product-cols .product-images-wrapper .product-images li {
  list-style: none;
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images li.active {
  display: block;
}
.product-single .product-cols .product-images-wrapper .product-images li img {
  width: 100%;
  height: auto;
}
.product-single ul.usps {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2rem;
  display: block;
}
.product-single ul.usps::after {
  content: "";
  clear: both;
  display: block;
}
.product-single ul.usps li {
  list-style: none;
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 0;
  display: block;
  float: left;
}
.product-single ul.usps li img {
  display: block;
  max-width: 100px;
  height: auto;
}

.shoplink-disabled {
  opacity: 0.25;
  display: none;
  pointer-events: none;
}

.variation-sizes {
  margin-bottom: 2rem;
}

.status-availability::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.5rem;
}
.status-availability[data-availability=instock]::before {
  content: "\f058\f058";
  color: green;
}
.status-availability[data-availability=lowstock]::before {
  content: "\f058";
  color: yellow;
}
.status-availability[data-availability=outofstock]::before {
  content: "\f058";
  color: red;
}
.status-availability[data-availability=onbackorder]::before {
  content: "\f058";
  color: red;
}

.product-single ul.sizes {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.product-single ul.sizes li {
  display: inline-block;
  width: 3rem;
  border: 1px solid #D7D7D7;
  text-align: center;
  margin: 0.25rem;
  padding: 0;
  text-align: center;
  cursor: default;
  /*
  &:hover {
  	border-color: $color-red;
  }*/
}
.product-single ul.sizes li span {
  display: inline-block;
  line-height: 2rem;
  text-transform: uppercase;
}

.product-single .btn {
  width: 100%;
  margin-bottom: 0.5rem;
}
.product-single .btn:hover {
  opacity: 1;
}

.entry-details .rs-tab .tab-body {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 2fr;
}
.entry-details .rs-tab .tab-body .wrapper-image img {
  width: 100%;
  height: auto;
}
.entry-details .rs-tab .tab-body .wrapper-text .title {
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.video-wrapper,
.wrapper-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 2rem;
}
.video-wrapper .video,
.wrapper-video .video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.phunk-cookie-youtube.locked {
  position: relative;
  padding-bottom: 0;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #333;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phunk-cookie-youtube.locked .placeholder {
  padding: 2rem;
}
.phunk-cookie-youtube.locked p {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  letter-spacing: 0;
  color: #fff;
}
.phunk-cookie-youtube.locked .title {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #fff;
}
.phunk-cookie-youtube.locked a {
  color: #F9423A;
}
.phunk-cookie-youtube.locked a.btn {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  background-color: #F9423A;
}
.phunk-cookie-youtube.locked a.btn:hover {
  background-color: #000;
}
.phunk-cookie-youtube.locked iframe {
  display: none;
}

@media screen and (max-width: 600px) {
  .phunk-cookie-youtube.locked a.btn {
    margin-bottom: 1rem;
  }
}
.product-single .sku {
  display: block;
  margin-bottom: 1rem;
  display: none;
}

.product-single h1 {
  text-align: left;
  font-weight: 800;
  margin: 0;
  line-height: 2rem;
  font-size: 1.8rem;
  max-width: 300px;
  font-weight: 300;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
}

span.price {
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.price-meta {
  font-size: 0.8rem;
  padding-top: 2rem;
}

span.vat_info {
  font-size: 1rem;
  font-weight: 400;
  font-weight: 300;
}

.variations-compare,
span.show-sizes {
  line-height: calc(2rem + 2px);
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  color: #F9423A;
}

.variations-compare + span.show-sizes {
  margin-left: 0.5rem;
}
.variations-compare + span.show-sizes::before {
  content: "|";
  display: inline-block;
  margin-right: 0.5rem;
  color: #000;
  pointer-events: none;
}

@media screen and (max-width: 900px) {
  .product-single .product-cols {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
  }
  .product-single .product-cols h1 {
    line-height: 1.8rem;
    grid-row: 1/span 1;
    grid-column: 1/span 1;
    line-height: 1.8rem;
  }
  .product-single .product-cols .product-single-short {
    width: 100%;
    grid-row: 3/span 1;
    grid-column: 1/span 1;
  }
  .product-single .product-cols .product-images-wrapper {
    padding-right: 0;
    grid-row: 2/span 1;
    grid-column: 1/span 1;
  }
}
@media screen and (max-width: 800px) {
  .product-single .product-cols h1 {
    font-size: 1.4rem;
  }
  .price-meta {
    display: none;
  }
  .entry-details .rs-tab .tab-body {
    grid-template-columns: 100%;
  }
}
.product-single .product-cols .product-images-wrapper .product-images li {
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images li.image {
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images li.video {
  display: block;
}
.product-single .product-cols .product-images-wrapper .product-images li.video video {
  max-width: 100%;
  height: auto;
}
.product-single .product-cols .product-images-wrapper .product-images li.active {
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images li.active_variation.active {
  display: block;
}
.product-single .product-cols .product-images-wrapper .product-images li div img.regular {
  display: block;
  cursor: pointer;
}
.product-single .product-cols .product-images-wrapper .product-images li div img.fullscreen {
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images li div img.fullscreen_zoom {
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images li div video {
  cursor: pointer;
}
.product-single .product-cols .product-images-wrapper.regular .product-images li:nth-child(-n+4 of .active_variation) {
  display: block;
}
.product-single .product-cols .product-images-wrapper.regular .product-images li:nth-child(n+5 of .active_variation) {
  display: none;
}
.product-single .product-cols .product-images-wrapper.regular .product-images.has-videos li:nth-child(-n+3 of .active_variation) {
  display: block;
}
.product-single .product-cols .product-images-wrapper.regular .product-images.has-videos li:nth-child(n+4 of .active_variation) {
  display: none;
}
.product-single .product-cols .product-images-wrapper.compare .product-images li:nth-child(n of .active_variation) {
  display: block;
}
.product-single .product-cols .product-images-wrapper.compare .product-images li.video {
  display: none;
}
.product-single .product-cols .product-images-wrapper.regular.expanded .product-images.has-videos li:nth-child(n of .active_variation),
.product-single .product-cols .product-images-wrapper.regular.expanded .product-images li:nth-child(n of .active_variation) {
  display: block;
}
.product-single .product-cols .product-images-wrapper.regular.expanded .product-images-show-more {
  display: none;
}
.product-single .product-cols .product-images-wrapper.regular.expanded .product-images-show-less {
  display: block;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active_variation,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active {
  display: none;
  position: absolute;
  width: 100%;
  top: 2rem;
  bottom: 0;
  z-index: 3000;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: url("../img/cursors/zoom-plus.svg"), auto;
  opacity: 0;
  -webkit-transform: translateX(-2000px);
  transform: translateX(-2000px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active_variation.active,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active.active {
  display: block;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active + li,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active_variation.active + li,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active.active + li {
  -webkit-transform: translateX(2000px);
  transform: translateX(2000px);
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li div,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active_variation div,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active div {
  width: 1200px;
  max-width: 100%;
  height: calc(100% - 2rem);
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li div img.regular,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active_variation div img.regular,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active div img.regular {
  display: none;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li div img.fullscreen,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active_variation div img.fullscreen,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active div img.fullscreen {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li div img.fullscreen_zoom,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active_variation div img.fullscreen_zoom,
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active div img.fullscreen_zoom {
  display: none;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active.video {
  cursor: inherit;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active.video div {
  cursor: default;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images li.active.video div video {
  cursor: default;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images-close-fullsize {
  display: block;
  position: fixed;
  top: 4rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  background-color: transparent;
  background-image: url("../img/cursors/close.svg");
  background-size: cover;
  z-index: 9999;
  cursor: pointer;
}
.product-single .product-cols .product-images-wrapper.fullscreen .product-images-controls {
  display: block;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom .product-images li {
  display: block;
  cursor: url("../img/cursors/zoom-minus.svg"), auto;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom .product-images li div {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom .product-images li div img.regular {
  display: none;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom .product-images li div img.fullscreen {
  display: none;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom .product-images li div img.fullscreen_zoom {
  display: block;
  margin: 0 auto;
  max-width: none;
  max-height: none;
  left: 50%;
  position: absolute;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom.v2 li div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom .product-images-controls {
  display: none;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom .product-images-controls.prev {
  left: -200px;
  pointer-events: none;
}
.product-single .product-cols .product-images-wrapper.fullscreen.fullscreen_zoom .product-images-controls.next {
  right: -200px;
  pointer-events: none;
}
.product-single .product-cols .product-images-wrapper .product-images-show-more,
.product-single .product-cols .product-images-wrapper .product-images-show-less {
  display: block;
  color: #F9423A;
  font-weight: 600;
  cursor: pointer;
}
.product-single .product-cols .product-images-wrapper .product-images-show-more.disabled {
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images-show-less {
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images-swipe-area {
  display: none;
}
.product-single .product-cols .product-images-wrapper .product-images-controls {
  display: none;
  position: fixed;
  top: 50%;
  height: 3rem;
  width: 3rem;
  background-color: transparent;
  background-size: cover;
  z-index: 9999;
  cursor: pointer;
}
.product-single .product-cols .product-images-wrapper .product-images-controls.next {
  background-image: url("../img/cursors/right.svg");
  right: 2rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.product-single .product-cols .product-images-wrapper .product-images-controls.prev {
  background-image: url("../img/cursors/left.svg");
  left: 2rem;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

@media screen and (max-width: 500px) {
  .product-single .product-cols .product-images-wrapper,
  .product-single .product-cols .product-images-wrapper.regular {
    position: relative;
  }
  .product-single .product-cols .product-images-wrapper .product-images li,
  .product-single .product-cols .product-images-wrapper .product-images li.active_variation,
  .product-single .product-cols .product-images-wrapper .product-images li:nth-child(n of .active_variation),
  .product-single .product-cols .product-images-wrapper .product-images.has-videos li,
  .product-single .product-cols .product-images-wrapper .product-images.has-videos li.active_variation,
  .product-single .product-cols .product-images-wrapper .product-images.has-videos li:nth-child(n of .active_variation),
  .product-single .product-cols .product-images-wrapper.regular .product-images li,
  .product-single .product-cols .product-images-wrapper.regular .product-images li.active_variation,
  .product-single .product-cols .product-images-wrapper.regular .product-images li:nth-child(n of .active_variation),
  .product-single .product-cols .product-images-wrapper.regular .product-images.has-videos li,
  .product-single .product-cols .product-images-wrapper.regular .product-images.has-videos li.active_variation,
  .product-single .product-cols .product-images-wrapper.regular .product-images.has-videos li:nth-child(n of .active_variation) {
    width: 100%;
    display: none;
  }
  .product-single .product-cols .product-images-wrapper .product-images li.active,
  .product-single .product-cols .product-images-wrapper .product-images.has-videos li.active,
  .product-single .product-cols .product-images-wrapper.regular .product-images li.active,
  .product-single .product-cols .product-images-wrapper.regular .product-images.has-videos li.active {
    display: block !important;
    position: relative;
    overflow: hidden;
  }
  .product-single .product-cols .product-images-wrapper .product-images li.active::before,
  .product-single .product-cols .product-images-wrapper .product-images.has-videos li.active::before,
  .product-single .product-cols .product-images-wrapper.regular .product-images li.active::before,
  .product-single .product-cols .product-images-wrapper.regular .product-images.has-videos li.active::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .product-single .product-cols .product-images-wrapper .product-images li.active div,
  .product-single .product-cols .product-images-wrapper .product-images.has-videos li.active div,
  .product-single .product-cols .product-images-wrapper.regular .product-images li.active div,
  .product-single .product-cols .product-images-wrapper.regular .product-images.has-videos li.active div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .product-single .product-cols .product-images-wrapper .product-images-swipe-area,
  .product-single .product-cols .product-images-wrapper.regular .product-images-swipe-area {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
  }
  .product-single .product-cols .product-images-wrapper .product-images-show-more,
  .product-single .product-cols .product-images-wrapper.regular .product-images-show-more {
    display: none;
  }
  .product-single .product-cols .product-images-wrapper .product-images-controls,
  .product-single .product-cols .product-images-wrapper.regular .product-images-controls {
    display: block;
    position: absolute;
  }
  .product-single .product-cols .product-images-wrapper.expanded .product-images li,
  .product-single .product-cols .product-images-wrapper.expanded .product-images li.active_variation {
    width: 100%;
    display: none;
  }
  .product-single .product-cols .product-images-wrapper.expanded .product-images li + li.active_variation + li.active_variation + li.active_variation + li.active_variation,
  .product-single .product-cols .product-images-wrapper.expanded .product-images li.active_variation + li.active_variation + li.active_variation + li.active_variation + li.active_variation {
    display: none;
  }
  .product-single .product-cols .product-images-wrapper.expanded .product-images li.active {
    display: block !important;
  }
  .product-single .product-cols .variations-compare {
    display: none;
  }
  .product-single .product-cols .variations-compare + a.show-sizes {
    margin-left: 0;
  }
  .product-single .product-cols .variations-compare + a.show-sizes::before {
    content: "";
    display: none;
  }
}
@-webkit-keyframes fadetofull {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    position: fixed;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadetofull {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    position: fixed;
  }
  100% {
    opacity: 1;
  }
}
.woocommerce-breadcrumb {
  margin: 1rem 0;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
  color: #000;
}

.woocommerce-breadcrumb a {
  color: #F9423A;
  text-decoration: none;
  letter-spacing: 0.1rem;
}

.entry-summary {
  width: 33.3333333333%;
  padding-left: 2rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

div.variation-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}
div.variation-colors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  position: relative;
  top: 2px;
  margin-bottom: 0.5rem;
}
div.variation-colors ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 0.5rem;
  display: inline-block;
  width: 2rem;
  height: auto;
  border-bottom: 2px solid transparent;
  float: left;
  cursor: pointer;
  position: relative;
}
div.variation-colors ul li a {
  display: block;
  height: 2rem;
  margin-bottom: 2px;
}
div.variation-colors ul li.active, div.variation-colors ul li:hover {
  border-color: #F9423A;
}
div.variation-colors .variations-compare {
  display: inline-block;
  color: #F9423A;
  font-weight: 600;
}
div.variation-colors .variation-colors-name {
  display: block;
  width: 100%;
}
div.variation-colors.single {
  padding-bottom: 1.5rem;
}

/*
.variation-colors ul::after {
	content: "";
	display: block;
	clear: both;
}

.variation-colors li.active::after {
	content: "";
	display: block;
	height: 2px;
	top: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	border-bottom: 2px solid $color-red;
}
*/
.entry-details {
  width: 100%;
}

ul.uitabs {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.uitabs li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.uitabs li > h3 {
  position: relative;
  display: block;
  padding: 0.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  color: #F9423A;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0;
  margin-bottom: 1px;
  font-size: 0.9rem;
  font-weight: 300;
  letter-spacing: 0.3rem;
}

ul.uitabs li > h3::after {
  content: "+";
  font-weight: lighter;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  line-height: 1;
  font-size: 2rem;
}

ul.uitabs li.active > h3::after {
  content: "-";
  font-weight: lighter;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  line-height: 1;
  font-size: 2rem;
}

ul.uitabs li.active > h3 {
  background-color: transparent;
  color: #000;
}

ul.uitabs > li > div {
  max-height: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: hidden;
  padding: 0;
}

ul.uitabs li.active > div {
  max-height: 9999px;
  padding: 2rem 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

ul.desc {
  margin: 0;
  padding: 0;
  line-height: 2rem;
  list-style: none;
}
ul.desc li {
  display: block;
  list-style: none;
  padding-left: 2rem;
  position: relative;
}
ul.desc li::before {
  content: "\f055";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  color: #F9423A;
}

ul.downloads {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.downloads li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.downloads li a {
  text-decoration: none;
  color: #000;
}

ul.downloads li a:hover {
  color: #F9423A;
}

table.product-details {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

table.product-details tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

table.product-details tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 1rem);
  padding: 0.5rem;
  background-color: #e0e0e0;
}

table.product-details tr:nth-child(4n), table.product-details tr:nth-child(4n-1) {
  background-color: transparent;
}

table.product-details th {
  display: block;
  width: 30%;
  font-weight: normal;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

table.product-details td {
  display: block;
  width: 70%;
  font-weight: bold;
  text-align: right;
  font-weight: 300;
  letter-spacing: 0.1rem;
}

ul.dealer {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.dealer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

ul.dealer li a {
  color: #444;
  text-decoration: none;
}

ul.dealer li a:hover {
  color: #F9423A;
}

ul.dealer li a:first-child {
  font-weight: 700;
  color: #F9423A;
  max-width: calc(100% - 100px);
  font-weight: 300;
}

ul.dealer li a:last-child {
  border: 0;
  background-color: #F9423A;
  display: inline-block;
  width: auto;
  padding: 0.5rem 2rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

ul.dealer li a:last-of-type:hover {
  opacity: 0.5;
}

.archive-products {
  max-width: 1920px;
  margin: 0 auto;
}
.archive-products .wrapper-h {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.archive-products .thumbnail-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 28.125%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  position: relative;
}
.archive-products .thumbnail-wrapper .side {
  width: 20%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}
.archive-products .thumbnail-wrapper .side:first-child {
  left: 0;
}
.archive-products .thumbnail-wrapper .side:last-child {
  right: 0;
}
.archive-products .thumbnail-wrapper .center {
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20%;
}
.archive-products h1 {
  text-align: left;
  font-size: 2rem;
  font-weight: 800;
}
.archive-products .wrapper-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  background-color: #fafafa;
}
.archive-products .wrapper-loop > .loop {
  width: 80%;
  padding: 2rem 4rem;
  padding: 2rem;
  background-color: #FAFAFA;
  width: calc(100% - 300px - 4rem);
}
.archive-products .wrapper-loop .loop-filter {
  width: 20%;
  padding: 2rem 4rem;
  background-color: #FAFAFA;
  padding: 2rem;
  width: 300px;
}
.archive-products .wrapper-loop .loop-filter h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  font-weight: 800;
  margin-bottom: 1rem !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: left;
}
.archive-products .wrapper-loop .loop-filter .filter-size ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.archive-products .wrapper-loop .loop-filter .filter-size ul li {
  display: inline-block;
  width: 3rem;
  border: 1px solid #FAFAFA;
  text-align: center;
  margin: 0.25rem;
  padding: 0;
}
.archive-products .wrapper-loop .loop-filter .filter-size ul li .count {
  display: none;
}
.archive-products .wrapper-loop .loop-filter .filter-size ul li a {
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  line-height: 2rem;
}
.archive-products .wrapper-loop .loop-filter .filter-size ul li.woocommerce-widget-layered-nav-list__item--chosen {
  border-color: #F9423A;
}
.archive-products .wrapper-loop .loop-filter .filter-size ul li.woocommerce-widget-layered-nav-list__item--chosen a::before {
  display: none;
}
.archive-products .wrapper-loop .loop-filter ul.colorpatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.archive-products .wrapper-loop .loop-filter ul.colorpatches li {
  display: inline-block;
  width: 3rem;
  border-bottom: 2px solid #FAFAFA;
  text-align: center;
  margin: 0.25rem;
  padding: 0;
  position: relative;
}
.archive-products .wrapper-loop .loop-filter ul.colorpatches li a {
  display: block;
  width: 100%;
  height: 2rem;
  text-align: center;
  margin-bottom: 2px;
}
.archive-products .wrapper-loop .loop-filter ul.colorpatches li .count {
  display: none;
}
.archive-products .wrapper-loop .loop-filter ul.colorpatches li.woocommerce-widget-layered-nav-list__item--chosen {
  border-bottom: 2px solid #F9423A;
  /*
  a::before {
  	content: "\f00d";
  	color: $color-red;
  	font-family: "Font Awesome 5 Pro";
  	font-weight: 300;
  	margin: 0;
  	padding: 0;
  }
  */
  /*
  a:hover::before {
  	left: 0%;
  	width: 100%;
  }

  a:hover::after {
  	left: 0%;
  	width: 100%;
  }*/
}
.archive-products .wrapper-loop .loop-filter ul.colorpatches li.woocommerce-widget-layered-nav-list__item--chosen a::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 50%;
  top: 50%;
  left: 25%;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  background-color: #F9423A;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-font-smoothing: antialiased;
}
.archive-products .wrapper-loop .loop-filter ul.colorpatches li.woocommerce-widget-layered-nav-list__item--chosen a::after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 50%;
  top: 50%;
  left: 25%;
  -webkit-transform: rotate(-32deg);
  transform: rotate(-32deg);
  background-color: #F9423A;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-font-smoothing: antialiased;
}
.archive-products .wrapper-loop .loop-filter ul.colorpatches li:hover {
  border-color: #F9423A;
}
.archive-products .wrapper-loop .loop-filter .widget_layered_nav_filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.archive-products .wrapper-loop .loop-filter .widget_layered_nav_filters ul li a {
  display: block;
  float: left;
}
.archive-products .wrapper-loop .loop-filter .widget_layered_nav_filters ul li.active-colorpatch a span {
  display: block;
  width: 3rem;
  height: 2rem;
}
.archive-products .wrapper-loop .bottom-pagination {
  background-color: #FAFAFA;
  padding: 2rem 4rem;
}
.archive-products .cat-content {
  max-width: 100%;
  width: calc(1200px + 2rem);
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.8;
}
.archive-products .cat-content h2 {
  font-size: 2rem;
  text-align: left;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.05rem;
  line-height: 2.4rem;
}
.archive-products .cat-content h3 {
  font-weight: 500;
  margin: 0;
  padding: 1rem 0 0 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05rem;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 1.5;
}
.archive-products .cat-content h4 {
  font-weight: 700;
  margin: 0;
  padding: 1rem 0 0 0;
  margin-bottom: 2rem;
  letter-spacing: 0.05rem;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
}
.archive-products .cat-content a {
  color: #f9423a;
}
.archive-products .cat-content .alignleft {
  float: left;
  padding-right: 2rem;
  padding-bottom: 2rem;
  max-width: 50%;
}

ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.products > li {
  position: relative;
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  display: block;
  width: calc(33.3333333333% - 0.6666666667rem);
  border: 0;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  background-color: #fff;
  color: #000;
}
ul.products > li span.has-video {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  pointer-events: none;
}
ul.products > li img.usp {
  position: absolute;
  display: block;
  width: 25%;
  height: auto;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
  pointer-events: none;
}
ul.products > li .vtags {
  position: absolute;
  top: -1rem;
  left: -1rem;
  z-index: 1200;
  padding: 0.4rem;
  font-size: 1rem;
  font-weight: 700;
}
ul.products > li:empty {
  height: 0;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.products > li:hover {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
ul.products > li .img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 1rem;
}
ul.products > li .img-wrapper a {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
ul.products > li .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  max-width: 100%;
  max-height: 100%;
  top: 20px;
  left: 10px;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
  /*
  width: 100%;
  height: 100%;
  object-fit: cover;*/
}
ul.products > li > a {
  text-decoration: none;
  color: #333;
  display: block;
  width: 100%;
}
ul.products > li h2 {
  text-transform: uppercase;
  margin: 0;
  line-height: 1.6;
  min-height: 4.6rem;
  font-size: 1rem;
  min-height: 3.5rem;
  border-bottom: 0;
  font-weight: 800;
  letter-spacing: 0.3rem;
  padding: 0;
  text-align: center;
  padding-bottom: 1rem;
  min-height: 4.6rem;
}
ul.products > li h2 span.keyword {
  display: block;
  font-weight: 400;
}
ul.products > li div.variation-colors {
  margin: 0;
  padding: 0;
}
ul.products > li div.variation-colors ul {
  margin: 0 auto;
}
ul.products > li div.variation-colors ul li {
  float: none;
  border-bottom: 2px solid transparent;
  height: auto;
}
ul.products > li div.variation-colors ul li a {
  display: block;
  height: 2rem;
  margin-bottom: 2px;
}
ul.products > li div.variation-colors ul li.active, ul.products > li div.variation-colors ul li:hover {
  border-color: #F9423A;
}
ul.products > li .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}
ul.products > li .bottom .price {
  font-size: 1rem;
  -ms-flex-item-align: center;
  align-self: center;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
ul.products > li .bottom .btn-circle {
  display: none;
  -ms-flex-item-align: center;
  align-self: center;
}
ul.products li.ad::before {
  display: block;
  content: "";
  padding-bottom: calc(100% + 2rem + 1rem + 4.6rem + 1rem + 3rem + 1.5rem - 2rem);
}
ul.products li.ad a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
ul.products li.ad a img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
ul.products li.product-new-format {
  color: #ffffff;
}
ul.products li.product-new-format img.thumbnail_preview {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
ul.products li.product-new-format .img-wrapper a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
ul.products li.product-new-format .product-title {
  position: relative;
  z-index: 100;
  color: #ffffff;
}
ul.products li.product-new-format .bottom {
  position: relative;
  z-index: 100;
}

ul.products.centered {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
ul.products.centered > li {
  margin: 0;
}

.loop-filter h2 {
  text-transform: uppercase;
}

ul.filter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

ul.filter li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 0.1rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
ul.filter li a {
  letter-spacing: 0.1rem;
}
ul.filter li a:hover {
  color: #f9423a;
}

ul.filter > li {
  border-bottom: 1px solid #ccc;
  padding: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #FAFAFA;
  letter-spacing: 0.2rem;
  line-height: 2rem;
  font-weight: 300;
}

ul.filter > li > h3 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.filter-active {
  margin-bottom: 2rem;
}

.filter li ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

ul.filter a {
  color: #000;
  text-decoration: none;
  line-height: 1.5rem;
}

.filter label {
  display: block;
}

ul.filter > li.widget_layered_nav_filters {
  border-bottom: 0;
}

ul.product-categories > li > a {
  font-weight: 400;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

ul.product-categories li.current-cat > a,
ul.product-categories li.current-cat-parent > a {
  color: #F9423A;
  font-weight: 700;
}

ul.product-categories li ul {
  display: none;
  padding-left: 1rem;
}

ul.product-categories li.current-cat-parent ul,
ul.product-categories li.current-cat ul {
  display: block;
}

ul.product-categories li ul.children {
  display: none;
}

ul.product-categories li.current-cat-parent > ul.children {
  display: block;
}

ul.product-categories li.current-cat > ul.children {
  display: block;
}

.widget_layered_nav_filters ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

.widget_layered_nav_filters ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.widget_layered_nav_filters ul li a {
  text-decoration: none;
  display: inline-block;
  width: auto;
  padding: 0.5rem;
  padding-right: 2rem;
  background-color: #e0e0e0;
  position: relative;
}

.widget_layered_nav_filters ul li a::after {
  display: inline-block;
  width: auto;
  top: 0.5rem;
  right: 0.5rem;
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  position: absolute;
}

.slider-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-form > label {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}

.slider-form > label input {
  width: 100%;
  text-align: center;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  position: relative;
  border: 1px solid #FAFAFA;
}

/*
.slider-form > label input::placeholder {
	color: #000;
	text-transform: uppercase;
	position: absolute;
	display: inline-block;
	width: 10rem;
	left: 50%;
	margin-left: -5rem;
	top: 0;
	z-index: 1000;
}*/
.slider-form > div {
  width: 100%;
  margin-bottom: 2rem;
}

.ui-slider-horizontal {
  height: 1px;
}

.ui-widget.ui-widget-content {
  border: 1px solid #D7D7D7;
}

.ui-slider .ui-slider-handle {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  border-color: #F9423A;
  background-color: #F9423A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
}

.ui-slider .ui-slider-handle.ui-state-hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ui-slider .ui-slider-handle.ui-state-active, .ui-slider .ui-slider-handle.ui-state-focus {
  border-color: #F9423A;
  background-color: #F9423A;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.5rem;
  margin-left: -0.5rem;
}

.product-count {
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  font-weight: 800;
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  float: right;
  margin-bottom: 2rem;
}

.pagination span {
  line-height: 1;
  letter-spacing: 0.1rem;
}

.pagination .btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0;
  margin-left: 1rem;
  position: relative;
  text-align: center;
}

.pagination .btn.next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  line-height: 1;
  font-weight: 200;
}

.pagination .btn.prev::after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  line-height: 1;
  font-weight: 200;
}

.pagination .btn.inactive {
  opacity: 0.5;
  cursor: default;
}

.pagination .btn:hover {
  color: #F9423A;
  background-color: #ffffff;
}

.pagination .btn.inactive:hover {
  background-color: #F9423A;
  color: #ffffff;
}

.bottom-pagination {
  text-align: right;
  width: 100%;
  padding: 4rem 4rem;
}

a.clear-filter {
  font-size: 0.8rem;
  color: #000;
  display: inline-block;
  letter-spacing: 0.1rem;
}

span.has-video {
  background-color: #000;
  color: #fff;
  padding: 0.35rem 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 120;
  text-decoration: none;
}
span.has-video::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: bold;
}

@media screen and (min-width: 1600px) {
  ul.products > li {
    width: calc(25% - 0.75rem);
  }
}
@media screen and (max-width: 900px) {
  .archive-products h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .archive-products h1 {
    font-size: 1.4rem;
  }
  .archive-products .cat-content .alignleft {
    max-width: 100%;
    float: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  ul.products > li h2 {
    line-height: 1.6rem;
    padding-bottom: 1rem;
  }
  ul.products > li .bottom .price {
    position: relative;
    top: 0.5rem;
  }
}
.highlights-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
}

.highlights-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.highlights-controls .highlights-arrow img {
  width: 1rem;
  height: auto;
}
.highlights-controls .highlights-arrow.next img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.highlights-controls a {
  display: inline-block;
  width: auto;
}

.highlights-arrow {
  position: static;
  z-index: 1200;
  display: inline-block;
  width: auto;
  font-size: 4rem;
  font-family: "Font Awesome 5 Pro";
  color: #F9423A;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 2rem;
}

.highlights-arrow > i {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.highlights-arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.highlights-wrapper ul.products {
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  display: block;
  opacity: 0;
}

.highlights-wrapper ul.products.loaded {
  opacity: 1;
}

.highlights-wrapper ul.products > li {
  /*
  min-width: 240px;
  width: calc(20vw - 1rem);
  margin: 0 1rem;
  transition: left right margin 1s;
  */
  /*width: 20vw;*/
  /*height: 400px;*/
  margin: 0 1rem;
  width: 296px;
  position: relative;
  float: left;
  opacity: 0.7;
}

.highlights-wrapper ul.products > li.active {
  opacity: 1;
}

.highlights-wrapper ul.products > li.fadeOff {
  -webkit-animation: fadeOff 1s;
  animation: fadeOff 1s;
}

.highlights-wrapper ul.products > li.fadeIn {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.highlights-wrapper ul.products > li.fadeOff2 {
  -webkit-animation: fadeOff2 1s;
  animation: fadeOff2 1s;
}

.highlights-wrapper ul.products > li.fadeIn2 {
  -webkit-animation: fadeIn2 1s;
  animation: fadeIn2 1s;
}

.quote-wrapper {
  text-align: center;
  margin: 4rem 5rem 0rem 4rem;
}

.quote {
  display: inline-block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 2rem;
  opacity: 0.5;
}

.quote:before {
  content: open-quote;
}

.quote:after {
  content: close-quote;
}

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

@-webkit-keyframes fadeOff {
  0% {
    opacity: 1;
    margin-left: 1rem;
    left: 0;
  }
  100% {
    opacity: 0;
    margin-left: calc(-20vw - 1rem);
    left: calc(20vw + 2rem);
  }
}

@keyframes fadeOff {
  0% {
    opacity: 1;
    margin-left: 1rem;
    left: 0;
  }
  100% {
    opacity: 0;
    margin-left: calc(-20vw - 1rem);
    left: calc(20vw + 2rem);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-right: calc(-20vw - 1rem);
    left: calc(-20vw - 1rem);
  }
  100% {
    opacity: 1;
    margin-right: 1rem;
    left: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-right: calc(-20vw - 1rem);
    left: calc(-20vw - 1rem);
  }
  100% {
    opacity: 1;
    margin-right: 1rem;
    left: 0;
  }
}
@-webkit-keyframes fadeOff2 {
  0% {
    opacity: 1;
    margin-right: 1rem;
    right: 0;
  }
  100% {
    opacity: 0;
    margin-right: calc(-20vw - 1rem);
    right: calc(20vw + 1rem);
  }
}
@keyframes fadeOff2 {
  0% {
    opacity: 1;
    margin-right: 1rem;
    right: 0;
  }
  100% {
    opacity: 0;
    margin-right: calc(-20vw - 1rem);
    right: calc(20vw + 1rem);
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    margin-left: calc(-20vw - 1rem);
    right: calc(-20vw - 1rem);
  }
  100% {
    opacity: 1;
    margin-left: 1rem;
    right: 0;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    margin-left: calc(-20vw - 1rem);
    right: calc(-20vw - 1rem);
  }
  100% {
    opacity: 1;
    margin-left: 1rem;
    right: 0;
  }
}
.single-page, .search-page {
  background-color: #FAFAFA;
  color: #000;
  font-weight: 500;
  line-height: 1.8rem;
}
.single-page h1, .search-page h1 {
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
.single-page h3, .search-page h3 {
  font-weight: 800;
}
.single-page .wrapper-h, .search-page .wrapper-h {
  background-color: #fff;
  padding-bottom: 2rem;
}
.single-page img.wp-post-image, .search-page img.wp-post-image {
  width: 100%;
  height: auto;
}

.search-page ul.products {
  margin-bottom: 4rem;
}
.search-page h2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .single-page h1,
  .search-page h1 {
    font-size: 1.4rem;
  }
}
.archive-posts {
  background-color: #000;
  background-image: url("../img/bg.png");
  color: #000;
}

.archive-posts h1 {
  width: 100%;
  text-align: center;
}

.archive-posts .wrapper-h, .single-post .wrapper-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive-posts .wrapper-h .sidebar,
.single-post .sidebar {
  width: 200px;
  padding: 2rem;
  padding: 0;
}

.archive-posts .wrapper-h .sidebar h3, .single-post .sidebar h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  margin-top: 8.4rem;
}

.archive-posts .wrapper-h .sidebar ul, .single-post .sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.archive-posts .wrapper-h .sidebar ul li, .single-post .sidebar ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.archive-posts .wrapper-h .sidebar ul li a, .single-post .sidebar ul li a {
  text-decoration: none;
  color: #000;
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
}

.archive-posts .wrapper-h .sidebar ul li a:hover, .single-post .sidebar ul li a:hover {
  color: #F9423A;
}

.archive-posts .wrapper-h .posts, .single-post .content {
  width: calc(100% - 2rem - 200px);
}

.single-post .content a {
  color: #F9423A;
}

.single-post .content a.btn {
  color: #fff;
}

.archive-posts .wrapper-h .sidebar-left, .single-post .sidebar-left {
  width: 200px;
  padding: 2rem;
}

.archive-posts .wrapper-h .posts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.archive-posts .wrapper-h .posts li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  color: #000;
  margin-bottom: 4rem;
  width: calc(50% - 2rem);
  text-align: center;
}

.archive-posts .wrapper-h .posts li .thumbnail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.archive-posts .wrapper-h .posts li h2 {
  text-align: center;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.archive-posts .wrapper-h .posts li .meta {
  text-align: center;
  display: block;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.archive-posts .wrapper-h .posts li p {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  width: 100%;
}

.archive-posts .wrapper-h .posts li .more {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
}

.archive-posts .wrapper-h .posts li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.archive-posts .wrapper-h .posts li:first-of-type {
  width: 100%;
}

.archive-posts .wrapper-h .posts li:first-of-type > h2 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.archive-posts .wrapper-h .posts li:first-of-type > .thumbnail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}

.archive-posts .wrapper-h .posts li .termlist {
  border-right: 1px solid #000;
  display: inline-block;
  width: auto;
  padding-right: 1rem;
  margin-right: 1rem;
}

.archive-posts .wrapper-h .posts li .termlist a {
  text-transform: uppercase;
  text-decoration: none;
  color: #F9423A;
}

.archive-posts .wrapper-h .posts li .btn:hover {
  opacity: 1;
}

.single-post {
  background-color: #fff;
  color: #000;
  /*text-align: center;*/
}

.single-post h1 {
  font-weight: bold;
  line-height: 3rem;
}

.single-post .thumbnail {
  margin-bottom: 1rem;
  text-align: center;
}

.single-post .thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 4rem;
}

.single-post .meta {
  text-align: center;
  display: block;
  width: 100%;
  padding: 1rem;
}

.single-post .termlist {
  border-right: 1px solid #000;
  display: inline-block;
  width: auto;
  padding-right: 1rem;
  margin-right: 1rem;
}

.single-post .termlist a {
  text-transform: uppercase;
  text-decoration: none;
  color: #F9423A;
}

.vtags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 0.5rem;
  display: none;
}

.vtags li {
  list-style: none;
  padding: 0.4rem;
  margin: 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
}

.controls-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-bottom: 2rem;
}

/*
.select-wrapper {
	display: inline-block;
	width: 340px;
	background-color: #222;
	position: relative;
	overflow: hidden;
	vertical-align: center;
	margin-right: 2rem;
	color: #fff;

	background-color: #fff;
	border: 1px solid #e0e0e0;
	padding: 0;
	text-align: left;

	background-color: $color-background;
	border: none;
	padding: 0;
	text-align: left;

	border: none;
}

.select-wrapper::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	top: 0rem;
	right: 0rem;
	height: 2rem;
	padding-top: 0.3rem;
	display: inline-block;
	width: 2rem;
	position: absolute;
	color: #fff;
	pointer-events: none;
	background-color: #222;
	background-color: $color-red;

	text-align: center;
	font-weight: 200;

	//height: 4rem;
	//padding-top: 1.2rem;
	//width: 4rem;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	color: #000;
	border: 0;
	padding: 0 2rem;
	line-height: 2rem;
	height: 2rem;
	font-weight: 300;
	border-radius: 0;
	width: 100%;
	outline: 0;
	text-align: left;
	letter-spacing: .1rem;
	color: $color-text;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	color: $color-text;
	border: 0;
	padding: 0 2rem;
	//height: 4rem;
	letter-spacing: .2rem;
	color: $color-text;
}

select::-ms-expand {
	display:none;
}
*/
.btn-filter {
  display: inline-block;
  height: 3rem;
  position: relative;
  overflow: hidden;
  vertical-align: center;
  margin-right: 2.4rem;
  color: #fff;
  padding: 0;
  text-align: left;
  background-color: #F2F2F2;
  border: none;
  text-align: left;
  border: none;
}
.btn-filter:hover {
  color: #ffffff;
}
.btn-filter:hover span.text {
  color: #ffffff;
}
.btn-filter span.text {
  color: #000;
  display: block;
  height: 3rem;
  line-height: 3rem;
  padding: 0 2rem;
  padding-right: 4rem;
}
.btn-filter::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 4px;
  right: 4px;
  height: calc(3rem - 8px);
  width: calc(3rem - 8px);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  pointer-events: none;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  font-weight: 200;
}

/*
.btn-filter::after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	top: 0.5rem;
	right: 0.5rem;
	line-height: 1.0;
	height: 1rem;
	display: inline-block;
	width: auto;
	position: absolute;
	color: #fff;
	pointer-events: none;
}
*/
.filter-active .btn-filter::after {
  content: "\f077";
}

.filter-wrapper {
  display: none;
}

form.form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1rem;
}

form.form label > span {
  width: 160px;
}

/*
form.form input[type=text],
form.form input[type=email],
form.form input[type=search],
form.form input[type=number] {
	display: block;
	width: 340px;
	padding: 0.5rem;
}
*/
.find-dealer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.find-dealer-wrapper h2 {
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  font-weight: 800;
  margin-bottom: 2rem !important;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  text-align: left;
}
.find-dealer-wrapper .top-dealer {
  width: 240px;
}
.find-dealer-wrapper .search-wrapper {
  width: calc(100% - 240px - 2rem);
}
.find-dealer-wrapper.distributor .search-wrapper {
  width: 100%;
}
.find-dealer-wrapper.distributor .search-wrapper #map-canvas::after {
  display: block;
  content: "";
  padding-top: 50%;
}
.find-dealer-wrapper form.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2rem;
}
.find-dealer-wrapper form.form > label {
  width: calc(33.3333333333% - 0.6666666667rem);
}
.find-dealer-wrapper form.form > label .select-wrapper, .find-dealer-wrapper form.form > label input[type=text] {
  width: 100%;
}
.find-dealer-wrapper form.form .options-wrapper {
  width: calc(100% - 12rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
.find-dealer-wrapper form.form .options-wrapper .checkbox-wrapper {
  width: calc(25% - 0.75rem);
  margin-bottom: 0;
}
.find-dealer-wrapper form.form .options-wrapper .checkbox-wrapper span {
  width: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 0.5rem;
}
.find-dealer-wrapper form.form input[type=submit] {
  width: auto;
  font-family: inherit;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.find-dealer-wrapper form.form input[type=submit]:disabled {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}

/*
.find-dealer-wrapper form.finder input[type=text] {
	padding: .5rem;
	height: 2rem;
	color: #444;
	background-color: transparent;
	border: 1px solid #e0e0e0;
	width: calc(180px + 2rem);
	position: relative;
	font-family: 'Open Sans',sans-serif;
	margin-right: 1rem;
}

.find-dealer-wrapper form.finder input[type=text]::placeholder {
	font-family: 'Open Sans', sans-serif;
}

.find-dealer-wrapper .select-wrapper {
	flex-grow: 0;
	height: 2rem;
}
*/
#map-canvas {
  width: 100%;
  margin-bottom: 2rem;
  height: auto;
}

#map-canvas::after {
  display: block;
  content: "";
  padding-top: 75%;
}

.find-dealer-results {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.find-dealer-results li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
.find-dealer-results li:last-child {
  border-bottom: 0;
}

.find-dealer-results li > div {
  width: calc(33.3333333333% - 0.6666666667rem);
}

.find-dealer-results span,
.find-dealer-results a {
  display: block;
}

.find-dealer-results a {
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.find-dealer-results a:hover {
  color: #F9423A;
}

.find-dealer-results a.btn {
  color: #fff;
  display: inline-block;
  width: auto;
}

.find-dealer-results a.btn:hover {
  background-color: #333;
}

.find-dealer-results span.title {
  font-weight: bold;
  color: #F9423A;
}

.find-dealer-results address {
  font-style: normal;
}

@media screen and (max-width: 940px) {
  .find-dealer-wrapper form.form .options-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .find-dealer-wrapper form.form .options-wrapper .checkbox-wrapper {
    width: calc(25% - 0.75rem);
  }
  .find-dealer-wrapper form.form .options-wrapper .checkbox-wrapper span {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 700px) {
  .find-dealer-wrapper form.form > label {
    width: 100%;
  }
  .find-dealer-wrapper form.form .options-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .find-dealer-wrapper form.form .options-wrapper .checkbox-wrapper {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .find-dealer-wrapper form.form .options-wrapper .checkbox-wrapper span {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0.5rem;
  }
}
form[name=catalog] .btn, form[name=newsletter] .btn {
  border: 0;
  width: auto;
  padding: 0.6rem 2rem;
}

.search-page h2 {
  text-align: left;
}

ul.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.search-results li {
  list-style: none;
  width: 100%;
  max-width: 70%;
  padding: 2rem;
  margin: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
}

ul.search-results li .image-wrapper {
  width: 200px;
  text-align: right;
}

ul.search-results li .image-wrapper img {
  max-width: 100%;
  height: auto;
}

ul.search-results li .text-wrapper {
  width: calc(100% - 200px - 2rem);
  text-align: left;
}

ul.search-results li .text-wrapper .btn {
  display: inline-block;
  width: auto;
  color: #fff;
}

ul.search-results li .text-wrapper .btn:hover {
  opacity: 1;
}

ul.search-results li .text-wrapper h2 {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

ul.materials {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.materials li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.materials li .image-wrapper {
  padding: 1rem;
  width: calc(270px + 2rem);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
ul.materials li .image-wrapper image {
  max-width: 100%;
  height: auto;
}
ul.materials li .text-wrapper {
  width: calc(100% - 270px - 2rem);
  padding: 1rem;
}
ul.materials li .text-wrapper h2 {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.5rem;
  font-size: 1.2rem;
}
ul.materials li:nth-child(even) .text-wrapper {
  color: #000;
  background-color: #ffffff;
}
ul.materials li:nth-child(even) .text-wrapper h2 {
  color: #000;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cols > h1 {
  width: 100%;
}
.cols .sidebar {
  width: 340px;
}
.cols .sidebar h2 {
  line-height: 1.2;
}
.cols .sidebar .title {
  display: block;
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}
.cols .sidebar + .content-col {
  width: calc(100% - 2rem - 440px);
}

.full {
  width: 100%;
}

.btn-circle {
  width: 3rem;
  height: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  text-decoration: none;
  background-color: #F9423A;
}
.btn-circle::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  -ms-flex-item-align: center;
  align-self: center;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-circle:hover {
  background-color: #000;
}
.btn-circle:hover::after {
  color: #ffffff;
}

small {
  letter-spacing: 0.2rem;
}

.clear {
  clear: both;
}

.debug {
  display: block;
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  padding: 0.5rem;
  border: 1px solid #f00;
}

.mobile {
  display: none;
}

.mobile_btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile_btn {
    display: block !important;
  }
}
.table-grid {
  display: block;
  margin: 0 auto;
}
.table-grid tbody {
  display: grid;
  grid-template-columns: 100%;
  gap: 2rem;
}
.table-grid tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
}
.table-grid tbody tr td {
  width: auto;
  grid-column: span 1;
  padding: 0;
}
.table-grid.table-grid-centered {
  text-align: center;
}

.table-grid-3 tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 1280px) {
  .table-grid tbody tr {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .table-grid-3 tbody tr {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .table-grid tbody tr {
    grid-template-columns: 1fr 1fr;
  }
  .table-grid-3 tbody tr {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .table-grid tbody tr {
    grid-template-columns: 1fr;
  }
  .table-grid-3 tbody tr {
    grid-template-columns: 1fr;
  }
}
.popupModal {
  position: fixed;
  width: 24rem;
  max-width: calc(100vw - 4rem);
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(0.2rem);
  backdrop-filter: blur(0.2rem);
  color: #000;
  bottom: 2rem;
  right: 2rem;
  z-index: 2000;
  overflow: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
}
.popupModal .btn-close {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  height: 1rem;
  width: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.popupModal .btn-close:hover {
  color: #F9423A;
  cursor: pointer;
}
.popupModal .btn-close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  display: block;
}
.popupModal p {
  margin-bottom: 1rem;
  text-align: center;
}
.popupModal a.btn {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 300;
  font-style: italic;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #F9423A;
  color: #fff;
}
.popupModal.disabled {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes blink {
  0%, 10% {
    background-color: #F9423A;
  }
  11%, 20% {
    background-color: #000;
  }
  21%, 30% {
    background-color: #F9423A;
  }
  31%, 40% {
    background-color: #000;
  }
  41%, 50% {
    background-color: #F9423A;
  }
  51%, 60% {
    background-color: #000;
  }
  61%, 100% {
    background-color: #F9423A;
  }
}

@keyframes blink {
  0%, 10% {
    background-color: #F9423A;
  }
  11%, 20% {
    background-color: #000;
  }
  21%, 30% {
    background-color: #F9423A;
  }
  31%, 40% {
    background-color: #000;
  }
  41%, 50% {
    background-color: #F9423A;
  }
  51%, 60% {
    background-color: #000;
  }
  61%, 100% {
    background-color: #F9423A;
  }
}
header {
  background-color: #ffffff;
  color: #000;
  position: fixed;
  width: 100%;
  z-index: 2000;
}
header #stripe {
  display: block;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1rem;
  height: 2rem;
}
header > .wrapper-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem;
  padding-bottom: 1rem;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}
header form[name=search] {
  width: 200px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
header form[name=search] .search-wrapper {
  background-color: #F2F2F2;
  position: relative;
}
header form[name=search] .search-wrapper input[type=text] {
  padding-right: 4rem;
  width: 100%;
}
header form[name=search] .search-wrapper span.delete,
header form[name=search] .search-wrapper input[type=submit] {
  position: absolute;
  border: none;
  top: 4px;
  right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(3rem - 8px);
  width: calc(3rem - 8px);
  background-color: #F9423A;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  cursor: pointer;
  padding: 0;
  outline: 0;
}
header form[name=search] .search-wrapper span.delete {
  display: none;
}
header form[name=search] .search-wrapper span.delete::before {
  content: "\f00d";
  font-weight: 300;
}
header form[name=search].filled input[type=submit] {
  display: none;
}
header form[name=search].filled span.delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.logo {
  display: block;
  width: 150px;
}
a.logo img {
  display: none;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
a.logo img.logo-full {
  display: block;
  width: 100%;
}
a.logo img.logo-scrolled {
  display: none;
  width: 40%;
}

.shadow-nav {
  display: none;
}

nav.main {
  display: block;
  width: calc(100% - 256px - 2rem - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.main > ul {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0 2rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
nav.main > ul > li {
  list-style: none;
  display: inline-block;
  width: auto;
  margin: 0 2rem;
  height: 1rem;
  overflow: visible;
}
nav.main > ul > li.mobile-only {
  display: none;
}
nav.main > ul > li > a {
  color: #000;
  text-decoration: none;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 1rem;
}
nav.main > ul > li .sub-wrapper {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  padding: 2rem;
  z-index: 2000;
  color: #000;
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
}
nav.main > ul > li .sub-wrapper ul {
  list-style: none;
  display: block;
  padding-left: 1rem;
}
nav.main > ul > li .sub-wrapper ul .current-menu-parent ul.sub-menu {
  display: block;
}
nav.main > ul > li .sub-wrapper ul .current-menu-item ul.sub-menu {
  display: block;
}
nav.main > ul > li .sub-wrapper .wrapper-h > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
nav.main > ul > li .sub-wrapper .wrapper-h > ul > li {
  display: block;
  margin-bottom: 1rem;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
nav.main > ul > li:hover .sub-wrapper {
  display: block;
}
nav.main > ul > li:hover .sub-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2rem;
  max-height: 100%;
}
nav.main > ul > li.wraplink .sub-wrapper .wrapper-h > ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
nav.main > ul > li[class*=subwidget-] .sub-wrapper .wrapper-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
nav.main > ul > li[class*=subwidget-] .sub-wrapper .wrapper-h > ul {
  display: none;
  width: 20%;
}
nav.main > ul > li[class*=subwidget-] .sub-wrapper .wrapper-h > .widgets {
  width: 80%;
  width: 100%;
}
nav.main ul > li:hover > a {
  color: #F9423A;
}
nav.main li.menu-item-has-children > span {
  display: none;
}

.sub-wrapper ul li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sub-wrapper > div > ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  margin: 0.3rem 0;
  letter-spacing: 0.05rem;
}
.sub-wrapper > div > ul > li > a {
  font-weight: bold;
  color: #F9423A;
  font-weight: 700;
  position: relative;
  left: -0.25rem;
  letter-spacing: 0.1rem;
}
.sub-wrapper > div > ul > li > a::before {
  content: "\f178";
  display: inline-block;
  padding-right: 0.25rem;
  font-family: "Font Awesome 5 Pro";
  width: 1rem;
}
.sub-wrapper .widgets {
  width: calc(100% - 500px - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.sub-wrapper .widgets .subwidget {
  width: 230px;
  margin-left: 2rem;
}
.sub-wrapper .widgets .subwidget > div {
  width: 100%;
}
.sub-wrapper .widgets .subwidget a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1rem;
  width: 100%;
}
.sub-wrapper .widgets .subwidget a:hover {
  color: #F9423A;
}
.sub-wrapper .widgets .subwidget a img {
  width: 100%;
  height: auto;
}
.sub-wrapper .widgets .subwidget .title {
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}
.sub-wrapper .widgets .subwidget .teaser-thumb {
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-bottom: 0.25rem;
}
.sub-wrapper .widgets .subwidget .teaser-thumb::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.sub-menu li.activities-link {
  padding-top: 56.25%;
  position: relative;
}
.sub-menu li.activities-link a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.sub-menu li.activities-link a::before {
  display: none;
  content: "";
}
.sub-menu li.activities-link a span {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  position: relative;
  color: #FAFAFA;
  display: block;
  text-transform: uppercase;
}
.sub-menu li.activities-link a span.text::before {
  content: "\f178";
  display: inline-block;
  padding-right: 0.25rem;
  font-family: "Font Awesome 5 Pro";
  width: 1rem;
}

nav.secondary {
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  max-height: 2rem;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
nav.secondary ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  width: auto;
  top: 0;
  right: 0;
  text-align: right;
  position: relative;
  top: -1rem;
}
nav.secondary ul li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  border-right: 1px solid #fff;
  height: 0.75rem;
}
nav.secondary ul li:last-child {
  border-right: 0;
}
nav.secondary ul li a {
  text-decoration: none;
  color: #000;
  position: relative;
  top: -0.375rem;
  display: block;
  margin: 0;
  padding: 0 0.5rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
nav.secondary ul li a:hover {
  color: #F9423A;
}
nav.secondary ul.lang li {
  border-right: 0;
}
nav.secondary ul.lang li.active {
  opacity: 0.5;
}
nav.secondary ul.lang li.active:hover {
  opacity: 1;
}
nav.secondary ul.lang li img {
  width: auto;
  height: 1rem;
}
nav.secondary .fa-star {
  color: #F9423A;
  margin-left: 0.25rem;
}

#togglenav {
  display: none;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
}
#togglenav .fa {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
#togglenav .fal {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
#togglenav .fa-bars {
  display: block;
}
#togglenav .fa-times {
  display: none;
}

#togglesearch {
  display: none;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
}
#togglesearch .fa {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
#togglesearch .fal {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
#togglesearch .fa-search {
  display: block;
}
#togglesearch .fa-times {
  display: none;
}

#togglesearch-full {
  display: none;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
}
#togglesearch-full .fa {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
#togglesearch-full .fal {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}
#togglesearch-full .fa-times {
  display: block;
}

body header.nav-active #togglenav .fa-bars {
  display: none;
}
body header.nav-active #togglenav .fa-times {
  display: block;
}

body.search-active header #togglesearch .fa-search {
  display: none;
}
body.search-active header #togglesearch .fa-times {
  display: block;
}

body.page-landing-scroller header,
header.scrolled {
  opacity: 0.95;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
body.page-landing-scroller header .wrapper-h,
header.scrolled .wrapper-h {
  padding-top: 1rem;
}
body.page-landing-scroller header nav.secondary,
header.scrolled nav.secondary {
  max-height: 0rem;
  display: none;
}
body.page-landing-scroller header:hover,
header.scrolled:hover {
  opacity: 1;
}
body.page-landing-scroller header {
  mix-blend-mode: multiply;
  background-color: transparent;
  pointer-events: none;
  opacity: 0.75;
  -webkit-transition: mix-blend-mode 0.2s linear, opacity 0.2s linear;
  transition: mix-blend-mode 0.2s linear, opacity 0.2s linear;
}
body.page-landing-scroller header a.logo {
  pointer-events: all;
  -webkit-filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.5));
  filter: drop-shadow(0 0 1rem rgba(255, 255, 255, 0.5));
}
body.page-landing-scroller header:has(a.logo:hover) {
  opacity: 1;
  mix-blend-mode: normal;
}
body.page-landing-scroller .header-shadow {
  display: none;
}

@media screen and (max-width: 1200px) {
  body.search-active header form[name=search] {
    display: block;
    position: absolute;
    background-color: #FAFAFA;
    width: 100%;
    padding: 2rem;
    left: 0;
    right: 0;
    width: 100%;
  }
  body.search-active header form[name=search] #togglesearch-full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 2rem;
    left: 2rem;
    font-size: 2rem;
    height: 3rem;
    z-index: 1200;
  }
  body.search-active header form[name=search] .search-wrapper {
    width: calc(100% - 4rem);
    margin-left: auto;
  }
  header {
    padding-top: 0rem;
  }
  header.scrolled {
    padding-top: 0rem;
    opacity: 1;
  }
  header > .wrapper-h {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 2rem;
  }
  #togglenav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    text-align: left;
  }
  #togglesearch {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    text-align: right;
  }
  a.logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 150px;
    height: 60px;
    overflow: visible;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  a.logo img {
    width: 150px;
    height: auto;
    max-width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .nav-active .shadow-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FAFAFA;
    z-index: -10;
  }
  nav.main {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
  }
  .nav-active nav.main {
    display: block;
  }
  nav.main > ul {
    display: block;
    padding: 0;
    background-color: #FAFAFA;
  }
  nav.main > ul > li {
    display: block;
    width: 100%;
    height: auto;
    list-style: none;
    display: block;
    background-color: #ffffff;
    color: #000;
    padding: 0;
    text-align: center;
    position: relative;
    overflow-y: auto;
    margin: 0;
  }
  nav.main > ul > li.mobile-only {
    display: block;
  }
  nav.main li.menu-item-has-children > span.togglesub {
    position: absolute;
    top: 0rem;
    right: 1rem;
    display: inline-block;
    cursor: pointer;
    text-align: right;
    height: 3rem;
    width: 3rem;
    padding: 1rem;
    color: #F9423A;
    left: 1rem;
    width: auto;
    display: block;
    text-align: right;
  }
  nav.main > ul > li.menu-item-has-children > span.togglesub {
    top: 0.5rem;
  }
  .sub-wrapper > div > ul li a {
    margin: 0;
  }
  span.togglesub::after {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    height: 1rem;
    line-height: 1rem;
    position: relative;
    top: -4px;
  }
  nav.main > ul > li.subtoggled {
    background-color: #ffffff;
    color: #000;
  }
  .subtoggled > span.togglesub::after {
    content: "\f068";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
  }
  nav.main > ul > li > a {
    padding: 1rem 2rem;
    padding: 1.5rem 1rem;
    display: block;
  }
  nav.main > ul > li.subtoggled > a {
    color: #000;
  }
  nav.main > ul > li .sub-wrapper,
  nav.main > ul > li:hover .sub-wrapper {
    display: none;
    border: 0;
    padding: 0;
  }
  nav.main > ul > li.subtoggled .sub-wrapper,
  nav.main > ul > li.subtoggled:hover .sub-wrapper {
    display: block;
    position: static;
  }
  .sub-wrapper .wrapper-h {
    border-left: 0;
    padding: 0;
  }
  nav.main > ul > li:hover .sub-wrapper > div {
    display: block;
    padding: 0;
  }
  nav.main > ul > li .sub-wrapper .wrapper-h > ul,
  nav.main > ul > li[class*=subwidget-] .sub-wrapper .wrapper-h > ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    width: 100%;
  }
  nav.main > ul > li .sub-wrapper .wrapper-h > ul > li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
    position: relative;
  }
  nav.main > ul > li .sub-wrapper .wrapper-h > ul > li a {
    font-weight: 300;
    padding: 0.5rem 2rem;
  }
  nav.main > ul > li .sub-wrapper .wrapper-h > ul > li > ul {
    display: none;
  }
  nav.main > ul > li .sub-wrapper .wrapper-h > ul > li.subtoggled > ul {
    display: block;
    padding: 0;
    margin: 0;
  }
  nav.main > ul > li.current-menu-item:hover > a::after, nav.main > ul > li.current-menu-parent:hover > a::after, nav.main > ul > li.menu-item-has-children:hover > a::after {
    display: none;
  }
  nav.main ul > li:hover > a {
    color: inherit;
    color: #F9423A;
  }
  nav.main ul > li.current-menu-item:hover > a {
    color: inherit;
    color: #000;
  }
  .sub-wrapper .widgets {
    width: 100%;
    padding: 2rem;
    display: none;
  }
  nav ul.sub-menu[style] {
    max-height: none !important;
  }
  nav.main > ul > li[class*=subwidget-] .sub-wrapper .wrapper-h > ul {
    display: block;
  }
  nav.main > ul > li .sub-wrapper ul .current-menu-item ul.sub-menu,
  nav.main > ul > li .sub-wrapper ul .current-menu-parent ul.sub-menu {
    display: none;
  }
  li.subtoggled li.subtoggled {
    background-color: #ffffff;
    color: #000;
  }
  li.subtoggled li.subtoggled a {
    color: #000;
  }
  nav.main > ul > li .sub-wrapper ul ul {
    display: none;
  }
  nav.main > ul > li .sub-wrapper ul .subtoggled ul.sub-menu {
    display: block;
  }
  .sub-menu li.activities-link {
    padding-top: 0;
  }
  .sub-menu li.activities-link a {
    display: block;
    position: static;
    text-align: left;
    background-image: none !important;
    color: #000;
  }
  .sub-menu li.activities-link a span {
    color: #000;
    text-transform: none;
  }
  .sub-menu li.activities-link a .icon {
    display: none;
  }
  nav.secondary {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  nav.secondary ul.menu {
    display: none;
  }
  nav.secondary ul.lang {
    display: block;
    top: 0;
  }
  header form[name=search] {
    display: none;
  }
  nav.main > ul > li .sub-wrapper ul .current-menu-item ul.sub-menu {
    display: none;
  }
  nav.main > ul > li .sub-wrapper ul .current-menu-item.subtoggled ul.sub-menu {
    display: block;
  }
  .sub-wrapper > div > ul .subtoggled ul li a {
    color: #000;
  }
  nav.main > ul > li .sub-wrapper .wrapper-h > ul > li.subtoggled > a {
    font-weight: bold;
  }
}
@media screen and (max-width: 800px) {
  body.search-active {
    overflow-y: hidden;
  }
  body.search-active header form[name=search] {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    background-color: #ffffff;
  }
  body.search-active header nav.secondary {
    visibility: hidden;
  }
  body.search-active > div {
    visibility: hidden;
  }
  body.search-active footer {
    visibility: hidden;
  }
}
.wrapper-lang {
  top: -1.125rem;
  width: 3rem;
  position: relative;
}
.wrapper-lang .toggle-lang {
  display: block;
  position: absolute;
  top: -3px;
  right: 4px;
}
.wrapper-lang .toggle-lang::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  display: block;
  line-height: 1;
  font-weight: bold;
}
.wrapper-lang ul.languages {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 2rem;
  top: 0;
  background-color: #fff;
}
.wrapper-lang ul.languages li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  height: auto;
  text-align: left;
}
.wrapper-lang ul.languages li.active {
  position: relative;
  z-index: 100;
  opacity: 1;
}
.wrapper-lang ul.languages li a {
  display: block;
  line-height: 1;
  top: 0;
  left: 0;
  width: auto;
}

.wrapper-lang.active ul.languages li {
  opacity: 1;
  position: relative;
  margin-bottom: 0.5rem;
}
.wrapper-lang.active ul.languages li:last-child {
  margin-bottom: 0;
}

.company .cols .sidebar {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: center;
}
.company .cols .sidebar h2 {
  line-height: 1.6rem;
  font-weight: 800;
  font-size: 1.2rem;
  padding-top: 1.5rem;
}

dl.history {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
dl.history dt {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
dl.history dt div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #444;
  color: #fff;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
}
dl.history dt div span {
  display: block;
  text-align: center;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
dl.history dt::before {
  content: "";
  display: block;
  width: 2px;
  background-color: #444;
  margin: 0 auto;
  height: 2rem;
}
dl.history dt:first-of-type::before {
  display: none;
}
dl.history dt::after {
  content: "";
  display: block;
  width: 2px;
  background-color: #444;
  margin: 0 auto;
  height: 2rem;
}
dl.history dd {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
}
dl.history dd p {
  padding: 0;
  margin: 0;
}

ul.backpacksystem {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2rem;
  display: block;
}
ul.backpacksystem li {
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul.backpacksystem li .image-wrapper {
  width: 40%;
  padding-bottom: 1rem;
}
ul.backpacksystem li .image-wrapper img {
  width: 100%;
  height: auto;
}
ul.backpacksystem li .text-wrapper {
  width: calc(60% - 2rem);
  padding: 2rem;
}
ul.backpacksystem li .text-wrapper .title {
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 540px) {
  ul.backpacksystem li {
    padding: 1rem;
  }
  ul.backpacksystem li .image-wrapper {
    width: 100%;
    text-align: center;
  }
  ul.backpacksystem li .image-wrapper img {
    max-width: 100%;
    width: auto;
  }
  ul.backpacksystem li .text-wrapper {
    width: 100%;
  }
}
ul.backpacksetup {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2rem;
  display: block;
}
ul.backpacksetup li {
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.backpacksetup li .image-wrapper {
  width: 40%;
}
ul.backpacksetup li .image-wrapper img {
  width: 100%;
  height: auto;
}
ul.backpacksetup li .text-wrapper {
  width: calc(60% - 2rem);
  text-align: center;
}
ul.backpacksetup li .text-wrapper .title {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
ul.backpacksetup li .text-wrapper p {
  text-align: center;
}

@media screen and (max-width: 540px) {
  ul.backpacksetup li .image-wrapper {
    width: 100%;
    text-align: center;
  }
  ul.backpacksetup li .image-wrapper img {
    max-width: 100%;
    width: auto;
  }
  ul.backpacksetup li .text-wrapper {
    width: 100%;
  }
}
form.catalog {
  margin-bottom: 2rem;
}
form.catalog .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
form.catalog .grid label {
  width: calc((100% - 2rem) / 2);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
form.catalog .grid label input[type=text], form.catalog .grid label input[type=email] {
  width: 100%;
}
form.catalog .grid label .select-wrapper {
  width: 100%;
}
form.catalog .grid label.checkbox {
  width: 100%;
  position: relative;
  padding-left: 6rem;
}
form.catalog .grid label.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
}
form.catalog .grid label.checkbox p {
  margin: 0;
  padding: 0;
}
form.catalog .grid::after {
  content: "";
  display: block;
  width: calc((100% - 2rem) / 3);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
form.catalog .grid div.submit {
  width: 100%;
}

.catalog-download {
  width: 100%;
}
.catalog-download a {
  text-decoration: none;
  display: block;
}
.catalog-download a img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1080px) {
  form.catalog .grid label {
    width: calc(50% - 1rem);
  }
  form.catalog .grid label.checkbox {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  form.catalog .grid label {
    width: 100%;
  }
}
.landing-page h1, .landing-page h2, .landing-page h3 {
  text-transform: uppercase;
  margin: 0;
  margin: 2rem 0;
  font-weight: 300;
  font-size: 3.5rem;
  max-width: 100%;
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  margin: 2rem 4rem;
  margin: 2rem 0rem;
}
.landing-page h2, .landing-page h3 {
  line-height: 2.6rem;
}
.landing-page h3 {
  font-size: 2rem;
  line-height: 2.4rem;
}
.landing-page p {
  font-size: 1.2rem;
  margin-bottom: 4rem;
  letter-spacing: 0.1rem;
  color: #000;
}
.landing-page .hero-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  padding: 0;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
}
.landing-page .hero-wrapper video.bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.landing-page .hero-wrapper .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.landing-page .hero-wrapper .text h1 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem;
  width: auto;
  display: inline-block;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-weight: 800;
  width: 700px;
  letter-spacing: 0.5rem;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: 1rem;
  font-size: 3rem;
  line-height: 3.4rem;
}
.landing-page .hero-wrapper .text h1 i {
  color: #F9423A;
  font-style: normal;
}
.landing-page .hero-wrapper .text h1::before {
  content: "";
  background-image: url("../img/bison-w.svg");
  background-size: cover;
  background-position: center;
  display: block;
  width: 4rem;
  height: 2.4rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.landing-page .hero-wrapper .text .sub {
  display: block;
  color: #fff;
  text-align: center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.landing-page .hero-wrapper .text.campaign_2025 {
  color: white;
  background-size: cover;
  background-position: center;
}
.landing-page .hero-wrapper .text.campaign_2025 span.title {
  display: block;
  font-size: 3rem;
}
.landing-page .hero-wrapper .text.campaign_2025 h1, .landing-page .hero-wrapper .text.campaign_2025 span.title {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.2em;
}
.landing-page .hero-wrapper .text.campaign_2025 h1 b, .landing-page .hero-wrapper .text.campaign_2025 span.title b {
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem;
  font-weight: 600;
  position: relative;
  background-color: white;
  color: black;
  mix-blend-mode: screen;
  font-weight: 800;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
}
.landing-page .hero-wrapper .text.campaign_2025 h1::before, .landing-page .hero-wrapper .text.campaign_2025 span.title::before {
  content: "";
  display: none;
}
.landing-page .hero-wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.landing-page .intro-module .wrapper-h {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing-page .intro-module .wrapper-h .image-wrapper {
  width: 30%;
  padding: 2rem;
}
.landing-page .intro-module .wrapper-h .image-wrapper img {
  max-width: 100%;
  height: auto;
}
.landing-page .intro-module .wrapper-h .text-wrapper {
  width: 70%;
  text-align: center;
}
.landing-page .intro-module .wrapper-h .text-wrapper .ueber {
  text-transform: uppercase;
  display: inline-block;
  width: auto;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
.landing-page .intro-module .wrapper-h .text-wrapper h2 {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
}
.landing-page .intro-module .wrapper-h .text-wrapper .btn:hover {
  opacity: 1;
}
.landing-page .augmented-module .wrapper-h {
  text-align: center;
  background-color: #fff;
  background-color: #FAFAFA;
  color: #000;
}
.landing-page .augmented-module .intro {
  max-width: 75%;
  max-width: 90%;
  margin: 0 auto;
}
.landing-page .augmented-module .augmented-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.landing-page .augmented-module .augmented-box img.augmented-product {
  max-width: 100%;
  height: auto;
}
.landing-page .augmented-module .augmented-box ul.itemlist {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-page .augmented-module .augmented-box ul.itemlist li {
  list-style: none;
  position: absolute;
  background-color: rgba(249, 66, 58, 0.8);
  width: 1rem;
  height: 1rem;
  width: 2rem;
  height: 2rem;
  padding-top: 6px;
}
.landing-page .augmented-module .augmented-box ul.itemlist li::after {
  content: "+";
  display: inline-block;
  color: #fff;
  line-height: 1;
  height: 1rem;
  width: 1rem;
  text-align: center;
  position: relative;
  top: -0.275rem;
}
.landing-page .augmented-module .augmented-box ul.itemlist li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 2rem;
  min-height: 2rem;
  font-size: 0;
  top: 1rem;
  left: 1rem;
}
.landing-page .augmented-module .augmented-box ul.itemlist li > span > span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  vertical-align: middle;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.landing-page .augmented-module .augmented-box ul.itemlist li > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  width: 1rem;
  border-top: 1px solid #F9423A;
  border-left: 1px solid #F9423A;
  border-bottom: 1px solid #F9423A;
}
.landing-page .augmented-module .augmented-box ul.itemlist li > span::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  width: 1rem;
  border-top: 1px solid #F9423A;
  border-right: 1px solid #F9423A;
  border-bottom: 1px solid #F9423A;
}
.landing-page .augmented-module .augmented-box ul.itemlist li:hover, .landing-page .augmented-module .augmented-box ul.itemlist li.active {
  background-color: transparent;
  width: 120px;
}
.landing-page .augmented-module .augmented-box ul.itemlist li:hover > span, .landing-page .augmented-module .augmented-box ul.itemlist li.active > span {
  position: relative;
  font-size: 1rem;
  background-color: rgba(249, 66, 58, 0.8);
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-transform: uppercase;
  width: 15rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-animation-name: augmentedFont;
  animation-name: augmentedFont;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
.landing-page .augmented-module .augmented-box ul.itemlist li:hover > span > span, .landing-page .augmented-module .augmented-box ul.itemlist li.active > span > span {
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.landing-page .augmented-module .augmented-box ul.itemlist li:hover::after, .landing-page .augmented-module .augmented-box ul.itemlist li.active::after {
  content: "";
  display: none;
}
.landing-page .features-module .wrapper-h {
  background-color: #000;
  color: #fff;
  text-align: center;
  background-color: #FAFAFA;
  color: #000;
}
.landing-page .features-module .wrapper-h .intro {
  max-width: 75%;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.landing-page .features-module .features-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.landing-page .features-module .image-wrapper {
  width: 50%;
  padding-left: 1rem;
}
.landing-page .features-module .image-wrapper img {
  width: 100%;
  height: auto;
}
.landing-page .features-module .text-wrapper {
  width: 50%;
  padding-right: 1rem;
}
.landing-page .features-module .text-wrapper .itemlist {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.landing-page .features-module .text-wrapper .itemlist li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 2rem;
  text-align: left;
}
.landing-page .features-module .text-wrapper .itemlist li span.title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
}
.landing-page .features-module .text-wrapper .itemlist li p {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.landing-page .features-module .text-wrapper .itemlist li::before {
  content: "\f055";
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #F9423A;
}
.landing-page .combination-module .wrapper-h {
  background-color: #FAFAFA;
}
.landing-page .combination-module .wrapper-h .combination-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.landing-page .combination-module .wrapper-h .combination-intro h2 {
  text-align: center;
}
.landing-page .combination-module .wrapper-h ul.itemlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.landing-page .combination-module .wrapper-h ul.itemlist li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
}
.landing-page .combination-module .wrapper-h ul.itemlist li .image-wrapper {
  width: 50%;
  background-size: cover;
}
.landing-page .combination-module .wrapper-h ul.itemlist li .image-wrapper::after {
  content: "";
  display: block;
  padding-top: 75%;
}
.landing-page .combination-module .wrapper-h ul.itemlist li .text-wrapper {
  width: 50%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 1rem;
  text-align: center;
  padding: 4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #c4c5c5;
}
.landing-page .combination-module .wrapper-h ul.itemlist li .text-wrapper .title {
  display: block;
  text-transform: uppercase;
  color: #F9423A;
  letter-spacing: 0.5rem;
  font-size: 2rem;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.landing-page .combination-module .wrapper-h ul.itemlist li:nth-child(even) .image-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.landing-page .combination-module .wrapper-h ul.itemlist li:nth-child(even) .text-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.landing-page .variations-module {
  text-align: center;
}
.landing-page .variations-module .wrapper-h {
  background-color: #000;
  color: #fff;
  background-color: #FAFAFA;
  color: #000;
}
.landing-page .variations-module ul.products {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}
.landing-page .variations-module ul.products > li {
  margin: 0;
}
.landing-page .gallery-module .wrapper-h {
  background-color: #FAFAFA;
  padding: 0;
}
.landing-page .gallery-module ul.gallery {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.landing-page .gallery-module ul.gallery li {
  list-style: none;
  display: block;
  margin: 0;
  margin-bottom: 1.4rem;
  padding: 0;
  width: 100%;
  background-size: cover;
}
.landing-page .gallery-module ul.gallery li::after {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.landing-page .cta-module .wrapper-h {
  background-color: transparent;
  text-align: center;
  margin-bottom: 2rem;
}
.landing-page .doubleslider-module h1, .landing-page .doubleslider-module h2, .landing-page .doubleslider-module h3 {
  color: #000;
  line-height: 2.4rem;
}
.landing-page .doubleslider-module .wrapper-h {
  background-color: #FAFAFA;
  color: #ffffff;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ul.doubleslider {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ul.doubleslider::after {
  content: "";
  display: block;
  padding-top: 75%;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ul.doubleslider li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ul.doubleslider li.active {
  opacity: 1;
  z-index: 300;
  -webkit-animation: fade 1.5s;
  animation: fade 1.5s;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ul.doubleslider li > span {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  bottom: 1rem;
  display: inline-block;
  width: auto;
  max-width: calc(100% - 2rem);
  padding: 0.5rem;
  background-color: #F9423A;
  letter-spacing: 0.2rem;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ._controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2rem);
  width: 6rem;
  text-align: center;
  z-index: 2000;
  height: 4rem;
  color: #F9423A;
  cursor: pointer;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ._controls > span {
  line-height: 2rem;
  -ms-flex-item-align: center;
  align-self: center;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ._controls .next {
  display: inline-block;
  width: 2rem;
  cursor: pointer;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ._controls .next::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ._controls .prev {
  display: inline-block;
  width: 2rem;
  cursor: pointer;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ._controls .prev::before {
  content: "\f060";
  font-family: "Font Awesome 5 Pro";
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ._controls::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1rem;
  border: 1px solid #F9423A;
  border-right: 0;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box ._controls::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1rem;
  border: 1px solid #F9423A;
  border-left: 0;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper1 {
  position: relative;
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper1 li > span {
  left: 1rem;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper1 ._controls {
  right: -3rem;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper2 {
  position: relative;
  width: 50%;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  top: -4rem;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper2 li > span {
  right: 1rem;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper2 ._controls {
  left: -3rem;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .headline-wrapper {
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .headline-wrapper > h2 {
  -ms-flex-item-align: center;
  align-self: center;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .text-wrapper {
  width: 40%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -4rem;
  position: relative;
  margin: 1rem;
}
.landing-page .doubleslider-module .wrapper-h .doubleslider-box .text-wrapper > * {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 1rem;
  margin-right: 4rem;
}

.landing-page.landing-page-topic .augmented-module .augmented-box {
  max-width: 1360px;
}

.inversion {
  --color-text: #fff;
  --color-background: #1b1b1b;
}
.inversion .single-page {
  background-color: var(--color-background);
  color: var(--color-text);
  background-size: cover;
  background-attachment: fixed;
}
.inversion .landing-page .hero-wrapper .text h1 {
  letter-spacing: 0.5rem;
}
.inversion .landing-page .hero-wrapper video {
  -webkit-clip-path: inset(2px 1px);
  clip-path: inset(2px 1px);
  outline: none;
}
.inversion .landing-page p {
  color: var(--color-text);
}
.inversion .landing-page .wrapper-h {
  background-color: transparent;
}
.inversion .landing-page .augmented-module .wrapper-h {
  background-color: var(--color-background);
  color: var(--color-text);
}
.inversion .landing-page .features-module .wrapper-h {
  background-color: var(--color-background);
  color: var(--color-text);
}
.inversion .landing-page .features-module .text-wrapper .itemlist li p {
  color: var(--color-text);
}
.inversion .landing-page .features-module .text-wrapper .itemlist li span.title {
  color: var(--color-text);
}
.inversion .landing-page .combination-module .wrapper-h {
  background-color: var(--color-background);
}
.inversion .landing-page .variations-module .wrapper-h {
  background-color: var(--color-background);
  color: var(--color-text);
}

@-webkit-keyframes augmentedFont {
  0% {
    color: transparent;
    width: 4rem;
    max-height: 4rem;
  }
  90% {
    color: transparent;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  100% {
    color: #fff;
    width: 15rem;
    max-height: 4rem;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@keyframes augmentedFont {
  0% {
    color: transparent;
    width: 4rem;
    max-height: 4rem;
  }
  90% {
    color: transparent;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  100% {
    color: #fff;
    width: 15rem;
    max-height: 4rem;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}
@media screen and (max-width: 1220px) {
  .landing-page .variations-module ul.products li {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (max-width: 1080px) {
  .landing-page .intro-module .wrapper-h {
    background-image: none !important;
    background-color: #fff;
  }
  .landing-page .intro-module .wrapper-h .image-wrapper {
    width: 100%;
  }
  .landing-page .intro-module .wrapper-h .text-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper1, .landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper2 {
    height: auto;
    width: 100%;
  }
  .landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper1 ul.doubleslider, .landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper2 ul.doubleslider {
    width: 100%;
  }
  .landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper1 ._controls, .landing-page .doubleslider-module .wrapper-h .doubleslider-box .slider-wrapper2 ._controls {
    left: 0rem;
  }
  .landing-page .doubleslider-module .wrapper-h .doubleslider-box .text-wrapper {
    width: 100%;
  }
  .landing-page .doubleslider-module .wrapper-h .doubleslider-box .headline-wrapper {
    width: 100%;
  }
  .landing-page .features-module .text-wrapper {
    width: 100%;
  }
  .landing-page .features-module .text-wrapper .itemlist {
    width: 100%;
  }
  .landing-page .features-module .image-wrapper {
    width: 100%;
  }
  .landing-page h1, .landing-page h2, .landing-page h3 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .landing-page .hero-wrapper .text h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .landing-page .hero-wrapper .text .sub {
    font-size: 1.2rem;
    display: none;
  }
  .landing-page .features-module .text-wrapper .itemlist li span.title {
    font-size: 1.2rem;
  }
  .landing-page .features-module .image-wrapper {
    padding-top: 2rem;
  }
  .landing-page .combination-module .wrapper-h ul.itemlist li .image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .landing-page .combination-module .wrapper-h ul.itemlist li .text-wrapper {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .landing-page .combination-module .wrapper-h ul.itemlist li .text-wrapper .title {
    font-size: 2rem;
    line-height: 2.6rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 540px) {
  .landing-page .variations-module ul.products li {
    width: calc(100% - 0.5rem);
  }
}
.landing-page-variable .wrapper-intro {
  text-align: center;
}
.landing-page-variable .wrapper-intro .wrapper-h {
  background-color: transparent;
}
.landing-page-variable .wrapper-video-list {
  text-align: center;
}
.landing-page-variable .wrapper-video-list .wrapper-h {
  background-color: transparent;
}
.landing-page-variable .combination-module .wrapper-h {
  background-color: #FAFAFA;
}
.landing-page-variable .combination-module .wrapper-h .combination-intro {
  text-align: center;
  margin-bottom: 4rem;
}
.landing-page-variable .combination-module .wrapper-h .combination-intro h2 {
  text-align: center;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist li .image-wrapper {
  width: 50%;
  background-size: cover;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist li .image-wrapper::after {
  content: "";
  display: block;
  padding-top: 75%;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist li .text-wrapper {
  width: 50%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 1rem;
  text-align: center;
  padding: 4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #c4c5c5;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist li .text-wrapper .title {
  display: block;
  text-transform: uppercase;
  color: #F9423A;
  letter-spacing: 0.5rem;
  font-size: 2rem;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist li:nth-child(even) .image-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist li:nth-child(even) .text-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist.changing li:nth-child(even) .image-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist.changing li:nth-child(even) .text-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist.left-fixed li:nth-child(n) .image-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist.left-fixed li:nth-child(n) .text-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist.right-fixed li:nth-child(n) .image-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.landing-page-variable .combination-module .wrapper-h ul.itemlist.right-fixed li:nth-child(n) .text-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 900px) {
  .landing-page-variable .combination-module .wrapper-h ul.itemlist li .image-wrapper, .landing-page-variable .combination-module .wrapper-h ul.itemlist li:nth-child(even) .image-wrapper, .landing-page-variable .combination-module .wrapper-h ul.itemlist li:nth-child(odd) .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.changing li .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.changing li:nth-child(even) .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.changing li:nth-child(odd) .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-fixed li .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-fixed li:nth-child(even) .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-fixed li:nth-child(odd) .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-right li .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-right li:nth-child(even) .image-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-right li:nth-child(odd) .image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .landing-page-variable .combination-module .wrapper-h ul.itemlist li .text-wrapper, .landing-page-variable .combination-module .wrapper-h ul.itemlist li:nth-child(even) .text-wrapper, .landing-page-variable .combination-module .wrapper-h ul.itemlist li:nth-child(odd) .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.changing li .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.changing li:nth-child(even) .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.changing li:nth-child(odd) .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-fixed li .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-fixed li:nth-child(even) .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-fixed li:nth-child(odd) .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-right li .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-right li:nth-child(even) .text-wrapper,
  .landing-page-variable .combination-module .wrapper-h ul.itemlist.left-right li:nth-child(odd) .text-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.search-page .wrapper-h {
  background-color: #fafafa;
}
.search-page ul.products {
  margin-bottom: 4rem;
}
.search-page h2.search-results-pages-headline {
  border-bottom: 1px solid #D7D7D7;
  margin-bottom: 2rem;
}
.search-page ul.search-results-pages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.search-page ul.search-results-pages li {
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  padding-right: 6rem;
  position: relative;
}
.search-page ul.search-results-pages li .title {
  display: block;
  font-weight: bold;
}
.search-page ul.search-results-pages li a.btn-circle {
  position: absolute;
  top: 0;
  right: 0;
}

.wrapper-gewinnspiel {
  padding: 2rem;
  margin: 2rem 0;
  background-color: #ffffff;
  border: 1px solid #000;
}
.wrapper-gewinnspiel span.question {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.wrapper-gewinnspiel .wrapper-data-req {
  padding: 2rem 0;
}
.wrapper-gewinnspiel .wrapper-data {
  display: none;
}
.wrapper-gewinnspiel .wrapper-data.active {
  display: block;
}
.wrapper-gewinnspiel input[type=email], .wrapper-gewinnspiel input[name=firstname] {
  width: 100%;
}
.wrapper-gewinnspiel label.radio-wrapper,
.wrapper-gewinnspiel label.checkbox-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.wrapper-gewinnspiel label.radio-wrapper input,
.wrapper-gewinnspiel label.checkbox-wrapper input {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 0.5rem;
}
.wrapper-gewinnspiel label.radio-wrapper span,
.wrapper-gewinnspiel label.checkbox-wrapper span {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: block;
}
.wrapper-gewinnspiel label.radio-wrapper span.small,
.wrapper-gewinnspiel label.checkbox-wrapper span.small {
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.wrapper-gewinnspiel input[type=submit] {
  margin-top: 2rem;
}
.wrapper-gewinnspiel .wrapper-catalog {
  display: none;
  grid-template-columns: 50% 50%;
  gap: 0 1rem;
}
.wrapper-gewinnspiel .wrapper-catalog.active {
  display: grid;
}
.wrapper-gewinnspiel .wrapper-catalog label input[type=text] {
  width: 100%;
}
.wrapper-gewinnspiel .wrapper-catalog label .select-wrapper {
  width: 100%;
}

.wrapper-gewinnspiel.gewinnspiel-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
}
.wrapper-gewinnspiel.gewinnspiel-modal .wrapper-inner {
  display: block;
  width: 1360px;
  text-align: center;
}
.wrapper-gewinnspiel.gewinnspiel-modal .wrapper-inner p {
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}

footer {
  display: block;
  background-color: #F2F2F2;
  color: #000;
}
footer .wrapper-h.full {
  background-color: #000;
  color: #7a7a7a;
  margin-bottom: -2rem;
}

footer h4 {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin: 1rem 0 1rem 0;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}

form.finder {
  display: block;
  text-align: center;
}
form.finder small {
  padding: 0.5rem;
}

div.dealersearch-btn-wrapper {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
  text-align: center;
}

form[name=find_dealer] {
  margin: 0 auto;
  width: 600px;
  max-width: 100%;
}
form[name=find_dealer] .search-wrapper {
  background-color: #F2F2F2;
  position: relative;
}
form[name=find_dealer] .search-wrapper input[type=text] {
  padding-right: 4rem;
  width: 100%;
  background-color: #fff;
}
form[name=find_dealer] .search-wrapper input[type=submit] {
  position: absolute;
  border: none;
  top: 4px;
  right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(3rem - 8px);
  width: calc(3rem - 8px);
  background-color: #F9423A;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  cursor: hover;
  padding: 0;
}

form.finder label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  border: 0;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

/*
form.finder input[type=text] {
	display: block;
	width: calc(100% - 2.2rem);
	position: relative;
	background-color: transparent;
	padding: 1rem;
	border: 0;
	outline: 0;
	color: $color-text;
	font-weight: 500;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin-right: 1rem;
	border-color: $color-gray3;
}*/
form.finder input[type=text]::-webkit-input-placeholder {
  font-family: "Font Awesome 5 Pro";
  position: relative;
  left: 2px;
  display: inline-block;
}
form.finder input[type=text]::-moz-placeholder {
  font-family: "Font Awesome 5 Pro";
  position: relative;
  left: 2px;
  display: inline-block;
}
form.finder input[type=text]:-ms-input-placeholder {
  font-family: "Font Awesome 5 Pro";
  position: relative;
  left: 2px;
  display: inline-block;
}
form.finder input[type=text]::-ms-input-placeholder {
  font-family: "Font Awesome 5 Pro";
  position: relative;
  left: 2px;
  display: inline-block;
}
form.finder input[type=text]::placeholder {
  font-family: "Font Awesome 5 Pro";
  position: relative;
  left: 2px;
  display: inline-block;
}

/*
.find-dealer-wrapper form.finder input[type=text] {
	padding: .5rem;
	height: 2rem;
	color: $color-text;
	background-color: transparent;
	border: 1px solid #e0e0e0;
	width: calc(180px + 2rem);
	position: relative;
	font-family: 'Open Sans',sans-serif;
	margin-right: 1rem;
}*/
.find-dealer-wrapper form.finder input[type=text]::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
.find-dealer-wrapper form.finder input[type=text]::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
}
.find-dealer-wrapper form.finder input[type=text]:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
.find-dealer-wrapper form.finder input[type=text]::-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
}
.find-dealer-wrapper form.finder input[type=text]::placeholder {
  font-family: "Open Sans", sans-serif;
}

.find-dealer-wrapper form.finder label {
  width: 180px;
  margin: 0;
  margin-bottom: 1rem;
}

.find-dealer-wrapper .select-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/*
.find-dealer-wrapper .select-wrapper {
	padding: 0.5rem;
	color: #444;
	background-color: transparent;
	border: 1px solid #e0e0e0;
	width: calc(180px + 2rem);
	position: relative;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 1rem;
	height: 3rem;
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.find-dealer-wrapper .select-wrapper::after {
	color: $color-red;
	opacity: 0.7;
	transition: opacity .2s;
	top: 1.0rem;
}

.find-dealer-wrapper .select-wrapper:active::after ,
.find-dealer-wrapper .select-wrapper:hover::after {
	opacity: 1.0;
}

.find-dealer-wrapper .select-wrapper select {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}
*/
#map-canvas {
  width: 100%;
  margin-bottom: 2rem;
  height: auto;
}

#map-canvas::after {
  display: block;
  content: "";
  padding-top: 75%;
}

/*
form.finder input[type=submit] {
	display: block;
	position: relative;
	width: 2rem;
	background-color: $color-red;
	border-radius: 2px;
	border: 0;
	outline: 0;
	color: #fff;
	text-align: center;
	padding: 0.5rem;
	font-family: "Font Awesome 5 Pro";
	cursor: pointer;
	opacity: 1.0;
	height: 2rem;
	transition: opacity 0.2s;
	top: 0rem;
	left: -0.5rem;
}

form.finder input[type=submit]:hover {
	opacity: 0.7;
}*/
form.finder label::after,
form.finder label::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  border: 1px solid #F9423A;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: transparent;
  pointer-events: none;
}

form.finder label::before {
  border-right: 0;
}

form.finder label::after {
  border-left: 0;
  left: 50%;
}

form.finder label:hover::before, form.finder label:focus::before {
  left: -1rem;
}

form.finder label:hover::after, form.finder label:focus::after {
  left: calc(50% + 1rem);
}

form.finder small {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
}

footer .btn-bar {
  display: block;
}

footer .btn-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem;
  margin-top: 2rem;
}

footer .btn-bar li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  border-bottom: 1px solid #D7D7D7;
  text-align: center;
}

footer .btn-bar li a {
  position: relative;
  top: 1.2rem;
  text-align: center;
  text-decoration: none;
  color: #F9423A;
  text-transform: uppercase;
  padding: 0.5rem 4rem;
  display: inline-block;
  background-color: #F2F2F2;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding: 0.5rem 2rem;
}
footer .btn-bar li a:hover {
  color: #000;
}

nav.imprint ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 4rem;
}
nav.imprint ul li {
  display: block;
  width: 33.3333333333%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0rem 2rem;
  text-align: center;
  position: relative;
  left: 1px;
  text-align: left;
  border-right: 1px solid #000;
  text-align: center;
}
nav.imprint ul li:last-child {
  border-right: 0;
}
nav.imprint ul li a {
  text-decoration: none;
  color: #F9423A;
  text-transform: uppercase;
  position: relative;
  top: -0.25rem;
  white-space: nowrap;
}
nav.imprint ul li a:hover {
  opacity: 1;
  color: #000;
  text-decoration: none;
}

.to-top {
  text-align: center;
  margin-bottom: 4rem;
}

.to-top .arrow {
  cursor: pointer;
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background-color: rgba(249, 66, 58, 0.75);
  border: 1rem solid #F9423A;
  position: relative;
}

.to-top .arrow::after {
  content: "\f176";
  text-align: center;
  font-size: 4rem;
  color: #ffffff;
  display: block;
  width: 100%;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  top: 16%;
  font-weight: 200;
}

.to-top:hover {
  opacity: 0.5;
}

nav.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding-top: 2rem;
}

nav.columns > div {
  width: calc(20% - 1rem);
}

nav.columns h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
  font-weight: 700;
}

nav.columns ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.columns ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.columns ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding-bottom: 0.5rem;
}
nav.columns ul li a:hover {
  color: #F9423A;
  text-decoration: none;
}

footer div.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer div.social ul li {
  list-style: none;
  display: inline-block;
  width: 3rem;
  text-align: center;
}
footer div.social ul li .fab {
  font-family: "Font Awesome 5 Brands";
  font-size: 1.6rem;
}
footer div.social ul li a {
  font-size: 2rem;
  color: #F9423A;
  text-decoration: none;
  color: #ffffff;
}
footer div.social ul li a:hover {
  color: #F9423A;
}

footer .legal {
  text-align: center;
  margin-bottom: 2rem;
  color: #ffffff;
  letter-spacing: 0.2rem;
}

footer .summary {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 300;
  color: #7a7a7a;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: #D7D7D7;
  font-size: 0.9rem;
}

footer .summary p {
  text-align: justify;
  margin-bottom: 2rem;
}

footer .summary img {
  width: 10rem;
  height: auto;
}

#open-factory-banner {
  display: block;
  position: fixed;
  top: 170px;
  right: 0px;
  z-index: 1800;
}

@media screen and (max-width: 800px) {
  #open-factory-banner {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  nav.imprint ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  nav.imprint ul li {
    width: auto;
    border-right: 0;
    height: auto;
  }
}
.infowindow {
  font-family: "Open Sans", sans-serif;
}
.infowindow h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
}
.infowindow span {
  display: block;
}

.page-404 {
  padding: 2rem;
  text-align: center;
}

.error-page .wrapper-h {
  text-align: center;
}
.error-page .wrapper-h h1 {
  text-align: center;
  font-size: 3rem;
}
.error-page .wrapper-h p {
  text-align: center;
}
.error-page .wrapper-h img {
  max-width: 100%;
  height: auto;
}

.home-block-slider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  color: #000;
  margin-top: 0rem;
}

.wrapper-highlights {
  margin-bottom: 4rem;
}

.home h2 {
  font-weight: 800;
  font-size: 1.7rem;
}

.home-block-highlights > h2 {
  text-align: center;
  font-weight: 800;
  font-size: 2.7rem;
}

.slider-controls span:hover {
  background-color: #F2F2F2;
}

.home-btn-wrapper {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .home ul.highlights li a.inner {
    background-color: transparent;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.1);
  }
  .home ul.highlights::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home h2,
  .home-block-blogteaser h2 {
    font-size: 1.5rem;
  }
}
.highlights-wrapper h2 {
  text-align: center;
  font-weight: 300;
  font-size: 2.6rem;
  line-height: 3.2rem;
}

ul.highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.highlights li {
  list-style: none;
  margin: 0;
  width: 30rem;
  background-size: cover;
  background-position: center;
  left: 1rem;
  float: left;
  display: block;
  position: relative;
}
ul.highlights li .inner {
  /*
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  background-color: #fff;
  margin-bottom: 1rem;
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}
ul.highlights li .inner::after {
  content: "";
  display: block;
  padding-bottom: 113%;
}
ul.highlights li .inner img {
  width: 100%;
  height: auto;
  display: none;
}
ul.highlights li .inner .text {
  height: auto;
  text-align: center;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-bottom: 2rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
}
ul.highlights li .inner .text h2 {
  position: relative;
  z-index: 2;
  font-weight: 800;
  width: 100%;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  width: 100%;
  color: #000;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: auto;
}
ul.highlights li .inner .text .btn-circle {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
ul.highlights li .inner:hover {
  -webkit-box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem 0.1rem rgba(0, 0, 0, 0.1);
}
ul.highlights li .inner:hover .text .btn-circle {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}
ul.highlights li a.cat-link {
  position: relative;
  display: block;
  color: #F9423A;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-style: italic;
}
ul.highlights li a.cat-link::before {
  content: "\f178";
  display: inline-block;
  padding-right: 0.25rem;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
}
ul.highlights li a.cat-link::after {
  display: none;
}
ul.highlights::after {
  content: "";
  display: block;
  float: none;
  clear: both;
}

@media screen and (max-width: 940px) {
  ul.highlights {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ul.highlights li a h2 {
    top: 0.75rem;
  }
  ul.highlights li a span.btn-circle {
    top: 0.75rem;
    opacity: 1;
  }
}
.home-block-highlights {
  width: 1920px;
  max-width: 100%;
}

.scroller-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
}
.scroller-wrapper h2 {
  text-align: center;
  font-weight: 800;
}
.scroller-wrapper ul.highlights {
  width: 60rem;
  margin: 0 auto;
  overflow-x: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  gap: 2rem;
}
.scroller-wrapper ul.highlights li {
  width: calc(1920px / 4 - 1.5rem);
  width: 30rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scroller-wrapper ul.highlights li:nth-child(2), .scroller-wrapper ul.highlights li:nth-last-child(2) {
  opacity: 1;
}
.scroller-wrapper ul.highlights.transition-next {
  -webkit-animation-name: scroller-next;
  animation-name: scroller-next;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.scroller-wrapper ul.highlights.transition-next li:last-of-type {
  -webkit-animation-name: scroller_in;
  animation-name: scroller_in;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.scroller-wrapper ul.highlights.transition-prev {
  -webkit-animation-name: scroller-prev;
  animation-name: scroller-prev;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.scroller-wrapper ul.highlights.transition-prev li:first-of-type {
  -webkit-animation-name: scroller_in;
  animation-name: scroller_in;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.scroller-wrapper .scroller-controls {
  padding: 6rem 2rem;
  padding-top: 2rem;
  text-align: center;
}
.scroller-wrapper .scroller-controls a {
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 4rem;
  text-decoration: none;
  color: #000;
}
.scroller-wrapper .scroller-controls a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.scroller-wrapper .scroller-controls a.prev:before {
  content: "\f104";
}
.scroller-wrapper .scroller-controls a.next:before {
  content: "\f105";
}

@-webkit-keyframes scroller-next {
  from {
    left: 30rem;
  }
  to {
    left: 0rem;
  }
}

@keyframes scroller-next {
  from {
    left: 30rem;
  }
  to {
    left: 0rem;
  }
}
@-webkit-keyframes scroller-prev {
  from {
    left: -30rem;
  }
  to {
    left: 0rem;
  }
}
@keyframes scroller-prev {
  from {
    left: -30rem;
  }
  to {
    left: 0rem;
  }
}
@-webkit-keyframes scroller_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes scroller_in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes scroller_out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroller_out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 940px) {
  .scroller-wrapper {
    position: relative;
    margin-bottom: 4rem;
  }
  .scroller-wrapper ul.highlights {
    width: 100%;
  }
  .scroller-wrapper ul.highlights li {
    display: none;
    max-width: 100%;
    z-index: 100;
  }
  .scroller-wrapper ul.highlights li:first-child {
    display: block;
    opacity: 1;
  }
  .scroller-wrapper .scroller-controls {
    position: absolute;
    top: calc(50% + 3rem - 3.5rem);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
  }
}
@media screen and (max-width: 740px) {
  .scroller-wrapper .scroller-controls a {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .scroller-wrapper h2 {
    font-size: 1.5rem;
  }
  .scroller-wrapper .scroller-controls {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
  }
  .scroller-wrapper .scroller-controls a {
    padding: 0 1rem;
  }
}
ul.teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}
ul.teaser li {
  background-color: transparent;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: calc(50% - 1rem);
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
ul.teaser li .background.hero {
  display: none;
}
ul.teaser li .background.default {
  display: block;
}
ul.teaser li video {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
ul.teaser li video,
ul.teaser li .background {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 50%;
  overflow: hidden;
}
ul.teaser li .text {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  padding: 4rem;
  padding: 4rem 2rem;
  text-decoration: none;
  /*text-shadow: 0 0 4px rgba(0, 0, 0, 1.0);*/
}
ul.teaser li .text .inner {
  width: auto;
  margin: 0 auto;
}
ul.teaser li .text h2 {
  display: block;
  width: auto;
  text-align: center;
  font-weight: 800;
  margin: 0;
  margin-bottom: 1rem;
  width: 640px;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  line-height: 3.4rem;
}
ul.teaser li .text .sub {
  display: block;
  text-align: center;
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1.2rem;
  width: 640px;
  max-width: 100%;
  letter-spacing: normal;
  margin-bottom: 1.5rem;
}
ul.teaser li .text .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  width: 16rem;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
ul.teaser li .text .btn-wrapper a {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0.5rem;
  width: 100%;
}
ul.teaser li .text .btn-wrapper a.btn {
  font-style: italic;
}
ul.teaser li::after {
  content: "";
  display: block;
  padding-top: 35.8695652174%;
}
ul.teaser li:nth-child(2n) .text {
  left: auto;
  right: 0;
}
ul.teaser li:nth-child(2n) video,
ul.teaser li:nth-child(2n) .background {
  left: auto;
  right: 50%;
}
ul.teaser li:first-child {
  margin-bottom: 2rem;
}
ul.teaser li:first-child .background {
  left: 0;
  right: 0;
  width: 100%;
}
ul.teaser li:first-child video {
  width: 100%;
  height: 100%;
}
ul.teaser li:first-child .background.hero {
  left: 0;
  right: 0;
  display: block;
}
ul.teaser li:first-child .background.default {
  left: 0;
  right: 0;
  display: none;
}
ul.teaser li:first-child::after {
  padding-top: 54.347826087%;
  padding-top: calc(var(--max-width-wide) / 192 * 80);
}
@media screen and (max-width: 1280px) {
  ul.teaser li .text h2 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 980px) {
  ul.teaser {
    margin-bottom: 0;
  }
  ul.teaser li,
  ul.teaser li:first-child,
  ul.teaser li:nth-child(2n) {
    margin-bottom: 2rem;
  }
  ul.teaser li .background,
  ul.teaser li .background.default,
  ul.teaser li:first-child .background,
  ul.teaser li:first-child .background.default,
  ul.teaser li:nth-child(2n) .background,
  ul.teaser li:nth-child(2n) .background.default {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: initial;
    width: 100%;
  }
  ul.teaser li .background::after,
  ul.teaser li .background.default::after,
  ul.teaser li:first-child .background::after,
  ul.teaser li:first-child .background.default::after,
  ul.teaser li:nth-child(2n) .background::after,
  ul.teaser li:nth-child(2n) .background.default::after {
    content: "";
    display: block;
    padding-top: 71.7391304348%;
  }
  ul.teaser li video,
  ul.teaser li:first-child video,
  ul.teaser li:nth-child(2n) video {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: initial;
    aspect-ratio: 707/507;
    height: auto;
    width: 100%;
  }
  ul.teaser li .text,
  ul.teaser li:first-child .text,
  ul.teaser li:nth-child(2n) .text {
    position: absolute;
    width: 100%;
    top: 71.7391304348%;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 2rem;
    position: relative;
    top: initial;
  }
  ul.teaser li .text h2,
  ul.teaser li:first-child .text h2,
  ul.teaser li:nth-child(2n) .text h2 {
    color: #000 !important;
  }
  ul.teaser li .text h2 span[style],
  ul.teaser li:first-child .text h2 span[style],
  ul.teaser li:nth-child(2n) .text h2 span[style] {
    color: #000 !important;
  }
  ul.teaser li .text .sub,
  ul.teaser li:first-child .text .sub,
  ul.teaser li:nth-child(2n) .text .sub {
    color: #000 !important;
  }
  ul.teaser li .text .sub span[style],
  ul.teaser li:first-child .text .sub span[style],
  ul.teaser li:nth-child(2n) .text .sub span[style] {
    color: #000 !important;
  }
  ul.teaser li::after,
  ul.teaser li:first-child::after,
  ul.teaser li:nth-child(2n)::after {
    display: none;
    padding-bottom: 100%;
  }
}
/*
@media screen and (max-width: 800px) {

	ul.teaser {
		margin-bottom: 4rem;

		li,
		li:first-child {
			width: 100%;
			background-position: top;

			.text {
				align-items: center;
				align-content: center;
				h2 {
					text-align: center;
					order: 1;
				}
				.sub {
					order: 2;
					margin-bottom: 1rem;
					text-align: center;
				}
			}
			&::after {
				padding-top: 150%;
			}
		}
	}
}*/
.home-block-blogteaser h2 {
  font-weight: 800;
}

ul.blogteaser {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 4rem;
}
ul.blogteaser li {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
}
ul.blogteaser li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.blogteaser li .text {
  width: 50%;
  padding: 4rem 2rem;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #000;
}
ul.blogteaser li .text h2 {
  font-weight: 800;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 2rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
ul.blogteaser li .text .sub {
  display: block;
  margin-bottom: 2rem;
  letter-spacing: 0.02rem;
}
ul.blogteaser li .background {
  width: 50%;
  background-size: cover;
  display: block;
}
ul.blogteaser::after {
  display: block;
  content: "";
  padding-top: 28.125%;
  position: relative;
  pointer-events: none;
}
ul.blogteaser .blogteaser-controls {
  display: block;
  text-align: center;
  padding: 2rem;
  z-index: 1200;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3rem;
}
ul.blogteaser .blogteaser-controls span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 10px;
  border-radius: 100%;
  border: 0;
  background-color: #F9423A;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
ul.blogteaser .blogteaser-controls span.active {
  background-color: #F2F2F2;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 1360px) {
  .archive-products .thumbnail-wrapper .side {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  .archive-products .wrapper-loop {
    background-color: #FAFAFA;
  }
  .archive-products .wrapper-loop .loop-filter {
    width: 300px;
  }
  .archive-products .wrapper-loop > .loop {
    width: calc(100% - 300px - 2rem);
  }
  .find-dealer-results li div {
    width: calc(50% - 1rem);
  }
  .find-dealer-results li div:first-child {
    width: 100%;
  }
  .find-dealer-results li div:last-child {
    margin-top: 1rem;
  }
  .product-single .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .find-dealer-wrapper .top-dealer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .find-dealer-wrapper .search-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 2rem;
  }
  ul.products > li {
    width: calc(50% - 0.5rem);
  }
}
@media screen and (max-width: 1080px) {
  nav.columns:after {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  nav.columns > div {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .find-dealer-wrapper .select-wrapper {
    width: 240px;
  }
  ul.blogteaser li .text {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 980px) {
  table.product-details tr {
    width: 100%;
  }
  table.product-details tr:nth-child(odd) {
    background-color: #e0e0e0;
  }
  table.product-details tr:nth-child(even) {
    background-color: #fff;
  }
}
@media screen and (max-width: 900px) {
  ul.products > li h2 {
    font-size: 1.2rem;
  }
  ul.products > li .price {
    font-size: 1rem;
  }
  .archive-products .wrapper-loop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .archive-products .wrapper-loop .loop-filter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .archive-products .wrapper-loop > .loop {
    width: 100%;
    padding: 2rem;
    padding-bottom: 0;
  }
  .archive-products .wrapper-loop .bottom-pagination {
    padding: 2rem;
  }
  .filter-active {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .filter-list {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  ul.blogteaser {
    padding-bottom: 4rem;
  }
  ul.blogteaser li.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: auto;
    padding: 0;
    position: static;
  }
  ul.blogteaser li .text {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 2rem;
  }
  ul.blogteaser li .background {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  ul.blogteaser li .background::after {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  ul.blogteaser::after {
    display: none;
  }
  ul.blogteaser .blogteaser-controls {
    width: 100%;
  }
  .filter-wrapper {
    display: inline-block;
  }
  .archive-products .wrapper-loop .loop-filter {
    display: none;
  }
  .archive-products .wrapper-loop.filter-active .loop-filter {
    display: inherit;
  }
  .entry-summary {
    width: 100%;
    padding-left: 0;
  }
  .product-single .btn {
    width: auto;
    margin-bottom: 0;
  }
  .product-single .product-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-height: none;
    height: auto !important;
    max-height: none;
  }
  .product-single .product-cols h1 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    padding: 0;
    display: block;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .product-single .product-cols .entry-summary {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 0;
  }
  .find-dealer-wrapper .select-wrapper {
    width: 100%;
    margin-right: 0;
  }
  .find-dealer-wrapper form.finder input[type=text] {
    width: 100%;
    text-align: left;
    padding: 0 3rem;
    margin-right: 0;
  }
  .archive-posts .wrapper-h .sidebar, .single-post .sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .archive-posts .wrapper-h .posts, .single-post .content {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  ul.search-results li {
    max-width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .controls-wrapper {
    width: 100%;
    margin-bottom: 2rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .select-wrapper {
    margin-right: 0;
  }
  ul.highlights li {
    width: calc(50% - 2rem);
    max-width: none;
    margin-bottom: 2rem;
  }
  ul.highlights li:nth-child(n+3) {
    display: none;
  }
  .cols .sidebar {
    width: 100%;
  }
  .cols .sidebar + .content-col {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .archive-posts .wrapper-h .posts li {
    width: 100%;
  }
  .archive-posts .wrapper-h .posts li > h2 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .product-single .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mobile {
    display: inherit;
  }
  .desktop {
    display: none;
  }
  .single-page .wrapper-h {
    padding-bottom: 2rem;
  }
  .h1, h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 1rem 0;
    letter-spacing: 0.5rem;
  }
  .wrapper-h {
    padding: 1rem;
  }
  .sub-wrapper .widgets {
    display: block;
    display: none;
  }
  .sub-wrapper .widgets .subwidget {
    width: 100%;
    margin-bottom: 2rem;
  }
  ul.highlights li {
    width: 100%;
    max-width: none;
    margin-bottom: 2rem;
  }
  .find-dealer-results li div {
    width: 100%;
  }
  ul.blogteaser li .text {
    padding: 1rem;
  }
  ul.blogteaser h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  ul.blogteaser .blogteaser-controls {
    width: 100%;
  }
  footer h4 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  footer .btn-bar li {
    border: 0;
  }
  footer .btn-bar li a {
    font-size: 1rem;
  }
  footer .btn-bar ul {
    padding: 0;
  }
  ul.highlights li::after {
    padding-top: 76%;
  }
  ul.highlights li h2 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  ul.highlights li a.btn {
    padding: 0.4rem 1rem;
  }
  ul.highlights li .sub {
    font-size: 1rem;
    line-height: 1.2;
  }
  .controls-wrapper {
    display: block;
  }
  .select-wrapper {
    width: 100%;
    padding: 0;
  }
  .filter-wrapper, .btn-filter {
    width: 100%;
    text-align: left;
    text-transform: none;
  }
  .filter-wrapper {
    margin-bottom: 1rem;
  }
  .products-loop div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .products-loop div .pagination {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom-pagination {
    text-align: center;
  }
  .bottom-pagination .pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: none;
    margin: 0 auto;
    width: auto;
  }
  .products-loop div .pagination span {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 2rem;
  }
  .products-loop div .pagination .prev {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .products-loop div .pagination .next {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .product-single h1 {
    line-height: 1.8rem;
    font-size: 1.5rem;
  }
  .woocommerce-product-gallery {
    border-right: 0;
  }
  span.price {
    margin-bottom: 1rem;
    margin-top: 0rem;
  }
  .btn {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  ul.search-results li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  ul.search-results li .image-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  ul.search-results li .text-wrapper {
    width: 100%;
  }
  ul.materials li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  ul.materials li::after {
    content: "";
    display: block;
    clear: both;
  }
  ul.materials li .image-wrapper {
    width: 100%;
    text-align: center;
    float: none;
    padding: 0;
    padding-right: 1rem;
    padding-bottom: 1rem;
  }
  ul.materials li .image-wrapper img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  ul.materials li .text-wrapper,
  ul.materials li .text-wrapper:nth-child(even) {
    width: 100%;
    background-color: transparent;
    padding: 0;
    color: #000;
    text-align: center;
  }
  ul.materials li .text-wrapper h2,
  ul.materials li .text-wrapper:nth-child(even) h2 {
    color: #000;
    text-align: center;
  }
  .find-dealer-wrapper form.finder input[type=text] {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 540px) {
  .controls-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .select-wrapper {
    margin: 0;
  }
  ul.products > li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  form.finder label {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  ul.uitabs li > h3 {
    letter-spacing: 0.25rem;
  }
}
html {
  scroll-behavior: smooth;
}

:root {
  --fullheight: 100vh;
}

@supports (height: 100dvh) {
  .page-landing-scroller {
    --fullheight: 100dvh;
  }
}
.fp-watermark {
  display: none;
}

.page-landing-scroller {
  font-size: 1.2rem;
  --lp-color-purple: #B6405A;
  --lp-font-headline-size: 4rem;
  --lp-font-headline-weight: 300;
  /*
  header {
  	opacity: 100%;
  }

  .header-shadow {
  	display: none;
  }*/
}
.page-landing-scroller h2 {
  all: unset;
  display: block;
  font-size: 3rem;
  text-transform: uppercase;
}
.page-landing-scroller #open-factory-banner {
  display: none;
}
.page-landing-scroller .hero-wrapper {
  position: relative;
  height: var(--fullheight);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: none;
  max-width: none;
  background-size: cover;
  contain: paint;
  background-position: left center;
  -webkit-animation: background 2s ease-in-out;
  animation: background 2s ease-in-out;
}
.page-landing-scroller .hero-wrapper .text {
  position: absolute;
  margin: auto;
  width: 75%;
  padding: 2rem;
  text-align: center;
  color: #ffffff;
  color: #000;
  opacity: 0;
  -webkit-transition: opacity;
  transition: opacity;
  --xCurrent: calc(0px - var(--rangeTotal) / 100 * var(--scroll) + var(--currentOffset));
  --xMax: calc( 0px - var(--xRange));
  --xMin: 0px;
  translate: clamp(var(--xMax), var(--xCurrent), var(--xMin)) 0;
}
.page-landing-scroller .hero-wrapper .text h1 {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.page-landing-scroller .hero-wrapper .text span.sub {
  display: block;
  font-size: 2rem;
  font-style: italic;
}
.page-landing-scroller .scroller-section {
  contain: paint;
}
.page-landing-scroller .scroller-section.active .hero-wrapper,
.page-landing-scroller .scroller-section.active + * .hero-wrapper,
.page-landing-scroller .scroller-section:has(+ .active) .hero-wrapper {
  --xCurrent: calc(0px + ( var(--rangeTotal) / 100 * var(--scroll) + var(--currentOffset) - var(--currentSection) * var(--boxWidth) ) / 2);
  --xMax: 0px;
  --xMin: calc( 0px + var(--xRange));
  translate: clamp(var(--xMax), var(--xCurrent), var(--xMin)) 0;
}
.page-landing-scroller .scroller-section.active .hero-wrapper .text,
.page-landing-scroller .scroller-section.active + * .hero-wrapper .text,
.page-landing-scroller .scroller-section:has(+ .active) .hero-wrapper .text {
  opacity: 1;
}
.page-landing-scroller .augmented-module-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  height: 100dvh;
  background-color: #fff;
}
.page-landing-scroller .augmented-module-wrapper .augmented-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box {
  contain: paint;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist {
  contain: paint;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li {
  list-style: none;
  position: absolute;
  background-color: rgba(249, 66, 58, 0.8);
  width: 1rem;
  height: 1rem;
  width: 2rem;
  height: 2rem;
  padding-top: 6px;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li::after {
  content: "+";
  display: inline-block;
  color: #fff;
  line-height: 1;
  height: 1rem;
  width: 1rem;
  text-align: center;
  position: relative;
  top: -0.275rem;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 2rem;
  min-height: 2rem;
  font-size: 0;
  top: 1rem;
  left: 1rem;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li > span > span {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  vertical-align: middle;
  line-height: 1.4;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  width: 1rem;
  border-top: 1px solid #F9423A;
  border-left: 1px solid #F9423A;
  border-bottom: 1px solid #F9423A;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li > span::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  width: 1rem;
  border-top: 1px solid #F9423A;
  border-right: 1px solid #F9423A;
  border-bottom: 1px solid #F9423A;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li:hover, .page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li.active {
  background-color: transparent;
  width: 120px;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li:hover > span, .page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li.active > span {
  position: relative;
  font-size: 1rem;
  background-color: rgba(249, 66, 58, 0.8);
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-transform: uppercase;
  width: 15rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-animation-name: augmentedFont;
  animation-name: augmentedFont;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li:hover > span > span, .page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li.active > span > span {
  opacity: 1;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li:hover::after, .page-landing-scroller .augmented-module-wrapper .augmented-box ul.itemlist li.active::after {
  content: "";
  display: none;
}
.page-landing-scroller .augmented-module-wrapper .augmented-module-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 4rem;
  -webkit-transition: color 0.5s ease-in-out 0.5s, background 0.5s ease-in-out 0.5s;
  transition: color 0.5s ease-in-out 0.5s, background 0.5s ease-in-out 0.5s;
  text-align: left;
}
.page-landing-scroller .augmented-module-wrapper .augmented-module-text > * {
  position: relative;
  translate: 0 -20%;
  -webkit-transition: translate 0.5s ease-in-out;
  transition: translate 0.5s ease-in-out;
}
.page-landing-scroller .augmented-module-wrapper .augmented-module-text h2 {
  margin-bottom: 4rem;
  position: relative;
}
.page-landing-scroller .augmented-module-wrapper .augmented-module-text p {
  color: inherit;
  font-weight: 300;
  -webkit-transition: inherit;
  transition: inherit;
  padding-left: 2rem;
  font-size: 1rem;
}
.page-landing-scroller .active .augmented-module-wrapper .augmented-module-text > * {
  translate: 0 0;
}
.page-landing-scroller .scroller-section.active .augmented-module-wrapper .augmented-module-text {
  background-color: #ffffff;
  color: #000;
}
.page-landing-scroller .scroller-section.active .augmented-module-wrapper .augmented-module-text h2 {
  color: #000;
}
.page-landing-scroller .scroller-section.active .augmented-module-wrapper .augmented-module-text p {
  color: inherit;
}
.page-landing-scroller .slide-hero {
  position: relative;
  width: 100%;
  height: var(--fullheight);
  contain: paint;
}
.page-landing-scroller .slide-hero img {
  display: block;
  inset: 0;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}
.page-landing-scroller .scroller-row:first-child .scroller-section:has(.features-module) {
  --yCurrent: calc(0px - var(--rangeTotal) / 100 * var(--scroll) + var(--currentOffset) - var(--boxHeight) * 1 + var(--currentSection) * var(--boxWidth) + var(--boxHeight));
  --yMax: calc( 0px - 1 * var(--yRange));
  --yMin: 0px;
  translate: 0 clamp(var(--yMax), var(--yCurrent), var(--yMin));
}
.page-landing-scroller .features-module {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.page-landing-scroller .features-module .features-module-text {
  background-color: #000;
  color: #fff;
  padding: 4rem;
  min-height: var(--fullheight);
}
.page-landing-scroller .features-module .features-module-text h2 {
  display: block;
  font-size: var(--lp-font-headline-size);
  font-weight: var(--lp-font-headline-weight);
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  margin: 0;
  margin-bottom: 4rem;
}
.page-landing-scroller .features-module .features-module-text p {
  color: inherit;
  padding-left: 2rem;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist {
  all: unset;
  display: block;
  list-style: none;
  padding-left: 2rem;
  color: #fff;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li {
  all: unset;
  position: relative;
  display: block;
  list-style: none;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: inherit;
  opacity: 0;
  text-align: left;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(1) {
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(2) {
  -webkit-transition: opacity 0.5s ease-in-out 0.75s;
  transition: opacity 0.5s ease-in-out 0.75s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(3) {
  -webkit-transition: opacity 0.5s ease-in-out 1s;
  transition: opacity 0.5s ease-in-out 1s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(4) {
  -webkit-transition: opacity 0.5s ease-in-out 1.25s;
  transition: opacity 0.5s ease-in-out 1.25s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(5) {
  -webkit-transition: opacity 0.5s ease-in-out 1.5s;
  transition: opacity 0.5s ease-in-out 1.5s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(6) {
  -webkit-transition: opacity 0.5s ease-in-out 1.75s;
  transition: opacity 0.5s ease-in-out 1.75s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(7) {
  -webkit-transition: opacity 0.5s ease-in-out 2s;
  transition: opacity 0.5s ease-in-out 2s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(8) {
  -webkit-transition: opacity 0.5s ease-in-out 2.25s;
  transition: opacity 0.5s ease-in-out 2.25s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(9) {
  -webkit-transition: opacity 0.5s ease-in-out 2.5s;
  transition: opacity 0.5s ease-in-out 2.5s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(10) {
  -webkit-transition: opacity 0.5s ease-in-out 2.75s;
  transition: opacity 0.5s ease-in-out 2.75s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(11) {
  -webkit-transition: opacity 0.5s ease-in-out 3s;
  transition: opacity 0.5s ease-in-out 3s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(12) {
  -webkit-transition: opacity 0.5s ease-in-out 3.25s;
  transition: opacity 0.5s ease-in-out 3.25s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(13) {
  -webkit-transition: opacity 0.5s ease-in-out 3.5s;
  transition: opacity 0.5s ease-in-out 3.5s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(14) {
  -webkit-transition: opacity 0.5s ease-in-out 3.75s;
  transition: opacity 0.5s ease-in-out 3.75s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(15) {
  -webkit-transition: opacity 0.5s ease-in-out 4s;
  transition: opacity 0.5s ease-in-out 4s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(16) {
  -webkit-transition: opacity 0.5s ease-in-out 4.25s;
  transition: opacity 0.5s ease-in-out 4.25s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(17) {
  -webkit-transition: opacity 0.5s ease-in-out 4.5s;
  transition: opacity 0.5s ease-in-out 4.5s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(18) {
  -webkit-transition: opacity 0.5s ease-in-out 4.75s;
  transition: opacity 0.5s ease-in-out 4.75s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(19) {
  -webkit-transition: opacity 0.5s ease-in-out 5s;
  transition: opacity 0.5s ease-in-out 5s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li:nth-child(20) {
  -webkit-transition: opacity 0.5s ease-in-out 5.25s;
  transition: opacity 0.5s ease-in-out 5.25s;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li::before {
  content: "+";
  color: var(--lp-color-purple);
  position: absolute;
  top: 0;
  left: 0;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li .title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.page-landing-scroller .features-module .features-module-text ul.itemlist li p {
  all: unset;
  display: block;
}
.page-landing-scroller .features-module .features-module-image {
  min-height: var(--fullheight);
  position: relative;
}
.page-landing-scroller .features-module .features-module-image .image-wrapper {
  height: var(--fullheight);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.page-landing-scroller .features-module .features-module-image .image-wrapper img {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.page-landing-scroller .active .features-module .features-module-text ul.itemlist li {
  opacity: 1;
}
.page-landing-scroller .active .features-module .features-module-image .image-wrapper img {
  opacity: 1;
}
.page-landing-scroller .combination-section {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.page-landing-scroller .combination-section .text-wrapper {
  background-color: #fff;
  color: #000;
  padding: 4rem;
}
.page-landing-scroller .combination-section .image-wrapper {
  position: relative;
}
.page-landing-scroller .combination-section .image-wrapper img {
  position: absolute;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-landing-scroller .combination-module {
  width: 100%;
  height: var(--fullheight);
  overflow-y: hidden;
}
.page-landing-scroller .combination-module .combination-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
.page-landing-scroller .combination-module .combination-item .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
}
.page-landing-scroller .combination-module .combination-item .text-wrapper span.title {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.page-landing-scroller .combination-module .combination-item .image-wrapper {
  height: 100%;
  position: relative;
  background-color: #fff;
}
.page-landing-scroller .combination-module .combination-item .image-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  top: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.page-landing-scroller .gallery-module {
  height: var(--fullheight);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page-landing-scroller .gallery-module .gallery-module-item {
  height: var(--fullheight);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-size: cover;
  background-attachment: fixed;
}
.page-landing-scroller .gallery-module .gallery-module-item::after {
  display: none;
}
.page-landing-scroller .variations-module {
  background-color: #000;
  padding: 4rem;
  min-height: var(--fullheight);
}
.page-landing-scroller .variations-module h2 {
  display: block;
  font-size: var(--lp-font-headline-size);
  font-weight: var(--lp-font-headline-weight);
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 4rem;
}

.phunk-cookie-wrapper .phunk-cookie-modal {
  max-height: 100%;
  width: 620px;
  overflow-y: auto;
}
.phunk-cookie-wrapper .phunk-cookie-modal h2 {
  font-size: 1.5rem;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  line-height: 2rem;
  font-weight: 800;
}
.phunk-cookie-wrapper .phunk-cookie-modal h2::before {
  content: "";
  background-image: url(../img/bison.svg);
  background-size: cover;
  background-position: center;
  display: block;
  width: 2.6rem;
  height: 1.56rem;
  margin: 0 auto;
  margin-bottom: 1.1rem;
}
.phunk-cookie-wrapper .phunk-cookie-modal > p {
  text-align: center;
}
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] .btn-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2rem;
}
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] input[type=submit],
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] a.phunk-cookie-submit-all,
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] a.phunk-cookie-submit-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  background-color: #F9423A;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 1rem;
  width: auto;
  text-transform: uppercase;
  border-radius: 0;
}
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] input[type=submit]:hover,
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] a.phunk-cookie-submit-all:hover,
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] a.phunk-cookie-submit-none:hover {
  color: #ffffff;
  background-color: #000000;
}
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] .label > p {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 1rem;
}
.phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] .label > input {
  margin-left: auto;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.phunk-cookie-wrapper .phunk-cookie-modal input[type=checkbox] {
  display: block;
  width: calc(4rem + 4px);
  height: calc(2rem + 4px);
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2rem;
  position: relative;
  background-color: #D7D7D7;
  border: 2px solid #D7D7D7;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  outline: 0;
}
.phunk-cookie-wrapper .phunk-cookie-modal input[type=checkbox]:disabled {
  opacity: 0.5;
}
.phunk-cookie-wrapper .phunk-cookie-modal input[type=checkbox]::before {
  content: "";
  background-color: #FAFAFA;
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  top: 0;
  left: 0;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}
.phunk-cookie-wrapper .phunk-cookie-modal input[type=checkbox]:checked {
  background-color: #F9423A;
  border-color: #F9423A;
}
.phunk-cookie-wrapper .phunk-cookie-modal input[type=checkbox]:checked::before {
  left: calc(100% - 2rem);
}
.phunk-cookie-wrapper .phunk-cookie-modal .collapsible .collapsible-inner {
  max-height: 0;
  height: auto;
  overflow: hidden;
  -webkit-transition: max-height 0.25s linear;
  transition: max-height 0.25s linear;
  padding-left: 3rem;
}
.phunk-cookie-wrapper .phunk-cookie-modal .collapsible .collapsible-control {
  color: #ffffff;
  background-color: #F9423A;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.phunk-cookie-wrapper .phunk-cookie-modal .collapsible .collapsible-control::after {
  content: "\f054";
  display: block;
  text-align: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.phunk-cookie-wrapper .phunk-cookie-modal .collapsible.active .collapsible-control::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.phunk-cookie-wrapper .phunk-cookie-modal .collapsible.active .collapsible-inner {
  max-height: 1000px;
}

@media screen and (max-width: 600px) {
  .phunk-cookie-wrapper .phunk-cookie-modal {
    padding: 1rem;
  }
  .phunk-cookie-wrapper .phunk-cookie-modal h2 {
    font-size: 1.2rem;
    letter-spacing: 0.32rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 1.6rem;
    font-weight: 800;
  }
  .phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] .btn-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] .btn-row input[type=submit] {
    width: 100%;
    text-align: center;
  }
  .phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] .btn-row a.phunk-cookie-submit-none {
    width: 100%;
  }
  .phunk-cookie-wrapper .phunk-cookie-modal form[name=phunk-cookie] .btn-row a.phunk-cookie-submit-all {
    width: 100%;
  }
}
.tatonka-dealer-search-page {
  max-width: 100%;
  width: var(--max-width-wide);
  margin: 0 auto;
  padding: 2rem;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c {
  border-radius: 0;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow span {
  display: block;
  font-size: 1rem;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow .title {
  font-weight: bold;
  display: block;
  font-size: 1.2rem;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow .phone {
  padding-top: 0.5rem;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow .phone::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "\f095";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  background-color: #F2F2F2;
  margin-right: 0.5rem;
  /*
  border-radius: 100%;
  width: 2rem;
  height: 2rem;*/
  color: #D7D7D7;
  background-color: transparent;
  font-weight: bold;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow div.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 1rem 0;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow div.btns a {
  text-align: center;
  width: 4rem;
  margin-right: 0.5rem;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow div.btns a::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  background-color: #D7D7D7;
  border-radius: 100%;
  margin-bottom: 0.5rem;
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow div.btns .email::before {
  content: "\f0e0";
}
.tatonka-dealer-search-page .gm-style .gm-style-iw-c .infowindow div.btns .website::before {
  content: "\f0ac";
}
.tatonka-dealer-search-page .tatonka-dealer-search-display {
  position: relative;
  width: 100%;
}
.tatonka-dealer-search-page .tatonka-dealer-search-display::after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.tatonka-dealer-search-page .tatonka-dealer-search-display .tatonka-dealer-search-alert {
  display: block;
  position: absolute;
  width: 24rem;
  left: 50%;
  margin-left: -12rem;
  top: 5rem;
  padding: 2rem;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
}
.tatonka-dealer-search-page .tatonka-dealer-search-display .tatonka-dealer-search-alert .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.tatonka-dealer-search-page .tatonka-dealer-search-display .tatonka-dealer-search-alert .btn-close::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  font-weight: 400;
}
.tatonka-dealer-search-page .tatonka-dealer-search-panel-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 1rem;
  padding-top: 5rem;
  overflow: hidden;
  width: 28rem;
  outline: 0;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form {
  width: 24rem;
  background-color: #fff;
  z-index: 400;
  padding: 2rem;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form span.product-title {
  display: block;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form .search-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #000;
  background-color: #D7D7D7;
  padding: 0.5rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form .search-filter::after {
  display: inline-block;
  width: auto;
  top: 0.5rem;
  right: 0.5rem;
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  position: absolute;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form .search-filter span.title {
  display: inline-block;
  margin-right: 0.5rem;
  text-transform: uppercase;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form .search-filter span.color-patch {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form label {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form .select-wrapper {
  width: 100%;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form .options-wrapper {
  margin: 2rem 0;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form input[type=text] {
  width: 100%;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form input[type=submit] {
  width: 100%;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form #geolocation:disabled {
  background-color: #D7D7D7;
}
.tatonka-dealer-search-page .tatonka-dealer-search-form #geolocation i {
  display: inline-block;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results {
  display: none;
  width: 26rem;
  background-color: transparent;
  z-index: 400;
  padding: 0;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  overflow-y: scroll;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  /*
  scrollbar-width: thin;
  scrollbar-color: rgba($color-text, 0.25) $color-white;


  &::-webkit-scrollbar {
  	width: 1rem;
  }

  &::-webkit-scrollbar-track {
  	background: rgba($color-text, 0.25);
  }

  &::-webkit-scrollbar-thumb {
  	background-color: $color-white;
  }

  */
}
.tatonka-dealer-search-page .tatonka-dealer-search-results.active {
  display: block;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 24rem;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li {
  scroll-snap-align: start;
  display: block;
  margin: 0;
  margin-bottom: 0.5rem;
  padding: 2rem;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li.active {
  background-color: white;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li:hover {
  cursor: pointer;
  background-color: white;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li span {
  display: block;
  font-size: 1rem;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li .title {
  font-weight: bold;
  display: block;
  font-size: 1.2rem;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li .phone {
  padding-top: 0.5rem;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li .phone::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: "\f095";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  background-color: #F2F2F2;
  margin-right: 0.5rem;
  /*
  border-radius: 100%;
  width: 2rem;
  height: 2rem;*/
  color: #D7D7D7;
  background-color: transparent;
  font-weight: bold;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 1rem 0;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.btns a {
  text-align: center;
  width: 4rem;
  margin-right: 0.5rem;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.btns a::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  font-family: "Font Awesome 5 Pro";
  color: #ffffff;
  width: 3rem;
  height: 3rem;
  background-color: #D7D7D7;
  border-radius: 100%;
  margin-bottom: 0.5rem;
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.btns .email::before {
  content: "\f0e0";
}
.tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.btns .website::before {
  content: "\f0ac";
}
.tatonka-dealer-search-page #map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  outline: 0;
}
.tatonka-dealer-search-page #map-canvas::after {
  display: none;
}
.tatonka-dealer-search-page .gmnoprint {
  padding: calc(1rem - 10px);
  z-index: 2000;
}

@media screen and (max-width: 1360px) {
  .tatonka-dealer-search-page {
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-display {
    position: static;
    width: 100%;
    max-width: 100%;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-display .tatonka-dealer-search-alert {
    position: static;
    margin: 0;
    width: 100%;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-panel-wrapper {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    overflow: initial;
    padding: 0;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-form {
    width: 100%;
    background-color: #fff;
    z-index: 400;
    padding: 2rem;
    margin-bottom: 1rem;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-form label {
    width: 100%;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-form .select-wrapper {
    width: 100%;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-form input[type=text] {
    width: 100%;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results {
    width: 100%;
    background-color: #fff;
    z-index: 400;
    padding: 0 2rem;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    overflow-y: initial;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list {
    width: 100%;
    padding: 0;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    width: 100%;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.title-data {
    width: 12rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.address-data {
    width: 20rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.btns {
    width: 16rem;
    padding: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tatonka-dealer-search-page #map-canvas {
    position: static;
    width: 100%;
  }
  .tatonka-dealer-search-page #map-canvas::after {
    display: block;
    padding-top: 100%;
    content: "";
  }
  .tatonka-dealer-search-page .gmnoprint {
    padding: calc(1rem - 10px);
    z-index: 2000;
  }
}
@media screen and (max-width: 900px) {
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.title-data {
    width: 100%;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.address-data {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tatonka-dealer-search-page .tatonka-dealer-search-results ul.tatonka-dealer-search-results-list li div.btns {
    width: 100%;
    padding: 1rem 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.ajax-search-wrapper {
  display: none;
  width: 100%;
  right: 0;
  position: absolute;
  top: 100%;
}
.ajax-search-wrapper .wrapper-layout-width {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1920px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ajax-search-wrapper h3 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
.ajax-search-wrapper .ajax-search-col1 {
  width: calc(1920px / 4);
  max-width: 50%;
  padding: 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ajax-search-wrapper .ajax-search-col2 {
  width: calc(1920px / 4);
  max-width: 50%;
  padding: 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ajax-search-wrapper .search-link-wrapper {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}
.ajax-search-wrapper .search-link {
  display: none;
}
.ajax-search-wrapper .search-link.active {
  display: inline-block;
}
.ajax-search-wrapper .ajax-search-results {
  display: none;
  margin-bottom: 2rem;
  width: 100%;
}
.ajax-search-wrapper .ajax-search-results ul.search-results-list {
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
}
.ajax-search-wrapper .ajax-search-results ul.search-results-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.ajax-search-wrapper .ajax-search-results ul.search-results-list li a {
  color: #000;
  letter-spacing: 0.025rem;
  line-height: 1.6rem;
}
.ajax-search-wrapper .ajax-search-results ul.search-results-list li a span.title {
  display: block;
  margin: 0;
  font-size: 1rem;
  text-transform: uppercase;
}
.ajax-search-wrapper .ajax-search-results ul.search-results-list li a:hover {
  color: #F9423A;
}
.ajax-search-wrapper .ajax-search-results.active {
  display: block;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions {
  border-right: 1px solid #D7D7D7;
  padding-right: 2rem;
  margin-right: -2rem;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li {
  margin-bottom: 1rem;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li a .wrapper-img {
  width: 5rem;
  position: relative;
  border: 1px solid #D7D7D7;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li a .wrapper-img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li a .wrapper-img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li a .wrapper-text {
  width: calc(100% - 6rem);
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li a .wrapper-text span.sub {
  display: block;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li a .wrapper-text span.category {
  display: block;
}
.ajax-search-wrapper .ajax-search-results.product_suggestions ul.search-results-list li a .wrapper-text span.price {
  display: block;
  margin: 0;
  font-size: 1rem;
}
.ajax-search-wrapper .ajax-search-results.tag_matches ul.search-results-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ajax-search-wrapper .ajax-search-results.tag_matches ul.search-results-list li a span.count {
  width: 5rem;
  text-align: right;
}
.ajax-search-wrapper.active {
  display: block;
}
.ajax-search-wrapper .loading-indicator {
  display: none;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ajax-search-wrapper .loading-indicator > .icon {
  display: block;
  color: #F9423A;
  background-color: #fff;
  padding: 4rem;
  text-align: center;
  width: calc(1920px / 2);
  max-width: 100%;
}
.ajax-search-wrapper .loading-indicator > .icon::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  content: "\f3f4";
  font-family: "Font Awesome 5 Pro";
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.ajax-search-wrapper.pending {
  display: block;
}
.ajax-search-wrapper.pending > * {
  display: none;
}
.ajax-search-wrapper.pending > .loading-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.search-active .ajax-search-wrapper.active {
  display: block;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 800px) {
  body.search-active header form[name=search] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
  }
  body.search-active header form[name=search]::after {
    content: "";
    display: block;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    background-color: #ffffff;
    height: 6rem;
    z-index: 800;
  }
  body.search-active header form[name=search] .search-wrapper {
    z-index: 999;
    margin-bottom: 2rem;
  }
  body.search-active header form[name=search] .search-wrapper input[type=text] {
    font-size: 100%;
  }
  .ajax-search-wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    padding-top: 8rem;
    position: absolute;
    overflow-y: auto;
  }
  .ajax-search-wrapper .wrapper-layout-width {
    display: block;
  }
  .ajax-search-wrapper .ajax-search-col1 {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  .ajax-search-wrapper .ajax-search-col2 {
    max-width: 100%;
    width: 100%;
    padding: 0;
    padding-bottom: 4rem;
  }
  .ajax-search-wrapper .ajax-search-results {
    margin: 0;
    margin-bottom: 2rem;
  }
  .ajax-search-wrapper .ajax-search-results ul.search-results-list {
    margin-bottom: 0rem;
  }
  .ajax-search-wrapper .ajax-search-results ul.search-results-list + a.search-link {
    margin-top: 1rem;
  }
  .ajax-search-wrapper .ajax-search-results.product_suggestions {
    border-right: 0;
    margin: 0;
    padding: 0;
  }
  .ajax-search-wrapper .ajax-search-wrapper, .ajax-search-wrapper .search-link-wrapper {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.zeltserien-overview h2 {
  font-weight: 800;
}
.zeltserien-overview h1, .zeltserien-overview h2, .zeltserien-overview h3, .zeltserien-overview h4 {
  padding: 2rem;
  margin-bottom: 0;
  max-width: 100%;
}
.zeltserien-overview .hero-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  padding: 0;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
}
.zeltserien-overview .hero-wrapper video.bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.zeltserien-overview .hero-wrapper .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 1rem;
}
.zeltserien-overview .hero-wrapper .text h1 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem;
  width: auto;
  display: inline-block;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-weight: 800;
  width: 700px;
  letter-spacing: 0.5rem;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: 1rem;
  font-size: 3rem;
  line-height: 3.4rem;
}
.zeltserien-overview .hero-wrapper .text h1 i {
  color: #F9423A;
  font-style: normal;
}
.zeltserien-overview .hero-wrapper .text h1::before {
  content: "";
  background-image: url("../img/bison-w.svg");
  background-size: cover;
  background-position: center;
  display: block;
  width: 4rem;
  height: 2.4rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.zeltserien-overview .hero-wrapper .text .sub {
  display: block;
  color: #fff;
  text-align: center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.zeltserien-overview .hero-wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.zeltserien-overview .intro {
  text-align: center;
}
.zeltserien-overview .intro p {
  font-size: 1.2rem;
  margin-bottom: 4rem;
  letter-spacing: 0.1rem;
}
.zeltserien-overview .zeltserien-loop {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.zeltserien-overview .zeltserien-loop li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.zeltserien-overview .zeltserien-loop li .wrapper-image {
  position: relative;
  width: 50%;
}
.zeltserien-overview .zeltserien-loop li .wrapper-image a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.zeltserien-overview .zeltserien-loop li .wrapper-image a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.zeltserien-overview .zeltserien-loop li .wrapper-image::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.zeltserien-overview .zeltserien-loop li .wrapper-text {
  text-align: center;
  width: 50%;
  padding: 2rem;
  -ms-flex-item-align: center;
  align-self: center;
}
.zeltserien-overview .zeltserien-loop li .wrapper-text h2 {
  color: #F9423A;
  line-height: 2.4rem;
}
.zeltserien-overview .zeltserien-loop li .wrapper-text p {
  font-size: 1.2rem;
}
.zeltserien-overview .zeltserien-loop li:nth-child(even) .wrapper-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.zeltserien-overview .zeltserien-loop li:nth-child(even) .wrapper-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.zelte-overview h2 {
  font-weight: 800;
}
.zelte-overview h1, .zelte-overview h2, .zelte-overview h3, .zelte-overview h4 {
  padding: 2rem;
  margin-bottom: 0;
  max-width: 100%;
}
.zelte-overview .hero-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  padding: 0;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
}
.zelte-overview .hero-wrapper video.bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.zelte-overview .hero-wrapper .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 1rem;
}
.zelte-overview .hero-wrapper .text h1 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem;
  width: auto;
  display: inline-block;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-weight: 800;
  width: 700px;
  letter-spacing: 0.5rem;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: 1rem;
  font-size: 3rem;
  line-height: 3.4rem;
}
.zelte-overview .hero-wrapper .text h1 i {
  color: #F9423A;
  font-style: normal;
}
.zelte-overview .hero-wrapper .text h1::before {
  content: "";
  background-image: url("../img/bison-w.svg");
  background-size: cover;
  background-position: center;
  display: block;
  width: 4rem;
  height: 2.4rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.zelte-overview .hero-wrapper .text .sub {
  display: block;
  color: #fff;
  text-align: center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.zelte-overview .hero-wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.zelte-overview .intro {
  text-align: center;
}
.zelte-overview .intro p {
  font-size: 1.2rem;
  margin-bottom: 4rem;
  letter-spacing: 0.1rem;
}
.zelte-overview .zelte-loop {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.zelte-overview .zelte-loop li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.zelte-overview .zelte-loop li .wrapper-image {
  position: relative;
  width: 50%;
}
.zelte-overview .zelte-loop li .wrapper-image a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.zelte-overview .zelte-loop li .wrapper-image a img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.zelte-overview .zelte-loop li .wrapper-image::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.zelte-overview .zelte-loop li .wrapper-text {
  text-align: center;
  width: 50%;
  padding: 2rem;
  -ms-flex-item-align: center;
  align-self: center;
}
.zelte-overview .zelte-loop li .wrapper-text h2 {
  color: #F9423A;
}
.zelte-overview .zelte-loop li .wrapper-text p {
  font-size: 1.2rem;
}
.zelte-overview .zelte-loop li:nth-child(even) .wrapper-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.zelte-overview .zelte-loop li:nth-child(even) .wrapper-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.single-zelt h2 {
  font-weight: 800;
}
.single-zelt h1, .single-zelt h2, .single-zelt h3, .single-zelt h4 {
  padding: 2rem;
  margin-bottom: 0;
  max-width: 100%;
}
.single-zelt .wrapper-h {
  background-color: transparent;
}
.single-zelt .hero-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 2rem;
  padding: 0;
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  */
}
.single-zelt .hero-wrapper video.bg-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.single-zelt .hero-wrapper .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 1rem;
}
.single-zelt .hero-wrapper .text h1 {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem;
  width: auto;
  display: inline-block;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-weight: 800;
  width: 700px;
  letter-spacing: 0.5rem;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: 1rem;
  font-size: 3rem;
  line-height: 3.4rem;
}
.single-zelt .hero-wrapper .text h1 i {
  color: #F9423A;
  font-style: normal;
}
.single-zelt .hero-wrapper .text h1::before {
  content: "";
  background-image: url("../img/bison-w.svg");
  background-size: cover;
  background-position: center;
  display: block;
  width: 4rem;
  height: 2.4rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
.single-zelt .hero-wrapper .text .sub {
  display: block;
  color: #fff;
  text-align: center;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.single-zelt .hero-wrapper::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.single-zelt .intro {
  text-align: center;
}
.single-zelt .intro p {
  font-size: 1.2rem;
  margin-bottom: 4rem;
  letter-spacing: 0.1rem;
}
.single-zelt .detailer-module {
  margin-bottom: 2rem;
}
.single-zelt .detailer-module .wrapper-h {
  padding: 0;
}
.single-zelt .wrapper-detailer {
  width: 100%;
  position: relative;
}
.single-zelt .wrapper-detailer::after {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.single-zelt .wrapper-detailer .detailer-controls {
  z-index: 300;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-zelt .wrapper-detailer .detailer-controls li {
  list-style: none;
  display: block;
  padding: 0 1px;
  width: 33.3333333333%;
}
.single-zelt .wrapper-detailer .detailer-controls li a {
  display: block;
  text-decoration: none;
  background-color: #F9423A;
  color: #ffffff;
  padding: 0.25rem 2rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.single-zelt .wrapper-detailer .detailer-controls li a.active {
  background-color: rgba(249, 66, 58, 0.75);
}
.single-zelt .wrapper-detailer .detailer-views {
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.single-zelt .wrapper-detailer .detailer-views li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.single-zelt .wrapper-detailer .detailer-views li.active {
  display: block;
}
.single-zelt .wrapper-detailer .detailer-views li.active img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.single-zelt .wrapper-detailer .detailer-views li.active a {
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  border: 1px solid rgba(249, 66, 58, 0.5);
  cursor: pointer;
  z-index: 220;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-zelt .wrapper-detailer .detailer-views li.active a::before {
  content: "";
  position: absolute;
  border: 1px solid rgba(249, 66, 58, 0.5);
  display: block;
  border-radius: 4rem;
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-zelt .wrapper-detailer .detailer-views li.active a::after {
  content: "";
  position: absolute;
  background-color: rgba(249, 66, 58, 0.9);
  display: block;
  border-radius: 4rem;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.single-zelt .wrapper-detailer .detailer-views li.active a:hover, .single-zelt .wrapper-detailer .detailer-views li.active a:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.single-zelt .wrapper-detailer .detailer-views li.active a:hover::before, .single-zelt .wrapper-detailer .detailer-views li.active a:focus::before {
  border-color: rgba(249, 66, 58, 0.5);
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}
.single-zelt .wrapper-detailer .detailer-views li.active a:hover::after, .single-zelt .wrapper-detailer .detailer-views li.active a:focus::after {
  border-color: #f9423a;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}
.single-zelt .wrapper-detailer .detailer-views-zoomed {
  list-style: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.single-zelt .wrapper-detailer .detailer-views-zoomed li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  display: none;
}
.single-zelt .wrapper-detailer .detailer-views-zoomed li.active {
  display: block;
  z-index: 400;
}
.single-zelt .wrapper-detailer .detailer-views-zoomed li.active img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.single-zelt .wrapper-detailer .detailer-views-zoomed li.active span.desc {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  display: block;
  padding-left: 2.5rem;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.single-zelt .wrapper-detailer .detailer-views-zoomed li.active span.desc::before {
  content: "";
  background-color: #F9423A;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.single-zelt .wrapper-detailer .detailer-views-zoomed li.active span.desc::after {
  content: "+";
  color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: none;
}
.single-zelt .wrapper-detailer .detailer-views-zoomed li.active span.close {
  position: absolute;
  display: block;
  top: 2rem;
  right: 2rem;
  height: 3rem;
  width: 3rem;
  background-color: transparent;
  background-image: url(../img/cursors/close-red.svg);
  background-size: cover;
  z-index: 9999;
  cursor: pointer;
}
.single-zelt .zelte-loop {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-zelt .zelte-loop li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.single-zelt .zelte-loop li .wrapper-image {
  position: relative;
  width: 50%;
}
.single-zelt .zelte-loop li .wrapper-image::after {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.single-zelt .zelte-loop li .wrapper-image img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.single-zelt .zelte-loop li .wrapper-text {
  text-align: center;
  width: 50%;
  padding: 2rem;
  -ms-flex-item-align: center;
  align-self: center;
}
.single-zelt .zelte-loop li .wrapper-text h2 {
  color: #F9423A;
}
.single-zelt .zelte-loop li .wrapper-text p {
  font-size: 1.2rem;
}
.single-zelt .zelte-loop li:nth-child(even) .wrapper-image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.single-zelt .zelte-loop li:nth-child(even) .wrapper-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.single-zelt .combination-module {
  margin-bottom: 2rem;
}
.single-zelt .combination-module .wrapper-h ul.itemlist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.single-zelt .combination-module .wrapper-h ul.itemlist li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
}
.single-zelt .combination-module .wrapper-h ul.itemlist li .image-wrapper {
  width: 50%;
  background-size: cover;
}
.single-zelt .combination-module .wrapper-h ul.itemlist li .image-wrapper::after {
  content: "";
  display: block;
  padding-top: 75%;
}
.single-zelt .combination-module .wrapper-h ul.itemlist li .text-wrapper {
  width: 50%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 1rem;
  text-align: center;
  padding: 4rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.single-zelt .combination-module .wrapper-h ul.itemlist li .text-wrapper .title {
  display: block;
  text-transform: uppercase;
  color: #F9423A;
  letter-spacing: 0.5rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.4rem;
  font-size: 1.7rem;
  line-height: 2.1rem;
}
.single-zelt .combination-module .wrapper-h ul.itemlist li:nth-child(even) .image-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.single-zelt .combination-module .wrapper-h ul.itemlist li:nth-child(even) .text-wrapper {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.single-zelt .features-module {
  margin-bottom: 2rem;
}
.single-zelt .features-module .features-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-zelt .features-module .image-wrapper {
  width: 50%;
  padding-left: 1rem;
}
.single-zelt .features-module .image-wrapper img {
  width: 100%;
  height: auto;
}
.single-zelt .features-module .text-wrapper {
  width: 50%;
  padding-right: 1rem;
}
.single-zelt .features-module .text-wrapper .itemlist {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.single-zelt .features-module .text-wrapper .itemlist li {
  list-style: none;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 2rem;
  text-align: left;
}
.single-zelt .features-module .text-wrapper .itemlist li span.title {
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
}
.single-zelt .features-module .text-wrapper .itemlist li p {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.single-zelt .features-module .text-wrapper .itemlist li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #F9423A;
  font-size: 1.5rem;
}
.single-zelt .variations-module {
  margin-bottom: 2rem;
  text-align: center;
}
.single-zelt .variations-module .wrapper-h {
  background-color: #000;
  color: #fff;
  background-color: #FAFAFA;
  color: #000;
}
.single-zelt .back-btn {
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 900px) {
  .zelte-overview .hero-wrapper .text h1,
  .zeltserien-overview .hero-wrapper .text h1,
  .single-zelt .hero-wrapper .text h1 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .zelte-overview .hero-wrapper .text .sub,
  .zeltserien-overview .hero-wrapper .text .sub,
  .single-zelt .hero-wrapper .text .sub {
    display: none;
  }
  .zeltserien-overview .zeltserien-loop li, .zeltserien-overview .zeltserien-loop li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .zeltserien-overview .zeltserien-loop li .wrapper-image, .zeltserien-overview .zeltserien-loop li:nth-child(even) .wrapper-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .zeltserien-overview .zeltserien-loop li .wrapper-text, .zeltserien-overview .zeltserien-loop li:nth-child(even) .wrapper-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .zelte-overview .zelte-loop li, .zelte-overview .zelte-loop li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .zelte-overview .zelte-loop li .wrapper-image, .zelte-overview .zelte-loop li:nth-child(even) .wrapper-image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .zelte-overview .zelte-loop li .wrapper-text, .zelte-overview .zelte-loop li:nth-child(even) .wrapper-text {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .single-zelt .combination-module .wrapper-h ul.itemlist li, .single-zelt .combination-module .wrapper-h ul.itemlist li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 2rem;
  }
  .single-zelt .combination-module .wrapper-h ul.itemlist li .image-wrapper, .single-zelt .combination-module .wrapper-h ul.itemlist li:nth-child(even) .image-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .single-zelt .combination-module .wrapper-h ul.itemlist li .text-wrapper, .single-zelt .combination-module .wrapper-h ul.itemlist li:nth-child(even) .text-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .single-zelt .features-module .text-wrapper {
    width: 100%;
  }
  .single-zelt .features-module .text-wrapper .itemlist li {
    padding-left: 4rem;
  }
  .single-zelt .features-module .text-wrapper .itemlist li::before {
    left: 2rem;
  }
  .single-zelt .features-module .image-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .zeltserien-overview h1, .zeltserien-overview h2, .zeltserien-overview h3, .zeltserien-overview h4,
  .zelte-overview h1, .zelte-overview h2, .zelte-overview h3, .zelte-overview h4 {
    padding: 1.5rem 1rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .zeltserien-overview .intro p {
    margin-bottom: 2rem;
  }
  .zeltserien-overview .zeltserien-loop li .wrapper-text {
    padding: 0rem;
  }
  .single-zelt h1, .single-zelt h2, .single-zelt h3, .single-zelt h4 {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .single-zelt .wrapper-detailer .detailer-controls li a {
    padding: 0.25rem 1rem;
    letter-spacing: 0.15rem;
    font-size: 0.7rem;
  }
  .single-zelt .combination-module .wrapper-h ul.itemlist li .text-wrapper {
    padding: 0rem;
  }
  .single-zelt .combination-module .wrapper-h ul.itemlist li .text-wrapper .title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 1rem 0rem;
  }
  .single-page .wrapper-h {
    padding-bottom: 0rem;
  }
  .single-zelt .variations-module ul.products li h2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .single-zelt .variations-module ul.products li {
    width: calc(100% - 0.5rem);
  }
}
#popupSizes {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 2rem 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#popupSizes .popupSizes__click {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
#popupSizes .popupSizes__close {
  position: absolute;
  display: block;
  width: 3rem;
  height: 3rem;
  background-size: cover;
  cursor: pointer;
  top: 5rem;
  left: calc(50% + min(60rem, 100% - 4rem) / 2 - 5rem);
  z-index: 30;
  background-image: url(../img/cursors/close.svg);
}
#popupSizes .popupSizes__content {
  position: relative;
  z-index: 20;
  width: min(60rem, 100% - 4rem);
  margin: 0 auto;
  background-color: #fff;
  padding: 4rem;
  overflow-y: scroll;
  max-height: calc(100% - 4rem);
}

body.popupSizesActive {
  overflow: hidden;
}
body.popupSizesActive #popupSizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #popupSizes {
    padding: 0;
  }
  #popupSizes .popupSizes__close {
    top: 2rem;
    left: calc(50% + min(60rem, 100% - 4rem) / 2 - 2rem);
  }
  #popupSizes .popupSizes__content {
    width: 100%;
    padding: 2rem;
  }
}
ul.loop-link {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 1rem;
}
ul.loop-link li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
ul.loop-link li a {
  display: block;
  text-decoration: none;
  background-color: #F9423A;
  color: #fff;
  font-style: italic;
  padding: 0.5rem 4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
ul.loop-link li a:hover {
  background-color: #000;
}

#cmb2-metabox-advertising_box {
  background-color: #fff;
  border: 1px solid #c3c4c7;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  padding: 0 12px 12px;
  margin-bottom: 2rem;
  /*
  .cmb-row {
  	border-bottom: 1px solid #e9e9e9;
  	display: flex;
  	flex-flow: row;
  	justify-content: stretch;

  	.cmb-th {
  		width: 200px;
  		flex-grow: 0;
  	}

  	&:last-child {
  		border-bottom: none;
  	}
  }*/
}
#cmb2-metabox-advertising_box h3#advertising-sep-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.landing-scroller .vertical-section {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing-scroller main {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
}
.landing-scroller section {
  min-width: 50vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 4ch;
}

.xdebug-error {
  position: relative;
  z-index: 9999;
}