@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-VariableFont_wght.ttf");
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?549q9v");
  src: url("../fonts/icomoon.eot?549q9v#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?549q9v") format("woff2"), url("../fonts/icomoon.ttf?549q9v") format("truetype"), url("../fonts/icomoon.woff?549q9v") format("woff"), url("../fonts/icomoon.svg?549q9v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"], .icon, .slick-arrow:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bubble-quote:before {
  content: "\eae1";
}

.icon-menu-strong:before {
  content: "\ec6d";
}

.icon-menu:before {
  content: "\ec71";
}

.icon-download:before, .card--download-minimal .button .button__title:before, .card--download-minimal input[type=submit] .button__title:before {
  content: "\ec83";
}

.icon-plus:before {
  content: "\ed5d";
}

.icon-minus:before {
  content: "\ed5e";
}

.icon-close-strong:before {
  content: "\ed6c";
}

.icon-close:before {
  content: "\ed6d";
}

.icon-angle-up:before {
  content: "\edba";
}

.icon-angle-right:before, .s-cards--home .card .additional_cta:before, .s-products--home .card__title:before, .slick-arrow.slick-next:before {
  content: "\edbe";
}

.icon-angle-down:before, .primary-selection .gfield_radio label:before, .primary-selection .gfield_radio input[type=radio]:checked + label:before {
  content: "\edc2";
}

.icon-angle-left:before, .slick-arrow.slick-prev:before {
  content: "\edc6";
}

.icon-checkbox-checked:before, input[type=checkbox]:checked + label:before {
  content: "\ee6e";
}

.icon-checkbox:before, input[type=checkbox] + label:before {
  content: "\ee6f";
}

.icon-radio-checked:before, input[type=radio]:checked + label:before {
  content: "\ee72";
}

.icon-radio:before, input[type=radio] + label:before {
  content: "\ee73";
}

.icon-circle:before, .section .section__title.section__title--small.section__title--dot:before {
  content: "\ee78";
}

.skip-links a,
.visually-hidden,
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  background: #2B2A28;
}

body {
  background: #FFF;
  color: #555;
  font: 100%/1.5 "Sora", Geneva, Tahoma, Verdana, sans-serif;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 1.5rem;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    padding: 4rem;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #A40033;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.top {
  vertical-align: top;
}

.middle {
  vertical-align: middle;
}

.bottom {
  vertical-align: bottom;
}

.color--positive {
  color: #A40033;
}

.color--negative {
  color: #ed1c24;
}

[class*=full-viewport-width] {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .full-viewport-width--mobile {
    width: 100vw;
    margin: 0 -1rem !important;
  }
}

.rounded-edges {
  border-radius: 6px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .rounded-edges--tablet {
    border-radius: 6px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) {
  .two-column {
    column-count: 2;
    column-gap: 1.5rem;
  }
}

.return-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background: #A40033;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  z-index: 1000;
  cursor: pointer;
}
.return-top .icon, .return-top .slick-arrow:before {
  font-size: 1.5rem;
  line-height: 1;
}

pre {
  white-space: pre;
}

hr {
  width: 100%;
  height: 0.125rem;
  background: #E6E6E6;
  border: 0;
  margin: 4rem 0;
}
[class*=light] hr {
  background: rgba(17, 17, 17, 0.1);
}
hr.spacer--subtle {
  height: 0.0625rem;
}

.is-loading {
  position: relative;
}
.is-loading > * {
  cursor: none;
  pointer-events: none;
  opacity: 0.25;
  transition: all 0.2s ease-in-out;
}
.is-loading:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1rem 0 0 -1rem;
  z-index: 2;
  opacity: 1;
  animation: rotation-loading 1.25s infinite ease-in-out;
}

@keyframes rotation-loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Elements */
table th, table td {
  text-align: left;
  padding: 0.25rem 0.75rem;
  border-bottom: 1px solid #DDD;
}
table th {
  color: #A40033;
  text-transform: uppercase;
}

