/*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */
/* Document
   ========================================================================== */
/**
 * Use a better box model (opinionated).
 */
html {
  box-sizing: border-box;
}

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

/**
 * Use a more readable tab size (opinionated).
 */
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct height in Firefox.
 */
hr {
  height: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */
legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Chrome and Safari.
 */
summary {
  display: list-item;
}

.fl, [class*=fl-] {
  display: flex;
}

.fl-center-all {
  align-items: center;
  justify-content: center;
}

.eqfl {
  flex: 1;
}

/*
$desktopContain: 1200px;
$tabletContain: 900px;
$mobileContain: 100%;

$tabletCollapseBreakpoint: 1220px; // set to a little over the desktop contain
$mobileCollapseBreakpoint: 920px; // set to a little over the tablet contain

@media (max-width:$tabletCollapseBreakpoint) {
  .fl, [class*='fl-'] {
    &.stack-tablet {
      display: block; // idea here is that a flex container becomes a simple stack at tablet breakpoint
    }
  }
}
@media (max-width:$mobileCollapseBreakpoint) {
  .fl, [class*='fl-'] {
    &.stack-mobile {
      display: block; // idea here is that a flex container becomes a simple stack at tablet breakpoint
    }
  }
}
*/
.bg-fill {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

html, body {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.contain {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

@-webkit-keyframes slideIn {
  from {
    transform: translateX(-1000px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    transform: translateX(-1000px);
  }
  to {
    transform: translateX(0);
  }
}
@-webkit-keyframes slam {
  from {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slam {
  from {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes slowScaleIn {
  from {
    opacity: 0;
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slowScaleIn {
  from {
    opacity: 0;
    transform: scale(1.3);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1200px) {
  .fl.stack-tablet, [class*=fl-].stack-tablet {
    display: block;
  }
}
@media (max-width: 820px) {
  .fl.stack-mobile, [class*=fl-].stack-mobile {
    display: block;
  }
}
.carrot {
  position: relative;
}
.carrot::after {
  content: "";
  background: url("/assets/svg/icon/arrow-right-blue.svg") center center no-repeat;
  background-size: cover;
  width: 5px;
  height: 10px;
  position: absolute;
  right: -11px;
  top: 5px;
}

.breadcrumbs {
  flex: 1;
  padding-top: 0.5rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  width: 100%;
  z-index: 2;
}
.breadcrumbs ul {
  list-style: none;
  padding-left: 0;
}
.breadcrumbs ul li {
  font-size: 0.6875rem;
  list-style-type: none;
  display: inline-block;
}
.breadcrumbs ul li img {
  width: 4px;
  margin: 0 3px 0 6px;
}
.breadcrumbs ul li .hidden {
  display: none;
}
.breadcrumbs ul li a {
  color: #757575;
  transition: all 0.25s;
  font-size: 0.6875rem;
  text-decoration: none;
}
.breadcrumbs ul li a:visited {
  color: #757575;
}
.breadcrumbs ul li a:hover {
  color: #0019ff;
  text-decoration: underline;
}

button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

p a {
  color: #0019ff;
}

@media (max-width: 820px) {
  .breadcrumbs {
    display: none;
  }
}
.superscript {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #000000;
  line-height: 1em;
  display: inline-block;
  color: inherit;
  letter-spacing: 0.2px;
  vertical-align: text-top;
}

.entity {
  text-decoration: none;
}
.entity:hover {
  text-decoration: none;
}

@media print {
  .no-print, .no-print * {
    display: none !important;
  }
}
[class*=-button] {
  display: inline-block;
  margin: auto;
  cursor: pointer;
  text-align: center;
}

.btn-full {
  display: block;
  width: 100%;
}

.primary-button {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
  background: linear-gradient(0deg, #091C96 0%, #0019FF 100%);
  border: 2px solid #0119f5;
  text-decoration: none;
  padding: 15px 30px 15px 30px;
}
@media (hover: hover) {
  .primary-button:hover {
    -webkit-animation: buttonFlash 0.5s ease-out forwards;
            animation: buttonFlash 0.5s ease-out forwards;
  }
}

@-webkit-keyframes buttonFlash {
  from {
    background: #99a3ff;
    border-color: #99a3ff;
  }
  to {
    background: #0019ff;
    border-color: #0019ff;
  }
}

@keyframes buttonFlash {
  from {
    background: #99a3ff;
    border-color: #99a3ff;
  }
  to {
    background: #0019ff;
    border-color: #0019ff;
  }
}
.primary-inverted-button {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  color: #0019ff;
  line-height: 1em;
  background: #ffffff;
  border: 2px solid #0119f5;
  text-decoration: none;
  padding: 15px 30px 15px 30px;
  background: linear-gradient(#0019ff, #0019ff) left bottom/0 100% no-repeat;
  transition: 0.25s background-size cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .primary-inverted-button:hover {
    color: #ffffff;
    background-size: 100% 100%;
    background-position: left bottom;
  }
}

.secondary-button {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
  border: 2px solid #ffffff;
  background: none;
  text-decoration: none;
  padding: 12px 24px 12px 24px;
}
.secondary-button:hover {
  background: #0019ff;
}

.tertiary-button {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
  background: #0019ff;
  text-decoration: none;
  padding: 12px 24px 12px 24px;
}
.tertiary-button:hover {
  background: #ffffff;
  color: #0019ff;
}

.newsletter-form-field {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1em;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #979797;
  outline: 0;
}

.contact-aside-form {
  position: relative;
  z-index: 1;
  bottom: 140px;
  background-color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding: 2rem;
  border: 1px solid #d6d6d6;
  box-shadow: 0 7px 23px 0 rgba(148, 148, 148, 0.5);
}

.contact-form-label {
  display: block;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2em;
  color: #000000;
  margin-bottom: 3px;
}

.contact-form-field {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  border: 1px solid #000000;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  color: #000000;
  min-height: 44px;
  padding: 0.75rem 1rem 0.75rem 1rem;
}

.contact-form-textarea {
  width: 100%;
  margin-bottom: 2rem;
  border: 1px solid #000000;
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 300;
  color: #000000;
}

.product-card {
  background: #ffffff;
  width: 322px;
  height: 450px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  position: relative;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
@media (hover: hover) {
  .product-card:hover .product-brand {
    opacity: 1;
  }
  .product-card:hover .product-card-image img {
    transform-origin: center center;
    transform: scale(1.4) rotate(10deg);
  }
}

.product-card-link {
  text-decoration: none;
}

.product-card-header h3 {
  text-decoration: none;
  color: #0019ff;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

.product-card-image {
  width: 100%;
  text-align: center;
}
.product-card-image img {
  width: 200px;
  height: auto;
  margin: auto;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.product-brand {
  opacity: 0.2;
  transition: all 0.5s;
}

.product-brand-toggler {
  width: 280px;
  height: auto;
}

.product-brand-wej-it {
  width: 180px;
  height: auto;
}

.product-card-details {
  color: #323E48;
  font-size: 0.6875rem;
  line-height: 1.4;
}
.product-card-details ul {
  padding-left: 1rem;
}

.product-card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  padding-bottom: 1.5rem;
}
.product-card-footer .carrot {
  color: #0019ff;
  text-decoration: none;
  margin-right: 2rem;
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(#0019ff, #0019ff) left bottom/0 2px no-repeat;
  transition: 0.25s background-size;
  padding-bottom: 4px;
}
@media (hover: hover) {
  .product-card-footer .carrot:hover {
    color: #0019ff;
    background-size: 100% 2px;
    background-position: left bottom;
  }
}

.product-card-download {
  display: inline-block;
  font-size: 0.875rem;
  color: #757575;
  margin-top: 1rem;
  margin-left: 1rem;
  position: relative;
  text-decoration: none;
  background: linear-gradient(#0019ff, #0019ff) left bottom/0 2px no-repeat;
  transition: 0.25s background-size;
  padding-bottom: 4px;
}
@media (hover: hover) {
  .product-card-download:hover {
    color: #0019ff;
    background-size: 100% 2px;
    background-position: left bottom;
  }
}
.product-card-download:before {
  content: "";
  background: url("/assets/svg/icon/pdf.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  position: absolute;
  left: -1rem;
  top: 0;
}

.product-card-grid.filtering .product-card {
  display: none;
}

.product-card-grid.filtering .product-card.active {
  display: flex;
  margin-left: 36px;
  margin-right: 0;
}

@media (max-width: 1200px) {
  .product-card {
    margin-left: 1rem;
  }
}
@media (max-width: 820px) {
  .product-card {
    margin: 0 auto 2rem auto;
  }
}
@media screen and (max-width: 480px) {
  .product-card-grid.filtering .product-card.active {
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-card-tile-card {
  width: 31%;
  margin: 0 auto;
}
.blog-card-tile-card:hover .blog-card-tile-image {
  transform: scale(1.02);
}

.blog-card-tile-link {
  text-decoration: none;
}

.blog-card-title-mask {
  overflow: hidden;
  width: width;
  height: 246px;
}

.blog-card-tile-image {
  width: 414px;
  height: auto;
  transform: scale(1.13);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-card-tile-title {
  background: #ffffff;
  width: 234px;
  padding-top: 16px;
  padding-left: 24px;
  position: relative;
  z-index: 1;
  bottom: 40px;
}

.blog-card-tile-title-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0019ff;
  line-height: 22px;
  letter-spacing: 0.29px;
  width: 204px;
}

.store-locator-card {
  padding: 1rem;
}
.store-locator-card .store-locator-map-pin {
  width: 31px;
  height: 46px;
  float: left;
}
.store-locator-card span {
  font-size: 1.5rem;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  display: block;
  padding-left: 3rem;
  line-height: 1;
}
.store-locator-card .store-locator-card-search {
  margin-top: 1rem;
}
.store-locator-card .store-locator-card-search img {
  display: block;
  margin-bottom: -2px;
}
.store-locator-card .store-locator-card-search .storemapper {
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  max-width: 50%;
  padding: 10px 0;
  padding-left: 10px;
  margin-top: 0;
}
.store-locator-card .store-locator-card-search .primary-button {
  padding: 10px 30px 12px 30px;
  margin-left: -4px;
  border: 0;
}

.crown {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.crown-inner {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.5);
}

.crown-upper {
  display: flex;
  background: #efefef;
  height: 50px;
}

.crown-upper-left {
  width: 25%;
}

.crown-upper-logo-toggler {
  background: #000000;
  overflow: hidden;
}
.crown-upper-logo-toggler img {
  height: 50px;
  width: auto;
}
@media (hover: hover) {
  .crown-upper-logo-toggler img:hover {
    -webkit-animation: bounceLogo 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: bounceLogo 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.crown-upper-logo-wejit {
  background: #DB382C;
  overflow: hidden;
}
.crown-upper-logo-wejit img {
  height: 50px;
  width: auto;
}
@media (hover: hover) {
  .crown-upper-logo-wejit img:hover {
    -webkit-animation: bounceLogo 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: bounceLogo 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.crown-upper-middle {
  width: 50%;
  display: flex;
  align-items: center;
}

.crown-upper-tagline {
  margin: 0;
  padding-left: 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  text-decoration: none;
  color: #000000;
}
.crown-upper-tagline sup {
  top: -0.75em;
  font-size: 0.5em;
}

.crown-lower-mobile-tagline {
  display: none;
}

.crown-mobile-lower-menu {
  display: none;
}

.crown-upper-right {
  width: 25%;
  padding-top: 8px;
}

.crown-upper-right-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.crown-upper-right-link, .crown-mobile-lower-link {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #757575;
  text-decoration: none;
}

.crown-upper-right-link {
  text-decoration: none;
}
@media (hover: hover) {
  .crown-upper-right-link {
    background: linear-gradient(#0019ff, #0019ff) left bottom/0 0.1em no-repeat;
    transition: 0.25s background-size;
  }
  .crown-upper-right-link:hover {
    color: #0019ff;
    background-size: 100% 0.1em;
    background-position: left bottom;
  }
}

.crown-mobile-lower-link {
  display: block;
  margin-left: 1rem;
  margin-top: 1.5rem;
}

.crown-lower-mobile-search {
  display: none;
  width: 100%;
  padding: 1rem;
  background: #ffffff;
  position: relative;
}
.crown-lower-mobile-search.active {
  display: none;
}
.crown-lower-mobile-search .crown-lower-search-form {
  float: none;
  margin: auto;
  display: flex;
  justify-content: center;
}
.crown-lower-mobile-search .crown-lower-search-form input {
  border: 1px solid #757575;
  width: 300px;
}

@media (hover: hover) {
  .crown-dropdown-logo:hover {
    -webkit-animation: bounceLogo 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: bounceLogo 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

@-webkit-keyframes bounceLogo {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounceLogo {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.crown-upper-mobile-search-close {
  display: none;
}

.crown-upper-mobile-search {
  display: none;
}

.crown-lower {
  display: flex;
  background: #ffffff;
}

.crown-lower-menu {
  flex: 2;
  /*margin-left:-12px; //why is this needed? */
}

.crown-lower-menu-link {
  text-align: center;
  padding: 32px 0 10px;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}
.crown-lower-menu-link span {
  text-decoration: none;
  background: linear-gradient(#0019ff, #0019ff) left bottom/0 5px no-repeat;
  transition: 0.25s background-size;
  padding-bottom: 14px;
}
@media (hover: hover) {
  .crown-lower-menu-link span:hover {
    color: #0019ff;
    background-size: 100% 5px;
    background-position: left bottom;
  }
}
.crown-lower-menu-link .crown-dropdown-link span {
  text-decoration: none;
  background: unset;
  transition: unset;
}
@media (hover: hover) {
  .crown-lower-menu-link .crown-dropdown-link span:hover {
    color: #0019ff;
    background-size: unset;
    background-position: unset;
  }
}
.crown-lower-menu-link img {
  margin-left: 4px;
  max-width: 16px;
}
@media (min-width: 1200px) {
  .crown-lower-menu-link:first-child:hover .crown-lower-menu-dropdown-btn {
    color: #0019ff;
  }
  .crown-lower-menu-link:first-child:hover .crown-lower-menu-dropdown {
    display: flex;
  }
}

.crown-lower-menu-dropdown-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  background: none;
  font-weight: bold;
  position: relative;
  transition: all 0.25s ease;
}
.crown-lower-menu-dropdown-btn:after {
  content: "";
  background: url("/assets/svg/icon/arrow-down-black.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 8px;
  margin-left: 5px;
}

.crown-lower-menu-dropdown {
  width: 1280px;
  height: auto;
  background: white;
  position: absolute;
  display: none;
  margin-top: 10px;
  padding-bottom: 40px;
  overflow: hidden;
}

.crown-browse-all-products {
  background: #0019ff;
  background-image: unset;
  border: #0019ff 2px solid;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: white;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 12px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.crown-browse-all-products.mobile {
  display: none;
}
.crown-browse-all-products img {
  width: 14px;
  height: 11px;
  margin-right: 5px;
}

.crown-lower-menu-toggler {
  border-left: 36px solid black;
  text-align: left;
  width: 25%;
}
.crown-lower-menu-toggler .crown-dropdown-logo {
  width: 118px;
  height: 18px;
  max-width: unset;
  margin: 24px 0 16px 16px;
}
.crown-lower-menu-toggler .crown-dropdown-link {
  font-size: 12px;
}
.crown-lower-menu-toggler .crown-dropdown-link:hover {
  background: #000;
}
.crown-lower-menu-toggler .crown-dropdown-link:hover a {
  color: #FFF;
  width: 100%;
}

.crown-dropdown-preview-info li {
  list-style-type: circle;
}

.crown-lower-menu-wejit {
  border-left: 36px solid #DB382C;
  text-align: left;
  width: 50%;
  display: flex;
}
.crown-lower-menu-wejit .crown-dropdown-list {
  width: 100%;
}
.crown-lower-menu-wejit .wejit-nav-wrapper {
  width: 50%;
}
.crown-lower-menu-wejit .crown-dropdown-logo {
  width: 84px;
  height: 26px;
  max-width: unset;
  margin: 24px 0 8px 16px;
}
.crown-lower-menu-wejit .crown-dropdown-link {
  position: relative;
  cursor: pointer;
  color: black;
  font-size: 12px;
}
.crown-lower-menu-wejit .crown-dropdown-link span {
  padding: 8px 0;
  display: block;
}
.crown-lower-menu-wejit .crown-dropdown-link .crown-dropdown-list {
  display: none;
}
.crown-lower-menu-wejit .crown-dropdown-link:hover, .crown-lower-menu-wejit .crown-dropdown-link.active {
  background: #efefef;
  color: #0019ff;
}
.crown-lower-menu-wejit .crown-dropdown-link:hover span:after, .crown-lower-menu-wejit .crown-dropdown-link.active span:after {
  background: url("/assets/svg/icon/arrow-right-blue.svg") no-repeat;
}
.crown-lower-menu-wejit .crown-dropdown-link span:after {
  content: "";
  background: url("/assets/svg/icon/arrow-right-black.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 4px;
  top: 10px;
  height: 8px;
  position: absolute;
  margin-left: 5px;
}

.crown-lower-menu-wejit-list {
  display: none;
  width: 50%;
  padding-top: 60px;
}
.crown-lower-menu-wejit-list.active {
  display: flex;
}
.crown-lower-menu-wejit-list .crown-dropdown-list {
  display: none;
}
.crown-lower-menu-wejit-list .crown-dropdown-list.active {
  display: block;
}
.crown-lower-menu-wejit-list .crown-dropdown-list.active .crown-dropdown-link {
  width: 100%;
  flex: 1;
}
.crown-lower-menu-wejit-list .crown-dropdown-list.active .crown-dropdown-link:after {
  background: none;
}
.crown-lower-menu-wejit-list .crown-dropdown-list.active .crown-dropdown-link a {
  color: #FFF;
}
.crown-lower-menu-wejit-list .crown-dropdown-list.active .crown-dropdown-link:hover {
  background-color: #000000;
}

.crown-dropdown-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.crown-dropdown-list li:nth-child(1) .crown-dropdown-preview {
  transform: translateY(0px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(2) .crown-dropdown-preview {
  transform: translateY(-28px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(3) .crown-dropdown-preview {
  transform: translateY(-56px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(4) .crown-dropdown-preview {
  transform: translateY(-84px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(5) .crown-dropdown-preview {
  transform: translateY(-112px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(6) .crown-dropdown-preview {
  transform: translateY(-140px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(7) .crown-dropdown-preview {
  transform: translateY(-168px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(8) .crown-dropdown-preview {
  transform: translateY(-196px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(9) .crown-dropdown-preview {
  transform: translateY(-224px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(10) .crown-dropdown-preview {
  transform: translateY(-252px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(11) .crown-dropdown-preview {
  transform: translateY(-280px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(12) .crown-dropdown-preview {
  transform: translateY(-308px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(13) .crown-dropdown-preview {
  transform: translateY(-336px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(14) .crown-dropdown-preview {
  transform: translateY(-364px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(15) .crown-dropdown-preview {
  transform: translateY(-392px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(16) .crown-dropdown-preview {
  transform: translateY(-420px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(17) .crown-dropdown-preview {
  transform: translateY(-448px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(18) .crown-dropdown-preview {
  transform: translateY(-476px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(19) .crown-dropdown-preview {
  transform: translateY(-504px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(20) .crown-dropdown-preview {
  transform: translateY(-532px);
  /* instead of 28, can we pull dynamic height? */
}
.crown-dropdown-list li:nth-child(21) .crown-dropdown-preview {
  transform: translateY(-560px);
  /* instead of 28, can we pull dynamic height? */
}

.crown-dropdown-link {
  text-align: left;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  transition: all 0.2s ease;
  padding-left: 16px;
}
.crown-dropdown-link:hover .crown-dropdown-preview {
  display: block;
}
.crown-dropdown-link:hover .crown-dropdown-preview img {
  -webkit-animation: popIn 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: popIn 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.crown-dropdown-link:after {
  background: none;
}
.crown-dropdown-link a {
  text-decoration: none;
  color: #000;
  padding: 8px 0;
  display: block;
}

.crown-dropdown-toggler-preview {
  width: 25%;
  display: none;
  padding-top: 10px;
  text-align: center;
  position: relative;
}
.crown-dropdown-toggler-preview.active {
  display: flex;
}
.crown-dropdown-toggler-preview .crown-dropdown-link-preview {
  display: none;
}
.crown-dropdown-toggler-preview .crown-dropdown-link-preview .crown-dropdown-preview-info {
  width: 100%;
  display: none;
}
.crown-dropdown-toggler-preview .crown-dropdown-link-preview.active {
  display: block;
}
.crown-dropdown-toggler-preview .crown-dropdown-link-preview.active img {
  -webkit-animation: popIn 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
          animation: popIn 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.crown-dropdown-toggler-preview p, .crown-dropdown-toggler-preview li {
  font-size: 0.6875rem;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  line-height: 1.125rem;
  color: black;
}
.crown-dropdown-toggler-preview img {
  max-width: unset;
  width: 250px;
  height: auto;
  flex: 1;
  margin: auto;
  position: absolute;
  top: 20px;
  left: 30px;
}

.crown-dropdown-preview {
  position: absolute;
  top: -75px;
  left: 100%;
  width: 100%;
  display: none;
  text-align: center;
}
.crown-dropdown-preview .crown-dropdown-preview-info {
  width: 100%;
  display: none;
}
.crown-dropdown-preview p, .crown-dropdown-preview li {
  font-size: 0.6875rem;
  padding-left: 0;
  text-align: left;
  font-weight: normal;
  line-height: 1.125rem;
  color: #000000;
}
.crown-dropdown-preview p {
  padding-left: 30px;
}
.crown-dropdown-preview img {
  max-width: unset;
  width: 250px;
  height: auto;
  flex: 1;
  margin: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.crown-lower-search-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  background: none;
  right: 0rem;
  position: absolute;
  top: 7px;
}

.crown-lower-search {
  flex: 1;
  width: auto;
}

.crown-lower-search-form {
  float: right;
  margin-right: 32px;
  margin-top: 16px;
  position: relative;
}
.crown-lower-search-form input {
  height: 36px;
  width: 226px;
  padding-left: 8px;
  -moz-user-select: text;
  -ms-user-select: text;
}

.crown-upper-logo-heckmann {
  background: none;
  background-image: none;
}
.crown-upper-logo-heckmann:hover {
  -webkit-animation: bounceLogo 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: bounceLogo 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.crown-upper-logo-heckmann img {
  width: 120px;
  height: auto;
}

.crown-upper-mobile-controller {
  display: none;
  cursor: pointer;
}

.crown-upper-mobile-hamburger {
  apperance: none;
  border: 0;
  background: transparent;
}
.crown-upper-mobile-hamburger:focus {
  outline: 0;
}

.crown-upper-mobile-close {
  apperance: none;
  background: transparent;
  border: 0;
}
.crown-upper-mobile-close:focus {
  outline: 0;
}

@media (max-width: 1200px) {
  .crown-inner {
    box-shadow: none;
  }

  .crown-mobile-lower-menu {
    display: block;
    min-height: 250px;
  }

  .crown-upper-logo-heckmann {
    margin-left: 1rem;
  }
  .crown-upper-logo-heckmann img {
    margin-top: 1rem;
  }

  .crown-dropdown-toggler-preview {
    display: none;
  }

  .crown-browse-all-products {
    display: none;
    position: relative;
    width: 200px;
    margin-left: 1rem;
    margin-top: 1rem;
  }
  .crown-browse-all-products.mobile {
    display: block;
  }

  .crown-upper-right-links {
    display: none;
  }

  .crown-upper-mobile-controller {
    display: block;
    position: absolute;
    right: 1rem;
  }
  .crown-upper-mobile-controller .crown-upper-mobile-close {
    display: none;
  }
  .crown-upper-mobile-controller.active .crown-upper-mobile-hamburger {
    display: none;
  }
  .crown-upper-mobile-controller.active .crown-upper-mobile-close {
    display: block;
  }

  .crown-upper-left {
    width: 60%;
    max-width: 320px;
  }

  .crown-upper-middle {
    display: none;
  }

  .crown-lower-mobile-tagline {
    display: block;
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 1rem 0;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  }

  .crown-lower-tagline {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin: 0;
    text-decoration: none;
    color: #000000;
  }
  .crown-lower-tagline sup {
    top: -0.75em;
    font-size: 0.5em;
  }

  .crown-upper-logo-toggler {
    width: 30%;
  }

  .crown-lower-menu-link {
    text-align: left;
    display: block;
    padding-left: 1rem;
    margin-top: 0rem;
    padding-top: 1rem;
    background: #ffffff;
  }

  .crown-lower-menu-dropdown {
    width: 100%;
    position: relative;
    height: 100%;
    max-height: 0;
    margin-top: 0;
    display: block;
    padding-bottom: 0;
    transition: max-height 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .crown-lower-menu-dropdown.active {
    max-height: 1000px;
  }

  .crown-lower-menu-link:first-child {
    padding-left: 0;
  }

  .crown-lower-menu-toggler {
    width: 100%;
    margin-top: 1rem;
  }

  .crown-lower-menu-wejit {
    width: 100%;
    display: block;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper {
    width: 100%;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link {
    padding-left: 0;
    background: #ffffff;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link a {
    color: #000000;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link.active span:after {
    transform: rotate(90deg);
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link.active .crown-dropdown-list {
    display: block;
    max-height: 1000px;
    height: auto;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link span {
    padding-left: 1rem;
    transition: 0.25s all ease;
    font-size: 13px;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link .crown-dropdown-list {
    display: block;
    transition: 0.5s max-height cubic-bezier(0.645, 0.045, 0.355, 1), 0.5s height cubic-bezier(0.645, 0.045, 0.355, 1);
    max-height: 100%;
    height: 0;
    background-image: linear-gradient(258deg, #FF0000 20%, #BD0000 98%);
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link .crown-dropdown-list li:nth-child(1) {
    padding-top: 1.5rem;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link .crown-dropdown-list li {
    padding-left: 1rem;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link .crown-dropdown-list li:last-child {
    padding-bottom: 1.5rem;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link .crown-dropdown-list .crown-dropdown-link {
    background: transparent;
  }
  .crown-lower-menu-wejit .wejit-nav-wrapper .crown-dropdown-link .crown-dropdown-list .crown-dropdown-link a {
    color: #ffffff;
  }

  .crown-lower-menu-wejit-list {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .crown-lower-menu-dropdown-btn {
    padding-left: 1rem;
  }
  .crown-lower-menu-dropdown-btn:after {
    transform: rotate(-90deg);
  }

  .crown-lower-menu {
    display: inline-block;
    height: 100vh;
    padding-bottom: 4rem;
    width: 100%;
    overflow-y: scroll;
    background: #ffffff;
    max-width: 480px;
  }

  .crown-upper-mobile-search {
    display: block;
    position: absolute;
    right: 4rem;
    height: 20px;
    top: 14px;
  }
  .crown-upper-mobile-search.active .crown-upper-mobile-search-button {
    display: none;
  }
  .crown-upper-mobile-search.active .crown-upper-mobile-search-close {
    display: block;
  }

  .crown-lower-mobile-search-button {
    width: 19px;
    height: 20px;
  }

  .crown-lower-search {
    display: none;
  }
  .crown-lower-search.active {
    display: block;
  }

  .crown-dropdown-link a {
    font-size: 13px;
  }

  .crown-dropdown-link span {
    font-size: 13px;
  }

  .crown-lower-mobile-search {
    display: none;
  }
  .crown-lower-mobile-search.active {
    display: block;
  }

  .crown-lower {
    justify-content: center;
    overflow-y: scroll;
    transform: translateX(-100%);
    background: transparent;
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .crown-upper-logo-toggler img {
    width: 100%;
  }
}
#addsearch-results .addsearch-result-item-sub h1 a, #addsearch-results .addsearch-result-item-sub h2 a {
  color: #0019ff !important;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

#addsearch-results .addsearch-result-item-sub p span em {
  color: #757575;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

@media (max-width: 350px) {
  .crown-dropdown-link a, .crown-dropdown-link span {
    font-size: 12px;
  }
}
@-webkit-keyframes popIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
@keyframes popIn {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.footer {
  position: relative;
  z-index: 1;
  padding: 0.01px;
  overflow: hidden;
  padding-top: 4rem;
}

.footer-back-to-top-inner {
  position: relative;
}

.footer-back-to-top {
  position: absolute;
  right: 0;
  width: 74px;
  height: 100px;
  top: -57px;
  padding-top: 10px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.footer-back-to-top img {
  width: 74px;
  height: 47px;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (hover: hover) {
  .footer-back-to-top:hover img {
    transform: translateY(-8px);
  }
}

.footer-background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  pointer-events: none;
}

.footer-mask {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.footer-stripe {
  background-image: linear-gradient(90deg, #142594 0%, #0019FF 100%);
  position: absolute;
  z-index: 1;
  top: 80px;
  left: -5%;
  width: 110%;
  height: 300px;
  transform: rotate(-3deg);
}

.footer-overlay {
  position: relative;
  z-index: 2;
  top: 0;
  padding-top: 0rem;
  padding-bottom: 2rem;
}

.footer-upper {
  margin-top: 53px;
}

.footer-upper-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
}

.footer-contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-contact-list-li {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1em;
  line-height: 2.0625rem;
}

.footer-contact-list-li-icon {
  width: 18px;
  margin-right: 10px;
}

.footer-contact-list-link {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1em;
  text-decoration: none;
}
@media (hover: hover) {
  .footer-contact-list-link {
    text-decoration: none;
    background: linear-gradient(#ffffff, #ffffff) left bottom/0 1px no-repeat;
    transition: 0.25s background-size;
  }
  .footer-contact-list-link:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}

.footer-upper-right {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1em;
}

.newsletter-form {
  margin-top: 2.5rem;
}

.newsletter-form-field {
  width: 246px;
  padding-right: 15px;
}
.newsletter-form-field::-webkit-input-placeholder {
  color: #ffffff;
}
.newsletter-form-field::-moz-placeholder {
  color: #ffffff;
}
.newsletter-form-field:-ms-input-placeholder {
  color: #ffffff;
}
.newsletter-form-field::-ms-input-placeholder {
  color: #ffffff;
}
.newsletter-form-field::placeholder {
  color: #ffffff;
}

.newsletter-form-button {
  position: relative;
  z-index: 1;
  right: 13px;
}

.newsletter-submit-button {
  background-image: url(../svg/icon/arrrow-white.svg);
  width: 9px;
  background-repeat: no-repeat;
  height: 15px;
  outline: 0;
  background-color: transparent;
  border: 0;
}

.footer-lower {
  padding-top: 3rem;
}

.footer-lower-column {
  width: 25%;
}

.footer-lower-left-card-nav {
  padding-right: 5rem;
}

.footer-lower-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: #0019ff;
  line-height: 1em;
}

.footer-lower-card-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-lower-card-list-li {
  line-height: 2.0625rem;
}

.footer-lower-card-list-link {
  text-decoration: none;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #000000;
  line-height: 1em;
}
@media (hover: hover) {
  .footer-lower-card-list-link {
    background: linear-gradient(#0019ff, #0019ff) left bottom/0 1px no-repeat;
    transition: 0.25s background-size;
  }
  .footer-lower-card-list-link:hover {
    color: #0019ff;
    background-size: 100% 1px;
    background-position: left bottom;
  }
}

.footer-card-bottom-block {
  padding-top: 1.5rem;
}

.footer-card-bottom-block-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #000000;
  line-height: 1em;
}

.footer-card-bottom-logo-block {
  width: 128px;
}

.footer-lower-right-card-nav {
  padding-right: 5rem;
}

.footer-lower-card-social-bottom {
  padding-top: 1rem;
}

.footer-lower-card-social-bottom-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0019ff;
  line-height: 1em;
}

.footer-lower-card-social-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-lower-card-social-list-li {
  width: 2.5rem;
}

.footer-bottom-band {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #000000;
  line-height: 1em;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .footer-mask {
    height: 400px;
  }

  .footer-stripe {
    height: 400px;
  }

  .footer-upper {
    margin-top: 7rem;
    padding-left: 1rem;
  }

  .footer-lower {
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 7rem;
  }

  .footer-lower-column {
    flex: 1 50%;
  }

  .footer-bottom-band {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 820px) {
  .footer-upper {
    display: block;
    margin-top: 4rem;
    padding-left: 0.5rem;
  }

  .footer-upper-left {
    padding-left: 10px;
  }

  .footer-lower {
    padding-top: 3rem;
  }

  .footer-contact-list-li, .footer-contact-list-link, .footer-contact-list-li-icon {
    font-size: 1rem;
  }
}
#klaviyo {
  max-width: 400px;
  min-height: 130px;
}
#klaviyo .ql-editor strong, #klaviyo .ql-editor p {
  color: #ffffff;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#klaviyo input {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background: transparent !important;
  border-bottom: 1px solid white;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  padding-left: 0;
  color: #ffffff;
}
#klaviyo form {
  padding-left: 0;
}
#klaviyo .ql-font-helvetica-neue {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#klaviyo button {
  color: rgba(255, 255, 255, 0) !important;
  position: relative !important;
}
#klaviyo button:after {
  content: "";
  background: url("/assets/svg/icon/arrrow-white.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 45%;
  cursor: pointer;
}

@media screen and (max-width: 820px) {
  #klaviyo {
    min-height: 130px;
  }
}
@media screen and (max-width: 375px) {
  .footer-lower {
    padding: 3rem 0.5rem 0;
  }
}
.primary-billboard {
  position: relative;
  z-index: 1;
}

.primary-billboard-slides {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.primary-billboard-slide {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 1s ease;
}
.primary-billboard-slide.active {
  opacity: 1;
}

.primary-billboard-text-stack {
  position: relative;
  z-index: 2;
  width: 600px;
  margin-top: 13rem;
  margin-bottom: 24rem;
  text-align: center;
}

.primary-billboard-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 3.75rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.primary-billboard-subhead {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1em;
  margin: 0;
  line-height: 2rem;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.primary-billboard-cta {
  margin-top: 48px;
}

.primary-billboard-cta-container {
  opacity: 0;
  -webkit-animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.primary-billboard-controls {
  left: 0;
  z-index: 3;
  position: relative;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 150px;
  padding: 0.5rem;
  flex-basis: 100%;
  margin-top: 3rem;
  opacity: 0;
  -webkit-animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.primary-billboard-controls-dot {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background: #FFF;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 0 0px rgba(255, 255, 255, 0.8);
}
.primary-billboard-controls-dot:hover, .primary-billboard-controls-dot.active {
  transform: scale(1.2);
  opacity: 1;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.primary-billboard-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 820px) {
  .primary-billboard {
    position: static;
  }

  .product-selector-aside {
    margin-top: -14rem !important;
  }
}
@media screen and (max-width: 480px) {
  .primary-billboard-text-stack {
    margin-top: 9rem;
    margin-bottom: 18rem;
  }

  .primary-billboard-slides {
    height: 85%;
  }

  .primary-billboard-headline {
    margin-bottom: 2rem;
  }

  .primary-billboard-subhead {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
  }

  .primary-billboard-slide {
    top: -20px;
    background-size: 270%;
  }
}
@media screen and (max-width: 375px) {
  .primary-billboard-cta {
    margin-top: 2rem;
  }

  .primary-billboard-slides {
    height: 90%;
  }
}
.image-aside {
  position: relative;
  z-index: 1;
  height: 800px;
  bottom: 80px;
}

.image-aside-left-image {
  position: absolute;
  z-index: 0;
  top: 128px;
  left: 0px;
  width: 854px;
}

.image-aside-left-text {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0;
  background: #ffffff;
  padding: 3rem;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.2);
  width: 601px;
}

.image-aside-right-image {
  position: absolute;
  z-index: 1;
  top: 128px;
  right: 0px;
  width: 854px;
  overflow: hidden;
}

.image-aside-right-text {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  background: #ffffff;
  padding: 3rem;
  box-shadow: 0 2px 80px 0 rgba(0, 0, 0, 0.2);
  width: 601px;
}

.image-aside-right-video-figure, .image-aside-left-video-figure {
  width: 680px;
}

.image-aside-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1em;
}

.image-aside-copy {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .image-aside-right-image {
    width: auto;
    padding-left: 3rem;
  }
  .image-aside-right-image.video {
    padding-left: 0;
  }

  .image-aside-right-image-figure {
    width: 100%;
    margin: 0;
  }

  .image-aside-right-video-figure, .image-aside-left-video-figure {
    width: 100%;
    margin: 0;
  }

  .image-aside-left-image {
    width: auto;
    padding-right: 3rem;
    z-index: -1;
  }
  .image-aside-left-image.video {
    padding-right: 0;
  }

  .image-aside-left-image-figure, .image-aside-left-video-figure {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  .image-aside-left-image-figure, .image-aside-left-video-figure {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-aside {
    margin-bottom: 0;
  }

  .image-aside-left-image {
    padding-right: 2rem;
    bottom: 100px;
    top: auto;
  }

  .image-aside-left-text {
    width: auto;
    margin-right: 1rem;
  }

  .image-aside-right-image {
    padding-left: 2rem;
    bottom: 100px;
    top: auto;
  }

  .image-aside-right-text {
    width: auto;
    margin-left: 1rem;
    right: auto;
    position: static;
  }
}
@media screen and (max-width: 480px) {
  .image-aside-left-text, .image-aside-right-text {
    padding: 1rem;
    position: relative;
  }

  .image-aside-right-image, .image-aside-left-image {
    position: relative;
    bottom: 0;
    margin-top: -2rem;
  }

  .image-aside-left-text {
    margin-bottom: -2rem;
  }

  .image-aside {
    height: auto;
    padding-bottom: 4rem;
  }
}
.toggler-products-row {
  display: flex;
  position: relative;
  z-index: 2;
}

.toggler-products-card {
  width: 25%;
  transition: background 0.75s ease;
  position: relative;
  padding-bottom: 4rem;
  position: relative;
}
.toggler-products-card.blue {
  background: #4b7fbb;
}
.toggler-products-card.blue .toggler-products-card-image {
  width: 70%;
}
.toggler-products-card.orange {
  background: #e7642b;
}
.toggler-products-card.purple {
  background: #722878;
}
.toggler-products-card.green {
  background: #24aa58;
}
@media (hover: hover) {
  .toggler-products-card:hover .toggler-products-card-image {
    transform-origin: center center;
    transform: scale(1.2) rotate(10deg);
  }
}

.toggler-products-card-header {
  background: #000000;
  transform: skew(-20deg);
  margin: -16px auto;
  width: 260px;
  padding-left: 16px;
  padding-right: 16px;
  height: 85px;
  margin-left: 35px;
  margin-bottom: 24px;
}

.toggler-products-card-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
  transform: skew(20deg);
  margin: auto;
  padding-top: 16px;
}

.toggler-products-card-reg {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 0.2px;
  vertical-align: text-top;
}

.toggler-products-card-subhead {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0;
  transform: skew(20deg);
  text-align: right;
  letter-spacing: 0.29px;
}

.toggler-products-card-icon {
  margin-left: 24px;
}

.toggler-products-card-icon-image {
  padding-right: 8px;
}

.toggler-products-card-title {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  letter-spacing: 0;
  margin: 0;
  padding-top: 8px;
  padding-bottom: 24px;
}

.toggler-products-card-title.secondary {
  margin-left: 24px;
}

.toggler-products-card-details {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  letter-spacing: 0.26px;
  margin-top: 8px;
  margin-bottom: 16px;
}

.toggler-products-card-button {
  border: 2px solid #ffffff;
  width: 136px;
  height: 40px;
  display: inline-flex;
  position: absolute;
  bottom: 1rem;
  background: linear-gradient(#ffffff, #ffffff) left bottom/0 100% no-repeat;
  transition: 0.25s background-size cubic-bezier(0.215, 0.61, 0.355, 1);
}
.toggler-products-card-button a {
  transition: 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .toggler-products-card-button:hover {
    background-size: 100% 100%;
    background-position: left bottom;
  }
  .toggler-products-card-button:hover a {
    color: #0019ff;
  }
}

.toggler-products-card-button-text {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.toggler-products-card-left {
  margin-left: 24px;
}

.toggler-products-card-image {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media screen and (max-width: 1470px) {
  .toggler-products-row {
    overflow: auto;
    margin-top: -1rem;
  }

  .toggler-products-card {
    width: 350px;
    margin-top: 1rem;
  }

  .toggler-products-card-right {
    width: 300px;
  }

  .toggler-products-card-image {
    bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .toggler-products-row {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}
.logo-card-aside {
  position: relative;
  z-index: 2;
  height: 700px;
  margin-top: 4rem;
  margin-bottom: 6rem;
}

.logo-card-aside-left-image {
  position: absolute;
  z-index: 0;
  top: 128px;
  left: 0px;
  width: 856px;
}

.logo-card-aside-left-card {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 601px;
  padding: 48px;
  background: #ffffff;
  box-shadow: 0px 2px 80px 0 rgba(0, 0, 0, 0.2);
}

.logo-card-aside-right-image {
  position: absolute;
  z-index: 1;
  top: 128px;
  right: 0px;
  width: 856px;
}

.logo-card-aside-right-card {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 601px;
  padding: 48px;
  background: #ffffff;
  box-shadow: 0px 2px 80px 0 rgba(0, 0, 0, 0.2);
}

.logo-card-aside-card-cta-buttons a {
  margin-right: 1rem;
}

@media screen and (max-width: 1200px) {
  .logo-card-aside-right-image {
    width: auto;
    padding-left: 3rem;
  }

  .logo-card-aside-right-image-figure {
    width: 100%;
    margin: 0;
  }

  .logo-card-aside-left-image {
    width: auto;
    padding-right: 3rem;
    z-index: -1;
  }

  .logo-card-aside-left-image-figure {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  .logo-card-aside {
    margin-bottom: 0;
  }

  .logo-card-aside-left-image {
    padding-right: 2rem;
    bottom: 100px;
    top: auto;
  }

  .logo-card-aside-left-card {
    width: auto;
    margin-right: 1rem;
  }

  .logo-card-aside-right-image {
    padding-left: 2rem;
    bottom: 100px;
    top: auto;
  }

  .logo-card-aside-right-card {
    width: auto;
    margin-left: 1rem;
    right: auto;
    position: static;
  }

  .logo-card-aside-card-cta-buttons {
    display: inline-flex;
  }
}
/*@media screen and (max-width:$mobileMinCollapseBreakpoint) {
  .logo-card-aside-left-card, .logo-card-aside-right-card {
    padding:1rem;
  }

  .logo-card-aside-right-image, .logo-card-aside-left-image {
    bottom:100px;
  }

  .logo-card-aside-card-cta-buttons {
      a {
        padding:15px 20px 15px 20px;
      }

    .primary-inverted-button {
      margin-right:0;
    }

     .primary-button {
       margin-right:0.5rem;
    }
  }
  .logo-card-aside {
    height:600px;
  }
}*/
@media screen and (max-width: 480px) {
  .logo-card-aside-left-card, .logo-card-aside-right-card {
    padding: 1rem;
    position: relative;
  }

  .logo-card-aside-right-image, .logo-card-aside-left-image {
    position: relative;
    bottom: 0;
    margin-top: -2rem;
  }

  .logo-card-aside-left-card {
    margin-bottom: -2rem;
  }

  .logo-card-aside-card-cta-buttons a {
    padding: 15px 20px 15px 20px;
  }
  .logo-card-aside-card-cta-buttons .primary-inverted-button {
    margin-right: 0;
  }
  .logo-card-aside-card-cta-buttons .primary-button {
    margin-right: 0.5rem;
  }

  .logo-card-aside {
    height: auto;
    padding-bottom: 4rem;
  }
}
.wejit-category-row {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: auto;
}

.wejit-category-row-background-mask {
  position: absolute;
  z-index: 1;
  bottom: 150px;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.wejit-category-row-background-angle {
  background-image: linear-gradient(258deg, #FF0000 20%, #BD0000 98%);
  position: absolute;
  bottom: 100px;
  width: 110%;
  height: 900px;
  left: -5%;
  transform: rotate(-3deg);
}

.wejit-category-row-overlay {
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}

.wejit-category-row-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 64px;
  margin-bottom: 64px;
}

.wejit-category-row-cards-slider {
  display: flex;
  overflow: auto;
  padding-bottom: 115px;
}

.wejit-category-row-cards {
  display: flex;
}

.wejit-category-row-card {
  width: 184px;
  height: 350px;
  margin-right: 15px;
  text-decoration: none;
  background: #EBEBEB;
  transition: all 0.2s;
  box-shadow: 0px 40px 80px 0 rgba(0, 0, 0, 0.2);
}
@media (hover: hover) {
  .wejit-category-row-card:hover {
    background: #DB382C;
  }
  .wejit-category-row-card:hover .wejit-category-row-card-title {
    color: #ffffff;
  }
  .wejit-category-row-card:hover .wejit-category-row-card-thumbnail {
    transform: scale(1.4);
  }
}

.wejit-category-row-card-title {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: #ff0000;
  line-height: 1em;
  margin: 36px 34px;
  text-transform: uppercase;
}

.wejit-category-row-card-thumbnail {
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wejit-category-row-card-thumbnail-image, .wejit-category-row-card {
  width: 184px;
}

@media screen and (max-width: 820px) {
  .wejit-category-row-background-angle {
    left: -10%;
  }

  .wejit-category-row {
    margin-top: 4rem;
  }

  .wejit-category-row-headline, .wejit-category-row-cards {
    padding-left: 30px;
  }

  .wejit-category-row-cards {
    width: auto;
    max-width: none;
  }
}
.featured-articles-row {
  overflow: hidden;
}

.featured-articles-row-articles {
  justify-content: space-evenly;
}

.featured-articles-row-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  color: #000000;
  line-height: 1em;
  text-transform: uppercase;
}

.featured-articles-row-view {
  text-align: center;
}

.featured-articles-row-view-link {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
  letter-spacing: 0.38px;
  text-decoration: none;
  background: linear-gradient(#0019ff, #0019ff) left bottom/0 2px no-repeat;
  transition: 0.25s background-size;
  padding-bottom: 4px;
}
.featured-articles-row-view-link img {
  width: 6px;
  margin-left: 3px;
}
.featured-articles-row-view-link:hover {
  color: #0019ff;
  background-size: 100% 2px;
  background-position: left bottom;
}

@media screen and (max-width: 1200px) {
  .featured-articles-row-headline {
    padding-left: 1rem;
  }

  .featured-articles-row-articles {
    flex-wrap: wrap;
  }

  .blog-card-tile-card {
    margin: 0px auto 20px auto;
    width: auto;
  }
}
@media screen and (max-width: 820px) {
  .blog-card-tile-card {
    margin: 0px auto 20px auto;
    width: auto;
    padding-left: 1px;
  }
}
.gradient-angle-billboard {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gradient-angle-billboard-background {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 600px;
}

.gradient-angle-billboard-mask {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}

.gradient-angle-billboard-stripe {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: -5%;
  width: 110%;
  height: 900px;
  transform: rotate(-3deg);
}
.gradient-angle-billboard-stripe.redGradient {
  background-image: linear-gradient(258deg, #FF0000 20%, #BD0000 98%);
}
.gradient-angle-billboard-stripe.blueGradient {
  background-image: linear-gradient(95deg, #142594 0%, #0019FF 100%);
}

.gradient-angle-billboard-overlay {
  padding-top: 9rem;
  padding-bottom: 5rem;
}
.gradient-angle-billboard-overlay.angled {
  position: relative;
  z-index: 2;
  padding-bottom: 6rem;
}
.gradient-angle-billboard-overlay.redGradient {
  background-image: linear-gradient(258deg, #FF0000 20%, #BD0000 98%);
}
.gradient-angle-billboard-overlay.blueGradient {
  background-image: linear-gradient(90deg, #142594 0%, #0019FF 100%);
}
.gradient-angle-billboard-overlay.adjust {
  margin-left: -7%;
  width: 110%;
}

.gradient-angle-billboard-header {
  width: auto;
}
.gradient-angle-billboard-header.left-align {
  width: 100%;
  text-align: left;
  padding-top: 3rem;
}

.gradient-angle-billboard-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  width: 650px;
  opacity: 0;
  -webkit-animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  margin-bottom: 2rem;
}
.gradient-angle-billboard-headline p {
  margin-bottom: 0;
}
.gradient-angle-billboard-headline.centered {
  text-align: center;
}

.gradient-angle-billboard-headline-large {
  font-size: 50px;
  font-weight: 700;
  color: #FFF;
  text-align: left;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  margin: 1rem 0;
}

.gradient-angle-billboard-subhead {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  width: 550px;
  margin: 24px auto;
  opacity: 0;
  -webkit-animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: slowScaleIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
  margin-top: -1rem;
}
.gradient-angle-billboard-subhead p {
  margin-top: 0;
}

.gradient-angle-billboard-brand-toggler {
  width: 703px;
  height: auto;
}

.gradient-angle-billboard-brand-wejit {
  width: 480px;
  height: auto;
}

.gradient-angle-billboard-breadcrumbs {
  color: #ffffff;
}
.gradient-angle-billboard-breadcrumbs a, .gradient-angle-billboard-breadcrumbs a:visited {
  color: #ffffff !important;
  text-transform: capitalize;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
}

@media (max-width: 1200px) {
  .gradient-angle-billboard-headline, .gradient-angle-billboard-subhead {
    width: auto;
  }
}
@media (max-width: 820px) {
  .gradient-angle-billboard-header {
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 1rem;
  }

  .gradient-angle-billboard-headline {
    font-size: 2rem;
    padding: 0;
  }

  .gradient-angle-billboard-headline-large {
    font-size: 32px;
  }

  .gradient-angle-billboard-brand-toggler {
    width: 80%;
    height: auto;
  }

  .gradient-angle-billboard-brand-wejit {
    width: 70%;
    height: auto;
  }

  .gradient-angle-billboard-stripe {
    height: 600px;
  }
}
.cta-column {
  text-align: center;
}
.cta-column a img {
  margin-right: 10px;
}

.cta-column-headline {
  margin: 2rem 0;
  font-size: 1.875rem;
}

.faq-list {
  max-width: 800px;
}

.faq-list-brand {
  border-bottom: 1px solid #000000;
  padding: 2rem 0;
  text-align: center;
}
.faq-list-brand img {
  width: 200px;
  height: auto;
}

.faq-list-item {
  cursor: pointer;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.faq-list-item-question-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  line-height: 1em;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq-list-item-toggle-open {
  display: none;
}

.faq-list-item.active .faq-list-item-toggle-closed {
  display: none;
}

.faq-list-item.active .faq-list-item-toggle-open {
  display: flex;
}

.faq-list-item-answer {
  display: none;
}

.faq-list-item.active .faq-list-item-answer {
  display: block;
}

@media screen and (max-width: 820px) {
  .faq-list-inner {
    margin: 1rem;
  }
}
.contact-aside .primary-button {
  min-width: 150px;
}
.contact-aside select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 30px 16px 10px;
  border-color: #323E48;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: url(/assets/svg/icon/arrow-down-black.svg) no-repeat;
  background-size: 10px 6px;
  background-position: 96% center;
}
.contact-aside input, .contact-aside textarea {
  border-color: #323E48;
}

.contact-aside-left-column {
  flex: 5;
}

.contact-aside-form-group-left {
  padding-right: 1rem;
}

.contact-aside-form-group-right {
  padding-left: 1rem;
}

.contact-form-textarea {
  padding: 1rem;
}

.contact-aside-right-column {
  flex: 5;
}

.contact-aside-copy {
  position: relative;
  z-index: 1;
  bottom: 50px;
  margin-left: 6rem;
}

.contact-aside-copy-text {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.contact-aside-copy-list-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000000;
  line-height: 24px;
  margin-bottom: 0;
}

.contact-aside-copy-list {
  padding: 0;
  list-style: none;
}

.contact-aside-copy-list-extensions {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-aside-copy-list-li {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.contact-aside-copy-list-link {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  text-decoration: none;
}

.contact-aside-copy-list-li-icon {
  width: 18px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .contact-aside {
    flex-flow: column;
  }

  .contact-aside-left-column {
    margin: 1rem;
  }
}
@media screen and (max-width: 820px) {
  .contact-aside-form {
    padding: 2rem 1rem;
  }

  .contact-form-field {
    margin-bottom: 1rem;
  }

  .contact-aside-left-column {
    margin: 1rem;
  }

  .contact-aside-form-group {
    flex-flow: column;
  }

  .contact-aside-form-group-left, .contact-aside-form-group-right {
    padding: 0;
  }

  .contact-aside-copy {
    position: static;
    margin-left: 2rem;
  }

  .contact-aside-copy-list-li, .contact-aside-copy-list-link, .contact-aside-copy-list-li-icon {
    font-size: 1rem;
  }
}
.product-finder-aside {
  display: flex;
  margin-top: 3rem;
  background: transparent;
}

.product-finder-aside-left-column {
  flex: 1;
  max-width: 204px;
}

.product-finder-aside-right-column, .product-card-grid {
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.featured-blog-row {
  position: relative;
  z-index: 1;
  height: 520px;
  bottom: 70px;
  align-items: center;
  margin-bottom: 3rem;
  margin-top: 1rem;
}

.featured-blog-row-left-image {
  position: absolute;
  z-index: 1;
  left: 0px;
  width: 871px;
}

.featured-blog-row-left-image-figure {
  width: 871px;
  height: auto;
}

.featured-blog-row-right-text {
  position: absolute;
  z-index: 1;
  right: 0px;
  background: #ffffff;
  padding: 3rem;
  box-shadow: 0 15px 32px 0 rgba(195, 195, 195, 0.5);
  width: 464px;
}

.image-aside-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0019ff;
  line-height: 1em;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .featured-blog-row {
    flex-flow: column-reverse;
    margin-bottom: 10rem;
    margin-top: 0;
    bottom: 0;
  }

  .featured-blog-row-left-image {
    margin-left: 2rem;
  }

  .featured-blog-row-right-text {
    margin-right: 2rem;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 820px) {
  .featured-blog-row {
    flex-flow: column;
    margin-bottom: 5rem;
  }

  .featured-blog-row-left-image {
    width: 100%;
    height: auto;
    margin: 0;
    padding-right: 1rem;
  }

  .featured-blog-row-left-image-figure {
    width: 100%;
    height: auto;
  }

  .featured-blog-row-right-text {
    bottom: 110px;
    width: 350px;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .featured-blog-row {
    height: 480px;
    margin-bottom: 0;
  }
}
.articles-grid {
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .blog-card-tile-card {
    margin: 0px auto 20px auto;
    width: auto;
  }
}
@media screen and (max-width: 820px) {
  .blog-card-tile-card {
    margin: 0px auto 20px auto;
    width: auto;
    padding-left: 1px;
  }
}
.article-column {
  margin-bottom: 4rem;
  background: #ffffff;
  position: relative;
}

.article-column-billboard {
  overflow: hidden;
  text-align: center;
  max-height: 700px;
  width: 100%;
  position: relative;
  text-align: center;
  height: 100%;
}

.articles-column-featured-image {
  width: 100%;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.article-column-billboard-mask {
  height: 200px;
  transform: rotate(-5deg);
  width: 150%;
  position: absolute;
  bottom: -50px;
  background: #ffffff;
}

.article-column-inner {
  max-width: 800px;
}

.article-column-title {
  margin: auto;
  margin-bottom: 36px;
}

.article-column-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1em;
  letter-spacing: 0.59px;
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
}

.article-column-copy {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 26px;
  letter-spacing: 0.26px;
}

@media screen and (max-width: 1200px) {
  .article-column-billboard {
    max-height: 600px;
  }

  .article-column-image {
    max-height: 600px;
  }

  .article-column-billboard-mask {
    bottom: -90px;
  }
}
@media screen and (max-width: 820px) {
  .article-column-title {
    margin: 24px;
  }

  .article-column-copy {
    margin: 24px;
  }

  .article-column-billboard-mask {
    bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .article-column-billboard {
    max-height: 450px;
    padding-top: 4rem;
  }

  .articles-column-featured-image {
    height: 350px;
  }

  .article-column-billboard-mask {
    height: 100px;
    bottom: -50px;
  }
}
.product-selector-aside {
  position: relative;
  z-index: 1;
  padding: 0.01px;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  margin-top: -10rem;
}

.product-selector-store-locator {
  position: relative;
}
.product-selector-store-locator .store-locator-card {
  position: absolute;
  z-index: 1;
  background: white;
  width: 300px;
  height: 300px;
  right: 0;
  bottom: 0px;
}
@media (min-width: 820px) {
  .product-selector-store-locator .store-locator-card {
    transform: translateY(220px);
    -webkit-animation: slideUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
            animation: slideUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
}
@-webkit-keyframes slideUp {
  from {
    transform: translateY(220px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(220px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.product-selector-store-locator.mobile {
  display: none;
  position: relative;
  z-index: 1;
  background: white;
  width: 100%;
  height: auto;
  right: 0;
  bottom: 0px;
  overflow: hidden;
  margin: auto;
}

.product-selector-aside-background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

.product-selector-aside-mask {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.product-selector-aside-stripe {
  background-image: linear-gradient(90deg, #142594 0%, #0019FF 100%);
  position: absolute;
  z-index: 1;
  top: 80px;
  left: -5%;
  width: 110%;
  height: 300px;
  transform: rotate(-3deg);
}

.product-selector-aside-overlay {
  position: relative;
  z-index: 2;
  top: 0;
}

.product-selector-aside-contents {
  margin-top: 8rem;
}

.product-selector-aside-header {
  margin-top: 1rem;
}
.product-selector-aside-header h3 {
  margin-top: 0.3rem;
}
.product-selector-aside-header img {
  float: left;
  width: 75px;
  margin-right: 1rem;
}

.product-selector-aside-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.product-selector-aside-subhead {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1em;
  line-height: 1.4rem;
}

.product-selector-aside-form {
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: space-between;
}

.product-selector-aside-form-select {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1em;
  margin-top: 1rem;
  -webkit-appearance: none;
  border: 0;
  width: 246px;
  padding-bottom: 10px;
  margin-right: 1rem;
  line-height: 1.2rem;
  outline: 0;
  border-bottom: 1px solid #979797;
  border-radius: 0;
  background: url("../svg/icon/arrrow-white-down.svg") 95% 5px no-repeat transparent;
}
.product-selector-aside-form-select option {
  background-color: #0019ff;
}

@supports (-ms-ime-align: auto) {
  .product-selector-aside-form-select {
    padding-bottom: 0;
    line-height: 23px;
    background: url("../svg/icon/arrrow-white-down.svg") 95% 7px no-repeat transparent;
  }
}
.product-selector-aside-form-text {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1em;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #979797;
  outline: 0;
  width: 100px;
  padding-bottom: 8px;
  margin-right: 1rem;
}
.product-selector-aside-form-text::-webkit-input-placeholder {
  color: #ffffff;
}
.product-selector-aside-form-text::-moz-placeholder {
  color: #ffffff;
}
.product-selector-aside-form-text:-ms-input-placeholder {
  color: #ffffff;
}
.product-selector-aside-form-text::-ms-input-placeholder {
  color: #ffffff;
}
.product-selector-aside-form-text::placeholder {
  color: #ffffff;
}

.product-selector-aside-form-button {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1em;
  padding: 8px 55px 8px 55px;
  border: 2px solid #ffffff;
  background: linear-gradient(#ffffff, #ffffff) left bottom/0 100% no-repeat;
  transition: 0.25s background-size cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-selector-aside-form-button:hover {
  color: #0019ff;
  background-size: 100% 100%;
  background-position: left bottom;
}

.product-selector-results {
  background-image: linear-gradient(90deg, #142594 0%, #0019FF 100%);
  position: relative;
}

.product-selector-results-message {
  display: none;
  font-size: 1.5rem;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  top: 2rem;
  z-index: 1;
}
.product-selector-results-message.active {
  display: block;
}

.product-selector-results-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 2rem;
  height: 100%;
  max-height: 0;
}
.product-selector-results-inner.active {
  padding-top: 5rem;
  padding-bottom: 2rem;
  max-height: 4000px;
}
.product-selector-results-inner.active .product-selector-results-message {
  display: block;
}
.product-selector-results-inner .product-card {
  margin: 0.5rem 2rem 2rem 0;
  display: none;
}
.product-selector-results-inner .product-card.selected {
  display: inline-block;
  transform: translateX(-1000px);
  -webkit-animation: slideIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: slideIn 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}

@media screen and (max-width: 1200px) {
  .product-selector-aside-mask {
    height: 550px;
  }

  .product-selector-aside-stripe {
    height: 450px;
  }

  .product-selector-results-message {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .product-selector-aside-header {
    padding: inherit;
  }

  .product-selector-aside-form-button {
    margin-top: 2rem;
  }

  .product-selector-store-locator {
    display: none;
  }
  .product-selector-store-locator.mobile {
    display: flex;
    justify-content: center;
  }
  .product-selector-store-locator.mobile .store-locator-card {
    z-index: 0;
    background: transparent;
    width: auto;
    padding: 2rem 1rem;
    position: relative;
    height: auto;
    margin: auto;
    margin-top: 3rem;
  }

  .product-selector-results-inner .product-card {
    margin: 0 auto 1rem;
  }

  .store-locator-image {
    position: absolute;
    z-index: 0;
    left: -146px;
    top: 81px;
    width: 400px;
    display: none;
  }

  .product-selector-aside-contents {
    display: block;
    padding: 0 1rem;
  }

  .product-selector-aside-form {
    display: inline-block;
    margin-top: 1rem;
    text-align: center;
  }

  .product-selector-aside-form-select {
    margin-bottom: 1rem;
  }

  .product-selector-aside .primary-button {
    margin-left: 15px;
  }
}
.store-locator-billboard-inner {
  position: relative;
  margin-top: 2rem;
}

.store-locator-billboard-headline-icon {
  float: left;
  margin-right: 8px;
  margin-left: 16px;
}

.store-locator-billboard-lowes {
  position: absolute;
  left: 1rem;
  margin-top: -4px;
  z-index: 1;
}

.store-locator-billboard-display {
  position: absolute;
  left: 23px;
  max-width: 370px;
  top: 20rem;
  z-index: 0;
  opacity: 0;
  -webkit-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.store-locator-billboard-footer {
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  margin: 4rem auto;
  padding: 2rem 0;
}

.store-locator-billboard-promo {
  max-width: 33%;
}
.store-locator-billboard-promo figure {
  margin-left: 0;
  clear: none !important;
}
.store-locator-billboard-promo img {
  width: 170px;
  height: auto;
}
.store-locator-billboard-promo h2 {
  font-size: 2.25rem;
  margin: 1rem 0;
}
.store-locator-billboard-promo p {
  font-size: 1.125rem;
}
.store-locator-billboard-promo a {
  color: #0019ff;
}

.store-locator-billboard-promo-icon {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  float: left;
  margin-right: 8px;
  margin-left: 16px;
  padding-bottom: 90px;
  margin-top: 6px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.store-locator-billboard-view-items {
  text-decoration: underline;
  margin: 0 0 2rem 1rem;
  cursor: pointer;
}

.store-locator-billboard-modal {
  position: fixed;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
  opacity: 0;
}
.store-locator-billboard-modal.active {
  opacity: 1;
  height: 100vh;
  z-index: 2;
  background: rgba(0, 0, 0, 0.75);
  overflow: auto;
}

.store-locator-billboard-modal-overlay {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  position: absolute;
}

.store-locator-billboard-modal-inner {
  width: 600px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  background: #FFF;
  justify-content: center;
  flex-wrap: wrap;
  overflow-y: scroll;
  max-height: 600px;
  padding: 2rem;
}
.store-locator-billboard-modal-inner button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
}
.store-locator-billboard-modal-inner button img {
  height: 20px;
  width: 20px;
}

.store-locator-billboard-modal-table {
  margin-top: 0rem;
  margin-left: 1rem;
  margin-right: 1rem;
  border-spacing: 0;
}

.modal-column-data {
  text-align: center;
  padding: 0.5rem 1rem;
  border: 1px solid #ffffff;
}

.modal-table-row {
  font-size: 0.875rem;
  color: #ffffff;
}
.modal-table-row .modal-column-data:nth-child(3) {
  border-right: 0;
}

.modal-column-header {
  font-size: 0.875rem;
  padding: 0.5rem;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #000000;
}
.modal-column-header:nth-child(1), .modal-column-header:nth-child(2) {
  width: 23%;
}
.modal-column-header:nth-child(3) {
  border-right: 0;
}
.modal-column-header.header-4 {
  display: none;
}
.modal-column-header.header-5 {
  display: none;
}

.store-locator-billboard-modal-table-headline {
  font-size: 1.25rem;
  flex-basis: 100%;
  font-weight: bold;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 1rem 0 1rem;
}
.store-locator-billboard-modal-table-headline a {
  color: #0019ff;
}

/* welcome to important land - land of the iframe overrides */
.store-mapper-btn {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: 900;
  color: #ffffff !important;
  line-height: 1em !important;
  background-image: linear-gradient(0deg, #091C96 0%, #0019FF 100%) !important;
  border: 2px solid #0119f5 !important;
  text-decoration: none !important;
  padding: 17px 36px 17px 36px !important;
  margin-top: 20px !important;
}

div#storemapper .storemapper-powered-by, div#storemapper .storemapper-powered-by[style] {
  opacity: 0;
  /* probably can't do this, but just for preview purposes, comment out before final publish */
}

#storemapper {
  margin-top: 4rem;
}

#storemapper-form {
  padding-top: 0 !important;
}

#storemapper #storemapper-list li p svg, #storemapper.show_icons .storemapper-popup-address svg, #storemapper.show_icons .storemapper-popup-phone svg, #storemapper.show_icons .storemapper-popup-url svg, #storemapper.show_icons .storemapper-popup-email svg {
  fill: #0019ff !important;
}

#storemapper #storemapper-list li.storemapper-selected {
  background: #0019ff !important;
}

.storemapper-storelink {
  background: transparent !important;
  border-color: #0019ff !important;
  color: #0019ff !important;
  border-radius: 0 !important;
}

.storemapper-phone, .storemapper-popup-phone a, .storemapper-map-directions {
  color: #0019ff !important;
}

.storemapper-selected .storemapper-storelink {
  border-color: white !important;
  color: white !important;
}
.storemapper-selected .storemapper-phone {
  color: white !important;
}

#storemapper #storemapper-list li.storemapper-selected p svg {
  fill: white !important;
}

#storemapper #storemapper-list p, #storemapper #storemapper-list li, #storemapper #storemapper-list h1, #storemapper #storemapper-list h2, #storemapper #storemapper-list h3, #storemapper #storemapper-list h4, #storemapper #storemapper-list h5, #storemapper #storemapper-list span, #storemapper #storemapper-list div {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

#storemapper-list .tier:focus {
  outline-color: #0019ff;
}

@media (max-width: 1200px) {
  .store-locator-billboard-display {
    display: none;
  }

  .store-locator-billboard-footer {
    padding: 0 1rem;
  }

  .store-locator-billboard-promo {
    width: 50%;
    max-width: unset;
  }
}
@media (max-width: 820px) {
  .store-locator-billboard-modal-table {
    overflow-y: scroll;
    height: 100%;
  }

  .store-locator-billboard-modal-inner {
    top: 105px;
    bottom: unset;
    height: auto;
    max-height: unset;
    width: 100%;
  }

  .modal-column-data {
    font-size: 0.6875rem;
    padding: 0.5rem 0.25rem;
  }

  #storemapper.horizontal.responsive_enabled #storemapper-left {
    padding-top: 1rem;
  }

  .store-locator-billboard-footer {
    align-items: center;
    flex-wrap: wrap;
    margin: 2rem 0;
  }

  .store-locator-billboard-promo {
    width: 100%;
    max-width: unset;
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }

  .store-locator-billboard-promo-icon {
    padding-bottom: 170px;
  }
}
.text-column {
  margin: 2rem 2rem;
}

.text-column-inner {
  max-width: 800px;
  margin: auto;
  line-height: 1.4rem;
}

.menu-tower-section-headline {
  background: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0;
  padding: 0.25rem 0.5rem;
}

.menu-tower-nav-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.6875rem;
  display: flex;
  flex-wrap: wrap;
}
.menu-tower-nav-list input {
  font-size: 0.6875rem;
  color: #000000;
  border: 1px solid #0019ff;
  width: 19px;
  height: 19px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
}
.menu-tower-nav-list input:checked {
  content: "";
  background: url("/assets/svg/icon/toggle-selected.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-tower-nav-item {
  margin-bottom: 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.menu-tower-nav-item.disabled {
  display: none;
}

.count {
  margin-left: 4px;
  font-size: 0.6875rem;
  color: #757575;
  display: none;
}

.filter-collapse {
  display: none;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 17px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  background: none;
}
.filter-collapse .filter-close {
  width: 20px;
  height: 20px;
}

.filter-collapse-bottom {
  display: none;
}

.mobile-filter-contain {
  display: none;
  width: 100%;
  justify-content: center;
  margin-bottom: 2rem;
  text-align: center;
}
.mobile-filter-contain .mobile-filter-btn {
  margin: auto;
  padding: 15px 36px;
  display: flex;
  align-items: center;
  font-weight: bold;
  background: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  cursor: pointer;
  background: #0019ff;
  color: #ffffff;
}
.mobile-filter-contain .mobile-filter-btn .filter-open {
  margin-right: 10px;
}

.menu-tower-filters .primary-inverted-pill-button {
  border: 0;
}

@media screen and (max-width: 1200px) {
  #application-menu {
    padding-bottom: 100px;
  }

  .product-finder-aside {
    margin-top: 1rem;
  }
  .product-finder-aside .menu-tower {
    width: 100%;
    height: 100%;
  }
  .product-finder-aside .menu-tower .menu-tower-nav-item {
    margin-left: 20px;
  }
  .product-finder-aside .menu-tower .menu-tower-section-headline {
    margin-left: 20px;
    width: 90%;
  }
  .product-finder-aside.active .filter-collapse {
    display: block;
  }
  .product-finder-aside.active .product-finder-aside-left-column {
    transform: translateX(0);
  }
  .product-finder-aside.active .product-finder-aside-left-column .menu-tower {
    background: #FFF;
  }

  .filter-collapse-bottom {
    display: block;
    margin-left: 20px;
    margin-top: 20px;
  }
  .filter-collapse-bottom img {
    transform: scaleX(-1);
    height: 20px;
    width: 20px;
  }

  .product-finder-aside-left-column {
    position: fixed;
    top: 100px;
    width: 100%;
    max-width: 480px;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: 2;
    background: #FFF;
    overflow-y: scroll;
    height: 100%;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .mobile-filter-contain {
    display: block;
  }

  .product-finder-aside-right-column {
    margin-right: auto;
  }

  .product-finder-aside {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.product-brand-grid .hide-grid {
  display: none;
}

.pdp-top-aside {
  background-image: linear-gradient(0deg, #FFFFFF 0%, #EBEBEB 100%);
  padding-top: 10rem;
  padding-bottom: 4rem;
}
.pdp-top-aside .store-locator-card {
  position: relative;
  bottom: unset;
  height: auto;
  width: 278px;
  background: #ffffff;
  margin-bottom: 1rem;
  padding: 1rem;
  z-index: 0;
}

.pdp-top-aside-inner {
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  flex-wrap: wrap;
  flex: 0 0 100%;
}

.pdp-top-aside-left-column {
  position: relative;
  z-index: 1;
}

.pdp-top-aside-left-column-logo-bg {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  top: 10rem;
  width: 100%;
  transform: translateX(-15%);
  text-align: center;
}
.pdp-top-aside-left-column-logo-bg img {
  width: 100%;
}

@media (max-width: 1475px) {
  .pdp-top-aside-left-column-logo-bg {
    transform: none;
    left: 10px;
    width: 80%;
  }
}
.pdp-top-aside-images-component {
  width: 368px;
  margin: 3rem auto 0;
  position: relative;
  z-index: 2;
}

.pdp-top-aside-primary-image {
  position: relative;
  z-index: 1;
  cursor: zoom-in;
}

.image-details {
  z-index: 3;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}

.drift-zoom-pane {
  background: white;
  left: 550px;
  top: -30px;
  width: 600px;
  height: 500px;
}

.pdp-top-aside-images-grid {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pdp-top-aside-images-grid-tile {
  width: 25%;
  padding: 0.5rem;
  cursor: pointer;
}
.pdp-top-aside-images-grid-tile img {
  border: 1px solid #979797;
  transition: all 0.25s ease;
}
.pdp-top-aside-images-grid-tile:hover img {
  border: 4px solid #0019ff;
}

.pdp-top-aside-detail-stack {
  width: 470px;
  margin-bottom: 2.5rem;
  margin-right: auto;
  margin-left: 5rem;
}

.pdp-top-aside-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
  line-height: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

.pdp-top-aside-description-copy {
  margin: 1rem 0 2rem;
}

.pdp-top-aside-variants-component .form-selector-wrapper {
  margin-bottom: 2rem;
  align-items: center;
}
.pdp-top-aside-variants-component .form-selector-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 30px 16px 10px;
  border-radius: 0;
  border-color: #757575;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  background: url(/assets/svg/icon/arrow-down-black.svg) no-repeat;
  background-size: 10px 6px;
  background-position: 96% center;
}
.pdp-top-aside-variants-component .form-selector-wrapper label {
  font-size: 0.6875rem;
}
.pdp-top-aside-variants-component .form-selector-wrapper .form-select {
  flex: 1;
}

.pdp-top-aside-a2c-left {
  text-align: center;
}

.pdp-top-aside-download {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: #757575;
  margin-top: 0rem;
  text-decoration: none;
  margin-left: 0rem;
  margin-bottom: 2em;
  padding-left: 1.5rem;
  position: relative;
  transition: all 0.25s ease;
}
.pdp-top-aside-download:hover {
  color: #0019ff;
}
.pdp-top-aside-download:before {
  content: "";
  background: url("/assets/svg/icon/pdf.svg") center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 28px;
  position: absolute;
  left: 0;
  top: -4px;
}

.pdp-top-aside-a2c-center {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-left: 1px solid #757575;
  border-right: 1px solid #757575;
}
.pdp-top-aside-a2c-center .form-field {
  margin-bottom: 0;
  max-width: 100px;
  text-align: center;
  font-weight: 900;
}

.pdp-top-aside-a2c-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-left: 1rem;
}

.pdp-top-aside-a2c-column-title {
  margin-top: 0;
  text-align: center;
  font-size: 1rem;
}

.pdp-top-aside-icons-row {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.pdp-top-aside-icon {
  width: 87px;
  height: auto;
  margin-right: 2rem;
}
.pdp-top-aside-icon img {
  width: 87px;
  height: auto;
}

.pdp-top-aside-section-headline {
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #000000;
  line-height: 1em;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.pdp-top-aside-subhead {
  font-size: 1rem;
  margin-top: 0;
}

.pdp-top-aside-content-accordian {
  border-bottom: 2px solid #757575;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pdp-top-aside-content-accordian.first {
  border-top: 2px solid #757575;
}

.pdp-top-aside-content-accordian-header {
  cursor: pointer;
  display: flex;
}

.pdp-top-aside-content-accordian-header-left {
  flex: 1;
}

.pdp-top-aside-content-accordian-header-right {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.pdp-top-aside-content-accordian-header-open {
  display: block;
}

.pdp-top-aside-content-accordian-header-close {
  display: none;
}

.pdp-top-aside-content-accordian-header.active .pdp-top-aside-content-accordian-header-open {
  display: none;
}
.pdp-top-aside-content-accordian-header.active .pdp-top-aside-content-accordian-header-close {
  display: block;
}

.pdp-top-aside-content-drawer {
  display: block;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 100%;
  max-height: 0;
  overflow: hidden;
  padding-left: 0.5rem;
}
.pdp-top-aside-content-drawer.active {
  max-height: 1000px;
}
.pdp-top-aside-content-drawer ul {
  padding-left: 1rem;
}
.pdp-top-aside-content-drawer ul li {
  line-height: 1.5;
}
.pdp-top-aside-content-drawer ul ul {
  padding-left: 1rem;
}

.image-zoom-text {
  font-size: 0.6875rem;
}

@media screen and (min-width: 1921px) {
  .drift-zoom-pane {
    width: 700px;
    left: 450px;
  }
}
@media screen and (max-width: 1200px) {
  .drift-zoom-pane {
    left: 350px;
  }

  .pdp-top-aside-headline {
    margin-right: unset;
    margin-left: unset;
  }

  .image-zoom-text {
    display: none;
  }

  .pdp-top-aside-detail-stack .store-locator-card {
    display: inline-block;
  }
  .pdp-top-aside-detail-stack .pdp-top-aside-icons-row {
    display: inline-flex;
    width: 60%;
    justify-content: center;
  }

  .pdp-top-aside-variants-component {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .drift-zoom-pane {
    display: none;
    visibility: hidden;
  }

  .pdp-top-aside {
    flex-flow: column wrap;
  }

  #product-select {
    width: 100%;
  }

  .pdp-top-aside-variants-component .form-selector-wrapper {
    display: block;
  }
  .pdp-top-aside-variants-component .form-selector-wrapper .primary-button {
    margin-top: 1rem;
    width: 100%;
  }

  .pdp-top-aside-right-column {
    display: flex;
    justify-content: center;
  }

  .image-zoom-text {
    display: none;
  }

  .pdp-top-aside-headline {
    margin-top: 0;
  }

  .pdp-top-aside {
    flex-flow: column wrap;
    padding-top: 6rem;
  }
  .pdp-top-aside .store-locator-card {
    margin-left: auto;
    margin-right: auto;
  }
  .pdp-top-aside .store-locator-card .primary-button {
    width: 50%;
  }

  .pdp-top-aside-images-grid {
    flex-wrap: nowrap;
    overflow: auto;
    margin-right: 0;
  }

  .pdp-top-aside-images-grid-tile {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .pdp-top-aside-right-column {
    display: flex;
    justify-content: center;
  }

  .pdp-top-aside-detail-stack {
    width: 100%;
    margin-bottom: 2.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-left: 0rem;
  }
  .pdp-top-aside-detail-stack .store-locator-card {
    display: block;
  }
  .pdp-top-aside-detail-stack .pdp-top-aside-icons-row {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .pdp-top-aside-left-column-logo-bg img {
    max-width: 100%;
  }

  .pdp-top-aside-a2c-center {
    padding: 0 1rem 0 1rem;
  }

  .pdp-top-aside-a2c-left {
    margin-right: 5px;
  }

  .pdp-top-aside-a2c-right button {
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .pdp-top-aside-images-component {
    margin: 0.5rem auto 0;
  }

  .pdp-top-aside-variants-component {
    width: 100%;
  }
  .pdp-top-aside-variants-component .primary-button {
    width: 100%;
  }
}
.pdp-details-tab-aside {
  position: relative;
}

.pdp-details-background {
  position: absolute;
  z-index: 1;
  top: -80px;
  left: 0;
  width: 100%;
  height: 300px;
}

.pdp-details-mask {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.pdp-details-stripe {
  background-image: linear-gradient(90deg, #142594 0%, #0019FF 100%);
  position: absolute;
  z-index: 1;
  top: 80px;
  left: -5%;
  width: 110%;
  height: 200px;
  transform: rotate(-3deg);
}

.pdp-details-overlay {
  position: relative;
  z-index: 2;
  top: 0;
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.pdp-details-tab-aside-header {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 14px solid white;
  position: relative;
}

.pdp-details-tab-aside-tab {
  color: #ffffff;
  font-size: 1.5rem;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2rem 3rem;
  cursor: pointer;
  width: auto;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pdp-details-tab-aside-tab.active:after {
  content: "";
  transform: rotate(0);
  background: url("/assets/svg/icon/tab-triangle.svg");
  background-size: cover;
  width: 55px;
  height: 35px;
  position: absolute;
  bottom: -35px;
  top: unset;
  left: 35%;
}
.pdp-details-tab-aside-tab:hover .pdp-details-tab-aside-tab-caret {
  transform: translateY(10px) rotate(90deg);
}

.pdp-details-tab-aside-tab-caret {
  display: block;
  content: "";
  background: url("/assets/svg/icon/arrrow-white.svg") center center no-repeat;
  position: absolute;
  z-index: 1;
  transform: rotate(90deg);
  width: 12px;
  height: 30px;
  margin-left: 5.5rem;
  right: -1.5rem;
  top: 17%;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pdp-details-tab-aside-tab.active .pdp-details-tab-aside-tab-caret {
  display: none;
}

.pdp-detail-tab-aside-inner {
  background: #E8E9EA;
  position: relative;
  z-index: 1;
}

.pdp-details-tab-aside-content {
  display: none;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pdp-details-tab-aside-content.active {
  display: flex;
  justify-content: center;
  -webkit-animation: fadeIn 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pdp-details-tab-aside-content-left {
  padding-right: 4rem;
  text-align: right;
  max-width: 50%;
  overflow: hidden;
}
.pdp-details-tab-aside-content-left img {
  max-width: 100%;
  max-height: 600px;
}

.pdp-details-tab-aside-content-right {
  max-width: 50%;
  overflow: hidden;
  padding-left: 4rem;
}
.pdp-details-tab-aside-content-right ol {
  padding-left: 1rem;
}
.pdp-details-tab-aside-content-right ol li {
  margin-bottom: 1rem;
  color: #323E48;
}

.pdp-details-tab-aside-content-single {
  width: 100%;
}

.product-details-table {
  width: 100%;
}

.table-column-cell {
  padding-right: 8px;
}

.product-details-table-header {
  display: flex;
  background-image: linear-gradient(90deg, #142594 0%, #0019FF 100%);
}

.product-details-table-header-column {
  flex: 1;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  font-weight: 700;
  border-right: 1px white solid;
}
.product-details-table-header-column:list-child {
  border-right: 0;
}

.product-details-table-row {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px #323E48 solid;
  background: #ffffff;
}
.product-details-table-row.even {
  background: #FFF;
}
.product-details-table-row:last-child {
  border-bottom: 0;
}

.product-details-table-column-cell {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #323E48;
  text-transform: uppercase;
  font-size: 1.125rem;
}

@media screen and (max-width: 1200px) {
  .pdp-details-tab-aside-content {
    flex-flow: column;
    align-items: center;
    margin: 0 2rem 0 2rem;
  }

  .pdp-details-tab-aside-content-left {
    padding: 1rem;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .pdp-details-tab-aside-content-left img {
    max-width: 50%;
    max-height: 600px;
  }

  .pdp-details-tab-aside-content-right {
    padding: 1rem;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .pdp-details-tab-aside-tab {
    font-size: 1rem;
    margin-left: 0rem;
    margin-right: 3rem;
  }
  .pdp-details-tab-aside-tab:last-child {
    margin-right: 1rem;
  }
  .pdp-details-tab-aside-tab.active:after {
    bottom: -45px;
  }

  .pdp-details-mask {
    height: 180px;
  }

  .pdp-details-tab-aside-content {
    flex-flow: column;
    align-items: center;
    margin: 0;
    padding-top: 0rem;
  }

  .pdp-details-tab-aside-content-left {
    padding: 1rem;
    max-width: 100%;
    width: 100%;
  }
  .pdp-details-tab-aside-content-left .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .pdp-details-tab-aside-content-left iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .pdp-details-tab-aside-content-left img {
    max-width: 50%;
  }

  .pdp-details-tab-aside-content-right {
    padding: 1rem;
    max-width: 100%;
    width: 100%;
  }

  .pdp-details-tab-aside-tab-caret {
    top: 10%;
    right: -1.2rem;
  }

  .pdp-details-tab-aside-content-single {
    overflow-x: scroll;
    white-space: nowrap;
    flex-direction: row;
    align-self: normal;
  }

  .product-details-table {
    width: 1200px;
    min-width: 750px;
    white-space: normal;
  }
}