/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
    width: 98%; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1740px;
    width: 93%; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%; } }

@media (min-width: 1600px) {
  .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
  .offset-xxl-2 {
    margin-left: 16.666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xxl-15 {
    flex: 0 0 20%;
    max-width: 20%; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3; }

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px; }

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: flex;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2; }

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .text-right {
    text-align: right !important; }
  .text-left {
    text-align: left !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .text-right {
    text-align: right !important; }
  .text-left {
    text-align: left !important; } }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

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

body {
  margin: 0; }

article, header, main, nav, section {
  display: block; }

a {
  background-color: transparent; }

img {
  border: 0; }

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

button, input {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button {
  text-transform: none; }

button {
  -webkit-appearance: button; }

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

input {
  line-height: normal; }

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

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

html, body {
  height: 100%; }

body {
  background: white;
  color: #333333;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }

div, ul, li, h5, form, p {
  margin: 0;
  padding: 0; }

html {
  font-size: 14px; }

@media (min-width: 551px) {
  html {
    font-size: 14px; } }

@media (min-width: 801px) {
  html {
    font-size: 14px; } }

@media (min-width: 1261px) {
  html {
    font-size: 14px; } }

body {
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }

p {
  margin-bottom: 1.5rem; }

h5 {
  color: #444444;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }

h5 {
  font-size: 15px; }

i {
  font-style: italic;
  line-height: inherit; }

ul {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }

.icon svg {
  display: inline-block;
  fill: #333333;
  height: 100%;
  vertical-align: top;
  width: 100%; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }

@media (min-width: 481px) {
  .button + .button {
    margin-left: 0.78571rem; } }

.button--primary {
  background-color: #444444;
  border-color: #444444;
  color: white; }

.button--large {
  font-size: 15px; }

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }

.button--icon svg {
  fill: #ee3a43; }

.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }

.dropdown-menu > *:first-child {
  margin-top: 0; }

.dropdown-menu > *:last-child {
  margin-bottom: 0; }

.dropdown-menu-item {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.35714rem 0.71429rem; }

.dropdown-menu-item a {
  display: block;
  padding: 0.35714rem; }

.dropdown-menu-item a {
  margin: -0.35714rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  width: 100%; }

.form-input::-webkit-input-placeholder {
  color: #999999; }

.form-input::-ms-clear {
  height: 0;
  width: 0; }

.form-input::-moz-placeholder {
  color: #999999; }

.form-input:-ms-input-placeholder {
  color: #999999; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }

@media only screen and (max-width: 551px) {
  .modal {
    min-height: 100vh; } }

.modal > :first-child {
  margin-top: 0; }

.modal > :last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 551px) {
  .modal {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    right: 0;
    width: 900px; } }

@media only screen and (min-width: 551px) {
  .modal {
    top: 50% !important; } }

@media (min-width: 551px) {
  .modal {
    transform: translateY(-50%); } }

.modal--small {
  width: 500px; }

.modal-close {
  color: #666666;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

div.loadingOverlay::before {
  height: 2.85714rem;
  width: 2.85714rem;
  border-radius: 2.85714rem;
  border: solid 2px;
  border-color: white white #999999 #999999;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-style: preserve-3d;
  animation: spinLoading 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }

@keyframes spinLoading {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.aria-description--hidden {
  height: 1px;
  left: 0;
  margin-left: -10000px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 1px; }

html, body {
  height: auto; }

body {
  padding-top: 55px; }

@media (min-width: 801px) {
  body {
    padding-top: 0; } }

body {
  font-size: 1rem;
  font-weight: 400; }

h5 {
  font-weight: 500;
  margin-top: 2.28571rem; }

h5 {
  text-transform: uppercase; }

h5 {
  font-size: 15px; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  z-index: 5; }

.dropdown-menu-item {
  text-align: left; }

.dropdown-menu-item:first-child > a {
  padding-top: 0.78571rem; }

.dropdown-menu-item:last-child > a {
  padding-bottom: 1rem; }

.dropdown-menu-item > a {
  margin: 0;
  padding: 0.28571rem 1.14286rem;
  text-decoration: none; }

.modal {
  left: 50%;
  bottom: inherit;
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  padding: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #333333;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }

.modal-close::before {
  border-color: transparent transparent #313440 transparent;
  border-style: solid;
  border-width: 0.71429rem;
  content: " ";
  position: absolute;
  right: 0;
  top: 50%; }

.modal-close::after {
  background-color: #313440;
  border-radius: 0.57143rem;
  color: white;
  content: attr(title);
  font-size: 1rem;
  padding: 0.28571rem 0.42857rem;
  position: absolute;
  right: 0;
  top: 100%;
  white-space: nowrap; }

.modal-close::before, .modal-close::after {
  display: none; }

@media (min-width: 801px) {
  .modal-close {
    font-size: 32px; } }

.modal-close::before {
  right: 50%;
  transform: translateX(50%); }

.modal-close::after {
  right: 50%;
  transform: translateX(0.71429rem); }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Rubik", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }

.modal--alert .alert-icon {
  border: 0.25em solid transparent;
  border-radius: 50%;
  box-sizing: content-box;
  display: flex;
  font-family: inherit;
  height: 5em;
  justify-content: center;
  line-height: 5em;
  margin: 1.25em auto 1.875em;
  position: relative;
  width: 5em; }

.modal--alert .error-icon {
  animation: animate-icon 0.5s;
  border-color: #f27474;
  color: #f27474; }

.modal--alert .error-icon .icon-content {
  animation: animate-icon-content 0.5s;
  flex-grow: 1;
  position: relative; }

.modal--alert .error-icon .icon-content .line {
  background-color: #f27474;
  border-radius: 0.125em;
  display: block;
  height: 0.3125em;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em; }

.modal--alert .error-icon .icon-content .line-left {
  left: 1.0625em;
  transform: rotate(45deg); }

.modal--alert .error-icon .icon-content .line-right {
  right: 1em;
  transform: rotate(-45deg); }

.modal--alert .warning-icon {
  animation: animate-icon 0.5s;
  border-color: #facea8;
  color: #f8bb86; }

.modal--alert .warning-icon .icon-content {
  align-items: center;
  animation: animate-icon-content 0.5s;
  display: flex;
  font-size: 3.75em; }

.modal--alert .modal-content {
  color: #333333;
  font-size: 1.14286rem; }

.modal--alert .button-container {
  margin: 25px 0 0; }

.modal--alert .button-container .button {
  min-width: 120px; }

.modal--alert .button-container .confirm {
  background-color: #444444;
  border-color: #444444;
  color: white; }

@keyframes animate-icon {
  0% {
    opacity: 0;
    transform: rotateX(100deg); }
  100% {
    opacity: 1;
    transform: rotateX(0deg); } }

@keyframes animate-icon-content {
  0% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  50% {
    margin-top: 1.625em;
    opacity: 0;
    transform: scale(0.4); }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    opacity: 1;
    transform: scale(1); } }

.button {
  line-height: 1rem; }

.button + .button {
  margin-left: 0; }

@media (min-width: 801px) {
  .button + .button {
    margin-left: 0.78571rem; } }

.button--icon svg {
  fill: #757575; }

.card-figure__link {
  display: block;
  position: relative; }

.card-img-container {
  max-width: 230px;
  margin: 0 auto; }

.card-img-container::after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%; }

.card-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-family: "object-fit: contain;";
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }

.navUser:before, .navUser:after {
  content: " ";
  display: table; }

.navUser:after {
  clear: both; }

.navUser ul {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }

.navUser ul ul {
  list-style: none;
  margin-bottom: 0; }

.navUser ul li {
  margin: 0;
  padding: 0; }

.navUser-section {
  float: left; }

.navUser-section:before, .navUser-section:after {
  content: " ";
  display: table; }

.navUser-section:after {
  clear: both; }

.navUser-section--alt {
  float: right;
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navUser-item {
    float: left; } }

.navUser-item, .navUser-action {
  display: block; }

@media (min-width: 801px) {
  .navUser {
    padding: 0 1.5rem;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50; } }

.navUser .dropdown-menu {
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }

@media (min-width: 801px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.78571rem;
  text-decoration: none;
  text-transform: uppercase; }

.navUser-action .icon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin: -1px 0 0 0.21429rem; }

.navUser-action svg {
  fill: #333333;
  stroke: #333333; }

.navUser-item {
  display: none; }

@media (min-width: 801px) {
  .navUser-item {
    display: block; } }

.navUser-item--compare {
  display: none; }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none; }

@media (min-width: 551px) {
  .dropdown--quickSearch {
    padding: 3rem; } }

.countPill {
  background-color: #333333;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPage-childList {
  border-left: 1px solid #ececec;
  margin: 0.35714rem 0.78571rem;
  padding-left: 0.78571rem; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }

@media (min-width: 801px) {
  .navPages-container {
    background: transparent;
    display: block;
    height: auto;
    padding: 0;
    position: relative; } }

@media (min-width: 801px) and (min-width: 551px) {
  .navPages-item {
    float: left; } }

@media (min-width: 801px) {
  .navPages-item, .navPages-action {
    display: block; } }

.navPages-list {
  margin: 0; }

@media (min-width: 801px) {
  .navPages-list {
    display: inline-block;
    float: none; } }

.navPages-list + .navPages-list {
  border-top: 1px solid #ececec;
  margin-top: 0.78571rem;
  padding-top: 0.78571rem; }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }

@media (min-width: 801px) {
  .navPages-action {
    display: inline-block;
    padding: 0.78571rem 1.14286rem 1.14286rem; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
  align-items: center;
  display: flex;
  justify-content: space-between; }

.navPages-action svg {
  fill: #333333;
  stroke: #333333; }

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }

@media (min-width: 801px) {
  .navPages-action-moreIcon {
    transform: none; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
  height: 0.78571rem;
  width: 0.78571rem;
  margin: 0 1.5rem; }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: 0 0 0 0.78571rem; } }

.navPage-childList {
  display: none; }

@media (min-width: 801px) {
  .navPage-childList {
    border: 0;
    display: block; } }

.navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
  margin-left: 3rem; }

@media (min-width: 801px) {
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 0; } }

.navPage-subMenu {
  display: none;
  outline: 0; }

@media (min-width: 801px) {
  .navPage-subMenu {
    background-color: #e5e5e5;
    padding: 1.5rem 1.5rem 2.28571rem !important;
    position: absolute;
    text-align: left; }
  .navPage-subMenu .navPages-action-moreIcon {
    display: none; } }

.navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
  margin-right: 0; }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu + .navPage-subMenu .navPage-subMenu-list {
    margin-right: auto; } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important; }
  .navPage-subMenu-item .navPages-action {
    text-transform: none;
    width: 100%; }
  .navPage-subMenu-item > .navPage-subMenu-action {
    border-bottom: 1px solid #ececec;
    margin-bottom: 1.14286rem; } }

