@charset "UTF-8";
/* stylelint-disable */
/* stylelint-enable */

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes slide-down {
  0% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes slide-in {
  from {
    -webkit-transform: translateX(-300px);
            transform: translateX(-300px); }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes show-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* http://meyerweb.com/eric/tools/css/reset/
   v3.0 | 20180413
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%;
  font-size: 20px; }

body {
  min-height: 100%;
  min-width: 320px;
  background: #fff;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

strong {
  font-weight: 900; }

img,
svg,
video,
audio,
embed,
object {
  max-width: 100%; }

svg {
  max-height: 100%; }

.c-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  fill: currentColor; }

.c-logo {
  display: block; }
  .c-logo__link, .c-logo__image {
    display: block;
    height: inherit; }

.c-title, .c-input__label, .c-input__field, .c-dropdown__item, .c-search__field, .react-autosuggest__input, .c-search-global__field, .c-input__shadow, .c-search__shadow, .c-search-global__shadow, .c-input__switch, .c-input__textarea, .c-input__message, .c-input__helper, .c-rich-text h1, .c-rich-text h2, .c-rich-text h3, .c-rich-text h4, .c-rich-text h5, .c-rich-text h6, .c-download-list__item .c-download-list__file .c-download-list__detail, .c-sys-lang-detect__result, .c-sys-lang-detect__button, .c-external-form__text, .c-external-form__label, .c-external-form__grouplabel, .c-external-form__dropdownlabel, .c-external-form__uploadbutton, .l-login__helper {
  line-height: 1.3;
  display: block;
  margin: 0;
  color: inherit; }
  .c-title::before, .c-input__label::before, .c-input__field::before, .c-dropdown__item::before, .c-search__field::before, .react-autosuggest__input::before, .c-search-global__field::before, .c-input__shadow::before, .c-search__shadow::before, .c-search-global__shadow::before, .c-input__switch::before, .c-input__textarea::before, .c-input__message::before, .c-input__helper::before, .c-rich-text h1::before, .c-rich-text h2::before, .c-rich-text h3::before, .c-rich-text h4::before, .c-rich-text h5::before, .c-rich-text h6::before, .c-download-list__item .c-download-list__file .c-download-list__detail::before, .c-sys-lang-detect__result::before, .c-sys-lang-detect__button::before, .c-external-form__text::before, .c-external-form__label::before, .c-external-form__grouplabel::before, .c-external-form__dropdownlabel::before, .c-external-form__uploadbutton::before, .l-login__helper::before, .c-title::after, .c-input__label::after, .c-input__field::after, .c-dropdown__item::after, .c-search__field::after, .react-autosuggest__input::after, .c-search-global__field::after, .c-input__shadow::after, .c-search__shadow::after, .c-search-global__shadow::after, .c-input__switch::after, .c-input__textarea::after, .c-input__message::after, .c-input__helper::after, .c-rich-text h1::after, .c-rich-text h2::after, .c-rich-text h3::after, .c-rich-text h4::after, .c-rich-text h5::after, .c-rich-text h6::after, .c-download-list__item .c-download-list__file .c-download-list__detail::after, .c-sys-lang-detect__result::after, .c-sys-lang-detect__button::after, .c-external-form__text::after, .c-external-form__label::after, .c-external-form__grouplabel::after, .c-external-form__dropdownlabel::after, .c-external-form__uploadbutton::after, .l-login__helper::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .c-title::before, .c-input__label::before, .c-input__field::before, .c-dropdown__item::before, .c-search__field::before, .react-autosuggest__input::before, .c-search-global__field::before, .c-input__shadow::before, .c-search__shadow::before, .c-search-global__shadow::before, .c-input__switch::before, .c-input__textarea::before, .c-input__message::before, .c-input__helper::before, .c-rich-text h1::before, .c-rich-text h2::before, .c-rich-text h3::before, .c-rich-text h4::before, .c-rich-text h5::before, .c-rich-text h6::before, .c-download-list__item .c-download-list__file .c-download-list__detail::before, .c-sys-lang-detect__result::before, .c-sys-lang-detect__button::before, .c-external-form__text::before, .c-external-form__label::before, .c-external-form__grouplabel::before, .c-external-form__dropdownlabel::before, .c-external-form__uploadbutton::before, .l-login__helper::before {
    margin-bottom: calc(-0.25em + 0px); }
  .c-title::after, .c-input__label::after, .c-input__field::after, .c-dropdown__item::after, .c-search__field::after, .react-autosuggest__input::after, .c-search-global__field::after, .c-input__shadow::after, .c-search__shadow::after, .c-search-global__shadow::after, .c-input__switch::after, .c-input__textarea::after, .c-input__message::after, .c-input__helper::after, .c-rich-text h1::after, .c-rich-text h2::after, .c-rich-text h3::after, .c-rich-text h4::after, .c-rich-text h5::after, .c-rich-text h6::after, .c-download-list__item .c-download-list__file .c-download-list__detail::after, .c-sys-lang-detect__result::after, .c-sys-lang-detect__button::after, .c-external-form__text::after, .c-external-form__label::after, .c-external-form__grouplabel::after, .c-external-form__dropdownlabel::after, .c-external-form__uploadbutton::after, .l-login__helper::after {
    margin-top: calc(-0.35em + 0px); }
  .c-title--spacer-s {
    padding-bottom: 20px; }
  .c-title--spacer-m, .l-section__title, .l-section__subtitle {
    padding-bottom: 30px; }
  .c-title--spacer-l {
    padding-bottom: 40px; }
  .c-title--spacer-xl {
    padding-bottom: 60px; }
  .c-title--h1, .c-rich-text h1, .c-title--h2, .c-rich-text h2, .c-external-form__title {
    font-size: 32px; }
  .c-title--h3, .c-rich-text h3 {
    font-size: 24px; }
  .c-title--h4, .c-rich-text h4 {
    font-size: 20px; }
  .c-title--h5, .c-input__label, .c-input__field, .c-dropdown__item, .c-search__field, .react-autosuggest__input, .c-search-global__field, .c-input__shadow, .c-search__shadow, .c-search-global__shadow, .c-input__switch, .c-input__textarea, .c-rich-text h5, .c-external-form__text, .c-external-form__label, .c-external-form__grouplabel, .c-external-form__dropdownlabel, .c-external-form__uploadbutton, .l-login__helper {
    font-size: 18px; }
  .c-title--h6, .c-input__message, .c-input__helper, .c-rich-text h6, .c-download-list__item .c-download-list__file .c-download-list__detail, .c-sys-lang-detect__result, .c-sys-lang-detect__button {
    font-size: 16px; }
  @media (min-width: 768px) {
    .c-title--h1, .c-rich-text h1 {
      font-size: 52px; } }

.c-text, .c-list, .c-rich-text ul, .c-rich-text p, .l-search-results__grid-switch-button, .l-search-results__grid-switch-divider {
  line-height: 1.6;
  display: block;
  margin: 0;
  font-size: 1rem; }
  .c-text::before, .c-list::before, .c-rich-text ul::before, .c-rich-text p::before, .l-search-results__grid-switch-button::before, .l-search-results__grid-switch-divider::before, .c-text::after, .c-list::after, .c-rich-text ul::after, .c-rich-text p::after, .l-search-results__grid-switch-button::after, .l-search-results__grid-switch-divider::after {
    content: '';
    display: block;
    height: 0;
    width: 0; }
  .c-text::before, .c-list::before, .c-rich-text ul::before, .c-rich-text p::before, .l-search-results__grid-switch-button::before, .l-search-results__grid-switch-divider::before {
    margin-bottom: calc(-0.4em + 0px); }
  .c-text::after, .c-list::after, .c-rich-text ul::after, .c-rich-text p::after, .l-search-results__grid-switch-button::after, .l-search-results__grid-switch-divider::after {
    margin-top: calc(-0.5em + 0px); }
  .c-text--spacer-s {
    padding-bottom: 20px; }
  .c-text--spacer-m {
    padding-bottom: 30px; }
  .c-text--spacer-l {
    padding-bottom: 40px; }
  .c-text--spacer-xl, .l-section__text {
    padding-bottom: 60px; }
  .c-text--lead {
    font-size: 24px; }
  .c-text--minor, .c-list, .c-rich-text ul {
    font-size: 16px; }

.c-list__item, .c-rich-text ul li {
  display: block;
  margin: 10px 0;
  padding-left: 1.5em;
  text-indent: -1.5em; }
  .c-list__item::before, .c-rich-text ul li::before {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    width: .75em;
    height: .75em;
    margin-right: .75em;
    background: #df0523; }

.c-icon-sprite {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden; }
  .c-icon-sprite svg {
    display: none; }

.c-icon {
  display: inline-block;
  color: inherit;
  width: 32px;
  height: 32px; }
  .c-icon--sm {
    width: 24px;
    height: 24px; }
  .c-icon--md {
    width: 48px;
    height: 48px; }
  .c-icon--lg {
    width: 64px;
    height: 64px; }

.c-button {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 60px;
  padding: 0 45px;
  border-radius: 0;
  border: 0;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 2px currentColor;
          box-shadow: inset 0 0 0 2px currentColor;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  text-overflow: ellipsis;
  cursor: pointer;
  background: transparent;
  color: #000; }
  .c-button::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -10%;
    left: 100%;
    height: 120%;
    width: 200%;
    opacity: .15;
    -webkit-transform: skew(-45deg) translateX(30px);
            transform: skew(-45deg) translateX(30px);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .c-button:hover::before, .c-button:focus::before {
    left: -200%;
    -webkit-transform: skew(-45deg) translateX(-30px);
            transform: skew(-45deg) translateX(-30px); }
  .c-button--desktop {
    display: none; }
  .c-button__icon {
    display: inline-block;
    vertical-align: middle; }
  .c-button--minor {
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    font-size: 16px; }
  .c-button::before {
    background: #000; }
  .c-button.c-button--inverted {
    background: transparent;
    color: #fff; }
    .c-button.c-button--inverted::before {
      background: #fff; }
  .c-button--primary {
    background: #df0523;
    color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .c-button--primary::before {
      background: #000; }
    .c-button--primary.c-button--inverted {
      background: #fff;
      color: #df0523; }
      .c-button--primary.c-button--inverted::before {
        background: #000; }
  .c-button--icon {
    width: 60px;
    padding: 0; }
    .c-button--icon.c-button--minor {
      width: 55px; }
  .c-button--link {
    height: auto;
    padding: 0 0 5px 0;
    line-height: unset;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .c-button--link::before {
      content: none; }
    .c-button--link::after {
      content: '';
      position: absolute;
      top: 66.66667%;
      left: 1px;
      right: 1px;
      border-top: 1px solid;
      -webkit-transition: border-color .5s;
      transition: border-color .5s; }
    .c-button--link:hover::after, .c-button--link:focus::after {
      border-color: #df0523; }
  @media (min-width: 768px) {
    .c-button--mobile {
      display: inline-block; } }
  @media (min-width: 992px) {
    .c-button--mobile {
      display: none; }
    .c-button--desktop {
      display: inline-block; } }

.c-tag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 20px 0;
  padding: 0 1.5em;
  border: 0;
  outline: 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#4a6371), color-stop(49%, #4a6371), color-stop(51%, #364852), to(#364852));
  background: linear-gradient(to bottom right, #4a6371 0%, #4a6371 49%, #364852 51%, #364852 100%);
  color: #fff;
  text-decoration: none;
  cursor: pointer; }
  .c-tag:focus, .c-tag:hover {
    text-decoration: underline; }

.c-paragraph {
  padding: 30px 0;
  border-top: 2px solid #ebebeb; }
  .c-paragraph:first-of-type {
    border: none; }
  .c-paragraph__title {
    margin-bottom: 10px; }
  .c-paragraph__footer {
    margin-top: 30px; }

/*===============================
=            Choices            =
===============================*/
.c-dropdown, .c-dropdown-react {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px; }
  .c-dropdown:focus, .c-dropdown-react:focus {
    outline: none; }
  .c-dropdown:last-child, .c-dropdown-react:last-child {
    margin-bottom: 0; }
  .c-dropdown.is-disabled .c-dropdown__inner, .is-disabled.c-dropdown-react .c-dropdown__inner, .c-dropdown.is-disabled .c-dropdown__input, .is-disabled.c-dropdown-react .c-dropdown__input {
    background-color: #EAEAEA;
    cursor: not-allowed;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .c-dropdown.is-disabled .c-dropdown__item, .is-disabled.c-dropdown-react .c-dropdown__item {
    cursor: not-allowed; }

.c-dropdown[data-type*="select-one"], [data-type*="select-one"].c-dropdown-react {
  cursor: pointer; }
  .c-dropdown[data-type*="select-one"] .c-dropdown__inner, [data-type*="select-one"].c-dropdown-react .c-dropdown__inner {
    padding-bottom: 7.5px; }
  .c-dropdown[data-type*="select-one"] .c-dropdown__input, [data-type*="select-one"].c-dropdown-react .c-dropdown__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    margin: 0; }
  .c-dropdown[data-type*="select-one"] .c-dropdown__button, [data-type*="select-one"].c-dropdown-react .c-dropdown__button {
    background-image: url("../../icons/cross-inverse.svg");
    padding: 0;
    background-size: 8px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5; }
    .c-dropdown[data-type*="select-one"] .c-dropdown__button:hover, [data-type*="select-one"].c-dropdown-react .c-dropdown__button:hover, .c-dropdown[data-type*="select-one"] .c-dropdown__button:focus, [data-type*="select-one"].c-dropdown-react .c-dropdown__button:focus {
      opacity: 1; }
    .c-dropdown[data-type*="select-one"] .c-dropdown__button:focus, [data-type*="select-one"].c-dropdown-react .c-dropdown__button:focus {
      -webkit-box-shadow: 0px 0px 0px 2px #00BCD4;
              box-shadow: 0px 0px 0px 2px #00BCD4; }
  .c-dropdown[data-type*="select-one"]:after, [data-type*="select-one"].c-dropdown-react:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none; }
  .c-dropdown[data-type*="select-one"].is-open:after, [data-type*="select-one"].is-open.c-dropdown-react:after {
    border-color: transparent transparent #333333 transparent;
    margin-top: -7.5px; }
  .c-dropdown[data-type*="select-one"][dir="rtl"]:after, [data-type*="select-one"][dir="rtl"].c-dropdown-react:after {
    left: 11.5px;
    right: auto; }
  .c-dropdown[data-type*="select-one"][dir="rtl"] .c-dropdown__button, [data-type*="select-one"][dir="rtl"].c-dropdown-react .c-dropdown__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0; }

.c-dropdown[data-type*="select-multiple"] .c-dropdown__inner, [data-type*="select-multiple"].c-dropdown-react .c-dropdown__inner, .c-dropdown[data-type*="text"] .c-dropdown__inner, [data-type*="text"].c-dropdown-react .c-dropdown__inner {
  cursor: text; }

.c-dropdown[data-type*="select-multiple"] .c-dropdown__button, [data-type*="select-multiple"].c-dropdown-react .c-dropdown__button, .c-dropdown[data-type*="text"] .c-dropdown__button, [data-type*="text"].c-dropdown-react .c-dropdown__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("../../icons/cross.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75; }
  .c-dropdown[data-type*="select-multiple"] .c-dropdown__button:hover, [data-type*="select-multiple"].c-dropdown-react .c-dropdown__button:hover, .c-dropdown[data-type*="select-multiple"] .c-dropdown__button:focus, [data-type*="select-multiple"].c-dropdown-react .c-dropdown__button:focus, .c-dropdown[data-type*="text"] .c-dropdown__button:hover, [data-type*="text"].c-dropdown-react .c-dropdown__button:hover, .c-dropdown[data-type*="text"] .c-dropdown__button:focus, [data-type*="text"].c-dropdown-react .c-dropdown__button:focus {
    opacity: 1; }

.c-dropdown__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #DDDDDD;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }
  .is-focused .c-dropdown__inner, .is-open .c-dropdown__inner {
    border-color: #b7b7b7; }
  .is-open .c-dropdown__inner {
    border-radius: 2.5px 2.5px 0 0; }
  .is-flipped.is-open .c-dropdown__inner {
    border-radius: 0 0 2.5px 2.5px; }

.c-dropdown__list, .c-dropdown-react__control {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.c-dropdown__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }
  [dir="rtl"] .c-dropdown__list--single {
    padding-right: 4px;
    padding-left: 16px; }
  .c-dropdown__list--single .c-dropdown__item {
    width: 100%; }

.c-dropdown__list--multiple {
  display: inline; }
  .c-dropdown__list--multiple .c-dropdown__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00BCD4;
    border: 1px solid #00a5bb;
    color: #FFFFFF;
    word-break: break-all; }
    .c-dropdown__list--multiple .c-dropdown__item[data-deletable] {
      padding-right: 5px; }
    [dir="rtl"] .c-dropdown__list--multiple .c-dropdown__item {
      margin-right: 0;
      margin-left: 3.75px; }
    .c-dropdown__list--multiple .c-dropdown__item.is-highlighted {
      background-color: #00a5bb;
      border: 1px solid #008fa1; }
    .is-disabled .c-dropdown__list--multiple .c-dropdown__item {
      background-color: #aaaaaa;
      border: 1px solid #919191; }

.c-dropdown__list--dropdown {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all; }
  .c-dropdown__list--dropdown.is-active, .c-dropdown__list--dropdown.-is-active {
    display: block; }
  .is-open .c-dropdown__list--dropdown {
    border-color: #b7b7b7; }
  .is-flipped .c-dropdown__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0; }
  .c-dropdown__list--dropdown .c-dropdown__list, .c-dropdown__list--dropdown .c-dropdown-react__control {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position; }
  .c-dropdown__list--dropdown .c-dropdown__item {
    position: relative;
    padding: 10px;
    font-size: 14px; }
    [dir="rtl"] .c-dropdown__list--dropdown .c-dropdown__item {
      text-align: right; }
  @media (min-width: 640px) {
    .c-dropdown__list--dropdown .c-dropdown__item--selectable {
      padding-right: 100px; }
      .c-dropdown__list--dropdown .c-dropdown__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      [dir="rtl"] .c-dropdown__list--dropdown .c-dropdown__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px; }
        [dir="rtl"] .c-dropdown__list--dropdown .c-dropdown__item--selectable:after {
          right: auto;
          left: 10px; } }
  .c-dropdown__list--dropdown .c-dropdown__item--selectable.is-highlighted {
    background-color: #f2f2f2; }
    .c-dropdown__list--dropdown .c-dropdown__item--selectable.is-highlighted:after {
      opacity: .5; }

.c-dropdown__item {
  cursor: default; }

.c-dropdown__item--selectable {
  cursor: pointer; }

.c-dropdown__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: .5; }

.c-dropdown__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.c-dropdown__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }
  .c-dropdown__button:focus {
    outline: none; }

.c-dropdown__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }
  .c-dropdown__input:focus {
    outline: 0; }
  [dir="rtl"] .c-dropdown__input {
    padding-right: 2px;
    padding-left: 0; }

.c-dropdown__placeholder {
  opacity: .5; }

/*=====  End of Choices  ======*/
.c-dropdown, .c-dropdown-react {
  position: relative; }
  .c-dropdown--nav .c-dropdown__list, .c-dropdown--nav .c-dropdown-react__control {
    border: 2px solid currentColor; }
    .c-dropdown--nav .c-dropdown__list--single {
      padding-left: 10px; }
  .c-dropdown--nav .c-dropdown__icon {
    margin-right: 10px;
    opacity: 1; }
  .c-dropdown--product .c-dropdown__list--dropdown {
    background: #fff !important; }
    .c-dropdown--product .c-dropdown__list--dropdown.-is-active .c-dropdown__list, .c-dropdown--product .c-dropdown__list--dropdown.-is-active .c-dropdown-react__control {
      border: 0;
      overflow-x: hidden; }
  .c-dropdown__field {
    position: relative;
    width: 100%;
    outline: none; }
    .c-dropdown__field[data-type*="select-one"]::after, .c-dropdown__field[data-type*="select-multiple"]::after {
      margin: 0;
      border: none; }
    .c-dropdown__field[data-type*="select-one"] .c-dropdown__inner, .c-dropdown__field[data-type*="select-multiple"] .c-dropdown__inner {
      padding: 0; }
    .c-dropdown__field[data-type*="select-one"].-is-open, .c-dropdown__field[data-type*="select-multiple"].-is-open {
      z-index: 2; }
      .c-dropdown__field[data-type*="select-one"].-is-open ~ .c-dropdown__icon, .c-dropdown__field[data-type*="select-multiple"].-is-open ~ .c-dropdown__icon {
        -webkit-transform: scaleY(-1);
                transform: scaleY(-1); }
  .c-dropdown__inner {
    border: 0;
    margin-bottom: -1px;
    background: none; }
  .c-dropdown--show-me-selector .c-dropdown__list, .c-dropdown--show-me-selector .c-dropdown-react__control {
    background-color: #df0523; }
  .c-dropdown__list, .c-dropdown-react__control {
    border-bottom: 2px solid #ebebeb; }
    .c-dropdown__list--dropdown.-is-active {
      border: 2px solid currentColor; }
      .c-dropdown__list--dropdown.-is-active .c-dropdown__list, .c-dropdown__list--dropdown.-is-active .c-dropdown-react__control {
        border: 0;
        overflow-x: hidden; }
      .c-dropdown__list--dropdown.-is-active .c-dropdown__item {
        margin-bottom: -2px;
        border-bottom: 2px solid currentColor;
        line-height: normal; }
    .c-dropdown__list--single {
      padding: 0; }
  .c-dropdown__item {
    display: block;
    background: #fff; }
    .c-dropdown__item--disabled {
      display: none; }
    .c-dropdown__item.-is-highlighted {
      background: #333;
      color: #fff; }
  .c-dropdown__icon {
    opacity: .5;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
    .c-dropdown__icon.-is-invalid {
      bottom: 30px; }

.c-dropdown-react {
  position: relative;
  color: #fff; }
  .c-dropdown-react__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background-color: #df0523;
    border: none;
    color: #fff; }
  .c-dropdown-react__value-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 0; }
  .c-dropdown-react__placeholder, .c-dropdown-react__single-value {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
    font-weight: 400;
    color: #fff !important; }
  .c-dropdown-react__placeholder {
    border-bottom: 1px solid currentColor;
    color: #fff; }
  .c-dropdown-react__single-value {
    position: absolute !important;
    top: 87% !important;
    border-bottom: 1px solid #fff !important; }
  .c-dropdown-react__icon {
    position: absolute;
    bottom: 0;
    right: 3.75px;
    height: 30px;
    line-height: 30px; }
  .c-dropdown-react__indicator-separator {
    visibility: hidden; }
  .c-dropdown-react__menu, .react-autosuggest__suggestions-container--open {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 13;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #f2f2f2;
    padding: 0; }
  .c-dropdown-react__menu-list, .react-autosuggest__suggestions-list {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #fff; }
  .c-dropdown-react__option, .react-autosuggest__suggestion {
    height: 40px;
    padding: 0 8px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px; }
    .c-dropdown-react__option--is-selected, .c-dropdown-react__option--is-focused, .react-autosuggest__suggestion--first, .react-autosuggest__suggestion--highlighted, .c-dropdown-react__option:hover, .react-autosuggest__suggestion:hover {
      background-color: #000;
      color: #fff; }
    .c-dropdown-react__option:not(:last-of-type), .react-autosuggest__suggestion:not(:last-of-type) {
      border-bottom: 1px solid gray; }
  .c-dropdown-react__input {
    color: white; }

.c-input, .c-dropdown, .c-dropdown-react, .c-search, .react-autosuggest, .c-search-global {
  display: block;
  width: 100%;
  padding-top: 30px; }
  .c-input__container, .c-search__container, .c-search-global__container {
    position: relative;
    z-index: 0;
    border-bottom: 2px solid #ebebeb; }
  .c-input__label {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    opacity: .5;
    color: inherit;
    pointer-events: none;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .c-input__field, .c-dropdown__item, .c-search__field, .react-autosuggest__input, .c-search-global__field, .c-input__shadow, .c-search__shadow, .c-search-global__shadow, .c-input__switch, .c-input__textarea {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 0;
    outline: none;
    background: none;
    caret-color: #df0523; }
  .c-input__field, .c-dropdown__item, .c-search__field, .react-autosuggest__input, .c-search-global__field {
    padding-right: 60px; }
    .c-input__field.-is-filled ~ .c-input__label, .-is-filled.c-dropdown__item ~ .c-input__label, .-is-filled.c-search__field ~ .c-input__label, .-is-filled.react-autosuggest__input ~ .c-input__label, .-is-filled.c-search-global__field ~ .c-input__label, .c-input__field:focus ~ .c-input__label, .c-dropdown__item:focus ~ .c-input__label, .c-search__field:focus ~ .c-input__label, .react-autosuggest__input:focus ~ .c-input__label, .c-search-global__field:focus ~ .c-input__label {
      padding-bottom: 0;
      opacity: 1;
      -webkit-transform: scale(0.888) translateY(-45px);
              transform: scale(0.888) translateY(-45px); }
    .c-input__field.-is-filled ~ .c-input__shadow, .-is-filled.c-dropdown__item ~ .c-input__shadow, .-is-filled.c-search__field ~ .c-input__shadow, .-is-filled.react-autosuggest__input ~ .c-input__shadow, .-is-filled.c-search-global__field ~ .c-input__shadow, .c-input__field.-is-filled ~ .c-search__shadow, .-is-filled.c-dropdown__item ~ .c-search__shadow, .-is-filled.c-search__field ~ .c-search__shadow, .-is-filled.react-autosuggest__input ~ .c-search__shadow, .-is-filled.c-search-global__field ~ .c-search__shadow, .c-input__field.-is-filled ~ .c-search-global__shadow, .-is-filled.c-dropdown__item ~ .c-search-global__shadow, .-is-filled.c-search__field ~ .c-search-global__shadow, .-is-filled.react-autosuggest__input ~ .c-search-global__shadow, .-is-filled.c-search-global__field ~ .c-search-global__shadow {
      min-width: 100%; }
  .c-input__shadow, .c-search__shadow, .c-search-global__shadow {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: -1;
    width: auto;
    max-width: 100%;
    min-width: 0;
    height: 0;
    overflow: hidden;
    border-bottom: 2px solid;
    pointer-events: none;
    white-space: pre;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .c-input__switch {
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: auto;
    color: inherit;
    opacity: .5; }
    .c-input__switch:hover {
      cursor: pointer; }
  .c-input__helper {
    padding-left: 0;
    border: 0;
    background: none; }
  .c-input__link, .l-login__link {
    text-decoration: underline;
    color: inherit;
    cursor: pointer; }
  .c-input__message, .c-input__helper {
    display: block;
    padding-top: 10px;
    cursor: pointer; }
    .c-input__message--error {
      display: none;
      color: #df0523;
      cursor: auto; }
  .c-input__icon, .c-dropdown__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 45px;
    pointer-events: none; }
  .c-input.-is-invalid .c-input__container, .-is-invalid.c-dropdown .c-input__container, .-is-invalid.c-dropdown-react .c-input__container, .-is-invalid.c-search .c-input__container, .-is-invalid.react-autosuggest .c-input__container, .-is-invalid.c-search-global .c-input__container, .c-input.-is-invalid .c-search__container, .-is-invalid.c-dropdown .c-search__container, .-is-invalid.c-dropdown-react .c-search__container, .-is-invalid.c-search .c-search__container, .-is-invalid.react-autosuggest .c-search__container, .-is-invalid.c-search-global .c-search__container, .c-input.-is-invalid .c-search-global__container, .-is-invalid.c-dropdown .c-search-global__container, .-is-invalid.c-dropdown-react .c-search-global__container, .-is-invalid.c-search .c-search-global__container, .-is-invalid.react-autosuggest .c-search-global__container, .-is-invalid.c-search-global .c-search-global__container, .c-input.-is-invalid .c-input__shadow, .-is-invalid.c-dropdown .c-input__shadow, .-is-invalid.c-dropdown-react .c-input__shadow, .-is-invalid.c-search .c-input__shadow, .-is-invalid.react-autosuggest .c-input__shadow, .-is-invalid.c-search-global .c-input__shadow, .c-input.-is-invalid .c-search__shadow, .-is-invalid.c-dropdown .c-search__shadow, .-is-invalid.c-dropdown-react .c-search__shadow, .-is-invalid.c-search .c-search__shadow, .-is-invalid.react-autosuggest .c-search__shadow, .-is-invalid.c-search-global .c-search__shadow, .c-input.-is-invalid .c-search-global__shadow, .-is-invalid.c-dropdown .c-search-global__shadow, .-is-invalid.c-dropdown-react .c-search-global__shadow, .-is-invalid.c-search .c-search-global__shadow, .-is-invalid.react-autosuggest .c-search-global__shadow, .-is-invalid.c-search-global .c-search-global__shadow {
    border-color: #df0523 !important; }
  .c-input.-is-invalid .c-input__message--error, .-is-invalid.c-dropdown .c-input__message--error, .-is-invalid.c-dropdown-react .c-input__message--error, .-is-invalid.c-search .c-input__message--error, .-is-invalid.react-autosuggest .c-input__message--error, .-is-invalid.c-search-global .c-input__message--error {
    display: block; }
  .c-input__textarea {
    height: 180px;
    padding-top: 0; }
    .c-input__textarea.-is-filled ~ .c-input__label, .c-input__textarea:focus ~ .c-input__label {
      padding-bottom: 0;
      opacity: 1;
      -webkit-transform: scale(0.888) translateY(-190px);
              transform: scale(0.888) translateY(-190px); }
  @media (min-width: 768px) {
    .c-input, .c-dropdown, .c-dropdown-react, .c-search, .react-autosuggest, .c-search-global {
      width: 60%; } }
  @media (min-width: 992px) {
    .c-input, .c-dropdown, .c-dropdown-react, .c-search, .react-autosuggest, .c-search-global {
      width: 40%; } }
  [data-input-required] + .c-input__label::after {
    content: '*'; }

.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-checkbox.-is-listed {
    margin-right: 30px; }
    .c-checkbox.-is-listed .c-checkbox__label {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-right: 10px; }
  .c-checkbox__input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    .c-checkbox__input[disabled] {
      cursor: not-allowed; }
  .c-checkbox__placeholder {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid black;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .c-checkbox__placeholder.-is-checked {
      background: #df0523;
      border: 0; }
  .c-checkbox__label {
    display: inline-block;
    margin-left: 10px;
    font-weight: 900; }
    .c-checkbox__label[data-input-disabled] {
      color: #df0523;
      cursor: not-allowed; }

.react-autosuggest {
  position: relative; }

.c-radiobutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0; }
  .c-radiobutton.-is-listed {
    margin-right: 30px; }
    .c-radiobutton.-is-listed .c-radiobutton__label {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-right: 10px; }
  .c-radiobutton__input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .c-radiobutton__placeholder {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #333;
    border-radius: 50%; }
  .c-radiobutton__placeholder__inner {
    position: absolute;
    top: 4px;
    left: 4px;
    display: none;
    height: 20px;
    width: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 50%;
    background: #df0523; }
    .c-radiobutton__placeholder__inner.-is-checked {
      display: inline-block; }
  .c-radiobutton__label {
    display: inline-block;
    margin-left: 20px; }

.l-footer__row, .l-overlay__row, .l-campaign__row, .l-promo__row, .l-image-50-50__row, .l-story__outer, .l-two-col-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 992px) {
    .l-nav-submenu__inner, .l-cards__content, .l-story__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; } }
  .l-footer__icons-list, .l-footer__list-menu, .l-footer__copyright, .l-overlay__col, .l-campaign__col, .l-promo__col, .l-image-50-50__col, .l-story__header, .l-story__inner, .l-two-col-list__col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
    .l-footer__icons-list, .l-footer__list-menu, .l-footer__copyright, .l-overlay__col, .l-campaign__col, .l-promo__col, .l-image-50-50__col, .l-story__header, .l-story__inner, .l-two-col-list__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    @media (min-width: 576px) {
      .l-campaign__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 768px) {
      .l-footer__icons-list, .l-footer__copyright {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .l-image-50-50__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .l-footer__list-menu {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 992px) {
      .l-login__forms, .l-login__disclaimer, .l-cards__item, .l-story__item {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        min-height: 1px;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
      .l-nav-submenu__teaser, .l-campaign__col:nth-child(odd), .l-story__header {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; }
      .l-login__disclaimer, .l-cards__item, .l-promo__col:nth-child(even), .l-story__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%; }
      .l-overlay__col, .l-two-col-list__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; }
      .l-login__forms, .l-promo__col:nth-child(odd) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%; }
      .l-nav-submenu__content, .l-campaign__col:nth-child(even), .l-story__inner {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%; } }

.l-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; }
  @media (min-width: 576px) {
    .l-container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .l-container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .l-container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .l-container {
      max-width: 1140px; } }

.l-section {
  position: relative;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .l-section {
      margin-bottom: 80px; } }
  .l-section__header {
    display: block;
    text-align: center; }
  .l-section__footer {
    margin-top: 60px; }

.l-wrapper {
  display: block;
  margin-top: 55px; }
  @media (min-width: 768px) {
    .l-wrapper {
      margin-top: 70px; } }
  @media (min-width: 992px) {
    .l-wrapper {
      margin-top: 159px; } }

.l-header {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  background: #000;
  color: #fff;
  height: 55px; }
  .l-header__container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .l-header__logo {
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .l-header__tools {
    display: none !important; }
  .l-header__message {
    display: none; }
    .l-header__message.-is-visible {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: -1;
      display: block;
      width: 100%;
      -webkit-animation: slide-down 1s;
              animation: slide-down 1s; }
  .l-header__login {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 0;
    margin-top: 55px; }
  .l-header.-login-visible .l-header__login {
    height: auto;
    -webkit-animation: slide-down .5s;
            animation: slide-down .5s; }
  .l-header__logo {
    height: 27.5px; }
  .l-header__nav, .l-header__search {
    top: 55px; }
  @media (min-width: 768px) {
    .l-header {
      height: 70px; }
      .l-header__logo {
        height: 35px; }
      .l-header__nav, .l-header__search {
        top: 70px; } }
  @media (min-width: 992px) {
    .l-header {
      height: 159px; }
      .l-header__logo {
        height: 79.5px; }
      .l-header__nav, .l-header__search {
        top: 159px; } }
  @media (min-width: 0px) and (max-width: 991px) {
    .l-header__nav, .l-header__search {
      position: fixed;
      bottom: 0;
      left: 0;
      display: none;
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      background: #364852;
      color: #fff; }
      .l-header__nav.-is-active, .l-header__search.-is-active {
        display: block; } }
  @media (min-width: 768px) {
    .l-header__login {
      margin-top: 70px; } }
  @media (min-width: 992px) {
    .l-header__container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .l-header__logo {
      height: auto;
      width: 150px; }
    .l-header__buttons {
      display: none !important; }
    .l-header__tools {
      display: block !important; }
    .l-header__search {
      position: fixed;
      top: 159px;
      left: 0;
      display: none;
      width: 100%;
      background: #364852; }
      .l-header__search.-is-active {
        display: block; }
    .l-header__login {
      margin-top: 159px; } }

.l-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -7.5px; }
  .l-header-buttons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 7.5px;
    border: 0;
    background: none;
    color: inherit; }
    .l-header-buttons__item--toggle .l-header-buttons__icon:nth-child(even) {
      display: none; }
    .l-header-buttons__item--toggle.-is-active .l-header-buttons__icon:nth-child(odd) {
      display: none; }
    .l-header-buttons__item--toggle.-is-active .l-header-buttons__icon:nth-child(even) {
      display: block; }

.l-header-tools {
  display: block; }
  .l-header-tools__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 51px;
    padding: 10px 0;
    border-bottom: 1px solid #333333; }
  .l-header-tools__item {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff; }
    .l-header-tools__item:last-child {
      padding-right: 0;
      border: none; }
  .l-header-tools__link {
    display: block;
    text-decoration: none;
    color: inherit; }
    .l-header-tools__link:hover, .l-header-tools__link:focus {
      text-decoration: underline; }

.l-header-message {
  background: #364852;
  color: #fff; }
  .l-header-message__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0; }
  .l-header-message__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .l-header-message__text {
    margin: 30px 0; }
  .l-header-message__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .l-header-message__button.c-button--mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .l-header-message__button.c-button--desktop {
      display: none; }
  @media (min-width: 768px) {
    .l-header-message__content {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 0; }
    .l-header-message__group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .l-header-message__icon, .l-header-message__button {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .l-header-message__text {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 30px; }
    .l-header-message__button.c-button--mobile {
      display: none; }
    .l-header-message__button.c-button--desktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.l-nav__list--nested .l-nav__link.-is-inactive {
  opacity: .5; }

.l-nav__item {
  display: block; }

.l-nav__link {
  display: block;
  background: none;
  border: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.l-nav__link-icon {
  display: none; }

.l-nav__submenu {
  top: 100%;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  background: inherit;
  color: inherit; }
  .l-nav__submenu.-is-active {
    display: block; }

.l-nav__teaser {
  display: none; }

@media (min-width: 0px) and (max-width: 991px) {
  .l-nav__item--search .l-nav__link {
    display: none; }
  .l-nav__link {
    display: block;
    padding: 1.125em 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 20px;
    -webkit-transition: opacity .5s, padding .5s .5s;
    transition: opacity .5s, padding .5s .5s; }
    .l-nav__link.-is-inactive {
      opacity: 0.5;
      pointer-events: none; }
    .l-nav__link.-is-active {
      padding-left: 1.125em;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
      .l-nav__link.-is-active .l-nav__back {
        opacity: 1;
        -webkit-transition-delay: .25s;
                transition-delay: .25s; }
  .l-nav__back {
    position: absolute;
    left: -.25em;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none; }
  .l-nav__list {
    display: block;
    padding: 30px 0; }
    .l-nav__list--nested {
      padding: 0; }
      .l-nav__list--nested .l-nav__item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .l-nav__list--nested .l-nav__link {
        border: 0;
        font-size: 16px;
        -webkit-transition: opacity .5s;
        transition: opacity .5s; }
    .l-nav__list--level-2 {
      -webkit-animation: slide-left 1s;
              animation: slide-left 1s; }
      .l-nav__list--level-2 .l-nav__link {
        padding: 1.375em 0; }
    .l-nav__list--level-3 {
      display: none;
      margin: -.75em 0 .75em; }
      .l-nav__list--level-3.-is-active {
        display: block; }
      .l-nav__list--level-3 .l-nav__item {
        margin-left: 30px;
        border: 0; }
      .l-nav__list--level-3 .l-nav__link {
        padding: .75em 0; }
  .l-nav__submenu.-is-active .l-nav__list--level-2 {
    -webkit-animation: slide-left 1s .5s backwards;
            animation: slide-left 1s .5s backwards; } }

@media (min-width: 992px) {
  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: auto; }
    .l-nav__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 0; }
    .l-nav__teaser {
      display: block; }
    .l-nav__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .l-nav__back {
      display: none; }
    .l-nav__link {
      float: left; }
      .l-nav__link--primary {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 25px 15px;
        font-size: 15px;
        font-weight: 400;
        text-align: center; }
        .l-nav__link--primary::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 15px;
          right: 15px;
          border-bottom: 0 solid;
          -webkit-transition: border .5s;
          transition: border .5s; }
        .l-nav__link--primary:hover::after, .l-nav__link--primary.-is-active::after {
          border-bottom-width: .5em; }
    .l-nav__link-icon {
      position: absolute;
      top: 50%;
      left: 100%;
      display: block;
      margin: 0 .5em;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      pointer-events: none; }
    .l-nav__list--main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
    .l-nav__list--nested {
      position: relative;
      width: 50%;
      padding: 0 30px; }
      .l-nav__list--nested .l-nav__item {
        display: block;
        clear: both; }
      .l-nav__list--nested .l-nav__link {
        position: relative;
        padding: 1em 0; }
        .l-nav__list--nested .l-nav__link::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 1.5em;
          width: 100%;
          border-bottom: 1px solid transparent;
          -webkit-transition: all .5s;
          transition: all .5s; }
        .l-nav__list--nested .l-nav__link:hover::after {
          bottom: .8em;
          border-color: currentColor; }
    .l-nav__list--level-3 {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      display: none;
      -webkit-animation: slide-left 1s;
              animation: slide-left 1s; }
      .l-nav__list--level-3.-is-active {
        display: block; }
    .l-nav__submenu {
      position: fixed;
      top: 0;
      bottom: auto;
      margin-top: 159px;
      max-height: calc(100vh - 159px);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }

.l-nav-submenu__teaser {
  display: none; }

@media (min-width: 0px) and (max-width: 991px) {
  .l-nav-submenu__container {
    padding: 0; } }

@media (min-width: 992px) {
  .l-nav-submenu {
    background: #2e3d46;
    color: #fff; }
    .l-nav-submenu__container, .l-nav-submenu__inner {
      max-height: inherit; }
    .l-nav-submenu__teaser {
      position: relative;
      display: block;
      padding: 60px 30px;
      padding-left: 15px; }
      .l-nav-submenu__teaser::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        width: 50vw;
        background: #364852; }
    .l-nav-submenu__content {
      max-height: 100%;
      padding: 60px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; } }

.l-nav-teaser__text {
  margin: 1em 0 1.5em; }

.l-hero {
  display: block;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .l-hero__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .l-hero__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 51px; }
  .l-hero__footer {
    display: none; }
  .l-hero__crop {
    display: none; }
    .l-hero__crop::before {
      content: '';
      position: absolute;
      right: auto;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 40px;
      background-color: #fff; }
    .l-hero__crop--right::before {
      right: 0;
      left: auto; }
  .l-hero__indent {
    height: 40px; }
    .l-hero__indent::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff; }
  .l-hero__search-input {
    margin-bottom: 20px;
    padding: 0; }
  .l-hero__tags {
    display: none; }
  @media (min-width: 0px) and (max-width: 767px) {
    .l-hero__bg-desktop {
      display: none; }
    .l-hero__row {
      padding-top: 75%; } }
  @media (min-width: 768px) {
    .l-hero {
      position: relative;
      background-size: cover;
      color: #fff; }
      .l-hero__row {
        min-height: calc(0.75 * 100vw - 0.75 * 17px);
        padding: 60px 0; }
      .l-hero__col {
        margin-top: 0; }
      .l-hero__title {
        max-height: 2.6em;
        overflow: hidden;
        margin-bottom: 30px; }
      .l-hero__text {
        max-height: 3.2em;
        overflow: hidden;
        margin-bottom: 60px; }
      .l-hero__search-input {
        margin-top: -30px; }
      .l-hero__link {
        color: #fff; }
      .l-hero__tags {
        display: none;
        margin-top: 50px; } }
  @media (min-width: 992px) {
    .l-hero {
      background-image: none !important; }
      .l-hero__bg-desktop {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center top;
        background-size: cover; }
      .l-hero__row {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        min-height: calc(0.4 * 100vw - 0.4 * 17px - 40px);
        padding: 50px 0; }
      .l-hero--medium .l-hero__row {
        min-height: calc(0.28125 * 100vw - 0.28125 * 17px - 40px); }
      .l-hero__inner {
        width: 50%; }
      .l-hero__footer {
        display: block; }
      .l-hero__crop {
        display: block; }
      .l-hero__search-input {
        margin: 0 0 15px 0; } }

.l-footer {
  padding: 0 15px;
  font-size: 18px;
  font-weight: 900;
  text-align: center; }
  .l-footer__icons-list, .l-footer__list-menu, .l-footer__copyright {
    padding: 0; }
  .l-footer__row {
    border-bottom: 1px solid #ebebeb;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .l-footer__icons-list {
    display: inline-block;
    margin: 30px 0; }
  .l-footer__icon {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    color: #58595b; }
  .l-footer__list-item {
    margin: 30px 0; }
  .l-footer__link {
    text-decoration: none;
    color: inherit; }
  .l-footer__copyright {
    border-top: 1px solid #ebebeb;
    padding: 30px 0; }
  @media (min-width: 768px) {
    .l-footer {
      padding: 20px 30px;
      border: 1px solid #ebebeb;
      font-size: 15px;
      font-weight: 400; }
      .l-footer__row {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0; }
        .l-footer__row:nth-last-of-type(1) {
          border: none; }
      .l-footer__icons-list, .l-footer__list-menu, .l-footer__copyright {
        min-height: 24px;
        margin: 15px 0 12px 0; }
      .l-footer__icons-list, .l-footer__copyright {
        text-align: right; }
      .l-footer__icons-list {
        line-height: 11px; }
      .l-footer__icon {
        margin: 0 0 0 20px; }
      .l-footer__list-menu {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        text-align: left; }
      .l-footer__list-item {
        display: inline-block;
        margin: 0 20px 0 0; }
      .l-footer__copyright {
        border: none;
        padding: 0; }
      .l-footer__row-copyright {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

.c-tile {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 120%;
  background: #333 no-repeat center/cover;
  color: #fff; }
  .c-tile::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
  .c-tile__title, .c-card__title {
    margin-bottom: 20px; }
  .c-tile__text, .c-card__text {
    line-height: 1.75;
    margin-bottom: -0.375em; }
  .c-tile__content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 30px;
    border: 0 solid #df0523;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .c-tile.-is-active .c-tile__content, .c-tile:hover .c-tile__content {
    padding-bottom: 60px;
    border-bottom-width: 15px; }

.c-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .c-table__column {
    background-color: #fff;
    text-align: center;
    border-top: 10px solid transparent; }
    .c-table__column--featured {
      background-color: #f2f2f2;
      border-top-color: #df0523; }
      .c-table__column--featured .c-table__head, .c-table__column--featured .c-table__row {
        -webkit-animation: show-in 2s;
                animation: show-in 2s; }
      .c-table__column--featured .c-table__trigger {
        visibility: hidden; }
  .c-table__head {
    padding: 80px 0 60px; }
  .c-table__row {
    padding: 60px 30px;
    border-top: 2px solid #ebebeb; }
    .c-table__row--unified-height {
      min-height: 390px; }
  .c-table__footer {
    background-color: #fff; }
  .c-table__label {
    margin-bottom: 20px; }
  .c-table__link {
    text-decoration: none;
    color: currentColor; }
  @media (min-width: 992px) {
    .c-table__row--unified-height {
      min-height: 240px; } }

.c-card {
  display: block; }
  .c-card__content {
    position: relative;
    padding: 30px 0; }
  .c-card__header {
    position: relative; }
  .c-card__button {
    position: absolute;
    right: 0;
    bottom: 0; }
  .c-card__image {
    display: block;
    width: 100%; }

.c-rich-text {
  display: block; }
  .c-rich-text h1, .c-rich-text h2, .c-rich-text h3, .c-rich-text h4, .c-rich-text h5, .c-rich-text h6 {
    margin-bottom: 15px; }
  .c-rich-text p {
    margin: 15px 0; }
  .c-rich-text i {
    font-style: italic; }
  .c-rich-text b {
    font-weight: bold; }

.c-double-image {
  display: block; }
  .c-double-image__item {
    display: block; }
    .c-double-image__item--minor {
      display: none; }
  @media (min-width: 1200px) {
    .c-double-image--right {
      text-align: right; }
    .c-double-image__item {
      display: inline-block; }
      .c-double-image__item--major {
        max-width: 90%; }
      .c-double-image__item--minor {
        display: block;
        max-width: 360px;
        margin-top: -120px; } }

.c-media-image {
  display: block;
  margin: 30px 0; }
  .c-media-image--center .c-media-image__image {
    max-width: 100%; }
  .c-media-image__item {
    display: block; }
    .c-media-image__item--minor {
      display: none; }
  .c-media-image__image {
    display: block;
    max-width: unset; }
  @media (min-width: 768px) {
    .c-media-image {
      position: relative; }
      .c-media-image--left .c-media-image__item, .c-media-image--right .c-media-image__item {
        position: absolute; }
        .c-media-image--left .c-media-image__item--minor, .c-media-image--right .c-media-image__item--minor {
          bottom: 40px;
          display: block; }
      .c-media-image--left .c-media-image__item--major {
        right: 95px; }
      .c-media-image--left .c-media-image__item--minor {
        right: 15px; }
      .c-media-image--right .c-media-image__item--major {
        left: 95px; }
      .c-media-image--right .c-media-image__item--minor {
        left: 15px; } }

.c-adaptive-iframe {
  display: block;
  width: 100%; }

.c-video-iframe {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  background: #000; }
  .c-video-iframe__video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.c-search__container, .c-search-global__container {
  border: 0; }

.c-search__field, .react-autosuggest__input, .c-search-global__field {
  height: 60px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  color: #000;
  font-weight: 400; }

.c-search__icon, .c-search-global__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0; }

.c-search-global {
  padding: 15px 0; }
  .c-search-global__container {
    border-bottom: 2px solid rgba(235, 235, 235, 0.3);
    font-size: 16px; }
  .c-search-global__field {
    background: none;
    border: 0;
    padding: 0 60px 0 0;
    color: currentColor; }
  .c-search-global__field, .c-search-global__shadow {
    font-size: 16px; }
  .c-search-global__close {
    display: none; }
  .c-search-global__icon, .c-search-global__close {
    height: 60px;
    padding: 0;
    border: 0;
    background: 0;
    outline: none; }
    .c-search-global__icon:hover, .c-search-global__close:hover {
      cursor: pointer; }
    .c-search-global__icon svg, .c-search-global__close svg {
      fill: #fff; }
  @media (min-width: 768px) {
    .c-search-global {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding: 45px 0; }
      .c-search-global__container {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .c-search-global__field, .c-search-global__shadow {
        font-size: 26px; }
      .c-search-global__icon, .c-search-global__close {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 0 10px; }
      .c-search-global__close {
        display: block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 30px; } }

.c-faq-item {
  display: block;
  width: 100%;
  padding: 30px 0;
  border: solid #ebebeb;
  border-width: 1px 0;
  margin-bottom: -1px; }
  .c-faq-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .c-faq-item__header:hover {
      cursor: pointer; }
  .c-faq-item__title, .c-faq-item__content {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%; }
  .c-faq-item__content {
    display: block;
    padding-top: 20px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .c-faq-item__icon:first-child {
    display: none; }
  .c-faq-item__icon:last-child {
    display: block; }
  .c-faq-item__button {
    background: none;
    border: none;
    color: inherit; }
    .c-faq-item__button:hover {
      cursor: pointer; }
  .c-faq-item.-is-closed .c-faq-item__content {
    opacity: 0; }
  .c-faq-item.-is-closed .c-faq-item__icon:first-child {
    display: block; }
  .c-faq-item.-is-closed .c-faq-item__icon:last-child {
    display: none; }

.c-share {
  position: absolute;
  z-index: 13;
  width: 100%;
  padding-top: 100px; }
  .c-share.-is-fixed {
    position: fixed;
    top: 159px; }
  .c-share.-is-active .c-share__items {
    height: auto;
    opacity: 1; }
    .c-share.-is-active .c-share__items svg {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .c-share__inner {
    position: absolute;
    right: -95px; }
  .c-share__items {
    position: absolute;
    top: 100%;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .c-share .at-share-btn {
    width: 100%;
    height: 60px;
    padding: 15px 0 !important;
    margin: 0 !important;
    outline: none;
    background: 0 !important;
    color: inherit !important; }
  .c-share .at-icon-wrapper {
    display: block;
    float: none !important;
    margin: 0 auto; }
    .c-share .at-icon-wrapper svg {
      fill: currentColor !important;
      -webkit-transform: translateY(100%);
              transform: translateY(100%);
      -webkit-transition: -webkit-transform .5s;
      transition: -webkit-transform .5s;
      transition: transform .5s;
      transition: transform .5s, -webkit-transform .5s; }
      .c-share .at-icon-wrapper svg:hover {
        opacity: .5; }
  .c-share .at-label {
    display: none; }

.c-download-list {
  width: 100%;
  margin: 0 -15px; }
  .c-download-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    background-color: #ebebeb;
    color: #000; }
    .c-download-list__item .c-download-list__file {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px; }
      .c-download-list__item .c-download-list__file .c-download-list__name {
        padding-top: 10px;
        line-height: 1.6; }
      .c-download-list__item .c-download-list__file .c-download-list__detail {
        display: inline-block; }
        .c-download-list__item .c-download-list__file .c-download-list__detail:nth-of-type(2)::before {
          content: " | "; }
    .c-download-list__item .c-download-list__button {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-top: auto; }
  @media (min-width: 768px) {
    .c-download-list {
      margin: 0; }
      .c-download-list__item {
        height: 60px;
        margin-bottom: 40px; }
        .c-download-list__item .c-download-list__file {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .c-download-list__item .c-download-list__file .c-download-list__name {
            padding: 0; }
          .c-download-list__item .c-download-list__file .c-download-list__detail {
            vertical-align: top; } }

.c-sys-lang-detect__text {
  font-weight: 400; }

.c-sys-lang-detect__result, .c-sys-lang-detect__button {
  display: inline-block; }

.c-sys-lang-detect__button {
  padding: 0;
  border: none;
  background: 0;
  color: #df0523;
  font-size: 14px;
  text-decoration: underline;
  outline: none; }
  .c-sys-lang-detect__button:hover {
    cursor: pointer; }

.c-sys-lang-detect__info-container {
  text-align: left; }

.c-sys-lang-detect__change-container {
  display: none;
  margin-top: 15px; }

.c-sys-lang-detect.-dropdown-visible .c-sys-lang-detect__button {
  display: none; }

.c-sys-lang-detect.-dropdown-visible .c-sys-lang-detect__change-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-sys-lang-detect__dropdown {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  width: 80%; }

@media (min-width: 768px) {
  .c-sys-lang-detect__text {
    display: inline-block; }
  .c-sys-lang-detect__change-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: slide-down .5s;
            animation: slide-down .5s; }
  .c-sys-lang-detect__dropdown {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    margin-left: 15px; } }

.c-support-downloads {
  border-bottom: 1px solid #ebebeb; }
  .c-support-downloads__system-detect, .c-support-downloads__language-detect {
    margin: 40px 0 30px; }
  .c-support-downloads__json-data {
    display: none; }

/* stylelint-disable plugin/selector-bem-pattern */
/**
* Rangeslider
*/
.rangeslider {
  margin: 20px 0;
  position: relative;
  background: #e6e6e6;
  -ms-touch-action: none;
  touch-action: none; }

.rangeslider,
.rangeslider .rangeslider__fill {
  display: block;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4); }

.rangeslider .rangeslider__handle {
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 -1px 3px rgba(0, 0, 0, 0.4); }

.rangeslider .rangeslider__handle .rangeslider__active {
  opacity: 1; }

.rangeslider .rangeslider__handle-tooltip {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight: normal;
  font-size: 14px;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  border-radius: 4px;
  display: inline-block;
  color: white;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); }

.rangeslider .rangeslider__handle-tooltip span {
  margin-top: 12px;
  display: inline-block;
  line-height: 100%; }

.rangeslider .rangeslider__handle-tooltip:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0; }

/**
* Rangeslider - Horizontal slider
*/
.rangeslider-horizontal {
  height: 12px;
  border-radius: 10px; }

.rangeslider-horizontal .rangeslider__fill {
  height: 100%;
  background-color: #7cb342;
  border-radius: 10px;
  top: 0; }

.rangeslider-horizontal .rangeslider__handle {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.rangeslider-horizontal .rangeslider__handle:after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  background-color: #dadada;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 -1px 3px rgba(0, 0, 0, 0.4) inset; }

.rangeslider-horizontal .rangeslider__handle-tooltip {
  top: -55px; }

.rangeslider-horizontal .rangeslider__handle-tooltip:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.8);
  left: 50%;
  bottom: -8px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); }

/**
* Rangeslider - Vertical slider
*/
.rangeslider-vertical {
  margin: 20px auto;
  height: 150px;
  max-width: 10px;
  background-color: transparent; }

.rangeslider-vertical .rangeslider__fill,
.rangeslider-vertical .rangeslider__handle {
  position: absolute; }

.rangeslider-vertical .rangeslider__fill {
  width: 100%;
  background-color: #7cb342;
  -webkit-box-shadow: none;
          box-shadow: none;
  bottom: 0; }

.rangeslider-vertical .rangeslider__handle {
  width: 30px;
  height: 10px;
  left: -10px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.rangeslider-vertical .rangeslider__handle-tooltip {
  left: -100%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }

.rangeslider-vertical .rangeslider__handle-tooltip:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.8);
  left: 100%;
  top: 12px; }

/**
* Rangeslider - Reverse
*/
.rangeslider-reverse.rangeslider-horizontal .rangeslider__fill {
  right: 0; }

.rangeslider-reverse.rangeslider-vertical .rangeslider__fill {
  top: 0;
  bottom: inherit; }

/**
* Rangeslider - Labels
*/
.rangeslider__labels {
  position: relative; }

.rangeslider-vertical .rangeslider__labels {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 24px;
  padding: 0;
  text-align: left;
  width: 250px;
  height: 100%;
  left: 10px; }

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item {
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }

.rangeslider-vertical .rangeslider__labels .rangeslider__label-item::before {
  content: '';
  width: 10px;
  height: 2px;
  background: black;
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1; }

.rangeslider__labels .rangeslider__label-item {
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  top: 10px;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); }

.c-range-slider.rangeslider-horizontal {
  height: 2px;
  width: 100%; }

.c-range-slider .rangeslider__handle {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0;
  background-color: #df0523; }
  .c-range-slider .rangeslider__handle::after {
    display: none; }

.c-range-slider .rangeslider__fill {
  background-color: inherit; }

.c-config {
  display: none; }

.c-upload-form {
  padding: 60px 0; }
  .c-upload-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px 0; }
  .c-upload-form__label {
    margin-right: 15px;
    font-size: 13px; }

.c-external-form {
  padding: 60px 15px; }
  .c-external-form__title, .c-external-form__copy {
    padding-bottom: 15px; }
  .c-external-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-external-form__button {
    display: inline-block;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .c-external-form__button:first-of-type {
      margin-right: 15px; }
  .c-external-form__hidden {
    display: none; }
  .c-external-form__controlgroup, .c-external-form__dropdown, .c-external-form__upload {
    padding-top: 30px; }
  .c-external-form__uploadbutton {
    margin: 0 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .c-external-form__grouplabel.-is-invalid, .c-external-form__dropdownlabel.-is-invalid {
    color: #df0523; }
  .c-external-form__buttons {
    padding: 30px 0; }
  .c-external-form__copy {
    font-weight: normal; }
  .c-external-form__textlabel::after {
    content: ':'; }
  .c-external-form__filename {
    word-break: break-all; }
  .c-external-form__section {
    display: block;
    margin-bottom: 30px; }
    .c-external-form__section.-is-hidden {
      display: none; }
  [data-checkbox-group-required] .c-external-form__grouplabel::after,
  [data-radiobutton-group-required] .c-external-form__grouplabel::after,
  [data-file-upload-required] .c-external-form__uploadlabel::after, .c-external-form__dropdownlabel.-is-required::after {
    content: '*'; }
  .c-external-form [data-dropdown-value] {
    display: none; }
  .c-external-form [data-input-error-empty] {
    display: none; }
    .c-external-form [data-input-error-empty].-is-visible {
      display: inline-block; }

.c-download-overlay {
  display: none;
  position: fixed;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  background: #fff;
  z-index: 16; }
  .c-download-overlay__container {
    width: 100%;
    padding: 0 15px;
    background: #fff; }
  .c-download-overlay__icon {
    margin-left: auto; }
    .c-download-overlay__icon:hover {
      cursor: pointer; }
  .c-download-overlay__title {
    margin: 30px 0; }
  .c-download-overlay__content {
    position: relative;
    margin-bottom: 30px; }
  .c-download-overlay__text {
    overflow-y: scroll;
    max-height: 210px;
    padding-bottom: 20px; }
    .c-download-overlay__text::-webkit-scrollbar {
      background: none; }
  .c-download-overlay__text-shadow {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(35%, rgba(255, 255, 255, 0.7)), to(white));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.7) 35%, white 100%);
    opacity: .8; }
  .c-download-overlay__buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-download-overlay__button {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
    .c-download-overlay__button:hover {
      cursor: pointer; }
  .c-download-overlay__dismiss {
    display: inline-block; }
  .c-download-overlay.-is-active {
    display: block; }
  @media (min-width: 768px) {
    .c-download-overlay {
      top: 70px; }
      .c-download-overlay__container {
        padding: 0 30px; }
      .c-download-overlay__buttons-container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 30px; }
      .c-download-overlay__button {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        width: auto;
        margin-bottom: 0; }
        .c-download-overlay__button:nth-of-type(n + 2) {
          margin-left: 30px; }
      .c-download-overlay__dismiss-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 30px; }
      .c-download-overlay__dismiss {
        display: block; } }
  @media (min-width: 992px) {
    .c-download-overlay {
      top: 159px;
      background: rgba(0, 0, 0, 0.7); }
      .c-download-overlay__container {
        position: relative;
        margin: 120px auto;
        padding: 40px;
        max-width: 640px; }
      .c-download-overlay__title {
        margin-top: 0; }
      .c-download-overlay__icon {
        position: absolute;
        top: -0;
        right: -60px; }
      .c-download-overlay__text::-webkit-scrollbar {
        width: 2px;
        background: #ebebeb; }
      .c-download-overlay__text::-webkit-scrollbar-thumb {
        background: #df0523;
        border: 2px solid #df0523; }
      .c-download-overlay__text-shadow {
        display: none; }
      .c-download-overlay__buttons-container {
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .c-download-overlay__container {
      max-width: 760px; } }

.l-login {
  position: relative; }
  .l-login::before, .l-login::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 100%; }
  .l-login::before {
    left: 0;
    right: auto;
    background-color: #364852; }
  .l-login::after {
    left: auto;
    right: 0;
    background-color: #2e3d45; }
  .l-login__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    color: #fff;
    background-color: #364852; }
  .l-login__form-container--last {
    margin-top: 60px; }
  .l-login__form-container.-is-hidden {
    display: none; }
  .l-login__title {
    margin-bottom: 40px; }
  .l-login__forms {
    background-color: #2e3d45; }
  .l-login__forms, .l-login__disclaimer {
    padding: 30px 15px; }
  .l-login__input {
    margin-top: 40px; }
  .l-login__button {
    width: 100%;
    margin-top: 60px; }
  .l-login__helper {
    padding: 0;
    margin-top: 15px;
    background: none;
    text-align: left; }
  @media (min-width: 768px) {
    .l-login__forms, .l-login__disclaimer {
      padding: 60px 30px; }
    .l-login__button {
      display: inline-block;
      width: auto; }
    .l-login__title {
      margin-bottom: 60px; }
    .l-login__helper {
      margin-top: 30px;
      border: 0; } }
  @media (min-width: 992px) {
    .l-login__inner {
      margin-top: 0;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
    .l-login__forms, .l-login__disclaimer {
      padding: 60px 0; }
    .l-login__forms {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-left: 90px; }
    .l-login__disclaimer {
      padding-right: 60px; }
    .l-login__title {
      margin-bottom: 30px; }
    .l-login__input {
      margin-top: 30px; } }

.tns-outer {
  padding: 0 !important; }
  .tns-outer [hidden] {
    display: none !important; }
  .tns-outer [aria-controls], .tns-outer [data-action] {
    cursor: pointer; }
  .tns-outer.ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%); }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }
  .tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }
  .tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }
  .tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s; }
  .tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }
  .tns-lazy-img.loaded {
    opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-hdx {
  overflow-x: hidden; }

.tns-hdy {
  overflow-y: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.l-slider, .l-icon-row {
  position: relative;
  display: block;
  overflow: hidden; }
  .l-slider__outer {
    padding-bottom: 30px; }
    .l-slider__outer--carousel {
      padding-bottom: 60px; }
  .l-slider__content {
    margin: 0 auto; }
  .l-slider__inner, .l-slider .tns-ovh, .l-icon-row .tns-ovh {
    display: block;
    margin: 0 -15px;
    overflow: visible !important; }
  .l-slider__item {
    display: inline-block;
    width: 350px;
    padding: 0 15px !important;
    list-style: none; }
  .l-slider__image {
    display: block; }
  .l-slider__controls {
    display: none; }
  .l-slider__dots, .l-slider .tns-nav, .l-icon-row .tns-nav, .l-slider--hero .tns-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .l-slider__dot, .l-slider .tns-nav button, .l-icon-row .tns-nav button {
    padding: 0;
    width: 30px;
    margin: 0 7.5px;
    outline: none;
    border: 0;
    border-bottom: 4px solid #ccc;
    -webkit-transition: border .5s;
    transition: border .5s; }
    .l-slider__dot.-is-active, .l-slider .tns-nav button.-is-active, .l-icon-row .tns-nav button.-is-active, .l-slider .tns-nav button.tns-nav-active, .l-icon-row .tns-nav button.tns-nav-active {
      border-bottom: 7px solid #df0523; }
  .l-slider--hero {
    padding-bottom: 0; }
    .l-slider--hero .l-slider__dots, .l-slider--hero .tns-nav {
      bottom: auto;
      top: 75vw;
      margin-top: 30px;
      z-index: 2; }
    .l-slider--hero .l-hero__crop {
      display: none; }
    .l-slider--hero .l-hero__col {
      margin-top: 88px; }
    @media (min-width: 768px) {
      .l-slider--hero .l-hero__col {
        margin-top: 0; } }
    @media (min-width: 992px) {
      .l-slider--hero .l-hero__row {
        min-height: calc(0.4 * 100vw - 0.4 * 17px); } }
  .l-slider--gallery .l-slider__image {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s; }
  .l-slider--gallery .l-slider__item.-is-active .l-slider__image, .l-slider--gallery .tns-item.tns-slide-active .l-slider__image {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .l-slider--gallery .l-slider__item.-is-active ~ .l-slider__item .l-slider__image, .l-slider--gallery .tns-item.tns-slide-active ~ .l-slider__item .l-slider__image {
    -webkit-transform-origin: left center;
            transform-origin: left center; }
  .l-slider:not(.l-slider--hero) .l-slider__inner, .l-icon-row:not(.l-slider--hero) .l-slider__inner, .l-slider:not(.l-slider--hero) .tns-ovh, .l-icon-row:not(.l-slider--hero) .tns-ovh {
    overflow: visible !important; }
  .l-slider:not(.l-slider--hero) .l-slider__item, .l-icon-row:not(.l-slider--hero) .l-slider__item {
    padding: 0 15px !important; }
  @media (min-width: 0px) and (max-width: 991px) {
    .l-slider--edge .l-slider__outer {
      max-width: 512px; } }
  @media (min-width: 768px) {
    .l-slider, .l-icon-row {
      padding-bottom: 0; }
      .l-slider__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right; }
      .l-slider__button {
        margin-left: 15px; }
      .l-slider__tabs {
        margin-top: -70px; } }
  @media (min-width: 992px) {
    .l-slider__button {
      margin-left: 40px; }
    .l-slider__dots, .l-slider .tns-nav, .l-icon-row .tns-nav, .l-slider--hero .tns-nav {
      display: none; }
    .l-slider__tabs {
      margin-top: -90px; } }

.l-slider-tabs {
  display: none; }
  @media (min-width: 768px) {
    .l-slider-tabs {
      position: relative;
      z-index: 1;
      display: block; }
      .l-slider-tabs::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 50%;
        background: #fff; }
      .l-slider-tabs__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin-left: calc(((100% - 720px) / 2) + 30px / 2);
        background: #fff;
        color: #000; }
      .l-slider-tabs__item {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        opacity: .5;
        -webkit-transition: opacity .5s;
        transition: opacity .5s; }
        .l-slider-tabs__item.-is-active {
          opacity: 1; }
          .l-slider-tabs__item.-is-active .l-slider-tabs__count {
            color: #df0523; }
      .l-slider-tabs__link {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: block;
        margin: 0;
        padding: 25px 30px;
        border: 0;
        outline: 0;
        background: none;
        color: inherit;
        text-align: left;
        cursor: pointer; }
      .l-slider-tabs__count {
        display: block;
        margin-bottom: 20px;
        -webkit-transition: color .5s;
        transition: color .5s; } }
  @media (min-width: 992px) {
    .l-slider-tabs__list {
      padding-left: 50px;
      padding-right: 50px;
      margin-left: 25%;
      width: 75%; }
    .l-slider-tabs__link {
      padding: 25px 45px; }
    .l-slider-tabs__count {
      margin-bottom: 10px; } }

.l-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  background-color: #333;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s; }
  .l-overlay--full-page {
    position: fixed;
    z-index: 17;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #000; }
    .l-overlay--full-page .l-overlay__row {
      display: block;
      width: 100%;
      margin: 0 95px;
      padding: 40px;
      background-color: #fff; }
  .l-overlay.-is-visible {
    display: block; }
  .l-overlay__container {
    height: 100%; }
  .l-overlay__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }
  .l-overlay__row {
    position: relative; }
  .l-overlay__col {
    margin-top: 40px; }
    .l-overlay__col--narrow {
      display: none; }
  .l-overlay__image {
    display: block;
    width: 100%; }
  .l-overlay__title {
    margin-bottom: 30px; }
  .l-overlay__text {
    margin-bottom: 30px; }
  .l-overlay__buttons {
    margin-top: 20px; }
  .l-overlay__button {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px; }
  .l-overlay__close {
    position: absolute;
    top: -60px;
    right: 15px; }
  @media (min-width: 768px) {
    .l-overlay__close {
      right: 0; } }
  @media (min-width: 992px) {
    .l-overlay__col {
      margin-top: 0; }
      .l-overlay__col--narrow {
        display: block;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
        max-width: 33.33333%; }
    .l-overlay__close {
      top: -30px;
      right: 0; } }

.l-quote, .l-product-show-me__search {
  display: block; }
  .l-quote__outer, .l-product-show-me__search-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    background: #ebebeb;
    color: #000; }
    .l-quote__outer::before, .l-product-show-me__search-outer::before {
      content: '“';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 65px;
      padding-top: .5em;
      background: #000;
      color: #fff;
      text-align: center; }
  .l-quote__inner, .l-product-show-me__search-inner {
    padding: 60px 30px; }
  .l-quote__text {
    padding-bottom: 30px;
    display: block;
    font-size: 1em; }
  .l-quote--right .l-quote__outer, .l-quote--right .l-product-show-me__search-outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  @media (min-width: 576px) {
    .l-quote, .l-product-show-me__search {
      position: relative;
      z-index: 0; } }
  @media (min-width: 768px) {
    .l-quote__text {
      padding-bottom: 60px;
      font-size: 1.5em; }
    .l-quote__outer, .l-product-show-me__search-outer {
      margin-right: 40px; }
    .l-quote--right .l-quote__outer, .l-quote--right .l-product-show-me__search-outer {
      margin-left: 40px;
      margin-right: 0; }
    .l-quote__inner, .l-product-show-me__search-inner {
      padding: 60px 55px;
      width: calc((720px * 5 / 8) + 55px * 2); } }
  @media (min-width: 992px) {
    .l-quote__outer, .l-product-show-me__search-outer {
      margin-right: calc(((100% - 960px + 30px) / 2) + 960px / 12); }
    .l-quote__inner, .l-product-show-me__search-inner {
      padding: 80px 30px;
      width: calc((960px * 2 / 3) + 30px * 2); }
    .l-quote__text {
      padding-bottom: 40px; }
    .l-quote--right .l-quote__outer, .l-quote--right .l-product-show-me__search-outer {
      margin-left: calc(((100% - 960px + 30px) / 2) + 960px / 12);
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .l-quote__outer, .l-product-show-me__search-outer {
      margin-right: calc(((100% - 1140px + 30px) / 2) + 1140px / 12);
      margin-left: 0; }
    .l-quote--right .l-quote__outer, .l-quote--right .l-product-show-me__search-outer {
      margin-left: calc(((100% - 1140px + 30px) / 2) + 1140px / 12);
      margin-right: 0; }
    .l-quote__inner, .l-product-show-me__search-inner {
      width: calc((1140px * 2 / 3) + 30px * 2); } }

.l-campaign {
  display: block; }
  .l-campaign__col:first-child {
    margin-bottom: 30px; }
  .l-campaign__content {
    text-align: center; }
  @media (min-width: 576px) {
    .l-campaign__col:first-child {
      margin-bottom: 0; }
    .l-campaign__content {
      text-align: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .l-cards {
    max-width: 66.66667%;
    margin: 0; } }

@media (min-width: 992px) {
  .l-cards__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0; } }

.l-promo {
  display: block;
  padding: 30px 0;
  background-color: #df0523;
  background-size: cover;
  color: #fff; }
  .l-promo__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: calc(1.25 * 100vw - 1.25 * 17px - 2 * 30px); }
  .l-promo__col {
    padding: 0; }
    .l-promo__col:nth-child(odd) {
      margin-bottom: 50px; }
  .l-promo__row {
    margin: 0; }
  .l-promo__title {
    margin-bottom: 12px; }
  .l-promo__footer {
    width: 100%; }
  .l-promo--no-image .l-promo__row {
    min-height: auto; }
  @media (min-width: 0px) and (max-width: 991px) {
    .l-promo__bg-desktop {
      display: none; } }
  @media (min-width: 992px) {
    .l-promo {
      position: relative;
      z-index: 0;
      background-image: none !important; }
      .l-promo__bg-desktop {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background-size: cover; }
      .l-promo__outer {
        min-height: calc(0.28125 * 100vw - 0.28125 * 17px - 2 * 30px); }
      .l-promo__col:nth-child(odd) {
        margin-bottom: 0; }
      .l-promo__row {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .l-promo__title {
        margin: 12px 0; }
      .l-promo__footer {
        text-align: right; } }

.l-image-50-50 {
  padding-top: 80px; }
  .l-image-50-50__col {
    margin-top: 30px; }
  .l-image-50-50__image {
    display: block;
    width: 100%; }
  .l-image-50-50__logo {
    display: block;
    margin-bottom: 30px; }
  .l-image-50-50__title {
    margin-bottom: 12px; }
  .l-image-50-50__text {
    margin-bottom: 54px; }
    .l-image-50-50__text .l-container {
      padding: 0; }
    .l-image-50-50__text .l-section {
      margin-bottom: 0; }
    .l-image-50-50__text .c-rich-text p {
      margin: 0 0 24px 0; }
  @media (min-width: 768px) {
    .l-image-50-50__col {
      margin-top: 0; }
    .l-image-50-50--left .l-image-50-50__row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.l-story {
  padding: 30px;
  background-color: #333;
  color: #fff; }
  .l-story__header {
    text-align: center; }
  .l-story__title {
    padding-bottom: 30px; }
  @media (min-width: 576px) and (max-width: 991px) {
    .l-story__inner {
      max-width: 66.66667%;
      margin: 0; } }
  @media (min-width: 768px) {
    .l-story {
      padding-top: 90px; } }
  @media (min-width: 992px) {
    .l-story__header {
      text-align: left; }
    .l-story__inner {
      max-width: none; }
    .l-story__content {
      margin: 0; } }

.l-faq__section.-is-hidden .l-faq__question:nth-of-type(n + 3) {
  visibility: hidden;
  height: 0; }

.l-faq__section.-is-hidden .l-faq__button {
  height: auto;
  margin: 60px auto;
  -webkit-transition: none;
  transition: none; }

.l-faq__button {
  height: 0;
  margin: 0;
  -webkit-transition: margin .5s;
  transition: margin .5s; }

.l-cta-block {
  position: relative;
  z-index: 14;
  display: block;
  margin: 30px 0; }
  .l-cta-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    color: #000; }
  .l-cta-block.-is-sticky .l-cta-block__inner {
    position: fixed;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s; }
  @media (min-width: 0px) and (max-width: 767px) {
    .l-cta-block__button {
      margin: 15px 0; }
      .l-cta-block__button:first-child {
        margin-top: 0; }
      .l-cta-block__button:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .l-cta-block__container {
      max-width: none; }
    .l-cta-block__inner {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-bottom: 1px solid transparent; }
    .l-cta-block__button {
      margin: 15px; }
    .l-cta-block.-is-sticky .l-cta-block__inner {
      border-color: currentColor; } }

.l-product-show-me {
  background: #333;
  color: #fff; }
  .l-product-show-me__search {
    margin: 0; }
    .l-product-show-me__search::before {
      background: #df0523; }
  .l-product-show-me__search-outer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 90px 0;
    background: #df0523;
    color: #fff; }
    .l-product-show-me__search-outer--sliding {
      -webkit-animation: slide-right .6s;
              animation: slide-right .6s; }
    .l-product-show-me__search-outer::before {
      display: none; }
  .l-product-show-me__title, .l-product-show-me__search-text {
    text-align: center; }
  .l-product-show-me__search-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .l-product-show-me__search-text {
    width: 100%;
    margin-top: 30px;
    font-size: 22px; }
  .l-product-show-me__search-dropdown {
    width: 100%;
    margin-top: 60px;
    font-size: 18px; }
  .l-product-show-me__search-inner, .l-product-show-me__title {
    padding: 0 15px; }
  .l-product-show-me__results {
    padding: 90px 0; }
  .l-product-show-me__results-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px; }
  .l-product-show-me__results-link {
    display: inline-block;
    margin-top: 45px;
    color: inherit; }
  .l-product-show-me__results-cards-tiles {
    width: 100%; }
  .l-product-show-me__results-cards-title {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .l-product-show-me__search-outer {
      padding: 79.98px 0; }
      .l-product-show-me__search-outer::before {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #df0523; }
    .l-product-show-me__title, .l-product-show-me__search-text {
      text-align: left; }
    .l-product-show-me__search-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .l-product-show-me__search-text {
      display: inline-block;
      margin-right: 30px; }
    .l-product-show-me__search-dropdown {
      display: inline-block;
      width: auto;
      min-width: 80%;
      margin-top: 30px; }
    .l-product-show-me__search-inner, .l-product-show-me__title {
      margin-right: auto;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0; }
    .l-product-show-me__results {
      padding: 99.99px 0; }
    .l-product-show-me__results-cards-content {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .l-product-show-me .tns-nav {
      display: block;
      text-align: center; } }
  @media (min-width: 992px) {
    .l-product-show-me__search-text {
      width: auto; }
    .l-product-show-me__results-cards {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .l-product-show-me__result-card:nth-of-type(1) {
      padding-left: 0; }
    .l-product-show-me__result-card:nth-last-of-type(1) {
      padding-right: 0; } }

.l-search-results {
  padding-top: 60px; }
  .l-search-results__tablet-nav, .l-search-results__mobile-nav {
    margin-bottom: 60px; }
  .l-search-results__tablet-nav-container {
    display: inline-block; }
  .l-search-results__mobile-nav {
    position: relative;
    z-index: 11;
    text-align: left; }
  .l-search-results__nav {
    text-align: center; }
  .l-search-results__title, .l-search-results__title-text {
    display: none; }
  .l-search-results__product-tile {
    width: 100%;
    margin-bottom: 30px; }
  .l-search-results__tiles-container {
    max-width: 100%; }
  .l-search-results__tiles-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .l-search-results__tiles-list, .l-search-results__products-list {
    margin-top: 30px; }
  .l-search-results__compare-button {
    margin-left: auto; }
  .l-search-results__compare-warning {
    overflow: hidden;
    height: 0;
    margin-top: 10px; }
    .l-search-results__compare-warning.-is-visible {
      height: 30px;
      -webkit-transition: height .3s;
      transition: height .3s; }
  .l-search-results__view-controlers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
  .l-search-results__grid-switch-button, .l-search-results__grid-switch-divider {
    display: inline-block;
    border: 0; }
  .l-search-results__grid-switch-button {
    padding: 0; }
    .l-search-results__grid-switch-button.-is-active {
      font-weight: 900; }
    .l-search-results__grid-switch-button:hover {
      cursor: pointer; }
    .l-search-results__grid-switch-button:focus {
      outline: none; }
  .l-search-results__grid-switch-divider {
    margin: 0 10px; }
  .l-search-results__show-more {
    margin: 0 auto 30px; }
  @media (min-width: 768px) {
    .l-search-results__product-tile {
      max-width: calc(50% - (30px / 2)); } }
  @media (min-width: 992px) {
    .l-search-results__title, .l-search-results__title-text {
      display: block;
      text-align: center; }
    .l-search-results__title {
      margin: 60px 0 15px; }
    .l-search-results__title-text {
      max-width: 60%;
      margin: 0 auto; }
    .l-search-results__tiles-list {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .l-search-results__product-tile:nth-of-type(1) {
      padding-left: 0; }
    .l-search-results__product-tile:nth-last-of-type(1) {
      padding-right: 0; } }

.l-icon-row {
  margin: 60px 0;
  padding-bottom: 40px; }
  .l-icon-row__col {
    text-align: center; }
  .l-icon-row__icon {
    width: 32px;
    height: 32px; }
  .l-icon-row__title {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px; }
  .l-icon-row__link {
    color: inherit;
    text-decoration: none; }
  .l-icon-row__text {
    margin-bottom: 30px;
    font-size: 16px; }
  @media (min-width: 768px) {
    .l-icon-row__text {
      margin-bottom: 0; }
    .l-icon-row .tns-nav {
      display: block;
      margin-top: 30px;
      text-align: center;
      bottom: -40px; } }
  @media (min-width: 992px) {
    .l-icon-row {
      margin: 90px 0; }
      .l-icon-row__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .l-icon-row__col {
        width: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
      .l-icon-row .tns-nav {
        display: none; } }

.l-filters {
  padding: 60px 120px;
  background-color: #333;
  color: #fff; }
  .l-filters__header {
    padding-bottom: 40px;
    font-size: 26px; }
  .l-filters__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .l-filters__row-header {
      width: 100px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .l-filters__row-controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-right: 10px; }
  .l-filters__title {
    font-size: 14px; }

.l-insights-cards__category.-is-visible {
  display: block !important; }

.l-insights-cards__item:nth-child(n + 4) {
  display: none; }

.l-insights-cards__button {
  display: block;
  margin: 30px auto; }

.l-insights-cards.-all-cards-visible .l-insights-cards__item:nth-child(n + 4) {
  display: list-item; }

.l-insights-cards.-all-cards-visible .l-insights-cards__button {
  display: none; }

.l-tabbed-content {
  margin: 30px 0; }
  .l-tabbed-content__tablet-nav {
    display: none;
    border-bottom: 2px solid #ebebeb; }
  .l-tabbed-content__nav-item {
    display: inline-block;
    padding: 0 3px 20.01px;
    margin-bottom: -2px;
    border-bottom: 8px solid transparent; }
    .l-tabbed-content__nav-item__title {
      font-weight: 400; }
    .l-tabbed-content__nav-item:not(:last-of-type) {
      margin-right: 40px; }
    .l-tabbed-content__nav-item:hover {
      cursor: pointer; }
    .l-tabbed-content__nav-item.-is-active {
      border-bottom: 8px solid #df0523;
      -webkit-transition: border-bottom .5s;
      transition: border-bottom .5s; }
      .l-tabbed-content__nav-item.-is-active .l-tabbed-content__nav-item__title {
        font-weight: 900; }
    .l-tabbed-content__nav-item.-is-hidden {
      display: none; }
  .l-tabbed-content__content {
    text-align: left; }
  .l-tabbed-content__content-section {
    display: none;
    position: relative;
    min-height: 200px;
    margin-top: 60px; }
    .l-tabbed-content__content-section.-is-visible {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-animation: slide-left .5s;
              animation: slide-left .5s; }
  .l-tabbed-content__image-container {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    text-align: center; }
  .l-tabbed-content__list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%; }
  .l-tabbed-content__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 40px; }
  .l-tabbed-content__icon-text {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    width: 80%; }
  .l-tabbed-content__item-with-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .l-tabbed-content__item-image {
    margin-right: 10px; }
  .l-tabbed-content__item-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%; }
  .l-tabbed-content__table {
    overflow: scroll;
    min-width: 100%; }
    .l-tabbed-content__table::-webkit-scrollbar {
      display: none; }
  .l-tabbed-content__column {
    width: 50%; }
    .l-tabbed-content__column--featured {
      position: absolute;
      width: 43%; }
    .l-tabbed-content__column--initial-column {
      margin-left: 43%; }
  .l-tabbed-content svg {
    width: 32px;
    margin-right: 20px; }
  .l-tabbed-content__button {
    display: inline;
    margin-top: 20px;
    border: 0;
    background: 0;
    text-decoration: underline; }
    .l-tabbed-content__button:hover {
      cursor: pointer; }
  @media (min-width: 768px) {
    .l-tabbed-content {
      text-align: center; }
      .l-tabbed-content__tablet-nav {
        display: inline-block; }
        .l-tabbed-content__tablet-nav--customise {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
      .l-tabbed-content__mobile-nav {
        display: none; }
      .l-tabbed-content__content-item {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        width: 50%; }
      .l-tabbed-content__item-with-image {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
      .l-tabbed-content__image-text-container {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        width: 60%; }
      .l-tabbed-content__column--featured {
        width: 25%; }
      .l-tabbed-content__column--initial-column {
        margin-left: 25%; } }
  @media (min-width: 992px) {
    .l-tabbed-content__image-container {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      width: 40%;
      text-align: left; }
    .l-tabbed-content__content-item {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%; }
    .l-tabbed-content__list-container {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
      width: 60%; }
    .l-tabbed-content__content-section > .l-tabbed-content__content-item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      width: 50%; }
    .l-tabbed-content__item-image {
      margin-right: 30px; }
    .l-tabbed-content__column {
      min-width: 41.66667%;
      width: 41.66667%; }
      .l-tabbed-content__column--initial-column {
        margin-left: 41.66667%; } }

.l-two-col-list {
  padding: 80px 0;
  text-align: center; }
  .l-two-col-list__col {
    text-align: left; }
  .l-two-col-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px; }
  .l-two-col-list__number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    width: 32px;
    height: 32px;
    background-color: #df0523;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center; }
  .l-two-col-list__content {
    margin-left: 20px;
    padding-top: 6px; }
    .l-two-col-list__content--link {
      padding-top: 3px; }
  @media (min-width: 0px) and (max-width: 991px) {
    .l-two-col-list--img-background {
      background-size: 0 0; } }
  @media (min-width: 992px) {
    .l-two-col-list--img-background {
      color: #fff;
      background: no-repeat center; }
      .l-two-col-list--img-background .l-icon-row__icon {
        fill: #fff; } }
  @media (min-width: 1200px) {
    .l-two-col-list--img-background {
      background-size: cover; } }

.l-in-page-comparison__product {
  width: 50%; }

.l-in-page-comparison__image {
  height: 330px; }
  .l-in-page-comparison__image-placeholder {
    display: inline-block;
    width: 100%;
    height: 330px;
    background-size: contain; }

.l-in-page-comparison__spec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 240px; }

.l-in-page-comparison__spec-label {
  min-height: 30px; }

.l-in-page-comparison__link {
  display: inline-block; }

.l-in-page-comparison__compare-link {
  color: inherit; }
  .l-in-page-comparison__compare-link:hover {
    cursor: pointer; }

.l-in-page-comparison__options {
  display: block; }

.l-in-page-comparison__title {
  width: 100%; }

.l-in-page-comparison__link-container {
  width: 100%; }

.l-in-page-comparison__compare-panel {
  background: inherit; }

.l-in-page-comparison__table {
  margin-top: 60px; }

.l-specs-table {
  overflow: hidden; }
  .l-specs-table__container {
    position: relative;
    margin: 60px 0; }
  .l-specs-table__pinned-column-container, .l-specs-table__comparison-columns-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .l-specs-table__pinned-column-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: 9; }
    .l-specs-table__pinned-column-container .l-specs-table__product {
      width: 100%; }
    .l-specs-table__pinned-column-container::before {
      position: absolute;
      top: 0;
      left: -100%;
      content: '';
      height: 100%;
      width: 100%;
      background: #fff; }
  .l-specs-table__comparison-columns-container {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }
    .l-specs-table__comparison-columns-container .l-specs-table__product {
      min-width: 50%; }
      .l-specs-table__comparison-columns-container .l-specs-table__product:nth-of-type(1) {
        margin-left: 50%; }
    .l-specs-table__comparison-columns-container.-is-animated {
      -webkit-animation: slide-in 1s;
              animation: slide-in 1s; }
  .l-specs-table__message {
    margin: 0 auto; }
    .l-specs-table__message--warning {
      color: #df0523; }
  .l-specs-table__buttons-container {
    height: 30px;
    margin-top: 30px; }
  .l-specs-table__button {
    display: inline;
    border: 0;
    background: 0;
    text-decoration: underline; }
    .l-specs-table__button:hover {
      cursor: pointer; }
  .l-specs-table__arrow-right, .l-specs-table__arrow-left {
    position: fixed;
    top: 50%;
    z-index: 10; }
  .l-specs-table__arrow-right {
    right: 30px; }
  .l-specs-table__arrow-left {
    left: 30px; }
  @media (min-width: 992px) {
    .l-specs-table__pinned-column-container {
      min-width: 41.66667%;
      width: 41.66667%; }
    .l-specs-table__comparison-columns-container .l-specs-table__product {
      min-width: 41.66667%;
      width: 41.66667%; }
      .l-specs-table__comparison-columns-container .l-specs-table__product:nth-of-type(1) {
        margin-left: 41.66667%; } }

.l-comparison-header {
  background-color: #ccc;
  color: #000; }
  .l-comparison-header__link {
    margin-bottom: 60px;
    color: inherit; }
  @media (min-width: 992px) {
    .l-comparison-header {
      color: #fff; }
      .l-comparison-header__link {
        max-width: 228px; } }