.button, input[type=submit] {
  display: inline-flex;
  align-items: center;
  border: 0;
  padding: 0.75rem 1rem;
  background: #FFF;
  border-radius: 0.375rem;
}
.button--primary, input[type=submit] {
  background: #A40033;
  color: #FFF !important;
}
.button--bw {
  background: #33B0D6;
  color: #FFF !important;
}
.button--bw.button--white {
  background: #FFF;
  color: #33B0D6 !important;
}
.button--transparent {
  color: #2B2A28;
}
.button--dark.button--transparent {
  color: #FFF;
}
.button--uppercase, input[type=submit] {
  text-transform: uppercase;
}
.button--naked {
  padding-left: 0;
  padding-right: 0;
}
.button--transparent {
  background: none;
}
.button--small {
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.5rem 1rem;
}
.button--large {
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 1.125rem 1.5rem;
}
.button--xlarge {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  padding: 1rem 1.5rem;
  font-weight: 500;
}
.button--icon {
  justify-content: space-between;
}
.button--icon i:first-child {
  padding-right: 0.75rem;
}
.button--icon i:last-child {
  padding-left: 0.75rem;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, select {
  display: block;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-family: "Sora", Georgia, Times, Times New Roman, serif;
  width: 100%;
  border-radius: 0.375rem;
  border: 0;
  padding: 1rem 1rem;
  outline: none;
  transition: all 0.2s ease-in-out;
  background: #E6E6E6 !important;
  font-weight: 700;
}
input[type=text]:-webkit-autofill, input[type=email]:-webkit-autofill, input[type=password]:-webkit-autofill, input[type=tel]:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #E6E6E6 inset !important;
}
.gfield--is-active input[type=text], .gfield--is-active input[type=email], .gfield--is-active input[type=password], .gfield--is-active input[type=tel], .gfield--is-active textarea, .gfield--is-active select {
  padding: 1.5rem 1rem 0.5rem;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 0 62.5rem white inset, 0 0 rem(5) rem(5) transparent-color(#00aeef, 0.15) !important;
}
label {
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #E6E6E6 url(../assets/images/icons/angle-down.svg) no-repeat right center !important;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  padding-left: 1.75rem;
  position: relative;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.25rem;
  line-height: 1.2;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  color: #CCC;
}

input[type=checkbox]:checked + label:before {
  color: #A40033;
}

input[type=radio]:checked + label:before {
  color: #A40033;
}

.gfield--type-hidden {
  display: none;
}

label.gfield_label {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-family: "Sora", Georgia, Times, Times New Roman, serif;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: #888;
}
.gfield--is-active label.gfield_label {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.gfield_radio label,
.gfield_checkbox label,
.ginput_container_consent label {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  padding: 0.125rem 0;
  display: inline-block;
}

.gsection:not(:first-of-type) {
  padding-top: 1.5rem !important;
}

.ginput_container_checkbox,
.ginput_container_radio {
  padding-bottom: 1.5rem;
}

.gfield--type-hidden:first-child + .gsection {
  padding-top: 0 !important;
}

legend.gfield_label {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #A40033;
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}

fieldset + fieldset legend.gfield_label {
  padding-top: 0;
}

.gform_hidden {
  display: none;
}

.is-consent .ginput_container {
  padding-top: 1.5rem;
}
.is-consent + .is-consent .ginput_container {
  padding-top: 0;
}
.is-consent .gfield_label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gform_footer {
  padding-top: 1.5rem;
}

.primary-selection legend.gfield_label {
  padding-top: 0;
}
.primary-selection .gfield_radio {
  display: grid;
  grid-gap: 0.75rem;
}
.primary-selection .gfield_radio input[type=radio]:checked + label {
  background: #A40033;
}
.primary-selection .gfield_radio input[type=radio]:checked + label:before {
  color: #FFF;
}
.primary-selection .gfield_radio label {
  background: #6D6E70;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 700;
  display: block;
  padding: 1.5rem;
  border-radius: 0.375rem;
}
.primary-selection .gfield_radio label span {
  display: block;
  font-size: 85%;
  font-weight: 400;
  padding-top: 0.25rem;
}
.primary-selection .gfield_radio label:before {
  display: none;
  color: #FFF;
  top: auto;
  left: auto;
  bottom: 1rem;
  right: 1.875rem;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.gform_fields {
  display: grid;
  grid-gap: 0.75rem;
}
.gform_fields > * {
  margin: 0;
  padding: 0;
}

.gfield:not(.gsection):not(fieldset) {
  position: relative;
  border-radius: 0.375rem;
  background: rgba(17, 17, 17, 0.06);
}
.gfield:not(.gsection):not(fieldset).gfield_error {
  background: rgba(237, 28, 36, 0.8);
}
.gfield:not(.gsection):not(fieldset).gfield_error .gfield_description {
  color: #FFF;
}
.gfield:not(.gsection):not(fieldset).gfield_visibility_hidden {
  display: none;
}

.gfield_description {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  font-family: "Sora", Georgia, Times, Times New Roman, serif;
  padding: 0.375rem 1rem;
  color: rgba(17, 17, 17, 0.5);
}
.gfield_required {
  display: none;
}

.gform_validation_container {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.ginput_complex > span {
  position: relative;
}
.ginput_complex > span:not(:first-child) {
  margin-top: 0.25rem !important;
  display: block;
}

.gfield.hide-label legend {
  display: none;
}

fieldset.gfield--type-radio.gfield_error {
  background: rgba(237, 28, 36, 0.8);
  border-radius: 0.375rem;
  padding: 1rem;
  position: relative;
  margin-top: 3.125rem;
}
fieldset.gfield--type-radio.gfield_error legend {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 3.125rem;
}
fieldset.gfield--type-radio.gfield_error label {
  color: #FFF;
}
fieldset.gfield--type-radio.gfield_error label:before {
  color: #FFF !important;
}
fieldset.gfield--type-radio.gfield_error .ginput_container_radio {
  padding: 0;
}
fieldset.gfield--type-radio.gfield_error .validation_message {
  padding: 1rem 0 0;
  color: #FFF;
}

fieldset.gfield--type-checkbox.gfield_error {
  background: rgba(237, 28, 36, 0.8);
  border-radius: 0.375rem;
  padding: 1rem;
  position: relative;
  margin-top: 3.125rem;
}
fieldset.gfield--type-checkbox.gfield_error legend {
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 3.125rem;
}
fieldset.gfield--type-checkbox.gfield_error label {
  color: #FFF;
}
fieldset.gfield--type-checkbox.gfield_error label:before {
  color: #FFF !important;
}
fieldset.gfield--type-checkbox.gfield_error .ginput_container_checkbox {
  padding: 0;
}
fieldset.gfield--type-checkbox.gfield_error .validation_message {
  padding: 1rem 0 0;
  color: #FFF;
}

fieldset.gfield--type-consent.gfield_error {
  background: rgba(237, 28, 36, 0.8);
  border-radius: 0.375rem;
  padding: 1rem 1rem 0.5714285714rem;
}
fieldset.gfield--type-consent.gfield_error label {
  color: #FFF;
}
fieldset.gfield--type-consent.gfield_error label:before {
  color: #FFF !important;
}
fieldset.gfield--type-consent.gfield_error .ginput_container {
  padding-top: 0;
}
fieldset.gfield--type-consent.gfield_error .validation_message {
  padding-left: 1.75rem;
  color: #FFF;
}

.gform_validation_message.validation_error {
  background: rgba(237, 28, 36, 0.8);
  color: #FFF;
  margin: 1.5rem 0;
  border-radius: 0.375rem;
  padding: 1rem;
}

@media only screen and (min-width: 64rem) {
  legend.gfield_label {
    font-size: 1.75rem;
    line-height: 1.2857142857;
    font-weight: 700;
  }
  .primary-selection .gfield_radio {
    grid-template-columns: repeat(3, 1fr);
  }
  .primary-selection .gfield_radio label {
    font-size: 1.375rem;
    line-height: 1.3636363636;
    font-weight: 700;
    padding: 1.875rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .primary-selection .gfield_radio label:before {
    display: block !important;
  }
  .primary-selection .gfield_radio label span {
    padding-top: 1rem;
    font-size: 70%;
  }
}
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content table, .user-content blockquote {
  margin: 1.5rem 0 0;
}
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5 {
  margin-top: 3rem;
}
.user-content h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: #A40033;
}
.user-content h3 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #A40033;
  font-weight: 700;
}
.user-content p, .user-content li {
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.user-content ul, .user-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-content li {
  position: relative;
  padding-left: 1rem;
}
.user-content li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  color: #A40033;
}
.user-content img {
  display: block;
  height: auto;
}
@media only screen and (min-width: 48rem) {
  .user-content img.aligncenter {
    margin: 1rem auto;
  }
  .user-content img.alignleft {
    float: left;
    margin: 0 1rem 0.5rem 0;
  }
  .user-content img.alignright {
    float: right;
    margin: 0 0 0.5rem 1rem;
  }
}
.user-content blockquote.testimonial {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  margin: 3rem 0;
}
.user-content blockquote.testimonial .testimonial__content {
  color: #A40033;
}
.user-content blockquote.testimonial .testimonial__content > :first-child {
  font-size: 1.375rem;
  line-height: 1.6363636364;
  margin-top: auto;
}
.user-content blockquote.testimonial .testimonial__content > :last-child {
  margin-bottom: auto;
}
.user-content blockquote.testimonial .testimonial__author {
  color: #A40033;
  margin-top: 0.5rem;
}
.user-content blockquote.testimonial .testimonial__image {
  grid-row: 1;
}
.user-content blockquote.testimonial img {
  border-radius: 0.375rem;
}
@media only screen and (min-width: 81.25rem) {
  .user-content blockquote.testimonial .testimonial__content > :first-child {
    font-size: 1.625rem;
    line-height: 1.5384615385;
  }
  .user-content blockquote.testimonial .testimonial__author {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .user-content blockquote.testimonial .testimonial__author small {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.grid {
  display: grid;
  grid-gap: 1.5rem;
}
.grid--1 {
  grid-row-gap: 1.5rem;
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid--6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid--7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid--6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid--2-1 {
  grid-template-columns: 2fr 1fr;
}
.grid--1-2 {
  grid-template-columns: 1fr 2fr;
}
.grid.no-gap {
  grid-gap: 0 !important;
}
.grid.grid--gap-quarter {
  grid-gap: 0.5rem !important;
}
.grid.grid--gap-half {
  grid-gap: 0.75rem !important;
}
.grid.grid--gap-double {
  grid-gap: 3rem !important;
}
@media only screen and (max-width: 767px) {
  .grid--mobile--1 {
    grid-template-columns: 1fr !important;
  }
  .grid--mobile--2 {
    grid-template-columns: 1fr 1fr !important;
  }
  .grid--mobile--3 {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
  .grid.gap--mobile-no-gap {
    grid-gap: 0 !important;
  }
  .grid.gap--mobile-quarter {
    grid-gap: 0.5rem !important;
  }
  .grid.gap--mobile-half {
    grid-gap: 0.75rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid--tablet--1 {
    grid-template-columns: 1fr !important;
  }
  .grid--tablet--2 {
    grid-template-columns: 1fr 1fr !important;
  }
  .grid--tablet--3 {
    grid-template-columns: 1fr 1r 1fr !important;
  }
  .grid.gap--tablet-no-gap {
    grid-gap: 0 !important;
  }
  .grid.gap--tablet-quarter {
    grid-gap: 0.5rem !important;
  }
  .grid.gap--tablet-half {
    grid-gap: 0.75rem !important;
  }
}

.meta--filesize {
  text-transform: uppercase;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  text-indent: -999em;
  font-size: 0;
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.slick-arrow:before {
  text-indent: 0;
  display: block;
}
.slick-arrow:before {
  text-indent: 0;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.c-featured-image,
.user-content {
  max-width: 56.25rem;
}

header[role=banner] {
  background: #FFF;
  position: relative;
}
@media only screen and (min-width: 64rem) {
  header[role=banner] .container {
    padding-bottom: 0;
  }
}
header[role=banner] .site-logo {
  margin: 0;
}
header[role=banner] .site-logo a {
  display: block;
  width: 13.25rem;
  height: 3rem;
  background: url(../assets/images/lg-pro-laundry--logo.svg) no-repeat center center;
  border: 0;
}
header[role=banner] .site-logo .site-name,
header[role=banner] .site-logo .site-tagline {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
header[role=banner] .bw-branding {
  margin-top: 1rem;
}
header[role=banner] .bw-logo {
  display: block;
  margin: 0 auto;
  width: 11.55rem;
  height: 2rem;
  background: url(../assets/images/bw-logo.svg) no-repeat center center;
  border: 0;
}
@media only screen and (min-width: 1024px) {
  header[role=banner] .site-branding {
    display: flex;
    justify-content: space-between;
    margin: 1.5rem 0 3rem;
  }
  header[role=banner] .site-logo a {
    width: 16.5625rem;
    height: 3.75rem;
  }
  header[role=banner] .bw-branding {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header[role=banner] .bw-logo {
    width: 14.4375rem;
    height: 2.5rem;
  }
}

header[role=banner] nav .site-nav-switch {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
}
header[role=banner] nav .site-nav-switch .icon, header[role=banner] nav .site-nav-switch .slick-arrow:before {
  font-size: 1.75rem;
  color: #6D6E70;
}
header[role=banner] nav .site-nav-switch .icon-close {
  display: block;
}
header[role=banner] nav .site-nav-switch .icon-menu {
  display: none;
}
@media only screen and (min-width: 1024px) {
  header[role=banner] nav .site-nav-switch {
    display: none !important;
  }
}
header[role=banner] nav.is-hidden .site-nav-switch .icon-menu {
  display: block;
}
header[role=banner] nav.is-hidden .site-nav-switch .icon-close {
  display: none;
}
header[role=banner] nav.is-hidden .site-nav {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding-bottom: 0;
}

.site-nav {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding-bottom: 1rem;
}
.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 1rem;
  background: #FFF;
}
.site-nav ul + ul {
  margin-top: 1rem;
}
.site-nav ul ul ul {
  display: none;
}
.site-nav li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.site-nav li:first-child {
  border: 0;
}
.site-nav a {
  border: 0;
  display: block;
  padding: 0.25rem 0.75rem;
}
.site-nav .language img {
  margin-right: 0.5rem;
}
.site-nav .language [class*=current-language] a {
  background: #E6E6E6;
}
@media only screen and (min-width: 1024px) {
  .site-nav {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }
  .site-nav ul {
    display: flex;
    justify-content: space-between;
    width: 300%;
    padding: 0 100%;
    position: relative;
    margin-left: -100%;
    border-bottom: 1px solid #DDD;
  }
  .site-nav li {
    border: 0;
    position: relative;
  }
  .site-nav a {
    text-transform: uppercase;
    color: #6D6E70;
    padding: 0.75rem 0;
    position: relative;
    font-size: 0.96875rem;
    letter-spacing: -0.5px;
  }
  .site-nav a:before {
    content: "";
    position: absolute;
    bottom: -0.0625rem;
    left: 0;
    right: 0;
    background: #A40033;
    height: 0;
    transition: all 0.2s ease-in-out;
  }
  .site-nav li.current-menu-item > a:before,
  .site-nav li.current-menu-parent > a:before,
  .site-nav li.current-page-ancestor > a:before {
    display: block !important;
  }
  .site-nav li.current-menu-item > a,
  .site-nav li.current-menu-parent > a,
  .site-nav li.current-page-ancestor > a,
  .site-nav a:hover {
    color: #A40033;
  }
  .site-nav li.current-menu-item > a:before,
  .site-nav li.current-menu-parent > a:before,
  .site-nav li.current-page-ancestor > a:before,
  .site-nav a:hover:before {
    height: 0.25rem;
  }
  .site-nav .menu-item-has-children a {
    font-size: 1rem;
  }
  .site-nav .menu-item-has-children a:before {
    display: none;
  }
  .site-nav .menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .site-nav ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: -1.5rem;
    z-index: 10;
    margin-top: -0.25rem;
    background: #A40033;
    flex-direction: column;
    width: 18.75rem;
    border-radius: 1.5rem;
    padding: 1rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    border: 0;
  }
  .site-nav ul ul a {
    color: #FFF !important;
    text-transform: none;
    transition: all 0.2s ease-in-out;
    padding: 0.5rem 1.5rem;
  }
  .site-nav ul ul a:hover, .site-nav ul ul a:focus {
    color: rgba(255, 255, 255, 0.75) !important;
  }
  .site-nav .header-navigation.language {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 3.75rem;
    border: 0;
    padding: 0;
    display: block;
    z-index: 100;
  }
  .site-nav .header-navigation.language li {
    display: none;
  }
  .site-nav .header-navigation.language img {
    width: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .site-nav .header-navigation.language span {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .site-nav .header-navigation.language a {
    width: 3.75rem;
    height: 3.125rem;
    position: relative;
    background: #E6E6E6;
  }
  .site-nav .header-navigation.language a:hover:before {
    display: none;
  }
  .site-nav .header-navigation.language [class*=current-language] {
    display: block;
  }
  .site-nav .header-navigation.language [class*=current-language] a {
    background: #A40033;
  }
  .site-nav .header-navigation.language.is-open li {
    display: block;
  }
}

footer[role=contentinfo] {
  background: #2B2A28;
}
footer[role=contentinfo] .site-logo {
  margin: 0;
}
footer[role=contentinfo] .site-logo a {
  display: block;
  width: 13.25rem;
  height: 3rem;
  background: url(../assets/images/lg-pro-laundry--logo.svg) no-repeat center center;
  border: 0;
  margin: 0 auto;
}
footer[role=contentinfo] .site-logo .site-name,
footer[role=contentinfo] .site-logo .site-tagline {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer[role=contentinfo] .bw-branding {
  margin-top: 1rem;
}
footer[role=contentinfo] .bw-logo {
  display: block;
  margin: 0 auto;
  width: 11.55rem;
  height: 2rem;
  background: url(../assets/images/bw-logo.svg) no-repeat center center;
  border: 0;
}
@media only screen and (min-width: 1024px) {
  footer[role=contentinfo] .site-branding {
    display: flex;
    justify-content: space-between;
  }
  footer[role=contentinfo] .site-logo a {
    width: 16.5625rem;
    height: 3.75rem;
  }
  footer[role=contentinfo] .bw-logo {
    width: 14.4375rem;
    height: 2.5rem;
  }
}
footer[role=contentinfo] .site-description {
  margin: 4rem 0;
}
footer[role=contentinfo] .site-description * {
  color: #AAA;
  margin: 0;
}
footer[role=contentinfo] .site-description h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
footer[role=contentinfo] .site-description p {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

footer[role=contentinfo] {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
footer[role=contentinfo] nav {
  display: grid;
  grid-gap: 4rem;
}
footer[role=contentinfo] nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 4rem;
}
footer[role=contentinfo] nav ul ul {
  grid-gap: 0.75rem;
}
footer[role=contentinfo] nav li {
  font-size: 1.25rem;
  line-height: 1.2;
}
footer[role=contentinfo] nav li li {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  position: relative;
  padding-left: 1rem;
}
footer[role=contentinfo] nav li li:first-child {
  margin-top: 1rem;
}
footer[role=contentinfo] nav li li:before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 0.5625rem;
  left: 0;
  background: #A40033;
}
footer[role=contentinfo] nav li.is-bw-branding > a {
  color: #33B0D6;
}
footer[role=contentinfo] nav li.is-bw-branding li:before {
  background: #33B0D6;
}
footer[role=contentinfo] nav li li a,
footer[role=contentinfo] nav .secondary a {
  color: #FFF;
}
footer[role=contentinfo] nav .secondary {
  grid-gap: 0.75rem;
}
footer[role=contentinfo] nav .secondary li {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #FFF;
}
@media only screen and (min-width: 1024px) {
  footer[role=contentinfo] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  footer[role=contentinfo] nav ul {
    flex-direction: row;
    grid-gap: 5rem;
  }
  footer[role=contentinfo] nav ul ul {
    flex-direction: column;
  }
  footer[role=contentinfo] nav .secondary {
    grid-gap: 4rem;
  }
  footer[role=contentinfo] nav .secondary li {
    position: relative;
  }
  footer[role=contentinfo] nav .secondary li:not(:first-child):before {
    content: "";
    display: block;
    width: 0.0625rem;
    height: 1rem;
    background: #6D6E70;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2rem;
  }
}

.section-spacer {
  border: 0;
  background: #2B2A28;
  width: 300%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 0.125rem;
}

.section {
  display: grid;
  grid-gap: 1rem;
  position: relative;
  z-index: 2;
}
.c-form + .section {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 81.25rem) {
  .c-form + .section {
    margin-top: 4rem;
  }
}
.section + .section {
  margin-top: 1rem;
}
.section.section--spacing-top-half {
  margin-top: 0.5rem;
}
.section.section--spacing-bottom-half {
  margin-bottom: 0.5rem;
}
.section.section--spacing-top-none {
  margin-top: 0 !important;
}
.section.section--spacing-bottom-none {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .section {
    grid-gap: 1.5rem;
  }
  .section + .section {
    margin-top: 1.5rem;
  }
  .section.section--spacing-top-half {
    margin-top: 0.75rem;
  }
  .section.section--spacing-bottom-half {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 1300px) {
  .section + .section {
    margin-top: 4rem;
  }
  .section.section--spacing-top-half {
    margin-top: 2rem;
  }
  .section.section--spacing-bottom-half {
    margin-bottom: 2rem;
  }
}
.section.section--height-half {
  min-height: 50vh;
}
.section.section--height-full {
  min-height: 100vh;
}
.section.section--align-middle, .section.section--align-bottom {
  display: flex;
  flex-direction: column;
}
.section.section--align-middle > *:first-child, .section.section--align-bottom > *:first-child {
  margin-top: auto;
}
.section.section--align-middle > *:last-child:not(.section__background) {
  margin-bottom: auto;
}
.section.section--align-middle.s-hero .section__header {
  margin-bottom: auto;
}
.section.section--align-middle.s-hero.has-footer .section__header {
  margin-bottom: 0;
}
.section--align-center .section__header,
.section--align-center .section__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--align-center .section__summary {
  text-align: center;
}
.section.section--background-light {
  background: #E6E6E6;
}
.section.section--background-light .section__title,
.section.section--background-light .section__summary {
  color: #111;
}
.section.section--background-dark {
  background: #2B2A28;
}
.section.section--background-dark .section__title,
.section.section--background-dark .section__summary {
  color: #FFF;
}
.section.section--background-primary {
  background: #A40033;
}
.section.section--background-primary .section__title,
.section.section--background-primary .section__summary {
  color: #FFF !important;
}
.section.section--background-primary .section__background:before {
  background: linear-gradient(90deg, #a40033 0%, rgba(164, 0, 51, 0) 100%);
}
.section.section--background-bw {
  background: #33B0D6;
}
.section.section--background-bw .section__background:before {
  background: linear-gradient(90deg, #33b0d6 0%, rgba(51, 176, 214, 0) 100%);
}
.section.section--background-transparent {
  background: transparent;
}
.section.has-background-image {
  overflow: hidden;
}

.section__header {
  display: grid;
  grid-gap: 0.25rem;
}
@media only screen and (min-width: 64rem) {
  .section__header {
    grid-gap: 0.75rem;
  }
}

.section .section__title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #A40033;
}
@media only screen and (min-width: 64rem) {
  .section .section__title {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}
.section .section__title strong {
  color: #A40033;
}
.section .section__title.section__title--small {
  font-size: 1rem !important;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  color: #2B2A28;
}
@media only screen and (min-width: 64rem) {
  .section .section__title.section__title--small {
    font-size: 1.5rem !important;
    line-height: 1.3333333333;
  }
}
.section .section__title.section__title--small.section__title--dot {
  padding-left: 1.25rem;
}
.section .section__title.section__title--small.section__title--dot:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #A40033;
  font-size: 0.75rem;
  position: absolute;
  top: 0.375rem;
  left: 0;
}
@media only screen and (min-width: 64rem) {
  .section .section__title.section__title--small.section__title--dot {
    padding-left: 1.5rem;
  }
  .section .section__title.section__title--small.section__title--dot:before {
    font-size: 0.875rem;
    top: 0.625rem;
  }
}
.section .section__title.section__title--large {
  margin: 0;
  font-size: 1.75rem !important;
  line-height: 1.2857142857;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .section .section__title.section__title--large {
    font-size: 2.25rem !important;
    line-height: 1.2222222222;
  }
}
.section .section__title.section__title--xlarge {
  font-size: 1.875rem !important;
  line-height: 1.2;
  font-weight: 400;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .section .section__title.section__title--xlarge {
    font-size: 2.625rem !important;
    line-height: 1.0952380952;
  }
}
.section .section__title.section__title--xxlarge {
  font-size: 2.625rem !important;
  line-height: 1.0952380952;
  font-weight: 400;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .section .section__title.section__title--xxlarge {
    font-size: 3.75rem !important;
    line-height: 1.0333333333;
  }
}
.section .section__title.section__title--gray {
  color: #2B2A28;
}
.section .section__title.section__title--primary {
  color: #A40033;
}

.section__subtitle {
  margin: 0;
  padding: 0;
}

.section__summary {
  display: grid;
  grid-gap: 1rem;
}
.section__summary * {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.s-hero .section__summary {
  color: #FFF;
}
.section__summary--uppercase * {
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
}
.section__summary--uppercase strong {
  color: #A40033;
}

.section__background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.section__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, #2b2a28 0%, rgba(43, 42, 40, 0) 100%);
}
.section__background.no-crop:before {
  display: none;
}
.section__background.no-crop img {
  object-fit: contain;
}
.section__background.no-crop.image-right img, .section__background.no-crop.image-left img {
  position: absolute;
  top: 0;
  max-height: 100%;
  width: auto;
  height: auto;
}
.section__background.no-crop.image-left img {
  left: 0;
}
.section__background.no-crop.image-right img {
  right: 0;
}

.s-image-text {
  grid-gap: 0.5rem;
}
.s-image-text * {
  margin: 0;
}
.s-image-text .section__content {
  grid-row: 1;
}
.s-image-text .section__content img {
  border-radius: 1.5rem;
  display: block;
}
@media only screen and (min-width: 64rem) {
  .s-image-text {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-template-rows: min-content;
  }
  .s-image-text .section__content {
    grid-column: 2;
    grid-row: 1/span 2;
  }
  .s-image-text .section__header {
    grid-column: 1;
    grid-row: 1;
    margin: auto 0 0 0;
  }
  .s-image-text .section__footer {
    grid-column: 1;
    grid-row: 2;
    margin: 0 0 auto 0;
  }
  .s-image-text:not(.has-footer) .section__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .s-image-text:not(.has-footer) .section__header > *:first-child {
    margin-top: auto;
  }
  .s-image-text:not(.has-footer) .section__header > *:last-child {
    margin-bottom: auto;
  }
  .s-image-text:not(.has-footer) .section__content {
    grid-row: 1;
  }
  .s-image-text.image-flipped .section__content {
    grid-column: 1;
  }
  .s-image-text.image-flipped .section__header,
  .s-image-text.image-flipped .section__footer {
    grid-column: 2;
  }
}
@media only screen and (min-width: 81.25rem) {
  .s-image-text {
    grid-column-gap: 4rem;
  }
}

.s-image.section--align-center .section__content {
  display: flex;
  justify-content: center;
}
.s-image.section--align-right .section__content {
  display: flex;
  justify-content: flex-end;
}
.s-image img {
  display: block;
}

.s-mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.s-mobile-navigation.is-visible {
  opacity: 1;
}
.s-mobile-navigation + .section {
  margin-top: 0;
}
.s-mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  background: #A40033;
  padding: 0 1rem;
  grid-gap: 0.75rem;
}
.s-mobile-navigation li {
  padding: 0;
}
.s-mobile-navigation a {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  padding: 0.75rem 0;
  padding-bottom: 1.125rem;
  border: 0;
  display: block;
  color: #FFF;
  text-align: center;
  position: relative;
  height: 100%;
}
.s-mobile-navigation a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.3125rem;
  background: #FFF;
  opacity: 0;
}
.s-mobile-navigation .is-active a:before {
  opacity: 1;
}
@media only screen and (min-width: 48rem) {
  .s-mobile-navigation ul {
    grid-gap: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .s-mobile-navigation {
    display: none;
  }
}

.s-page-header .container {
  display: grid;
  grid-gap: 1rem;
}
.s-page-header:not(.s-page-header--custom) .container {
  padding-bottom: 0;
}
.s-page-header .c-breadcrumbs {
  margin-bottom: 1.5rem;
}
.s-page-header.s-page-header--custom:not(.has-featured-image) {
  background: #2B2A28;
}
.s-page-header.s-page-header--custom .c-breadcrumbs *,
.s-page-header.s-page-header--custom .s-page-header__title {
  color: #FFF;
}
.s-page-header.s-page-header--custom .s-page-header__title {
  font-size: 2.625rem;
  line-height: 1.0952380952;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .s-page-header.s-page-header--custom .s-page-header__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
@media only screen and (min-width: 64rem) {
  .s-page-header.s-page-header--custom {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .s-page-header.s-page-header--custom .s-page-header__title {
    max-width: 60%;
  }
}
.s-page-header.page-title-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.s-page-header.page-title-hidden + #main > .container:first-child {
  padding-top: 0;
  margin-top: -1px;
}
@media only screen and (min-width: 64rem) {
  .s-page-header .container {
    grid-gap: 1.5rem;
  }
}

.s-page-header__title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
  color: #A40033;
}
@media only screen and (min-width: 64rem) {
  .s-page-header__title {
    font-size: 2.25rem;
    line-height: 1.2222222222;
  }
}
.s-page-header__title--large {
  font-size: 2.25rem;
  line-height: 1.2222222222;
  margin: 0;
}
@media only screen and (min-width: 64rem) {
  .s-page-header__title--large {
    font-size: 3rem;
    line-height: 1.125;
  }
}
.s-page-header__title--xlarge {
  font-size: 2.625rem;
  line-height: 1.0952380952;
}
@media only screen and (min-width: 64rem) {
  .s-page-header__title--xlarge {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}

.s-page-header__subtitle {
  font-size: 1rem;
  line-height: 1.25;
  color: #2B2A28;
  text-transform: uppercase;
  margin-bottom: -0.75rem;
}
@media only screen and (min-width: 64rem) {
  .s-page-header__subtitle {
    margin-bottom: -1rem;
  }
}

.s-page-header__summary {
  max-width: 50rem;
}
.s-page-header__summary > :first-child {
  margin-top: 0;
}
.s-page-header__summary > :last-child {
  margin-bottom: 0;
}

.s-page-header__background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.s-page-header__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s-page-header__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, #2b2a28 0%, rgba(43, 42, 40, 0) 100%);
}

.s-cta-buttons {
  background: none !important;
}
.s-cta-buttons .section__content {
  background: #E6E6E6;
  padding: 1.5rem;
  border-radius: 0.375rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .s-cta-buttons .section__content {
    justify-content: center;
    align-content: center;
  }
  .s-cta-buttons .section__content .button, .s-cta-buttons .section__content input[type=submit] {
    width: 100%;
    max-width: 18.75rem;
  }
}
.s-cta-buttons.section--background-primary .section__content {
  background: #A40033;
}
.s-cta-buttons.section--background-dark .section__content {
  background: #2B2A28;
}
.s-cta-buttons.section--background-bw .section__content {
  background: #33B0D6;
}
.s-cta-buttons.section--background-transparent .section__content {
  background: transparent;
  padding: 0;
}
.s-cta-buttons .section__summary {
  color: #2B2A28 !important;
}

.s-cta-text {
  grid-gap: 0.5rem;
}
.s-cta-text .section__title,
.s-cta-text a {
  font-size: 1.875rem !important;
  line-height: 1.2;
  font-weight: 400;
  font-weight: 700;
  border-bottom: 0;
}
@media only screen and (min-width: 64rem) {
  .s-cta-text .section__title,
  .s-cta-text a {
    font-size: 2.625rem !important;
    line-height: 1.0952380952;
  }
}
.s-cta-text .section__title {
  color: #111 !important;
}
.s-cta-text a {
  color: #33B0D6;
}
.s-cta-text .icon, .s-cta-text .slick-arrow:before {
  font-size: 1.25rem;
  line-height: 1;
}
@media only screen and (min-width: 48rem) {
  .s-cta-text {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 64rem) {
  .s-cta-text {
    grid-gap: 1rem;
  }
  .s-cta-text .icon, .s-cta-text .slick-arrow:before {
    font-size: 2rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) {
  .s-cards--image-cards .section__content {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-cards--image-cards .section__content {
    overflow: hidden;
    border-radius: 12px;
  }
}

.s-hero {
  width: 100vw;
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .s-hero {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .s-hero {
    width: 300%;
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    padding-right: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .s-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1300px) {
  .s-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.s-hero .section__header {
  max-width: 50%;
}
@media only screen and (min-width: 1024px) {
  .s-hero .section__header {
    max-width: 60%;
  }
  .s-hero .section__header .section__summary {
    max-width: 60%;
  }
}
.s-hero > *:first-child {
  margin-top: auto;
}
.s-hero .section__title {
  margin: 0;
  font-size: 1.75rem !important;
  line-height: 1.2857142857;
  font-weight: 700;
  text-transform: none;
  color: #FFF;
  padding: 0;
}
@media only screen and (min-width: 64rem) {
  .s-hero .section__title {
    font-size: 2.25rem !important;
    line-height: 1.2222222222;
  }
}
.s-hero .section__title:before {
  display: none;
}
.s-hero .section__title + .section__subtitle {
  grid-row: 1;
}
.s-hero .section__subtitle {
  color: #FFF;
  text-transform: uppercase;
}
.s-hero .section__summary > p {
  margin: 0;
}

.s-hero-icons .section__header,
.s-hero-icons .section__content {
  max-width: 75%;
}
.s-hero-icons .section__content {
  display: grid;
  grid-gap: 0.75rem;
}
.s-hero-icons .card {
  grid-template-columns: 32px auto;
  grid-gap: 0.75rem;
  text-align: left;
}
.s-hero-icons .icon__title {
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (min-width: 48rem) {
  .s-hero-icons .section__header,
  .s-hero-icons .section__content {
    max-width: 60%;
  }
}
@media only screen and (min-width: 64rem) {
  .s-hero-icons .section__header,
  .s-hero-icons .section__content {
    max-width: 50%;
  }
  .s-hero-icons .section__content {
    grid-gap: 1.5rem;
  }
  .s-hero-icons .card {
    grid-template-columns: 48px auto;
    grid-gap: 1rem;
  }
  .s-hero-icons .card > div:first-child {
    display: flex;
  }
  .s-hero-icons .card svg {
    width: 3rem;
    height: 3rem;
    margin: auto 0;
  }
  .s-hero-icons .icon__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.s-icons .card,
.s-team .card,
.s-hero--resellers .card {
  display: grid;
  grid-gap: 0.75rem;
  text-align: center;
  color: #A40033;
  font-size: 1rem;
  line-height: 1.125;
}
.s-icons svg,
.s-team svg,
.s-hero--resellers svg {
  width: 4rem;
  margin: 0 auto;
}
.s-icons .icon--solid svg,
.s-team .icon--solid svg,
.s-hero--resellers .icon--solid svg {
  fill: #A40033;
}
.s-icons .card--icon-large,
.s-team .card--icon-large,
.s-hero--resellers .card--icon-large {
  text-transform: uppercase;
  color: #2B2A28;
}
.s-icons .card--icon-large svg,
.s-team .card--icon-large svg,
.s-hero--resellers .card--icon-large svg {
  width: 6rem;
}
.s-icons .icon__title,
.s-team .icon__title,
.s-hero--resellers .icon__title {
  font-weight: 700;
}
.s-icons .card--icon-uppercase:not(.card--icon-portrait),
.s-team .card--icon-uppercase:not(.card--icon-portrait),
.s-hero--resellers .card--icon-uppercase:not(.card--icon-portrait) {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0.5rem;
}
.s-icons .card--icon-uppercase:not(.card--icon-portrait) > *,
.s-team .card--icon-uppercase:not(.card--icon-portrait) > *,
.s-hero--resellers .card--icon-uppercase:not(.card--icon-portrait) > * {
  display: flex;
}
.s-icons .card--icon-uppercase div,
.s-team .card--icon-uppercase div,
.s-hero--resellers .card--icon-uppercase div {
  grid-column: 1;
  grid-row: 1/span 2;
}
.s-icons .card--icon-uppercase .icon__title,
.s-team .card--icon-uppercase .icon__title,
.s-hero--resellers .card--icon-uppercase .icon__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
}
.s-icons .card--icon-uppercase .icon__description,
.s-team .card--icon-uppercase .icon__description,
.s-hero--resellers .card--icon-uppercase .icon__description {
  font-size: 1rem;
  line-height: 1.375;
  color: #555;
}
.s-icons .card--icon-portrait .icon__title,
.s-team .card--icon-portrait .icon__title,
.s-hero--resellers .card--icon-portrait .icon__title {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
  letter-spacing: -0.5;
}
.s-icons .card--icon-portrait.card--icon-uppercase .icon__title,
.s-team .card--icon-portrait.card--icon-uppercase .icon__title,
.s-hero--resellers .card--icon-portrait.card--icon-uppercase .icon__title {
  font-size: 1.25rem;
}
.s-icons .card--icon-portrait .icon__description,
.s-team .card--icon-portrait .icon__description,
.s-hero--resellers .card--icon-portrait .icon__description {
  font-size: 1rem;
  line-height: 1.375;
  color: #555;
}
@media only screen and (min-width: 1024px) {
  .s-icons .grid,
  .s-team .grid,
  .s-hero--resellers .grid {
    margin-bottom: 1.5rem;
  }
  .s-icons .card:not(.card--icon-portrait),
  .s-team .card:not(.card--icon-portrait),
  .s-hero--resellers .card:not(.card--icon-portrait) {
    grid-template-columns: 64px auto;
    text-align: left;
  }
  .s-icons .card:not(.card--icon-portrait) .icon__title,
  .s-team .card:not(.card--icon-portrait) .icon__title,
  .s-hero--resellers .card:not(.card--icon-portrait) .icon__title {
    margin: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    hyphens: auto;
  }
  .s-icons .card:not(.card--icon-portrait).card--icon-large,
  .s-team .card:not(.card--icon-portrait).card--icon-large,
  .s-hero--resellers .card:not(.card--icon-portrait).card--icon-large {
    grid-template-columns: 1fr;
  }
  .s-icons .card:not(.card--icon-portrait).card--icon-large .icon, .s-icons .card:not(.card--icon-portrait).card--icon-large .slick-arrow:before,
  .s-team .card:not(.card--icon-portrait).card--icon-large .icon,
  .s-team .card:not(.card--icon-portrait).card--icon-large .slick-arrow:before,
  .s-hero--resellers .card:not(.card--icon-portrait).card--icon-large .icon,
  .s-hero--resellers .card:not(.card--icon-portrait).card--icon-large .slick-arrow:before {
    display: flex;
  }
  .s-icons .card:not(.card--icon-portrait).card--icon-large span,
  .s-team .card:not(.card--icon-portrait).card--icon-large span,
  .s-hero--resellers .card:not(.card--icon-portrait).card--icon-large span {
    justify-content: center;
  }
  .s-icons .card:not(.card--icon-portrait) span,
  .s-team .card:not(.card--icon-portrait) span,
  .s-hero--resellers .card:not(.card--icon-portrait) span {
    display: flex;
    align-items: center;
  }
}

.s-hero--resellers .card {
  text-align: left;
}
.s-hero--resellers .icon__title,
.s-hero--resellers svg {
  margin: 0 !important;
}
@media only screen and (min-width: 48rem) {
  .s-hero--resellers .card {
    grid-template-columns: 64px auto;
  }
}

.s-tabs .section__header * {
  margin: 0;
}
.s-tabs .tabs__navigation {
  display: grid;
  grid-gap: 0.25rem;
}
.s-tabs .tabs__navigation button {
  border: 0;
  background: none;
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  padding: 0.5rem;
  font-weight: 700;
}
.s-tabs .tabs__navigation button > * {
  pointer-events: none;
  cursor: none;
  color: #111;
}
.s-tabs .tabs__navigation button span {
  display: inline-block;
}
.s-tabs .tabs__navigation button .icon, .s-tabs .tabs__navigation button .slick-arrow:before {
  height: 1.5rem;
  width: 1.5rem;
}
.s-tabs .tabs__navigation button svg {
  fill: #111;
}
.s-tabs .tabs__navigation button[aria-selected=true] {
  background: #A40033;
  border-radius: 0.375rem;
}
.s-tabs .tabs__navigation button[aria-selected=true] > * {
  color: #FFF;
}
.s-tabs .tabs__navigation button[aria-selected=true] svg {
  fill: #FFF;
}
.s-tabs .c-tabs-content [role=tabpanel] {
  background: #A40033;
  border-radius: 0.375rem;
  position: relative;
  overflow: hidden;
}
.s-tabs .c-tabs-content .image img {
  display: block;
}
.s-tabs .c-tabs-content .content {
  padding: 1rem;
  display: grid;
  grid-gap: 0.75rem;
}
.s-tabs .c-tabs-content .content *:not(.button):not(input[type=submit]) {
  margin: 0;
  padding: 0;
}
.s-tabs .c-tabs-content .content--primary {
  font-size: 1.25rem;
  line-height: 1.6;
  color: #FFF;
}
.s-tabs .c-tabs-content .content--secondary {
  font-size: 1rem;
  line-height: 1.5;
  color: #FFF;
}
@media only screen and (min-width: 48rem) {
  .s-tabs .c-tabs-content [role=tabpanel] {
    border-radius: 0.75rem;
  }
  .s-tabs .c-tabs-content .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .s-tabs .c-tabs-content .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .s-tabs .c-tabs-content .content {
    z-index: 2;
    position: relative;
    max-width: 50%;
    background: rgba(164, 0, 51, 0.8);
    padding: 1.5rem;
    margin: 1.5rem;
    border-radius: 0.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .s-tabs {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr min-content min-content;
  }
  .s-tabs .section__header {
    grid-column: 1;
    grid-row: 1;
    margin-top: auto;
  }
  .s-tabs .section__header > *:first-child {
    margin-top: auto;
  }
  .s-tabs .section__footer {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: auto;
  }
  .s-tabs .section__footer > :last-child {
    margin-bottom: auto;
  }
  .s-tabs .section__navigation {
    grid-column: 1;
    grid-row: 2;
  }
  .s-tabs .section__content {
    grid-column: 2;
    grid-row: 1/span 3;
    display: flex;
  }
  .s-tabs .section__content .c-tabs-content {
    display: flex;
    width: 100%;
  }
  .s-tabs .tabs__navigation {
    grid-gap: 0.125rem;
  }
  .s-tabs .tabs__navigation button {
    padding: 0.5rem 0.75rem;
  }
  .s-tabs .tabs__navigation button[aria-selected=true] {
    width: calc(100% + 24px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .s-tabs .c-tabs-content [role=tabpanel] {
    display: flex;
    width: 100%;
  }
  .s-tabs .c-tabs-content [hidden] {
    display: none !important;
  }
  .s-tabs .c-tabs-content .content {
    margin: auto 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 50%;
    max-width: 75%;
  }
}

.s-product-hero {
  background: #2B2A28;
  width: 300%;
  padding: 1.5rem 100%;
  margin-left: -100%;
}
.s-product-hero .section__summary {
  color: #FFF;
  max-width: 50rem;
}
.s-product-hero .section__summary strong {
  color: #A40033;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  .s-product-hero {
    padding: 4rem 100%;
  }
}

.s-product-highlight {
  background: #2B2A28;
  width: 300%;
  padding: 1.5rem 100%;
  margin-left: -100%;
}
@media only screen and (min-width: 1024px) {
  .s-product-highlight {
    padding: 4rem 100%;
  }
}
.s-product-highlight .section__title {
  color: #FFF;
}

.s-products .section__header {
  align-items: flex-start;
}
.s-products .section__summary {
  text-align: left;
}
.s-products .section__content {
  overflow: hidden;
}
@media only screen and (min-width: 81.25rem) {
  .s-products .section__header {
    margin-bottom: 4rem;
  }
  .s-products .section__content .card {
    display: flex;
    flex-direction: column;
  }
  .s-products .section__content .card .card__header {
    order: 2;
    height: 6.25rem;
  }
  .s-products .section__content:before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    bottom: 11.5rem;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.15));
    background: -moz-linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.15));
    background: -o-linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.15));
    background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.15));
  }
}

@media only screen and (min-width: 64rem) {
  .s-products-compare {
    grid-gap: 4rem;
  }
}

body.homepage .section:not(.s-hero) .section__title {
  color: #A40033;
}

.s-hero--home {
  background: #111;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .s-hero--home {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1300px) {
  .s-hero--home {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.s-hero--home .section__header,
.s-hero--home .section__content {
  position: relative;
  z-index: 10;
}
.s-hero--home .section__header {
  padding: 0;
}
.s-hero--home .section__title {
  font-size: 2.25rem !important;
  line-height: 1.1111111111;
  font-weight: 400;
}
.s-hero--home .section__title strong {
  color: #FFF;
}
@media only screen and (min-width: 64rem) {
  .s-hero--home .section__title {
    font-size: 3rem !important;
    line-height: 1.25;
  }
}
.s-hero--home .section__summary p {
  color: #A40033;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.s-hero--home .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-hero--home .section__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 81.25rem) {
  .s-hero--home .section__header {
    max-width: 50%;
  }
  .s-hero--home .section__image {
    background: #000;
  }
  .s-hero--home .section__image img {
    object-fit: contain;
  }
  .s-hero--home .section__summary p {
    font-size: 1.75rem;
    line-height: 1.7857142857;
  }
}

.s-products--home .section__title {
  color: #A40033;
}
.s-products--home .card {
  grid-gap: 1.5rem;
}
.s-products--home .card .card__header {
  grid-row: 1;
  padding-top: 1.25rem;
}
.s-products--home .card .card__image {
  grid-row: 2;
}
.s-products--home .card__title {
  font-size: 1.25rem;
  line-height: 1.1;
}
.s-products--home .card__title a {
  font-weight: 500 !important;
}
.s-products--home .card__title:before {
  display: none;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (min-width: 81.25rem) {
  .s-products--home .section__content:before {
    bottom: 0 !important;
  }
  .s-products--home .slick-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 4.5rem;
  }
  .s-products--home .slick-track:before, .s-products--home .slick-track:after {
    display: none;
  }
  .s-products--home .slick-slide {
    width: auto !important;
  }
  .s-products--home .section__content,
  .s-products--home .slick-slider,
  .s-products--home .slick-list {
    overflow: visible !important;
  }
  .s-products--home .card {
    grid-gap: 2.25rem;
  }
  .s-products--home .card__header {
    order: 1 !important;
    height: 5rem !important;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .s-products--home .card__header .card__title {
    margin-top: auto;
    position: relative;
    padding-right: 5rem;
  }
  .s-products--home .card__header .card__title:before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .s-products--home .card__image {
    order: 2 !important;
  }
  .s-products--home .card__image img {
    filter: drop-shadow(0 0 1.5rem rgba(17, 17, 17, 0.2));
  }
}

.s-trust {
  grid-gap: 0.5rem;
}
.s-trust * {
  margin: 0;
}
.s-trust .section__title {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0;
  color: #A40033;
}
@media only screen and (min-width: 64rem) {
  .s-trust .section__title {
    font-size: 2.25rem;
    line-height: 1.2222222222;
  }
}
.s-trust .section__image {
  grid-row: 1;
}
.s-trust .section__image img {
  border-radius: 1.5rem;
}
@media only screen and (min-width: 64rem) {
  .s-trust {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-template-rows: 1fr min-content 1fr;
  }
  .s-trust .section__image {
    grid-column: 1;
    grid-row: 1/span 3;
  }
  .s-trust .section__header {
    grid-column: 2;
    grid-row: 1;
    margin: auto 0 0 0;
  }
  .s-trust .section__content {
    grid-column: 2;
    grid-row: 2;
  }
  .s-trust .section__footer {
    grid-column: 2;
    grid-row: 3;
    margin: 0 0 auto 0;
  }
}
@media only screen and (min-width: 81.25rem) {
  .s-trust {
    grid-column-gap: 4rem;
  }
}

.s-hero--about-us {
  background: #33B0D6;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .s-hero--about-us {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1300px) {
  .s-hero--about-us {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.s-hero--about-us .section__header {
  max-width: 50rem;
  padding: 0;
}
.s-hero--about-us .section__summary {
  max-width: 37.5rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.s-hero--about-us .section__title {
  color: #FFF !important;
  font-size: 2.625rem;
  line-height: 1.0952380952;
}
@media only screen and (min-width: 64rem) {
  .s-hero--about-us .section__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
.s-hero--about-us .section__title strong {
  color: #FFF;
}
.s-team {
  width: 100vw;
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #33B0D6;
  color: #FFF;
  display: grid;
  grid-gap: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .s-team {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .s-team {
    width: 300%;
    margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    padding-right: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .s-team {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1300px) {
  .s-team {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.s-team .section__header {
  grid-row: 2;
}
.s-team .section__title {
  color: #FFF !important;
}
.s-team .section__icons {
  margin-top: 1.5rem;
}
.s-team .card {
  color: #FFF;
}
.s-team .icon--solid svg {
  fill: #FFF;
}
@media only screen and (min-width: 48rem) {
  .s-team {
    grid-template-columns: 1.5fr 1fr;
    grid-gap: 1.5rem;
  }
  .s-team .section__header {
    grid-column: 2;
    grid-row: 1;
    margin-top: auto;
  }
  .s-team .section__content {
    grid-column: 2;
    grid-row: 2;
    margin-bottom: auto;
  }
  .s-team .section__image {
    grid-column: 1;
    grid-row: 1/span 2;
  }
  .s-team .section__icons {
    grid-column: 1/span 2;
  }
}
@media only screen and (min-width: 64rem) {
  .s-team {
    grid-column-gap: 4rem;
  }
}

.s-best-lg-partner {
  display: grid;
  grid-gap: 0.75rem;
}
.s-best-lg-partner .section__image {
  grid-row: 3;
}
.s-best-lg-partner .section__title {
  color: #33B0D6;
}
.s-best-lg-partner ul {
  padding-left: 1rem;
}
@media only screen and (min-width: 48rem) {
  .s-best-lg-partner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }
  .s-best-lg-partner .section__header {
    grid-column: 1;
    grid-row: 1;
    margin-top: auto;
  }
  .s-best-lg-partner .section__content {
    grid-column: 1;
    grid-row: 2;
    margin-bottom: auto;
  }
  .s-best-lg-partner .section__image {
    grid-column: 2;
    grid-row: 1/span 2;
  }
}
@media only screen and (min-width: 64rem) {
  .s-best-lg-partner {
    grid-column-gap: 4rem;
  }
}

.s-hero--resellers {
  background: #33B0D6;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .s-hero--resellers {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1300px) {
  .s-hero--resellers {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.s-hero--resellers .section__header {
  max-width: 50rem;
  padding: 0;
}
.s-hero--resellers .section__title {
  color: #FFF !important;
}
.s-hero--resellers .section__summary {
  max-width: 37.5rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.s-hero--resellers .section__title {
  font-size: 2.625rem;
  line-height: 1.0952380952;
  font-weight: 700;
}
@media only screen and (min-width: 64rem) {
  .s-hero--resellers .section__title {
    font-size: 3.75rem;
    line-height: 1.1666666667;
  }
}
.s-hero--resellers .card--icon {
  max-width: 31.25rem;
}
.s-hero--resellers .card--icon * {
  color: #FFF !important;
}
.s-hero--resellers .card--icon svg {
  fill: #FFF;
}
.s-hero--bw {
  background: #33B0D6;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .s-hero--bw {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1300px) {
  .s-hero--bw {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.s-hero--bw .section__header {
  max-width: 37.5rem;
  padding: 0;
}
.s-hero--bw .section__title {
  color: #FFF !important;
}
.s-hero--bw .section__summary {
  max-width: 37.5rem;
  font-size: 1.125rem;
  line-height: 1.6666666667;
}
.s-hero--bw .section__title {
  font-size: 1.875rem !important;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (min-width: 64rem) {
  .s-hero--bw .section__title {
    font-size: 2.625rem !important;
    line-height: 1.0952380952;
  }
}
.s-hero--bw .section__title strong {
  color: #FFF;
}

.s-cards--home h3 {
  text-transform: uppercase;
  margin-top: 0;
}
.s-cards--home .card {
  padding-bottom: 3.5rem;
  position: relative;
}
.s-cards--home .card .additional_cta {
  display: flex;
  flex-direction: row-reverse;
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  pointer-events: none;
}
.s-cards--home .card .additional_cta:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.s-infotext {
  text-align: center;
  color: #6D6E70;
}

.card {
  display: grid;
  grid-gap: 0.75rem;
  grid-auto-rows: min-content;
}
.card * {
  margin: 0;
}
.card.is-link {
  cursor: pointer;
}

.card__title {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  color: #A40033;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  white-space: normal;
}
.card__title a {
  border: 0;
}

.card__content {
  font-size: 0.875rem;
  line-height: 1.5714285714;
}

.card__image img {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .card__title {
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
  .card__content {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.card--product-info .card__header {
  grid-row: 2;
}
.card--product-info .card__image {
  grid-row: 1;
}
.card--product-info .card__image img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-cards--alternate-cards .card--product-info:nth-child(even) .card__header {
    grid-row: 1;
  }
  .s-cards--alternate-cards .card--product-info:nth-child(even) .card__image {
    grid-row: 3;
  }
}

.card--image {
  padding-top: 100%;
  position: relative;
}
.card--image .card__header {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1rem;
}
.card--image .card__header:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(rgba(17, 17, 17, 0), #111111);
  background: -moz-linear-gradient(rgba(17, 17, 17, 0), #111111);
  background: -o-linear-gradient(rgba(17, 17, 17, 0), #111111);
  background: linear-gradient(rgba(17, 17, 17, 0), #111111);
  z-index: 1;
}
.card--image .card__title {
  font-size: 1rem;
  line-height: 1.25;
  color: #FFF !important;
  z-index: 2;
}
.card--image .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card--image .card__image img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .card--image .card__title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
body.bw-branding .card--image .card__header:before {
  background: -webkit-linear-gradient(rgba(51, 176, 214, 0), #33b0d6);
  background: -moz-linear-gradient(rgba(51, 176, 214, 0), #33b0d6);
  background: -o-linear-gradient(rgba(51, 176, 214, 0), #33b0d6);
  background: linear-gradient(rgba(51, 176, 214, 0), #33b0d6);
}

.card--dark,
.card--light {
  padding: 1.5rem;
  border-radius: 12px;
  grid-gap: 0.25rem;
  position: relative;
}
@media only screen and (min-width: 64rem) {
  .card--dark,
  .card--light {
    grid-row-gap: 0.75rem;
  }
}
.card--dark .card__header,
.card--light .card__header {
  grid-row: 2;
}
.card--dark .card__image,
.card--light .card__image {
  grid-row: 1;
}
.card--dark .card__title,
.card--light .card__title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0.75rem;
}
.card--dark {
  background: #2B2A28;
  padding: 1.875rem;
}
.card--dark * {
  color: #FFF;
}
.card--dark .card__title a {
  color: #FFF !important;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.card--dark .card__title a:after {
  color: #A40033;
  font-size: 1.5rem !important;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.card--dark .card__summary,
.card--dark .card__summary * {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  color: #6D6E70;
}
.card--dark.card--dark-horizontal {
  grid-template-columns: repeat(2, 1fr);
}
.card--dark.card--dark-horizontal .card__header {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  margin-top: auto;
}
.card--dark.card--dark-horizontal .card__content {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  margin-bottom: auto;
}
.card--dark.card--dark-horizontal .card__image {
  grid-column: 1;
  grid-row: 1/span 2;
}

.card--light {
  background: #E6E6E6;
}
.card--light * {
  color: #111;
}
.card--light .card__title a {
  color: #111;
}
.card--light .card__title a:after {
  color: #A40033;
}

.card--horizontal .card__image {
  grid-row: 3;
}
.card--horizontal.has-footer .card__image {
  grid-row: 4;
}
.card--horizontal .card__title {
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .card--horizontal {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem 1.875rem;
  }
  .card--horizontal .card__header {
    grid-row: 1;
    grid-column: 1;
  }
  .card--horizontal .card__title {
    font-size: 2.25rem;
    line-height: 1.1666666667;
    font-weight: 700;
  }
  .card--horizontal .card__content {
    grid-row: 2;
    grid-column: 1;
  }
  .card--horizontal .card__image {
    grid-row: 1/span 2;
    grid-column: 2;
  }
  .card--horizontal .card__header,
  .card--horizontal .card__content,
  .card--horizontal .card__footer {
    display: flex;
  }
  .card--horizontal .card__header :first-child {
    margin-top: auto;
  }
  .card--horizontal.has-footer {
    grid-template-rows: 2fr auto 1fr;
  }
  .card--horizontal.has-footer .card__image {
    grid-row: 1/span 3;
  }
  .card--horizontal.has-footer .card__footer {
    grid-row: 3;
    grid-column: 1;
    flex-wrap: wrap;
    align-content: flex-end;
  }
  .card--horizontal.has-footer .card__footer :last-child {
    margin-bottom: auto;
  }
}

.card--download .card__image img {
  max-width: 15rem;
}
@media only screen and (min-width: 768px) {
  .card--download {
    grid-template-columns: auto 3fr;
    grid-gap: 1.5rem;
  }
  .card--download.card--download-minimal .card__image img {
    max-width: 100%;
  }
  .card--download .card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.card--product-naked {
  text-align: center;
  position: relative;
}
.card--product-naked .card__title a {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  color: #2B2A28;
  font-weight: 700;
}
.card--product-naked .card__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.card--product-naked .card__image {
  grid-row: 1;
  position: relative;
}
.card--product-naked .card__image img {
  max-height: 18.75rem;
}
.card--product-naked .card__image-caption {
  background: #A40033;
  color: #FFF;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.4;
  padding: 0.75rem;
  display: inline-block;
  width: auto;
  border-radius: 6.25rem;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(50%);
}

.card--text .card__summary {
  display: grid;
  grid-gap: 0.75rem;
}

.card--article {
  border: 1px solid #DDD;
  border-radius: 1.5rem;
  padding: 1rem;
  position: relative;
}
.card--article .card__image {
  grid-row: 1;
  width: calc(100% + 32px + 2px);
  margin-left: -1.0625rem;
  margin-top: -1.0625rem;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.card--article .card__image img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.card--article .card__header {
  grid-row: 2;
}
.card--article .card__title {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-weight: 700;
  letter-spacing: -0.5;
}
.card--article .card__title a {
  color: #111 !important;
}
.card--article .card__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card--article .additional_cta {
  color: #6D6E70;
}
.card--article.card--article-dark {
  background: #2B2A28;
}
.card--article.card--article-dark .card__title,
.card--article.card--article-dark .card__title a {
  color: #FFF !important;
}

.card--modern {
  border: 1px solid #DDD;
  border-radius: 0.375rem;
  padding: 1rem;
  position: relative;
}
.card--modern .card__title {
  font-weight: 700;
}
.card--modern .card__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card--modern .card__image {
  width: calc(100% + 32px + 2px);
  margin-left: -1.0625rem;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.card--modern .card__image img {
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.card--modern.card--modern-horizontal {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 0;
  padding: 24px;
  min-height: 18.75rem;
}
.card--modern.card--modern-horizontal .card__header {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  margin-top: auto;
}
.card--modern.card--modern-horizontal .card__content {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  margin-bottom: auto;
}
.card--modern.card--modern-horizontal .card__image {
  grid-column: 1;
  grid-row: 1/span 2;
  display: flex;
  height: calc(100% + 48px + 2px);
  margin: 0;
  margin-top: -1.5625rem;
  margin-left: -1.5625rem;
  background: red;
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.card--modern.card--modern-horizontal .card__image img {
  height: 100%;
}

.card--download-minimal {
  grid-template-columns: 1fr;
  grid-gap: 0.75rem;
  background: #E6E6E6;
  border-radius: 1.5rem;
  padding: 1.5rem;
  position: relative;
}
.card--download-minimal a {
  color: #111;
}
.card--download-minimal .card__header {
  display: grid;
}
.card--download-minimal .card__header .card__subtitle {
  grid-row: 1;
}
.card--download-minimal .card__title {
  font-size: 1.25rem;
  font-weight: 700;
}
.card--download-minimal .card__title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card--download-minimal .card__image {
  grid-row: 1;
}
.card--download-minimal .button, .card--download-minimal input[type=submit] {
  background: none;
  color: #A40033 !important;
  padding-left: 0;
  font-weight: 700;
}
.card--download-minimal .button .button__title:before, .card--download-minimal input[type=submit] .button__title:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 1rem;
}

.card--horizontal.card--prev-next {
  position: relative;
}
.card--horizontal.card--prev-next .card__header {
  margin: auto 0;
}
.card--horizontal.card--prev-next .card__header a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.card--horizontal.card--prev-next .card__title {
  font-size: 1.5rem;
  line-height: 1.25;
}
.card--horizontal.card--prev-next .card__image {
  grid-row: 1;
  aspect-ratio: 1/1.25;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
.card--horizontal.card--prev-next .card__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.c-breadcrumbs * {
  color: #6D6E70;
}

.c-breadcrumbs__item {
  text-transform: uppercase;
}
.c-breadcrumbs__item:after {
  content: "/";
  padding: 0 0.25rem 0 0.5rem;
  color: #CCC;
}
.c-breadcrumbs__item:last-child:after {
  display: none;
}

.c-breadcrumbs__link {
  border: 0;
  text-transform: none;
}

.testimonial {
  display: grid;
  grid-gap: 1.5rem;
}
.testimonial * {
  margin: 0;
}

.testimonial__content {
  font-size: 1.375rem;
  line-height: 1.4545454545;
}

.testimonial__author {
  font-size: 1.125rem;
  line-height: 1.3333333333;
  color: #A40033;
  margin-top: 1rem;
}
.testimonial__author small {
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #6D6E70;
  display: block;
  margin-top: 4px;
}

.testimonial__image img {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 768px) {
  .testimonial {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
  .testimonial__image {
    grid-row: 1/span 2;
    display: flex;
  }
  .testimonial__image img {
    border-radius: 6px;
    margin: auto 0;
  }
  .testimonial__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .testimonial__content > * {
    width: 100%;
  }
  .testimonial__content > :first-child {
    margin-top: auto;
  }
  .testimonial__footer {
    display: flex;
    align-items: flex-start;
  }
  .testimonial__content:first-child:last-child {
    grid-column: 1/span 2;
  }
}
@media only screen and (min-width: 64rem) {
  .testimonial__content {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    font-weight: 300;
    grid-gap: 1rem;
  }
  .testimonial__author {
    font-size: 1.375rem;
    line-height: 1.2727272727;
    font-weight: 700;
  }
  .testimonial__author small {
    font-weight: 400;
  }
  .read-more, .card--dark .card__title a,
  .card--light .card__title a {
    font-weight: 700;
  }
}
.read-more, .card--dark .card__title a,
.card--light .card__title a {
  border: 0;
}
.read-more:after, .card--dark .card__title a:after,
.card--light .card__title a:after {
  content: "\edbe";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table__title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #A40033;
  margin: 0 0 1rem;
}

.table + .table {
  margin-top: 1rem;
}
.table + .table > .table__title:first-child {
  margin-top: 2rem;
}
.table table {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  width: 100%;
}
.table th, .table td {
  padding: 0.5rem 1rem;
}
.table th {
  color: #6D6E70;
}
.table td {
  color: #A40033;
}
.table tbody tr:last-child th, .table tbody tr:last-child td,
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot th, .table tfoot td {
  padding-top: 1.5rem;
}
.table strong {
  color: #A40033;
}
.table .product__image {
  max-width: 15rem;
  display: block;
  border: 0;
}
.table .product__title {
  font-size: 1rem !important;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  text-transform: none;
  border: 0;
  margin: 1rem 0 0.75rem;
  display: inline-block;
}
@media only screen and (min-width: 64rem) {
  .table .product__title {
    font-size: 1.5rem !important;
    line-height: 1.3333333333;
  }
}
.table .product__title:after {
  content: "\edbe";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem !important;
  line-height: 1.25;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.table.table--technical-specs th {
  width: 30%;
}
.table.table--technical-specs td {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .table table {
    width: 100vw;
    margin: 0 -1rem;
  }
}
@media only screen and (min-width: 768px) {
  .table table {
    font-size: 1rem;
    line-height: 1.375;
  }
  .table tr > :first-child {
    padding-left: 0;
  }
  .table tr > :last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 64rem) {
  .table .product__title {
    margin: 2.25rem 0 1.5rem;
  }
}

.c-product-highlight {
  position: relative;
}
.c-product-highlight__image {
  position: relative;
  display: inline-block;
  max-width: 22.5rem;
}
.c-product-highlight__image img {
  display: block;
}
.c-product-highlight__markers .button, .c-product-highlight__markers input[type=submit] {
  text-indent: -999em;
  font-size: 0;
  background: #A40033;
  border-radius: 6.25rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
.c-product-highlight__markers .button:before, .c-product-highlight__markers input[type=submit]:before {
  text-indent: 0;
  display: block;
}
.c-product-highlight__markers .button:hover, .c-product-highlight__markers input[type=submit]:hover, .c-product-highlight__markers .button:focus, .c-product-highlight__markers input[type=submit]:focus, .c-product-highlight__markers .button.is-active, .c-product-highlight__markers input.is-active[type=submit] {
  background: #FFF;
  outline: none;
}
.c-product-highlight__markers .button:hover .icon, .c-product-highlight__markers input[type=submit]:hover .icon, .c-product-highlight__markers .button:hover .slick-arrow:before, .c-product-highlight__markers input[type=submit]:hover .slick-arrow:before, .c-product-highlight__markers .button:focus .icon, .c-product-highlight__markers input[type=submit]:focus .icon, .c-product-highlight__markers .button:focus .slick-arrow:before, .c-product-highlight__markers input[type=submit]:focus .slick-arrow:before, .c-product-highlight__markers .button.is-active .icon, .c-product-highlight__markers input.is-active[type=submit] .icon, .c-product-highlight__markers .button.is-active .slick-arrow:before, .c-product-highlight__markers input.is-active[type=submit] .slick-arrow:before {
  color: #A40033;
}
.c-product-highlight__markers .button .icon, .c-product-highlight__markers input[type=submit] .icon, .c-product-highlight__markers .button .slick-arrow:before, .c-product-highlight__markers input[type=submit] .slick-arrow:before {
  text-indent: 0;
  font-size: 1.75rem;
  line-height: 1;
  padding: 0;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-product-highlight__panel {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.375rem;
  background: #FFF;
  padding: 1rem;
  padding-top: 3.5rem;
}
.c-product-highlight__panel.is-active {
  display: block;
}
.c-product-highlight__panel-content {
  overflow-y: auto;
  height: 100%;
  display: grid;
  grid-auto-rows: fit-content(1px);
  grid-gap: 1rem;
}
.c-product-highlight__panel-content > * {
  margin: 0;
}
.c-product-highlight__panel .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  font-weight: 700;
  display: flex;
  align-items: center;
  grid-gap: 0.25rem;
}
.c-product-highlight__panel .close .icon, .c-product-highlight__panel .close .slick-arrow:before {
  font-size: 1.25rem;
  line-height: 1;
}
.c-product-highlight .highlight__headline {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #A40033;
}
.c-product-highlight .highlight__title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.c-product-highlight .highlight__image {
  max-height: 18.75rem;
}
@media only screen and (min-width: 48rem) {
  .c-product-highlight {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: 22.5rem auto;
  }
  .c-product-highlight__image {
    z-index: 2;
  }
  .c-product-highlight__panels {
    z-index: 1;
  }
  .c-product-highlight__panel {
    top: 1.5rem;
    bottom: 1.5rem;
    padding: 2rem;
    padding-left: 26.5rem;
    border-radius: 1.5rem;
  }
  .c-product-highlight__panel .close {
    display: none;
  }
}

.c-product-hero {
  display: grid;
  grid-gap: 1.875rem;
}
.c-product-hero__specs {
  color: #FFF;
  text-align: center;
}
.c-product-hero__specs p:not(.read-more) {
  margin: 0;
}
.c-product-hero__specs .read-more, .c-product-hero__specs .card--dark .card__title a, .card--dark .card__title .c-product-hero__specs a,
.c-product-hero__specs .card--light .card__title a,
.card--light .card__title .c-product-hero__specs a {
  margin-bottom: 0;
}
.c-product-hero__specs .read-more a, .c-product-hero__specs .card--dark .card__title a a, .card--dark .card__title .c-product-hero__specs a a,
.c-product-hero__specs .card--light .card__title a a,
.card--light .card__title .c-product-hero__specs a a {
  color: #FFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.c-product-hero__images img {
  display: block;
  margin: 0 auto;
}
.c-product-hero__images a {
  position: relative;
  cursor: zoom-in;
}
.c-product-hero__gallery {
  display: flex;
  justify-content: center;
}
.c-product-hero__gallery ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  border-radius: 0.375rem;
  background: #FFF;
  border: 1px solid #111;
  width: auto;
}
.c-product-hero__gallery a {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #111;
  margin: -0.0625rem 0 -0.0625rem -0.0625rem;
}
.c-product-hero__gallery img {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 47.9375rem) {
  .c-product-hero__gallery ol {
    background: none;
    flex-wrap: wrap;
    justify-content: center;
    border: 0;
  }
}
@media only screen and (min-width: 48rem) {
  .c-product-hero__gallery {
    grid-column: 1/span 2;
  }
  .c-product-hero__gallery ol {
    position: absolute;
    top: 100%;
    margin-top: -2.5rem;
  }
  .c-product-hero__gallery a {
    width: 5rem;
    height: 5rem;
    cursor: zoom-in;
  }
}
@media only screen and (min-width: 64rem) {
  .c-product-hero__gallery ol {
    top: 4rem;
  }
}
.c-product-hero__warranty {
  background: #A40033;
  color: #FFF;
  border-radius: 0.75rem;
  border: 1px solid #FFF;
  display: block;
  padding: 1rem;
  text-align: center;
  margin: 0 auto;
}
.c-product-hero__warranty * {
  display: block;
}
.c-product-hero__warranty strong {
  font-size: 1.25rem;
  line-height: 1.2;
}
.c-product-hero__warranty em {
  font-style: normal;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  margin-top: 0.25rem;
}
.c-product-hero__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 1rem;
}
.c-product-hero__cta .c-product-hero__pricing {
  background: #888;
  text-align: center;
  color: #FFF;
  border-radius: 0.375rem;
  width: auto;
  display: inline-block;
}
.c-product-hero__cta .c-product-hero__pricing p {
  margin: 0;
  padding: 0.75rem 1.5rem;
}
.c-product-hero__cta .c-product-hero__pricing .button, .c-product-hero__cta .c-product-hero__pricing input[type=submit] {
  width: 100%;
}
.c-product-hero__cta .button--transparent {
  color: #FFF;
  padding: 0.75rem 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .c-product-hero {
    grid-template-columns: 18.75rem auto;
    grid-auto-rows: fit-content(1px);
    grid-gap: 2.25rem;
  }
  .c-product-hero__specs {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    text-align: left;
  }
  .c-product-hero__images {
    grid-row: 1/span 2;
  }
  .c-product-hero__cta {
    grid-column: 2;
    grid-row: 2;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
  .c-product-hero.has-warranty .c-product-hero__images {
    grid-row: 1/span 3;
  }
  .c-product-hero.has-warranty .c-product-hero__specs {
    grid-column: 2;
    grid-row: 1;
  }
  .c-product-hero.has-warranty .c-product-hero__warranty {
    grid-column: 2;
    grid-row: 2;
  }
  .c-product-hero.has-warranty .c-product-hero__cta {
    grid-column: 2;
    grid-row: 3;
  }
  .c-product-hero__warranty {
    margin: 0 auto 0 0;
    text-align: left;
  }
}
@media only screen and (min-width: 64rem) {
  .c-product-hero {
    grid-template-columns: 22.5rem auto;
    grid-gap: 4rem;
    position: relative;
  }
  .c-product-hero__specs p {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
  .c-product-hero.has-warranty {
    grid-column-gap: 9rem;
  }
  .c-product-hero.has-warranty > * {
    position: relative;
    z-index: 2;
  }
  .c-product-hero.has-warranty .c-product-hero__images img {
    position: relative;
    z-index: 2;
  }
  .c-product-hero__warranty {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    left: 11.25rem;
    text-align: left;
    padding-left: 11.25rem;
    z-index: 1 !important;
    width: 18.5rem;
  }
  .c-product-hero__warranty em {
    margin-top: 0.5rem;
  }
}

.c-featured-image img {
  display: block;
  border-radius: 0.75rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.125rem;
}
.gallery br {
  display: none;
}
.gallery dl {
  margin: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.gallery dl dt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.gallery img {
  display: block;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery a {
  border: 0;
}
@media only screen and (min-width: 48rem) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 64rem) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
body.bw-branding .section__title--dot:before,
body.bw-branding .card--dark .card__title a:after {
  color: #33B0D6 !important;
}
body.bw-branding .s-page-header__title,
body.bw-branding .card__title,
body.bw-branding .table__title,
body.bw-branding .testimonial__author,
body.bw-branding .table td,
body.bw-branding .table strong,
body.bw-branding .section:not(.s-page-header):not(.s-product-hero) a:not(.button):not(input[type=submit]),
body.bw-branding .s-icons .card,
body.bw-branding .section__title,
body.bw-branding .s-product-hero .section__summary strong {
  color: #33B0D6;
}
body.bw-branding .s-icons .icon--solid svg {
  fill: #33B0D6;
}
body.bw-branding .s-mobile-navigation ul {
  background: #33B0D6;
}
body.bw-branding .s-mobile-navigation a {
  color: #FFF !important;
}
body.bw-branding .c-product-hero__warranty {
  background: #33B0D6;
}

#dev-container {
  position: fixed;
  top: 3.125rem;
  left: 3.125rem;
  bottom: 3.125rem;
  right: 75%;
  z-index: 9999;
  background: #f5f5f5;
  overflow-y: auto;
  transition: all 0.1s ease-in;
}
#dev-container:hover {
  right: auto;
}

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