.navPage-subMenu-action {
  padding: 0.78571rem 0; }

@media (min-width: 801px) {
  .navPage-subMenu-action {
    padding: 0.78571rem 0 1.14286rem; } }

.navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
  padding: 0 0 0 1.5rem; }

@media (min-width: 801px) {
  .navPages-list:not(.navPages-list-depth-max) .navPage-subMenu-action {
    padding: 0.78571rem 0 1.14286rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.35714rem; }

.heroCarousel {
  min-width: 100%;
  width: 1px; }

.heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
  display: none; }

.heroCarousel a {
  text-decoration: none; }

.heroCarousel-slide {
  position: relative; }

.heroCarousel-slide a {
  text-decoration: none; }

.heroCarousel-slide .heroCarousel-image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
  width: 100%; }

.heroCarousel-slide .heroCarousel-image-wrapper {
  align-items: flex-start;
  display: flex;
  height: 56.25vw;
  justify-content: center;
  max-height: 100vh; }

@media (min-width: 551px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 28.57143rem; } }

@media (min-width: 801px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 39.71429rem; } }

.heroCarousel-content {
  background-color: white;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }

@media (min-width: 551px) {
  .heroCarousel-content {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0 auto;
    max-height: 80%;
    overflow: auto;
    padding: 2.25rem;
    padding: 1.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50rem;
    width: 70%; } }

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }

@media (min-width: 801px) {
  .heroCarousel-title {
    font-size: 50px; } }

.heroCarousel-description {
  color: #333333;
  font-size: 12px;
  margin: 0; }

@media (min-width: 551px) {
  .heroCarousel-description {
    font-size: 13px; } }

@media (min-width: 801px) {
  .heroCarousel-description {
    font-size: 15px; } }

.heroCarousel-action {
  margin: 1.5rem 0 0; }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }

.productCarousel:before, .productCarousel:after {
  content: " ";
  display: table; }

.productCarousel:after {
  clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }

@media (min-width: 551px) {
  .productCarousel-slide {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .productCarousel-slide {
    width: 25%; } }

@media (min-width: 1261px) {
  .productCarousel-slide {
    width: 16.66667%; } }

.price--rrp, .price--non-sale {
  text-decoration: line-through; }

.quickSearchResults {
  margin-top: 1.5rem; }

@media (min-width: 801px) {
  .quickSearchResults {
    margin-top: 0; } }

.header {
  top: 0;
  width: 100%;
  z-index: 100; }

@media (min-width: 801px) {
  .header {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: visible;
    position: relative; } }

.header-logo__link {
  align-items: center;
  color: #333333;
  display: flex;
  height: inherit;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  width: 80%;
  z-index: 20; }

.header-logo__link:before, .header-logo__link:after {
  content: " ";
  display: table; }

.header-logo__link:after {
  clear: both; }

@media (min-width: 801px) {
  .header-logo__link {
    background: none;
    border-bottom: 0;
    display: inline-flex;
    padding: 0;
    width: auto; } }

.header-logo-image-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center; }

@media (min-width: 801px) {
  .header-logo-image-container {
    display: block; } }

.header-logo-image-container::after {
  content: "";
  display: block;
  min-height: 55px; }

@media (min-width: 801px) {
  .header-logo-image-container::after {
    min-height: 100px; } }

html {
  font-size: 14px; }

body {
  line-height: 1.8;
  padding: 0; }

h5 {
  font-weight: 500; }

h5 {
  text-transform: capitalize; }

:focus {
  outline: none; }

a {
  color: #ee3a43;
  text-decoration: none; }

body {
  scrollbar-face-color: #777777;
  scrollbar-track-color: #d6d6d6; }

body::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

body::-webkit-scrollbar-thumb {
  background: #777777; }

body::-webkit-scrollbar-track {
  background: #d6d6d6; }

@media only screen and (max-width: 992px) {
  body {
    scrollbar-face-color: #eeeeee;
    scrollbar-track-color: rgba(255, 255, 255, 0.1); }
  body::-webkit-scrollbar {
    width: 0.3em;
    height: 0.3em; }
  body::-webkit-scrollbar-thumb {
    background: #eeeeee; }
  body::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1); } }

.navUser .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

.icon {
  width: 1.2rem;
  height: 1.2rem; }

.dropdown-menu {
  border-radius: 3px; }

.dropdown-menu-item a {
  margin: 0;
  padding: 0.38571rem 1.14286rem; }

img {
  max-width: 100%; }

.form-input {
  border-color: #d8d8d8; }

.button {
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  padding: .85rem 2.5rem; }

@media (min-width: 801px) {
  .navPages-horizontal ul.navPages-list {
    width: 100%;
    vertical-align: middle; }
  .navPages-horizontal ul.navPages-list > li.navPages-item {
    position: relative;
    float: left;
    z-index: 80; }
  .navPages-horizontal ul.navPages-list > li.navPages-item > .navPages-action {
    font-size: 14px;
    color: #FFFFFF;
    padding: 1rem 1.2rem;
    text-transform: uppercase;
    font-weight: 500; } }

@media (min-width: 801px) and (min-width: 1600px) {
  .navPages-horizontal ul.navPages-list > li.navPages-item > .navPages-action {
    padding: 1rem 1.5rem; } }

.navPages-verticalCategories {
  position: relative; }

.navPages-verticalCategories .megamenuToogle-wrapper {
  background: #ee3a43;
  font-size: 16px;
  padding: 0 15px;
  line-height: 46px;
  color: white;
  font-weight: 500;
  width: 100%; }

.navPages-verticalCategories .megamenuToogle-wrapper .title-mega {
  display: inline-block;
  padding: 4px 10px; }

.navPages-verticalCategories .megamenuToogle-wrapper .icon-alignright {
  float: right;
  margin-top: 9px; }

@media (min-width: 801px) {
  .verticalCategories {
    position: absolute;
    z-index: 2;
    width: 100%;
    background: #fff;
    border-radius: 0 0 8px 8px;
    border: 2px solid #ee3a43;
    border-top: none; }
  .verticalCategories.is-open {
    transform: rotateX(0); }
  .verticalCategories ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px; }
  .verticalCategories ul.navPage-subMenu-list {
    width: 100%;
    float: left;
    margin: 0; }
  .verticalCategories ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item {
    width: 33%; }
  .verticalCategories ul.navPage-subMenu-list.grid-3 .navPage-subMenu-item:nth-child(3n+1) {
    clear: both !important; }
  .verticalCategories .navPages-list {
    display: block; }
  .verticalCategories .navPages-item--default {
    position: relative;
    z-index: 1; }
  .verticalCategories .navPages-item {
    padding: 0 20px;
    float: none; }
  .verticalCategories .navPages-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ececec; }
  .verticalCategories .navPages-item > .navPages-action {
    display: block;
    padding: 9px 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize; }
  .verticalCategories .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    float: right;
    width: 18px;
    height: 18px; }
  .verticalCategories .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon svg {
    stroke: none; }
  .verticalCategories .subMenu--default {
    width: 240px;
    left: 100%;
    top: 0;
    background: #fff;
    padding: 1.5rem 0 !important;
    text-align: left;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25); } }

@media (min-width: 801px) and (min-width: 1261px) {
  .verticalCategories .subMenu--default {
    display: block; } }

@media (min-width: 801px) {
  .verticalCategories .subMenu--default .navPages-action-moreIcon {
    display: block; }
  .verticalCategories .subMenu--default .navPage-subMenu-item {
    width: 100%;
    padding: 0 !important; }
  .verticalCategories .subMenu--default .navPage-subMenu-action {
    display: block;
    padding: 5px 1.5rem;
    border: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal; }
  .verticalCategories .subMenu--default ul {
    margin-bottom: 0; }
  .verticalCategories .subMenu--default div.subMenu--level2 {
    left: 100%;
    top: -20px;
    display: none; }
  .verticalCategories .subMenu--default li.navPage-subMenu-item {
    position: relative;
    z-index: 10; }
  .verticalCategories .subMenu--mega {
    width: 300%;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25); } }

@media (min-width: 801px) and (min-width: 1261px) {
  .verticalCategories .subMenu--mega {
    display: block; } }

@media (min-width: 801px) {
  .verticalCategories .subMenu--mega .navPage-childList-item {
    padding: 3px 0; }
  .verticalCategories .subMenu--mega .navPage-childList-item .navPages-action {
    font-size: 14px;
    padding: 0; }
  .verticalCategories .subMenu--mega .navPage-subMenu-action {
    display: block;
    padding: 5px 0;
    border-bottom: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; } }

@media (min-width: 801px) {
  .verticalCategories.is-open {
    opacity: 0;
    margin-left: -9999px;
    transform: translateY(32px); } }

@media (min-width: 1200px) {
  .verticalCategories .navPage-subMenu {
    opacity: 0;
    margin-left: -9999px;
    transform: translateX(48px); } }

.product-layout {
  display: block !important; }

.sale-flag-side {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 0.78571rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  border-radius: 2px;
  z-index: 10;
  right: 10px;
  top: 15px; }

.sale-flag-side.sale-flag-side--soldout {
  background: #17a2b8; }

.price-section {
  color: #999;
  font-size: 16px;
  font-weight: 500; }

.price-section .price--rrp, .price-section .price--non-sale {
  padding: 0 5px;
  display: inline-block;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal; }

.price-section .price-now-label {
  display: none; }

.price-section + .price-section {
  display: inline-block; }

.products-list .product-layout {
  display: block;
  position: relative;
  z-index: 1; }

.products-list .product-layout .product-item-container .left-block {
  position: relative;
  overflow: hidden; }

@media (min-width: 801px) {
  .products-list .product-grid:before {
    content: "";
    height: calc(100% - 60px);
    width: 1px;
    background: #f5f5f5;
    display: block;
    position: absolute;
    top: 30px;
    right: 0; } }

.products-list .product-grid .product-item-container {
  padding: 0;
  position: relative;
  overflow: hidden; }

.products-list .product-grid .product-item-container .description {
  display: none; }

.products-list .product-grid .product-item-container .left-block {
  position: relative;
  text-align: center; }

@media (min-width: 1261px) {
  .modal {
    border-radius: 5px;
    overflow: visible; } }

@media (min-width: 801px) {
  .modal-content {
    border: none; } }

.wb-slideshow {
  overflow: hidden;
  margin-bottom: 30px; }

@media (min-width: 1600px) {
  .wb-slideshow .heroCarousel {
    overflow: hidden; } }

@media (min-width: 768px) and (max-width: 991px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 56.25vw;
    max-height: inherit; } }

@media (max-width: 767px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 40.25vw; }
  .heroCarousel-slide .heroCarousel-image-wrapper:after {
    content: "";
    display: block;
    min-height: 140px; }
  .heroCarousel-slide .heroCarousel-image {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%; } }

.module-wrapper {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  position: relative;
  clear: both; }

.module-wrapper .block-title {
  padding: 0 0 12px 0;
  margin: 0 0 15px;
  font-size: 20px;
  border-bottom: 2px solid #ebebeb;
  position: relative;
  z-index: 1; }

.module-wrapper .block-title:before {
  content: "";
  background-color: #ee3a43;
  width: 50px;
  height: 2px;
  position: absolute;
  z-index: 2;
  bottom: -2px;
  display: inline-block; }

.wb-section {
  display: inline-block;
  width: 100%;
  clear: both; }

.mobileMenu-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 890; }

.banner-figures .banner-figcaption__title {
  margin: 10px 0; }

.banner-figures .banner-figcaption__title a {
  color: #333333; }

.banner-figures .banner-figcaption__text {
  margin-bottom: 10px; }

section.dropdown--quickSearch {
  background-color: white;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  max-height: 300px;
  margin-top: 5px; }

@media (min-width: 801px) {
  section.dropdown--quickSearch {
    padding: 0; } }

.wb-extraslider--horizontal .wb-extraslider-container {
  max-height: 360px;
  overflow: hidden; }

@media (min-width: 801px) {
  .wb-extraslider--horizontal .wb-extraslider-container .productCarousel {
    width: auto; }
  .wb-extraslider--horizontal .wb-extraslider-container .productCarousel-slide {
    width: 247px; } }

.scrollToTop {
  bottom: 100px;
  position: fixed;
  display: block;
  z-index: 6;
  right: 30px;
  opacity: 1; }

.scrollToTop .button--icon {
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  border-radius: 3px;
  border: none;
  text-decoration: none;
  background: #999;
  color: white;
  text-align: center; }

.lazyload {
  display: table;
  margin: 0 auto; }

.header {
  margin-bottom: 30px; }

.header .navUser-section {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.header .navUser-section .navUser-action {
  font-weight: 400;
  padding: 10px 0; }

.header-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 13px;
  position: relative;
  z-index: 90; }

.header-top ul.navUser-section .navUser-item a {
  color: #666666; }

.header-top ul.navUser-section .navUser-action {
  position: relative;
  z-index: 1;
  padding: 0;
  padding: 10px;
  text-transform: none; }

.header-top ul.navUser-section ul.dropdown-menu a {
  color: #666; }

.header-center {
  position: relative;
  z-index: 85;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.header-bottom {
  background-color: #004882; }

.signinSelection a {
  color: #8d9297; }

.header-logo__link {
  margin: 5px auto;
  display: block; }

.navUser-section .dropdown-menu {
  max-width: 180px;
  min-width: 170px;
  border: none; }

.navUser-item--compare {
  position: relative; }

.navUser-item--compare .countPill--alt {
  font-weight: normal; }

@media (min-width: 992px) {
  .header-mobile {
    display: none; } }

.wb-formSearch .input-group .form-control {
  height: 44px;
  border-radius: 45px 0 0 45px;
  border: none;
  text-indent: 20px;
  font-size: 13px;
  border: 2px solid #ebebeb; }

.wb-formSearch .input-group .btn {
  padding: 12px 25px;
  background: #666;
  color: #fff;
  border: none;
  background: #ee3a43;
  border: none;
  color: white;
  text-transform: uppercase;
  border: 0;
  padding: 0 8px;
  min-width: 125px;
  text-align: center;
  border-radius: 0 45px 45px 0; }

.navUser-action svg {
  stroke: transparent !important;
  fill: #fff; }

.header-center-right {
  text-align: right; }

.header-center-right .navUser-item {
  text-align: left; }

@media (min-width: 1600px) {
  .header-center-right .navUser-item {
    margin-right: 5px; } }

.header-center-right .navUser-item .navUser-action {
  text-transform: capitalize;
  padding-top: 0;
  line-height: 22px;
  padding: 0;
  color: #333333; }

.header-center-right .navUser-item .navUser-action .cart-text {
  display: block;
  min-width: 120px;
  overflow: hidden;
  font-weight: normal;
  margin: 0; }

@media (min-width: 1600px) {
  .header-center-right .navUser-item .navUser-action .cart-text {
    min-width: 140px; } }

.header-center-right .navUser-item .navUser-action .cart-text--account {
  color: #93979c;
  font-size: 13px; }

.header-center-right .navUser-item .cart-button {
  color: #333;
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 5px 0px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  margin-right: 5px; }

@media (min-width: 1600px) {
  .header-center-right .navUser-item .cart-button {
    margin-right: 10px; } }

.header .header-center__cart {
  position: relative;
  z-index: 70;
  margin-right: 0; }

.header .header-center__cart .dropdown-menu {
  min-width: 310px;
  transform: translateX(-38%); }

div.wb-promotion {
  margin: 8px 0 0;
  height: 25px;
  overflow: hidden; }

@media (min-width: 1600px) {
  .header-bottom-left {
    flex: 16.66667%;
    max-width: 16.66667%; }
  .header-bottom-center {
    flex: 83.33333%;
    max-width: 83.33333%; } }

.footer button {
  color: #ee3a43; }

.expander {
  display: none; }

@media only screen and (max-width: 991px) {
  .collapsed-block .icon--angle-updown .angle-up {
    display: none; }
  .collapsed-block .icon--angle-updown .angle-down {
    display: block; }
  .collapsed-block .expander {
    display: inline-block;
    float: right;
    color: #adadad; }
  .collapsed-block .expander .icon {
    width: 1.8rem;
    height: 1.8rem; } }

.wb-section--section2 {
  padding-top: 45px; }

.wb-section--section2 {
  background: #fafbfc;
  float: left; }

.wb-slideshow {
  margin: 0; }

div.wb-promotion {
  margin: 8px 0 0;
  height: 25px;
  overflow: hidden; }

div.wb-promotion a {
  color: #666666; }

@media (min-width: 801px) {
  .verticalCategories > ul {
    margin: 0; } }

.banner-figures {
  padding: 0;
  background: none;
  color: #666;
  text-align: left; }

.banner-figures .banner-figcaption__title {
  margin: 10px 0; }

.banner-figures .banner-figcaption__title a {
  color: #333333; }

.banner-figures .banner-figcaption__text {
  margin-bottom: 10px; }

.staticBanner {
  border: none; }

.staticBanner .block-content {
  padding: 0; }

.staticBanner .flex-row {
  margin: 0 -10px; }

.staticBanner .flex-row .banner-figures {
  margin: 0 10px; }

.staticBanner--services {
  border: 1px solid #ebebeb;
  border-radius: 5px; }

.staticBanner--services .block-content {
  margin: 0;
  padding: 25px 20px; }

.staticBanner--services .flex-row .banner-figures {
  margin: 0;
  padding: 0 10px; }

@media (min-width: 1600px) {
  .staticBanner--services .flex-row .banner-figures {
    padding: 0 30px; } }

.staticBanner--services .banner-figures {
  width: 25%; }

@media (min-width: 1800px) {
  .staticBanner--services .banner-figures + .banner-figures {
    border-left: 1px solid #ebebeb; } }

.staticBanner--services .banner-figures .banner-figure {
  width: 42px;
  height: 50px;
  margin-right: 15px;
  float: left;
  vertical-align: top; }

.staticBanner--services .banner-figures .banner-figcaption {
  overflow: hidden;
  margin: 0; }

.staticBanner--services .banner-figures .banner-figcaption__title {
  margin: 0 0 5px 0; }

.staticBanner--services .banner-figures .banner-figcaption__text {
  margin: 0;
  line-height: 18px; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

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

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

.wb-brand {
  overflow: hidden; }

@media (min-width: 1600px) {
  .wb-listing-tabs .leftBlock .productCarousel {
    overflow: hidden; }
  .wb-slideshow .heroCarousel {
    max-height: 41.07143rem; } }

@media (min-width: 992px) {
  .header-mobile {
    display: none; } }

ol.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  padding: 0;
  overflow: hidden; }
  ol.breadcrumbs .breadcrumb {
    display: inline-block;
    float: none;
    margin-right: 0.25rem;
    font-size: 14px; }
