/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
@charset "UTF-8";
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple a.ct-view-cta:hover .select2-selection__choice__remove.button, a.ct-view-cta:hover .select2-container--default .select2-selection--multiple .select2-selection__choice__remove.button, .select2-container--default .select2-selection--multiple a.ct-view-cta:focus .select2-selection__choice__remove.button, a.ct-view-cta:focus .select2-container--default .select2-selection--multiple .select2-selection__choice__remove.button {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--classic .select2-selection--multiple a.ct-view-cta:hover .select2-selection__choice__remove.button, a.ct-view-cta:hover .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove.button, .select2-container--classic .select2-selection--multiple a.ct-view-cta:focus .select2-selection__choice__remove.button, a.ct-view-cta:focus .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove.button {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

/*! Tablesaw - v3.0.9 - 2018-02-14
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2018 Filament Group; Licensed MIT */
.tablesaw {
  width: 100%;
  max-width: 100%;
  empty-cells: show;
  border-collapse: collapse;
  border: 0;
  padding: 0; }

.tablesaw * {
  box-sizing: border-box; }

.tablesaw-btn {
  border: 1px solid #ccc;
  border-radius: .25em;
  background: none;
  box-shadow: 0 1px 0 white;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: .5em .85em .4em .85em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

a.tablesaw-btn {
  color: #1c95d4; }

.tablesaw-btn:hover, a.ct-view-cta:hover .tablesaw-btn.button, a.ct-view-cta:focus .tablesaw-btn.button {
  text-decoration: none; }

/* Default radio/checkbox styling horizonal controlgroups. */
.tablesaw-btn:active {
  background-color: #ddd; }

@supports (box-shadow: none) {
  .tablesaw-btn:focus {
    background-color: #fff;
    outline: none; }
  .tablesaw-btn:focus {
    box-shadow: 0 0 .35em #4faeef !important; } }

.tablesaw-btn-select select {
  background: none;
  border: none;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  min-height: 1em;
  opacity: 0;
  color: transparent; }

.tablesaw-btn select option {
  background: #fff;
  color: #000; }

.tablesaw-btn {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  top: 0; }

.tablesaw-btn.btn-small {
  font-size: 1.0625em;
  line-height: 19px;
  padding: .3em 1em .3em 1em; }

.tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .4em .7em .25em .7em; }

.tablesaw-btn-select {
  padding-right: 1.5em;
  text-align: left;
  display: inline-block;
  color: #4d4d4d;
  padding-right: 2.5em;
  min-width: 7.25em; }

.tablesaw-btn-select:after {
  content: " ";
  position: absolute;
  background: none;
  background-repeat: no-repeat;
  background-position: .25em .45em;
  content: "\25bc";
  font-size: .55em;
  padding-top: 1.2em;
  padding-left: 1em;
  left: auto;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  width: 1.8em; }

.tablesaw-btn-select.btn-small:after,
.tablesaw-btn-select.btn-micro:after {
  width: 1.2em;
  font-size: .5em;
  padding-top: 1em;
  padding-right: .5em;
  line-height: 1.65;
  background: none;
  box-shadow: none;
  border-left-width: 0; }

/* Column navigation buttons for swipe and columntoggle tables */
.tablesaw-advance .tablesaw-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  text-shadow: 0 1px 0 #fff;
  border-radius: .25em; }

.tablesaw-advance .tablesaw-btn.btn-micro {
  font-size: .8125em;
  padding: .3em .7em .25em .7em; }

.tablesaw-advance a.tablesaw-nav-btn:first-child {
  margin-left: 0; }

.tablesaw-advance a.tablesaw-nav-btn:last-child {
  margin-right: 0; }

.tablesaw-advance a.tablesaw-nav-btn {
  display: inline-block;
  overflow: hidden;
  width: 1.8em;
  height: 1.8em;
  background-position: 50% 50%;
  margin-left: .25em;
  margin-right: .25em;
  position: relative;
  text-indent: -9999px; }

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before,
.tablesaw-advance a.tablesaw-nav-btn.down:before,
.tablesaw-advance a.tablesaw-nav-btn.up:before {
  content: "\0020";
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute; }

.tablesaw-advance a.tablesaw-nav-btn.down:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.up:before {
  left: .5em;
  top: .65em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.left:before,
.tablesaw-advance a.tablesaw-nav-btn.right:before {
  top: .45em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; }

.tablesaw-advance a.tablesaw-nav-btn.left:before {
  left: .6em;
  border-right: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.right:before {
  left: .7em;
  border-left: 5px solid #808080; }

.tablesaw-advance a.tablesaw-nav-btn.disabled {
  opacity: .25;
  cursor: default;
  pointer-events: none; }

/* Table Toolbar */
.tablesaw-bar {
  clear: both; }

.tablesaw-bar * {
  box-sizing: border-box; }

.tablesaw-bar-section {
  float: left; }

.tablesaw-bar-section label {
  font-size: .875em;
  padding: .5em 0;
  clear: both;
  display: block;
  color: #888;
  margin-right: .5em;
  text-transform: uppercase; }

.tablesaw-btn,
.tablesaw-enhanced .tablesaw-btn {
  margin-top: .5em;
  margin-bottom: .5em; }

.tablesaw-btn-select,
.tablesaw-enhanced .tablesaw-btn-select {
  margin-bottom: 0; }

/* TODO */
.tablesaw-bar .tablesaw-bar-section .tablesaw-btn {
  margin-left: .4em;
  margin-top: 0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  background: transparent;
  font-size: 1em;
  padding-left: .3em; }

.tablesaw-bar .tablesaw-bar-section .btn-select {
  min-width: 0; }

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  padding-top: .9em; }

.tablesaw-bar .tablesaw-bar-section select {
  color: #888;
  text-transform: none;
  background: transparent; }

.tablesaw-bar-section ~ table {
  clear: both; }

.tablesaw-bar-section .abbreviated {
  display: inline; }

.tablesaw-bar-section .longform {
  display: none; }

@media (min-width: 24em) {
  .tablesaw-bar-section .abbreviated {
    display: none; }
  .tablesaw-bar-section .longform {
    display: inline; } }

.tablesaw th,
.tablesaw td {
  padding: .5em .7em;
  text-align: left;
  vertical-align: middle; }

.tablesaw-sortable-btn {
  /* same as cell padding above */
  padding: .5em .7em; }

.tablesaw thead th {
  text-align: left; }

/* Table rows have a gray bottom stroke by default */
.tablesaw-row-border tr {
  border-bottom: 1px solid #dfdfdf; }

/* Zebra striping */
.tablesaw-row-zebra tr:nth-child(2n) {
  background-color: #f8f8f8; }

.tablesaw caption {
  text-align: left;
  margin: .59375em 0; }

.tablesaw-swipe .tablesaw-swipe-cellpersist {
  border-right: 2px solid #e4e1de; }

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  border-right-width: 1px; }

.tablesaw-swipe-shadow .tablesaw-swipe-cellpersist {
  box-shadow: 3px 0 4px -1px #e4e1de; }

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
  display: none; }

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
/* Support note IE9+: @media only all */
@media only all {
  /* Show the table cells as a block level element */
  .tablesaw-stack {
    clear: both; }
  .tablesaw-stack td,
  .tablesaw-stack th {
    text-align: left;
    display: block; }
  .tablesaw-stack tr {
    clear: both;
    display: table-row; }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: inline-block;
    padding: 0 .6em 0 0;
    width: 30%; }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: .4em 0;
    margin: .4em 0; }
  .tablesaw-cell-label {
    display: block; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px; }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important; } }

@media (max-width: 39.9375em) {
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack tbody tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dfdfdf; }
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none; }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    display: block;
    float: left;
    clear: left;
    width: 100%; }
  .tablesaw-cell-label {
    vertical-align: top; }
  .tablesaw-cell-content {
    display: inline-block;
    max-width: 67%; }
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-label,
  .tablesaw-stack .tablesaw-stack-block .tablesaw-cell-content {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none; } }

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
  .tablesaw-stack tr {
    display: table-row; }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0; }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important; } }

.tablesaw-fix-persist {
  table-layout: fixed; }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-swipe th.tablesaw-swipe-cellhidden,
  .tablesaw-swipe td.tablesaw-swipe-cellhidden {
    display: none; } }

.tablesaw-overflow {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* More in skin.css */ }

.tablesaw-overflow > .tablesaw {
  margin-top: 2px;
  /* sortable focus rings are clipped */ }

/* Used for a11y text on button: "Columns" */
.tablesaw-columntoggle-btn span {
  text-indent: -9999px;
  display: inline-block; }

.tablesaw-columntoggle-btnwrap {
  position: relative;
  /* for dialog positioning */ }

.tablesaw-columntoggle-btnwrap .dialog-content {
  padding: .5em; }

.tablesaw-columntoggle tbody td {
  line-height: 1.5; }

/* Remove top/bottom margins around the fieldcontain on check list */
.tablesaw-columntoggle-popup {
  display: none; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  display: block;
  position: absolute;
  top: 2em;
  right: 0;
  background-color: #fff;
  padding: .5em .8em;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px #ccc;
  border-radius: .2em;
  z-index: 1; }

.tablesaw-columntoggle-popup fieldset {
  margin: 0; }

/* Hide all prioritized columns by default */
@media only all {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6,
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5,
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4,
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3,
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2,
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1,
  .tablesaw-columntoggle th.tablesaw-priority-0,
  .tablesaw-columntoggle td.tablesaw-priority-0 {
    display: none; } }

.tablesaw-columntoggle-btnwrap .dialog-content {
  top: 0 !important;
  right: 1em;
  left: auto !important;
  width: 12em;
  max-width: 18em;
  margin: -.5em auto 0; }

.tablesaw-columntoggle-btnwrap .dialog-content:focus {
  outline-style: none; }

/* Preset breakpoints if "" class added to table */
/* Show priority 1 at 320px (20em x 16px) */
@media (min-width: 20em) {
  .tablesaw-columntoggle th.tablesaw-priority-1,
  .tablesaw-columntoggle td.tablesaw-priority-1 {
    display: table-cell; } }

/* Show priority 2 at 480px (30em x 16px) */
@media (min-width: 30em) {
  .tablesaw-columntoggle th.tablesaw-priority-2,
  .tablesaw-columntoggle td.tablesaw-priority-2 {
    display: table-cell; } }

/* Show priority 3 at 640px (40em x 16px) */
@media (min-width: 40em) {
  .tablesaw-columntoggle th.tablesaw-priority-3,
  .tablesaw-columntoggle td.tablesaw-priority-3 {
    display: table-cell; }
  .tablesaw-columntoggle tbody td {
    line-height: 2; } }

/* Show priority 4 at 800px (50em x 16px) */
@media (min-width: 50em) {
  .tablesaw-columntoggle th.tablesaw-priority-4,
  .tablesaw-columntoggle td.tablesaw-priority-4 {
    display: table-cell; } }

/* Show priority 5 at 960px (60em x 16px) */
@media (min-width: 60em) {
  .tablesaw-columntoggle th.tablesaw-priority-5,
  .tablesaw-columntoggle td.tablesaw-priority-5 {
    display: table-cell; } }

/* Show priority 6 at 1,120px (70em x 16px) */
@media (min-width: 70em) {
  .tablesaw-columntoggle th.tablesaw-priority-6,
  .tablesaw-columntoggle td.tablesaw-priority-6 {
    display: table-cell; } }

@media only all {
  /* Unchecked manually: Always hide */
  .tablesaw-columntoggle th.tablesaw-toggle-cellhidden,
  .tablesaw-columntoggle td.tablesaw-toggle-cellhidden {
    display: none; }
  /* Checked manually: Always show */
  .tablesaw-columntoggle th.tablesaw-toggle-cellvisible,
  .tablesaw-columntoggle td.tablesaw-toggle-cellvisible {
    display: table-cell; } }

.tablesaw-columntoggle-popup .btn-group > label {
  display: block;
  padding: .2em 0;
  white-space: nowrap;
  cursor: default; }

.tablesaw-columntoggle-popup .btn-group > label input {
  margin-right: .8em; }

.tablesaw-sortable-head {
  position: relative;
  vertical-align: top; }

/* Override */
.tablesaw .tablesaw-sortable-head {
  padding: 0; }

.tablesaw-sortable-btn {
  min-width: 100%;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: inherit;
  font: inherit;
  text-transform: inherit; }

.tablesaw-sortable-arrow:after {
  display: inline-block;
  width: 10px;
  height: 14px;
  content: " ";
  margin-left: .3125em; }

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\0020"; }

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\2191"; }

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\2193"; }

.tablesaw-advance {
  float: right; }

.tablesaw-advance.minimap {
  margin-right: .4em; }

.tablesaw-advance-dots {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.tablesaw-advance-dots li {
  display: table-cell;
  margin: 0;
  padding: .4em .2em; }

.tablesaw-advance-dots li i {
  width: .25em;
  height: .25em;
  background: #555;
  border-radius: 100%;
  display: inline-block; }

.tablesaw-advance-dots-hide {
  opacity: .25;
  cursor: default;
  pointer-events: none; }

/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  transition: top .3s,right .3s,bottom .3s,left .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  transition: background 450ms; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

@-webkit-keyframes appear {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes appear {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes appear {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

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

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

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

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-atom-alt:before {
  content: "\f5d3"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backpack:before {
  content: "\f5d4"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-school:before {
  content: "\f5d5"; }

.fa-bell-school-slash:before {
  content: "\f5d6"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bone-break:before {
  content: "\f5d8"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-alt:before {
  content: "\f5d9"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-books:before {
  content: "\f5db"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-bus-school:before {
  content: "\f5dd"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-bump:before {
  content: "\f5e0"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-garage:before {
  content: "\f5e2"; }

.fa-car-mechanic:before {
  content: "\f5e3"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-car-tilt:before {
  content: "\f5e5"; }

.fa-car-wash:before {
  content: "\f5e6"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clipboard-prescription:before {
  content: "\f5e8"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compass-slash:before {
  content: "\f5e9"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-diploma:before {
  content: "\f5ea"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-do-not-enter:before {
  content: "\f5ec"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-circle:before {
  content: "\f5ed"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-draw-square:before {
  content: "\f5ef"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-ear:before {
  content: "\f5f0"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-engine-warning:before {
  content: "\f5f2"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-certificate:before {
  content: "\f5f3"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gas-pump-slash:before {
  content: "\f5f4"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glasses-alt:before {
  content: "\f5f5"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-stand:before {
  content: "\f5f6"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-rate:before {
  content: "\f5f8"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-inhaler:before {
  content: "\f5f9"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kidneys:before {
  content: "\f5fb"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-layer-minus:before {
  content: "\f5fe"; }

.fa-layer-plus:before {
  content: "\f5ff"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lips:before {
  content: "\f600"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location:before {
  content: "\f601"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-location-circle:before {
  content: "\f602"; }

.fa-location-slash:before {
  content: "\f603"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-marker-alt-slash:before {
  content: "\f605"; }

.fa-map-marker-check:before {
  content: "\f606"; }

.fa-map-marker-edit:before {
  content: "\f607"; }

.fa-map-marker-exclamation:before {
  content: "\f608"; }

.fa-map-marker-minus:before {
  content: "\f609"; }

.fa-map-marker-plus:before {
  content: "\f60a"; }

.fa-map-marker-question:before {
  content: "\f60b"; }

.fa-map-marker-slash:before {
  content: "\f60c"; }

.fa-map-marker-smile:before {
  content: "\f60d"; }

.fa-map-marker-times:before {
  content: "\f60e"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monitor-heart-rate:before {
  content: "\f611"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-oil-temp:before {
  content: "\f614"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-parking-circle:before {
  content: "\f615"; }

.fa-parking-circle-slash:before {
  content: "\f616"; }

.fa-parking-slash:before {
  content: "\f617"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-paintbrush:before {
  content: "\f618"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-route-highway:before {
  content: "\f61a"; }

.fa-route-interstate:before {
  content: "\f61b"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-triangle:before {
  content: "\f61c"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scalpel:before {
  content: "\f61d"; }

.fa-scalpel-path:before {
  content: "\f61e"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skeleton:before {
  content: "\f620"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-steering-wheel:before {
  content: "\f622"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stomach:before {
  content: "\f623"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tachometer-alt-average:before {
  content: "\f624"; }

.fa-tachometer-alt-fast:before {
  content: "\f625"; }

.fa-tachometer-alt-fastest:before {
  content: "\f626"; }

.fa-tachometer-alt-slow:before {
  content: "\f627"; }

.fa-tachometer-alt-slowest:before {
  content: "\f628"; }

.fa-tachometer-average:before {
  content: "\f629"; }

.fa-tachometer-fast:before {
  content: "\f62a"; }

.fa-tachometer-fastest:before {
  content: "\f62b"; }

.fa-tachometer-slow:before {
  content: "\f62c"; }

.fa-tachometer-slowest:before {
  content: "\f62d"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tire:before {
  content: "\f631"; }

.fa-tire-flat:before {
  content: "\f632"; }

.fa-tire-pressure-warning:before {
  content: "\f633"; }

.fa-tire-rugged:before {
  content: "\f634"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-toothbrush:before {
  content: "\f635"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-cone:before {
  content: "\f636"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-traffic-light-go:before {
  content: "\f638"; }

.fa-traffic-light-slow:before {
  content: "\f639"; }

.fa-traffic-light-stop:before {
  content: "\f63a"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-class:before {
  content: "\f63d"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-watch-fitness:before {
  content: "\f63e"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Pro 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-brands-400.eot");
  src: url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-brands-400.woff2") format("woff2"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-brands-400.woff") format("woff"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-brands-400.ttf") format("truetype"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/*!
 * Font Awesome Pro 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-regular-400.eot");
  src: url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-regular-400.woff2") format("woff2"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-regular-400.woff") format("woff"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-regular-400.ttf") format("truetype"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

/*!
 * Font Awesome Pro 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-light-300.eot");
  src: url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-light-300.woff2") format("woff2"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-light-300.woff") format("woff"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-light-300.ttf") format("truetype"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

/*!
 * Font Awesome Pro 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-solid-900.eot");
  src: url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-solid-900.woff2") format("woff2"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-solid-900.woff") format("woff"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-solid-900.ttf") format("truetype"), url("../../frontend/O2web/kalia/en_CA/fonts/font-awesome-pro/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

.page-layout-text .columns, .sendfriend-product-send .columns {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 50rem;
  padding-top: 2.5rem; }

@font-face {
  font-family: 'icons';
  src: url("../../frontend/O2web/kalia/en_CA/fonts/icons/icons.woff?9096") format("woff"); }

[class^="icon"]::before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: 'icons';
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.icon-arrow-right::before {
  content: '\f126'; }

.icon-boxes::before {
  content: '\f131'; }

.icon-ca::before {
  content: '\f12b'; }

.icon-cart::before {
  content: '\f127'; }

.icon-cart-add::before {
  content: '\f128'; }

.icon-check::before {
  content: '\f129'; }

.icon-clock::before {
  content: '\f13b'; }

.icon-compare::before {
  content: '\f12a'; }

.icon-customer-services::before {
  content: '\f13c'; }

.icon-dollar-sign::before {
  content: '\f133'; }

.icon-email::before {
  content: '\f12d'; }

.icon-expand::before {
  content: '\f12e'; }

.icon-map::before {
  content: '\f12f'; }

.icon-maple-leaf::before {
  content: '\f13d'; }

.icon-medal::before {
  content: '\f135'; }

.icon-security::before {
  content: '\f136'; }

.icon-shipping::before {
  content: '\f137'; }

.icon-shop::before {
  content: '\f138'; }

.icon-thumbs-up::before {
  content: '\f139'; }

.icon-us::before {
  content: '\f12c'; }

.icon-video::before {
  content: '\f130'; }

.contentmanager-contentlist-1 .page-title-wrapper::before {
  background-image: url(../../../media/wysiwyg/FAQ-nous-joindre-1920x480.jpg); }

.contentmanager-contentlist-5 .page-title-wrapper::before {
  background-image: url(../../../media/wysiwyg/FAQ-nous-joindre-1920x480.jpg); }

.ui-kit section {
  margin-top: 50px;
  border-top: 1px solid #000;
  padding-top: 50px; }
  .ui-kit section.-dark-bg {
    background: #232323;
    padding: 15px; }

.ui-kit .page-wrapper {
  max-width: 1024px;
  margin: 0 auto 50px; }

.ui-kit .colors-list .color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 0.625rem;
  border-top: 1px solid #f2f2f2;
  padding-top: 0.625rem; }
  .ui-kit .colors-list .color:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0; }
  .ui-kit .colors-list .color.-grey-45 .color-value::before {
    content: "#6f6f6f"; }
  .ui-kit .colors-list .color.-grey-55 .color-value::before {
    content: "#8e8e8e"; }
  .ui-kit .colors-list .color.-black .color-value::before {
    content: "#000"; }
  .ui-kit .colors-list .color.-grey-5 .color-value::before {
    content: "#0d0d0d"; }
  .ui-kit .colors-list .color.-grey-10 .color-value::before {
    content: "#1a1a1a"; }
  .ui-kit .colors-list .color.-grey-20 .color-value::before {
    content: "#333"; }
  .ui-kit .colors-list .color.-grey-30 .color-value::before {
    content: "#4d4d4d"; }
  .ui-kit .colors-list .color.-grey-40 .color-value::before {
    content: "#666"; }
  .ui-kit .colors-list .color.-grey-50 .color-value::before {
    content: "#808080"; }
  .ui-kit .colors-list .color.-grey-60 .color-value::before {
    content: "#999"; }
  .ui-kit .colors-list .color.-grey-70 .color-value::before {
    content: "#b4b4b4"; }
  .ui-kit .colors-list .color.-grey-80 .color-value::before {
    content: "#ccc"; }
  .ui-kit .colors-list .color.-grey-90 .color-value::before {
    content: "#e5e5e5"; }
  .ui-kit .colors-list .color.-grey-95 .color-value::before {
    content: "#f2f2f2"; }
  .ui-kit .colors-list .color.-grey-98 .color-value::before {
    content: "#fbfbfb"; }
  .ui-kit .colors-list .color.-white .color-value::before {
    content: "#fff"; }
  .ui-kit .colors-list .color.-main-color .color-value::before {
    content: "#191919"; }
  .ui-kit .colors-list .color.-secondary-color .color-value::before {
    content: "#74c7ce"; }
  .ui-kit .colors-list .color.-accent-color .color-value::before {
    content: "#f69052"; }
  .ui-kit .colors-list .color.-error-color .color-value::before {
    content: "#ff3d3d"; }
  .ui-kit .colors-list .color.-warning-color .color-value::before {
    content: "#F8C51C"; }
  .ui-kit .colors-list .color.-success-color .color-value::before {
    content: "#48D2A0"; }

.ui-kit .colors-list .color-swatch {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0.1875rem;
  background-color: currentColor; }

.ui-kit .colors-list .color-name {
  width: 18.75rem; }

.ui-kit .colors-list .color-name,
.ui-kit .colors-list .color-value {
  padding-left: 1.875rem;
  color: #1a1a1a; }

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

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

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

a:active,
a:hover,
a.ct-view-cta:hover a.button,
a.ct-view-cta:focus a.button,
a.ct-view-cta:hover .title a.button,
a.ct-view-cta:focus .title a.button {
  outline-width: 0; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.hidden,
.no-display {
  display: none; }

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

.invisible {
  visibility: hidden; }

.text-hidden span {
  font-size: 0; }

@media only screen and (min-width: 75rem) {
  .hide-on-desktop {
    display: none; } }

@media only screen and (max-width: 74.9375rem) {
  .hide-on-mobile {
    display: none; } }

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

*:focus {
  outline: none;
  text-shadow: none; }

html,
body {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%; }

html {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto; }

body {
  overflow: hidden;
  height: auto;
  min-width: 20rem;
  background: #fff; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.lazyload {
    opacity: 0;
    transition: opacity 1s; }
    img.lazyload.loaded {
      opacity: 1; }

hr {
  display: block;
  margin: 1rem 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #191919; }

figure {
  margin-left: 0;
  margin-right: 0;
  border-radius: 0.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  text-align: center;
  color: #808080; }
  figure img {
    margin: auto auto 0.625rem auto; }

.block-cms-link-inline {
  display: inline-block; }

.-grey-45 {
  color: #6f6f6f; }

.-grey-55 {
  color: #8e8e8e; }

.-black {
  color: #000; }

.-grey-5 {
  color: #0d0d0d; }

.-grey-10 {
  color: #1a1a1a; }

.-grey-20 {
  color: #333; }

.-grey-30 {
  color: #4d4d4d; }

.-grey-40 {
  color: #666; }

.-grey-50 {
  color: #808080; }

.-grey-60 {
  color: #999; }

.-grey-70 {
  color: #b4b4b4; }

.-grey-80 {
  color: #ccc; }

.-grey-90 {
  color: #e5e5e5; }

.-grey-95 {
  color: #f2f2f2; }

.-grey-98 {
  color: #fbfbfb; }

.-white {
  color: #fff; }

.-main-color {
  color: #191919; }

.-secondary-color {
  color: #74c7ce; }

.-accent-color {
  color: #f69052; }

.-error-color {
  color: #ff3d3d; }

.-warning-color {
  color: #F8C51C; }

.-success-color {
  color: #48D2A0; }

.tag {
  display: inline-block;
  vertical-align: middle;
  position: static;
  min-width: 1.25rem;
  height: auto;
  width: auto;
  overflow: hidden;
  border-radius: .333em;
  padding: .55em 1.1em;
  font-size: 0.5625rem;
  text-align: center;
  line-height: 1.33em;
  white-space: normal;
  background: #191919;
  clip: auto;
  color: #fff;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  border-radius: 0 .8em;
  padding: .714285714em 1.428571428em;
  line-height: 1.071428571;
  text-transform: uppercase;
  color: #fff; }
  .tag.empty {
    display: none; }
  .tag.-round {
    display: inline-block;
    vertical-align: middle;
    position: static;
    min-width: 1.25rem;
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: .333em;
    padding: .55em 1.1em;
    font-size: 0.5625rem;
    text-align: center;
    line-height: 1.33em;
    white-space: normal;
    background: #191919;
    clip: auto;
    color: #fff;
    width: 2.22em;
    height: 2.22em;
    border-radius: 50%;
    padding: .55em;
    line-height: 1;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 600;
    border-radius: 0 .8em;
    padding: .714285714em 1.428571428em;
    line-height: 1.071428571;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    padding: .6em;
    line-height: 1; }
    .tag.-round.empty {
      display: none; }
  .tag.-small {
    display: inline-block;
    vertical-align: middle;
    position: static;
    min-width: 1.25rem;
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: .333em;
    padding: .55em 1.1em;
    font-size: 0.5625rem;
    text-align: center;
    line-height: 1.33em;
    white-space: normal;
    background: #191919;
    clip: auto;
    color: #fff;
    padding: 0 .55em;
    line-height: 1.7em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 600;
    border-radius: 0 .8em;
    padding: .714285714em 1.428571428em;
    line-height: 1.071428571;
    text-transform: uppercase;
    color: #fff;
    min-width: 2em;
    padding: .4em;
    line-height: 1; }
    .tag.-small.empty {
      display: none; }
  .tag.-large {
    display: inline-block;
    vertical-align: middle;
    position: static;
    min-width: 1.25rem;
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: .333em;
    padding: .55em 1.1em;
    font-size: 0.5625rem;
    text-align: center;
    line-height: 1.33em;
    white-space: normal;
    background: #191919;
    clip: auto;
    color: #fff;
    font-size: 0.75rem;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 600;
    border-radius: 0 .8em;
    padding: .714285714em 1.428571428em;
    line-height: 1.071428571;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.875rem; }
    .tag.-large.empty {
      display: none; }

.counter.qty {
  display: inline-block;
  vertical-align: middle;
  position: static;
  min-width: 1.25rem;
  height: auto;
  width: auto;
  overflow: hidden;
  border-radius: .333em;
  padding: .55em 1.1em;
  font-size: 0.5625rem;
  text-align: center;
  line-height: 1.33em;
  white-space: normal;
  background: #191919;
  clip: auto;
  color: #fff;
  padding: 0 .55em;
  line-height: 1.7em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  border-radius: 0 .8em;
  padding: .714285714em 1.428571428em;
  line-height: 1.071428571;
  text-transform: uppercase;
  color: #fff;
  min-width: 2em;
  padding: .4em;
  line-height: 1;
  margin-left: 0.3125rem; }
  .counter.qty.empty {
    display: none; }
  .counter.qty.-round {
    display: inline-block;
    vertical-align: middle;
    position: static;
    min-width: 1.25rem;
    height: auto;
    width: auto;
    overflow: hidden;
    border-radius: .333em;
    padding: .55em 1.1em;
    font-size: 0.5625rem;
    text-align: center;
    line-height: 1.33em;
    white-space: normal;
    background: #191919;
    clip: auto;
    color: #fff;
    width: 2.22em;
    height: 2.22em;
    border-radius: 50%;
    padding: .55em;
    line-height: 1;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 600;
    border-radius: 0 .8em;
    padding: .714285714em 1.428571428em;
    line-height: 1.071428571;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50%;
    padding: .6em;
    line-height: 1; }
    .counter.qty.-round.empty {
      display: none; }

.tag.-grey-45,
.counter.qty.-grey-45 {
  background-color: #6f6f6f; }

.tag.-grey-55,
.counter.qty.-grey-55 {
  background-color: #8e8e8e; }

.tag.-black,
.counter.qty.-black {
  background-color: #000; }

.tag.-grey-5,
.counter.qty.-grey-5 {
  background-color: #0d0d0d; }

.tag.-grey-10,
.counter.qty.-grey-10 {
  background-color: #1a1a1a; }

.tag.-grey-20,
.counter.qty.-grey-20 {
  background-color: #333; }

.tag.-grey-30,
.counter.qty.-grey-30 {
  background-color: #4d4d4d; }

.tag.-grey-40,
.counter.qty.-grey-40 {
  background-color: #666; }

.tag.-grey-50,
.counter.qty.-grey-50 {
  background-color: #808080; }

.tag.-grey-60,
.counter.qty.-grey-60 {
  background-color: #999; }

.tag.-grey-70,
.counter.qty.-grey-70 {
  background-color: #b4b4b4; }

.tag.-grey-80,
.counter.qty.-grey-80 {
  background-color: #ccc; }

.tag.-grey-90,
.counter.qty.-grey-90 {
  background-color: #e5e5e5; }

.tag.-grey-95,
.counter.qty.-grey-95 {
  background-color: #f2f2f2; }

.tag.-grey-98,
.counter.qty.-grey-98 {
  background-color: #fbfbfb; }

.tag.-white,
.counter.qty.-white {
  background-color: #fff; }

.tag.-main-color,
.counter.qty.-main-color {
  background-color: #191919; }

.tag.-secondary-color,
.counter.qty.-secondary-color {
  background-color: #74c7ce; }

.tag.-accent-color,
.counter.qty.-accent-color {
  background-color: #f69052; }

.tag.-error-color,
.counter.qty.-error-color {
  background-color: #ff3d3d; }

.tag.-warning-color,
.counter.qty.-warning-color {
  background-color: #F8C51C; }

.tag.-success-color,
.counter.qty.-success-color {
  background-color: #48D2A0; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 1rem / 1.625 "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  color: #333; }

.-dark-bg {
  color: #fff; }

a {
  text-decoration: none;
  transition: color 0.2s linear;
  color: inherit; }
  
  a:hover,
  a.ct-view-cta:hover a.button,
  a.ct-view-cta:focus a.button,
  a.ct-view-cta:hover .title a.button,
  a.ct-view-cta:focus .title a.button, a:focus, a:active {
    color: #8e8e8e; }

.std, .ct-view-formblock .content {
  font-size: 0.875rem;
  line-height: 1.35;
  color: #333; }
  .std a, .ct-view-formblock .content a {
    color: inherit;
    text-decoration: underline; }
    .std a:hover, .std a.ct-view-cta:hover a.button, a.ct-view-cta:hover .std a.button, .std a.ct-view-cta:focus a.button, a.ct-view-cta:focus .std a.button, .std a:focus, .std a:active, .ct-view-formblock .content a:hover, .ct-view-formblock .content a.ct-view-cta:hover a.button, a.ct-view-cta:hover .ct-view-formblock .content a.button, .ct-view-formblock .content a.ct-view-cta:focus a.button, a.ct-view-cta:focus .ct-view-formblock .content a.button, .ct-view-formblock .content a:focus, .ct-view-formblock .content a:active {
      color: #8e8e8e; }

p:first-child {
  margin-top: 0; }

p:last-child {
  margin-bottom: 0; }

address {
  font-style: normal; }

::-moz-selection {
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
  outline: none; }

::selection {
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  text-shadow: none;
  outline: none; }

blockquote {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  margin-right: 0;
  border-left: 0.25rem solid #191919;
  padding: 0 3.125rem;
  font-size: 1.5rem;
  line-height: 1.45;
  color: #333; }

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dashed #191919;
  cursor: help; }

button {
  cursor: pointer;
  outline: none; }

.button,
button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #74c7ce;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #6f6f6f;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase; }
  .button::before, .button::after,
  .button i:first-child,
  .button i:last-child,
  button::before,
  button::after,
  button i:first-child,
  button i:last-child {
    font-size: 1rem; }
  .button::before,
  .button i:first-child,
  button::before,
  button i:first-child {
    margin-right: 0.625rem; }
  .button::after,
  .button i:last-child,
  button::after,
  button i:last-child {
    margin-left: 0.625rem; }
  .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .button:focus,
  button:hover,
  a.ct-view-cta:hover button.button,
  a.ct-view-cta:focus button.button,
  a.ct-view-cta:hover .title button.button,
  a.ct-view-cta:focus .title button.button,
  button:focus {
    color: #74c7ce;
    background-color: white; }
  .button:active,
  button:active {
    color: #74c7ce;
    background-color: #f2f2f2; }
  .button.disabled, .button[disabled],
  fieldset[disabled] .button,
  button.disabled,
  button[disabled],
  fieldset[disabled]
  button {
    background: white;
    cursor: default;
    color: white; }
  .button::-moz-focus-inner,
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .button::before, .button::after,
  .button i:first-child,
  .button i:last-child,
  button::before,
  button::after,
  button i:first-child,
  button i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .button span,
  button span {
    position: relative;
    display: block; }
    .button span::after,
    button span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .button:focus,
  button:hover,
  a.ct-view-cta:hover button.button,
  a.ct-view-cta:focus button.button,
  a.ct-view-cta:hover .title button.button,
  a.ct-view-cta:focus .title button.button,
  button:focus {
    background-color: #e5e5e5; }
    .button:hover span, a.ct-view-cta:hover .button span, a.ct-view-cta:focus .button span, a.ct-view-cta:hover .title .button span, a.ct-view-cta:focus .title .button span, .button:focus span,
    button:hover span,
    a.ct-view-cta:hover button.button span,
    a.ct-view-cta:focus button.button span,
    a.ct-view-cta:hover .title button.button span,
    a.ct-view-cta:focus .title button.button span,
    button:focus span {
      position: relative; }
      .button:hover span::after, a.ct-view-cta:hover .button span::after, a.ct-view-cta:focus .button span::after, a.ct-view-cta:hover .title .button span::after, a.ct-view-cta:focus .title .button span::after, .button:focus span::after,
      button:hover span::after,
      a.ct-view-cta:hover button.button span::after,
      a.ct-view-cta:focus button.button span::after,
      a.ct-view-cta:hover .title button.button span::after,
      a.ct-view-cta:focus .title button.button span::after,
      button:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .button:active,
  button:active {
    background-color: #f2f2f2; }
  .button.disabled, .button[disabled],
  fieldset[disabled] .button,
  button.disabled,
  button[disabled],
  fieldset[disabled]
  button {
    background: white;
    color: #fff; }
    .button.disabled span::after, .button[disabled] span::after,
    fieldset[disabled] .button span::after,
    button.disabled span::after,
    button[disabled] span::after,
    fieldset[disabled]
    button span::after {
      display: none; }
  .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .button:focus,
  button:hover,
  a.ct-view-cta:hover button.button,
  a.ct-view-cta:focus button.button,
  a.ct-view-cta:hover .title button.button,
  a.ct-view-cta:focus .title button.button,
  button:focus {
    background-color: #e5e5e5; }
  .button:active,
  button:active {
    background-color: #f2f2f2; }
  .button.disabled, .button[disabled],
  fieldset[disabled] .button,
  button.disabled,
  button[disabled],
  fieldset[disabled]
  button {
    color: #e5e5e5;
    background-color: #fff; }
  .button::before, .button::after,
  .button i:first-child,
  .button i:last-child,
  button::before,
  button::after,
  button i:first-child,
  button i:last-child {
    font-size: 1rem; }
  .button::before,
  .button i:first-child,
  button::before,
  button i:first-child {
    margin-right: 0.625rem; }
  .button::after,
  .button i:last-child,
  button::after,
  button i:last-child {
    margin-left: 0.625rem; }
  .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .button:focus,
  button:hover,
  a.ct-view-cta:hover button.button,
  a.ct-view-cta:focus button.button,
  a.ct-view-cta:hover .title button.button,
  a.ct-view-cta:focus .title button.button,
  button:focus {
    color: #6f6f6f;
    background-color: white; }
  .button:active,
  button:active {
    color: #6f6f6f;
    background-color: #f2f2f2; }
  .button.disabled, .button[disabled],
  fieldset[disabled] .button,
  button.disabled,
  button[disabled],
  fieldset[disabled]
  button {
    background: white;
    cursor: default;
    color: white; }
  .button::-moz-focus-inner,
  button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .button::before, .button::after,
  .button i:first-child,
  .button i:last-child,
  button::before,
  button::after,
  button i:first-child,
  button i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .button span,
  button span {
    position: relative;
    display: block; }
    .button span::after,
    button span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .button:focus,
  button:hover,
  a.ct-view-cta:hover button.button,
  a.ct-view-cta:focus button.button,
  a.ct-view-cta:hover .title button.button,
  a.ct-view-cta:focus .title button.button,
  button:focus {
    background-color: #e5e5e5; }
    .button:hover span, a.ct-view-cta:hover .button span, a.ct-view-cta:focus .button span, a.ct-view-cta:hover .title .button span, a.ct-view-cta:focus .title .button span, .button:focus span,
    button:hover span,
    a.ct-view-cta:hover button.button span,
    a.ct-view-cta:focus button.button span,
    a.ct-view-cta:hover .title button.button span,
    a.ct-view-cta:focus .title button.button span,
    button:focus span {
      position: relative; }
      .button:hover span::after, a.ct-view-cta:hover .button span::after, a.ct-view-cta:focus .button span::after, a.ct-view-cta:hover .title .button span::after, a.ct-view-cta:focus .title .button span::after, .button:focus span::after,
      button:hover span::after,
      a.ct-view-cta:hover button.button span::after,
      a.ct-view-cta:focus button.button span::after,
      a.ct-view-cta:hover .title button.button span::after,
      a.ct-view-cta:focus .title button.button span::after,
      button:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .button:active,
  button:active {
    background-color: #f2f2f2; }
  .button.disabled, .button[disabled],
  fieldset[disabled] .button,
  button.disabled,
  button[disabled],
  fieldset[disabled]
  button {
    background: white;
    color: #fff; }
    .button.disabled span::after, .button[disabled] span::after,
    fieldset[disabled] .button span::after,
    button.disabled span::after,
    button[disabled] span::after,
    fieldset[disabled]
    button span::after {
      display: none; }
  .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .button:focus,
  button:hover,
  a.ct-view-cta:hover button.button,
  a.ct-view-cta:focus button.button,
  a.ct-view-cta:hover .title button.button,
  a.ct-view-cta:focus .title button.button,
  button:focus {
    background-color: #fbfbfb; }
  .button:active,
  button:active {
    background-color: #e5e5e5; }
  .button.disabled, .button[disabled],
  fieldset[disabled] .button,
  button.disabled,
  button[disabled],
  fieldset[disabled]
  button {
    color: #ccc;
    background-color: #fbfbfb; }
  .button.-outline,
  button.-outline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: transparent;
    color: inherit;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a1a1a; }
    .button.-outline::before, .button.-outline::after,
    .button.-outline i:first-child,
    .button.-outline i:last-child,
    button.-outline::before,
    button.-outline::after,
    button.-outline i:first-child,
    button.-outline i:last-child {
      font-size: 1rem; }
    .button.-outline::before,
    .button.-outline i:first-child,
    button.-outline::before,
    button.-outline i:first-child {
      margin-right: 0.625rem; }
    .button.-outline::after,
    .button.-outline i:last-child,
    button.-outline::after,
    button.-outline i:last-child {
      margin-left: 0.625rem; }
    .button.-outline:hover, a.ct-view-cta:hover .button.-outline, a.ct-view-cta:focus .button.-outline, .button.-outline:focus,
    button.-outline:hover,
    a.ct-view-cta:hover button.-outline.button,
    a.ct-view-cta:focus button.-outline.button,
    button.-outline:focus {
      color: inherit;
      background-color: rgba(26, 26, 26, 0); }
    .button.-outline:active,
    button.-outline:active {
      color: inherit;
      background-color: transparent; }
    .button.-outline.disabled, .button.-outline[disabled],
    fieldset[disabled] .button.-outline,
    button.-outline.disabled,
    button.-outline[disabled],
    fieldset[disabled]
    button.-outline {
      background: rgba(77, 77, 77, 0);
      cursor: default;
      color: rgba(153, 153, 153, 0); }
    .button.-outline::-moz-focus-inner,
    button.-outline::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .button.-outline::before, .button.-outline::after,
    .button.-outline i:first-child,
    .button.-outline i:last-child,
    button.-outline::before,
    button.-outline::after,
    button.-outline i:first-child,
    button.-outline i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .button.-outline span,
    button.-outline span {
      position: relative;
      display: block; }
      .button.-outline span::after,
      button.-outline span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .button.-outline:hover, a.ct-view-cta:hover .button.-outline, a.ct-view-cta:focus .button.-outline, .button.-outline:focus,
    button.-outline:hover,
    a.ct-view-cta:hover button.-outline.button,
    a.ct-view-cta:focus button.-outline.button,
    button.-outline:focus {
      background-color: rgba(51, 51, 51, 0); }
      .button.-outline:hover span, a.ct-view-cta:hover .button.-outline span, a.ct-view-cta:focus .button.-outline span, .button.-outline:focus span,
      button.-outline:hover span,
      a.ct-view-cta:hover button.-outline.button span,
      a.ct-view-cta:focus button.-outline.button span,
      button.-outline:focus span {
        position: relative; }
        .button.-outline:hover span::after, a.ct-view-cta:hover .button.-outline span::after, a.ct-view-cta:focus .button.-outline span::after, .button.-outline:focus span::after,
        button.-outline:hover span::after,
        a.ct-view-cta:hover button.-outline.button span::after,
        a.ct-view-cta:focus button.-outline.button span::after,
        button.-outline:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .button.-outline:active,
    button.-outline:active {
      background-color: transparent; }
    .button.-outline.disabled, .button.-outline[disabled],
    fieldset[disabled] .button.-outline,
    button.-outline.disabled,
    button.-outline[disabled],
    fieldset[disabled]
    button.-outline {
      background: rgba(33, 33, 33, 0);
      color: #fff; }
      .button.-outline.disabled span::after, .button.-outline[disabled] span::after,
      fieldset[disabled] .button.-outline span::after,
      button.-outline.disabled span::after,
      button.-outline[disabled] span::after,
      fieldset[disabled]
      button.-outline span::after {
        display: none; }
    .button.-outline:hover, a.ct-view-cta:hover .button.-outline, a.ct-view-cta:focus .button.-outline, .button.-outline:focus,
    button.-outline:hover,
    a.ct-view-cta:hover button.-outline.button,
    a.ct-view-cta:focus button.-outline.button,
    button.-outline:focus {
      border-color: #808080; }
    .button.-outline:active,
    button.-outline:active {
      background-color: rgba(0, 0, 0, 0.05); }
    .button.-outline.disabled, .button.-outline[disabled],
    fieldset[disabled] .button.-outline,
    button.-outline.disabled,
    button.-outline[disabled],
    fieldset[disabled]
    button.-outline {
      background-color: transparent;
      color: #e5e5e5;
      border-color: #e5e5e5; }
    .button.-outline:hover, a.ct-view-cta:hover .button.-outline, a.ct-view-cta:focus .button.-outline, .button.-outline:active, .button.-outline:focus,
    button.-outline:hover,
    a.ct-view-cta:hover button.-outline.button,
    a.ct-view-cta:focus button.-outline.button,
    button.-outline:active,
    button.-outline:focus {
      color: #1a1a1a; }
  .-dark-bg .button.-outline, .-dark-bg
  button.-outline {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: transparent;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase; }
    .-dark-bg .button.-outline::before, .-dark-bg .button.-outline::after,
    .-dark-bg .button.-outline i:first-child,
    .-dark-bg .button.-outline i:last-child, .-dark-bg
    button.-outline::before, .-dark-bg
    button.-outline::after,
    .-dark-bg
    button.-outline i:first-child,
    .-dark-bg
    button.-outline i:last-child {
      font-size: 1rem; }
    .-dark-bg .button.-outline::before,
    .-dark-bg .button.-outline i:first-child, .-dark-bg
    button.-outline::before,
    .-dark-bg
    button.-outline i:first-child {
      margin-right: 0.625rem; }
    .-dark-bg .button.-outline::after,
    .-dark-bg .button.-outline i:last-child, .-dark-bg
    button.-outline::after,
    .-dark-bg
    button.-outline i:last-child {
      margin-left: 0.625rem; }
    .-dark-bg .button.-outline:hover, .-dark-bg a.ct-view-cta:hover .button.-outline, a.ct-view-cta:hover .-dark-bg .button.-outline, .-dark-bg a.ct-view-cta:focus .button.-outline, a.ct-view-cta:focus .-dark-bg .button.-outline, .-dark-bg .button.-outline:focus, .-dark-bg button.-outline:hover, .-dark-bg a.ct-view-cta:hover button.-outline.button, a.ct-view-cta:hover .-dark-bg button.-outline.button, .-dark-bg a.ct-view-cta:focus button.-outline.button, a.ct-view-cta:focus .-dark-bg button.-outline.button, .-dark-bg
    button.-outline:focus {
      color: #fff;
      background-color: rgba(26, 26, 26, 0); }
    .-dark-bg .button.-outline:active, .-dark-bg
    button.-outline:active {
      color: #fff;
      background-color: transparent; }
    .-dark-bg .button.-outline.disabled, .-dark-bg .button.-outline[disabled],
    fieldset[disabled] .-dark-bg .button.-outline, .-dark-bg
    button.-outline.disabled, .-dark-bg
    button.-outline[disabled],
    fieldset[disabled] .-dark-bg
    button.-outline {
      background: rgba(77, 77, 77, 0);
      cursor: default;
      color: rgba(153, 153, 153, 0); }
    .-dark-bg .button.-outline::-moz-focus-inner, .-dark-bg
    button.-outline::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .-dark-bg .button.-outline::before, .-dark-bg .button.-outline::after,
    .-dark-bg .button.-outline i:first-child,
    .-dark-bg .button.-outline i:last-child, .-dark-bg
    button.-outline::before, .-dark-bg
    button.-outline::after,
    .-dark-bg
    button.-outline i:first-child,
    .-dark-bg
    button.-outline i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .-dark-bg .button.-outline span, .-dark-bg
    button.-outline span {
      position: relative;
      display: block; }
      .-dark-bg .button.-outline span::after, .-dark-bg
      button.-outline span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .-dark-bg .button.-outline:hover, .-dark-bg a.ct-view-cta:hover .button.-outline, a.ct-view-cta:hover .-dark-bg .button.-outline, .-dark-bg a.ct-view-cta:focus .button.-outline, a.ct-view-cta:focus .-dark-bg .button.-outline, .-dark-bg .button.-outline:focus, .-dark-bg button.-outline:hover, .-dark-bg a.ct-view-cta:hover button.-outline.button, a.ct-view-cta:hover .-dark-bg button.-outline.button, .-dark-bg a.ct-view-cta:focus button.-outline.button, a.ct-view-cta:focus .-dark-bg button.-outline.button, .-dark-bg
    button.-outline:focus {
      background-color: rgba(51, 51, 51, 0); }
      .-dark-bg .button.-outline:hover span, .-dark-bg a.ct-view-cta:hover .button.-outline span, a.ct-view-cta:hover .-dark-bg .button.-outline span, .-dark-bg a.ct-view-cta:focus .button.-outline span, a.ct-view-cta:focus .-dark-bg .button.-outline span, .-dark-bg .button.-outline:focus span, .-dark-bg button.-outline:hover span, .-dark-bg a.ct-view-cta:hover button.-outline.button span, a.ct-view-cta:hover .-dark-bg button.-outline.button span, .-dark-bg a.ct-view-cta:focus button.-outline.button span, a.ct-view-cta:focus .-dark-bg button.-outline.button span, .-dark-bg
      button.-outline:focus span {
        position: relative; }
        .-dark-bg .button.-outline:hover span::after, .-dark-bg a.ct-view-cta:hover .button.-outline span::after, a.ct-view-cta:hover .-dark-bg .button.-outline span::after, .-dark-bg a.ct-view-cta:focus .button.-outline span::after, a.ct-view-cta:focus .-dark-bg .button.-outline span::after, .-dark-bg .button.-outline:focus span::after, .-dark-bg button.-outline:hover span::after, .-dark-bg a.ct-view-cta:hover button.-outline.button span::after, a.ct-view-cta:hover .-dark-bg button.-outline.button span::after, .-dark-bg a.ct-view-cta:focus button.-outline.button span::after, a.ct-view-cta:focus .-dark-bg button.-outline.button span::after, .-dark-bg
        button.-outline:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .-dark-bg .button.-outline:active, .-dark-bg
    button.-outline:active {
      background-color: transparent; }
    .-dark-bg .button.-outline.disabled, .-dark-bg .button.-outline[disabled],
    fieldset[disabled] .-dark-bg .button.-outline, .-dark-bg
    button.-outline.disabled, .-dark-bg
    button.-outline[disabled],
    fieldset[disabled] .-dark-bg
    button.-outline {
      background: rgba(33, 33, 33, 0);
      color: #fff; }
      .-dark-bg .button.-outline.disabled span::after, .-dark-bg .button.-outline[disabled] span::after,
      fieldset[disabled] .-dark-bg .button.-outline span::after, .-dark-bg
      button.-outline.disabled span::after, .-dark-bg
      button.-outline[disabled] span::after,
      fieldset[disabled] .-dark-bg
      button.-outline span::after {
        display: none; }
    .-dark-bg .button.-outline:hover, .-dark-bg a.ct-view-cta:hover .button.-outline, a.ct-view-cta:hover .-dark-bg .button.-outline, .-dark-bg a.ct-view-cta:focus .button.-outline, a.ct-view-cta:focus .-dark-bg .button.-outline, .-dark-bg .button.-outline:focus, .-dark-bg button.-outline:hover, .-dark-bg a.ct-view-cta:hover button.-outline.button, a.ct-view-cta:hover .-dark-bg button.-outline.button, .-dark-bg a.ct-view-cta:focus button.-outline.button, a.ct-view-cta:focus .-dark-bg button.-outline.button, .-dark-bg
    button.-outline:focus {
      border-color: #fff; }
    .-dark-bg .button.-outline:active, .-dark-bg
    button.-outline:active {
      background-color: rgba(255, 255, 255, 0.05); }
    .-dark-bg .button.-outline.disabled, .-dark-bg .button.-outline[disabled],
    fieldset[disabled] .-dark-bg .button.-outline, .-dark-bg
    button.-outline.disabled, .-dark-bg
    button.-outline[disabled],
    fieldset[disabled] .-dark-bg
    button.-outline {
      background-color: rgba(255, 255, 255, 0.05);
      color: #808080;
      border-color: #808080; }
  .button.-small,
  button.-small {
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem; }
    .button.-small span::after,
    button.-small span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .button.-small::before, .button.-small::after,
    .button.-small i:first-child,
    .button.-small i:last-child,
    button.-small::before,
    button.-small::after,
    button.-small i:first-child,
    button.-small i:last-child {
      font-size: 1.125rem; }
  .button.-large,
  button.-large {
    width: 18.75rem;
    max-width: 100%;
    padding: 1.5rem 2.5rem;
    padding: 1.3125rem 2.5rem; }
  .button.-wide,
  button.-wide {
    width: 100%; }
  .button.icon-button,
  button.icon-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem; }
    .button.icon-button:before, .button.icon-button:after,
    .button.icon-button i,
    button.icon-button:before,
    button.icon-button:after,
    button.icon-button i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .button.icon-button > span:first-child:last-child,
    .button.icon-button i + span:last-child,
    button.icon-button > span:first-child:last-child,
    button.icon-button i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .button.icon-button:before, .button.icon-button:after,
    .button.icon-button i,
    button.icon-button:before,
    button.icon-button:after,
    button.icon-button i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .button.icon-button:link > span, .button.icon-button:visited > span, .button.icon-button:hover > span, a.ct-view-cta:hover .button.icon-button > span, a.ct-view-cta:focus .button.icon-button > span, a.ct-view-cta:hover .title .button.icon-button > span, a.ct-view-cta:focus .title .button.icon-button > span, .button.icon-button:active > span,
    button.icon-button:link > span,
    button.icon-button:visited > span,
    button.icon-button:hover > span,
    a.ct-view-cta:hover button.icon-button.button > span,
    a.ct-view-cta:focus button.icon-button.button > span,
    a.ct-view-cta:hover .title button.icon-button.button > span,
    a.ct-view-cta:focus .title button.icon-button.button > span,
    button.icon-button:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }

.action.primary,
input[type=submit],
button[type=submit] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #191919;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f69052;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase; }
  .action.primary::before, .action.primary::after,
  .action.primary i:first-child,
  .action.primary i:last-child,
  input[type=submit]::before,
  input[type=submit]::after,
  input[type=submit] i:first-child,
  input[type=submit] i:last-child,
  button[type=submit]::before,
  button[type=submit]::after,
  button[type=submit] i:first-child,
  button[type=submit] i:last-child {
    font-size: 1rem; }
  .action.primary::before,
  .action.primary i:first-child,
  input[type=submit]::before,
  input[type=submit] i:first-child,
  button[type=submit]::before,
  button[type=submit] i:first-child {
    margin-right: 0.625rem; }
  .action.primary::after,
  .action.primary i:last-child,
  input[type=submit]::after,
  input[type=submit] i:last-child,
  button[type=submit]::after,
  button[type=submit] i:last-child {
    margin-left: 0.625rem; }
  .action.primary:hover, a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:focus .action.primary.button, .action.primary:focus,
  input[type=submit]:hover,
  a.ct-view-cta:hover input.button[type=submit],
  a.ct-view-cta:focus input.button[type=submit],
  input[type=submit]:focus,
  button[type=submit]:hover,
  a.ct-view-cta:hover button.button[type=submit],
  a.ct-view-cta:focus button.button[type=submit],
  button[type=submit]:focus {
    color: #fff;
    background-color: #333333; }
  .action.primary:active,
  input[type=submit]:active,
  button[type=submit]:active {
    color: #fff;
    background-color: #191919; }
  .action.primary.disabled, .action.primary[disabled],
  fieldset[disabled] .action.primary,
  input[type=submit].disabled,
  input[type=submit][disabled],
  fieldset[disabled]
  input[type=submit],
  button[type=submit].disabled,
  button[type=submit][disabled],
  fieldset[disabled]
  button[type=submit] {
    background: #666666;
    cursor: default;
    color: #b2b2b2; }
  .action.primary::-moz-focus-inner,
  input[type=submit]::-moz-focus-inner,
  button[type=submit]::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .action.primary::before, .action.primary::after,
  .action.primary i:first-child,
  .action.primary i:last-child,
  input[type=submit]::before,
  input[type=submit]::after,
  input[type=submit] i:first-child,
  input[type=submit] i:last-child,
  button[type=submit]::before,
  button[type=submit]::after,
  button[type=submit] i:first-child,
  button[type=submit] i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .action.primary span,
  input[type=submit] span,
  button[type=submit] span {
    position: relative;
    display: block; }
    .action.primary span::after,
    input[type=submit] span::after,
    button[type=submit] span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .action.primary:hover, a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:focus .action.primary.button, .action.primary:focus,
  input[type=submit]:hover,
  a.ct-view-cta:hover input.button[type=submit],
  a.ct-view-cta:focus input.button[type=submit],
  input[type=submit]:focus,
  button[type=submit]:hover,
  a.ct-view-cta:hover button.button[type=submit],
  a.ct-view-cta:focus button.button[type=submit],
  button[type=submit]:focus {
    background-color: #f7a06a; }
    .action.primary:hover span, a.ct-view-cta:hover .action.primary.button span, a.ct-view-cta:focus .action.primary.button span, .action.primary:focus span,
    input[type=submit]:hover span,
    a.ct-view-cta:hover input.button[type=submit] span,
    a.ct-view-cta:focus input.button[type=submit] span,
    input[type=submit]:focus span,
    button[type=submit]:hover span,
    a.ct-view-cta:hover button.button[type=submit] span,
    a.ct-view-cta:focus button.button[type=submit] span,
    button[type=submit]:focus span {
      position: relative; }
      .action.primary:hover span::after, a.ct-view-cta:hover .action.primary.button span::after, a.ct-view-cta:focus .action.primary.button span::after, .action.primary:focus span::after,
      input[type=submit]:hover span::after,
      a.ct-view-cta:hover input.button[type=submit] span::after,
      a.ct-view-cta:focus input.button[type=submit] span::after,
      input[type=submit]:focus span::after,
      button[type=submit]:hover span::after,
      a.ct-view-cta:hover button.button[type=submit] span::after,
      a.ct-view-cta:focus button.button[type=submit] span::after,
      button[type=submit]:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .action.primary:active,
  input[type=submit]:active,
  button[type=submit]:active {
    background-color: #f69052; }
  .action.primary.disabled, .action.primary[disabled],
  fieldset[disabled] .action.primary,
  input[type=submit].disabled,
  input[type=submit][disabled],
  fieldset[disabled]
  input[type=submit],
  button[type=submit].disabled,
  button[type=submit][disabled],
  fieldset[disabled]
  button[type=submit] {
    background: #f9b891;
    color: #fff; }
    .action.primary.disabled span::after, .action.primary[disabled] span::after,
    fieldset[disabled] .action.primary span::after,
    input[type=submit].disabled span::after,
    input[type=submit][disabled] span::after,
    fieldset[disabled]
    input[type=submit] span::after,
    button[type=submit].disabled span::after,
    button[type=submit][disabled] span::after,
    fieldset[disabled]
    button[type=submit] span::after {
      display: none; }
  .-dark-bg .action.primary, .-dark-bg
  input[type=submit], .-dark-bg
  button[type=submit] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #74c7ce;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #6f6f6f;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase; }
    .-dark-bg .action.primary::before, .-dark-bg .action.primary::after,
    .-dark-bg .action.primary i:first-child,
    .-dark-bg .action.primary i:last-child, .-dark-bg
    input[type=submit]::before, .-dark-bg
    input[type=submit]::after,
    .-dark-bg
    input[type=submit] i:first-child,
    .-dark-bg
    input[type=submit] i:last-child, .-dark-bg
    button[type=submit]::before, .-dark-bg
    button[type=submit]::after,
    .-dark-bg
    button[type=submit] i:first-child,
    .-dark-bg
    button[type=submit] i:last-child {
      font-size: 1rem; }
    .-dark-bg .action.primary::before,
    .-dark-bg .action.primary i:first-child, .-dark-bg
    input[type=submit]::before,
    .-dark-bg
    input[type=submit] i:first-child, .-dark-bg
    button[type=submit]::before,
    .-dark-bg
    button[type=submit] i:first-child {
      margin-right: 0.625rem; }
    .-dark-bg .action.primary::after,
    .-dark-bg .action.primary i:last-child, .-dark-bg
    input[type=submit]::after,
    .-dark-bg
    input[type=submit] i:last-child, .-dark-bg
    button[type=submit]::after,
    .-dark-bg
    button[type=submit] i:last-child {
      margin-left: 0.625rem; }
    .-dark-bg .action.primary:hover, .-dark-bg a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .-dark-bg .action.primary.button, .-dark-bg a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .-dark-bg .action.primary.button, .-dark-bg .action.primary:focus, .-dark-bg input[type=submit]:hover, .-dark-bg a.ct-view-cta:hover input.button[type=submit], a.ct-view-cta:hover .-dark-bg input.button[type=submit], .-dark-bg a.ct-view-cta:focus input.button[type=submit], a.ct-view-cta:focus .-dark-bg input.button[type=submit], .-dark-bg
    input[type=submit]:focus, .-dark-bg button[type=submit]:hover, .-dark-bg a.ct-view-cta:hover button.button[type=submit], a.ct-view-cta:hover .-dark-bg button.button[type=submit], .-dark-bg a.ct-view-cta:focus button.button[type=submit], a.ct-view-cta:focus .-dark-bg button.button[type=submit], .-dark-bg
    button[type=submit]:focus {
      color: #74c7ce;
      background-color: white; }
    .-dark-bg .action.primary:active, .-dark-bg
    input[type=submit]:active, .-dark-bg
    button[type=submit]:active {
      color: #74c7ce;
      background-color: #f2f2f2; }
    .-dark-bg .action.primary.disabled, .-dark-bg .action.primary[disabled],
    fieldset[disabled] .-dark-bg .action.primary, .-dark-bg
    input[type=submit].disabled, .-dark-bg
    input[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    input[type=submit], .-dark-bg
    button[type=submit].disabled, .-dark-bg
    button[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    button[type=submit] {
      background: white;
      cursor: default;
      color: white; }
    .-dark-bg .action.primary::-moz-focus-inner, .-dark-bg
    input[type=submit]::-moz-focus-inner, .-dark-bg
    button[type=submit]::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .-dark-bg .action.primary::before, .-dark-bg .action.primary::after,
    .-dark-bg .action.primary i:first-child,
    .-dark-bg .action.primary i:last-child, .-dark-bg
    input[type=submit]::before, .-dark-bg
    input[type=submit]::after,
    .-dark-bg
    input[type=submit] i:first-child,
    .-dark-bg
    input[type=submit] i:last-child, .-dark-bg
    button[type=submit]::before, .-dark-bg
    button[type=submit]::after,
    .-dark-bg
    button[type=submit] i:first-child,
    .-dark-bg
    button[type=submit] i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .-dark-bg .action.primary span, .-dark-bg
    input[type=submit] span, .-dark-bg
    button[type=submit] span {
      position: relative;
      display: block; }
      .-dark-bg .action.primary span::after, .-dark-bg
      input[type=submit] span::after, .-dark-bg
      button[type=submit] span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .-dark-bg .action.primary:hover, .-dark-bg a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .-dark-bg .action.primary.button, .-dark-bg a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .-dark-bg .action.primary.button, .-dark-bg .action.primary:focus, .-dark-bg input[type=submit]:hover, .-dark-bg a.ct-view-cta:hover input.button[type=submit], a.ct-view-cta:hover .-dark-bg input.button[type=submit], .-dark-bg a.ct-view-cta:focus input.button[type=submit], a.ct-view-cta:focus .-dark-bg input.button[type=submit], .-dark-bg
    input[type=submit]:focus, .-dark-bg button[type=submit]:hover, .-dark-bg a.ct-view-cta:hover button.button[type=submit], a.ct-view-cta:hover .-dark-bg button.button[type=submit], .-dark-bg a.ct-view-cta:focus button.button[type=submit], a.ct-view-cta:focus .-dark-bg button.button[type=submit], .-dark-bg
    button[type=submit]:focus {
      background-color: #e5e5e5; }
      .-dark-bg .action.primary:hover span, .-dark-bg a.ct-view-cta:hover .action.primary.button span, a.ct-view-cta:hover .-dark-bg .action.primary.button span, .-dark-bg a.ct-view-cta:focus .action.primary.button span, a.ct-view-cta:focus .-dark-bg .action.primary.button span, .-dark-bg .action.primary:focus span, .-dark-bg input[type=submit]:hover span, .-dark-bg a.ct-view-cta:hover input.button[type=submit] span, a.ct-view-cta:hover .-dark-bg input.button[type=submit] span, .-dark-bg a.ct-view-cta:focus input.button[type=submit] span, a.ct-view-cta:focus .-dark-bg input.button[type=submit] span, .-dark-bg
      input[type=submit]:focus span, .-dark-bg button[type=submit]:hover span, .-dark-bg a.ct-view-cta:hover button.button[type=submit] span, a.ct-view-cta:hover .-dark-bg button.button[type=submit] span, .-dark-bg a.ct-view-cta:focus button.button[type=submit] span, a.ct-view-cta:focus .-dark-bg button.button[type=submit] span, .-dark-bg
      button[type=submit]:focus span {
        position: relative; }
        .-dark-bg .action.primary:hover span::after, .-dark-bg a.ct-view-cta:hover .action.primary.button span::after, a.ct-view-cta:hover .-dark-bg .action.primary.button span::after, .-dark-bg a.ct-view-cta:focus .action.primary.button span::after, a.ct-view-cta:focus .-dark-bg .action.primary.button span::after, .-dark-bg .action.primary:focus span::after, .-dark-bg input[type=submit]:hover span::after, .-dark-bg a.ct-view-cta:hover input.button[type=submit] span::after, a.ct-view-cta:hover .-dark-bg input.button[type=submit] span::after, .-dark-bg a.ct-view-cta:focus input.button[type=submit] span::after, a.ct-view-cta:focus .-dark-bg input.button[type=submit] span::after, .-dark-bg
        input[type=submit]:focus span::after, .-dark-bg button[type=submit]:hover span::after, .-dark-bg a.ct-view-cta:hover button.button[type=submit] span::after, a.ct-view-cta:hover .-dark-bg button.button[type=submit] span::after, .-dark-bg a.ct-view-cta:focus button.button[type=submit] span::after, a.ct-view-cta:focus .-dark-bg button.button[type=submit] span::after, .-dark-bg
        button[type=submit]:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .-dark-bg .action.primary:active, .-dark-bg
    input[type=submit]:active, .-dark-bg
    button[type=submit]:active {
      background-color: #f2f2f2; }
    .-dark-bg .action.primary.disabled, .-dark-bg .action.primary[disabled],
    fieldset[disabled] .-dark-bg .action.primary, .-dark-bg
    input[type=submit].disabled, .-dark-bg
    input[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    input[type=submit], .-dark-bg
    button[type=submit].disabled, .-dark-bg
    button[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    button[type=submit] {
      background: white;
      color: #fff; }
      .-dark-bg .action.primary.disabled span::after, .-dark-bg .action.primary[disabled] span::after,
      fieldset[disabled] .-dark-bg .action.primary span::after, .-dark-bg
      input[type=submit].disabled span::after, .-dark-bg
      input[type=submit][disabled] span::after,
      fieldset[disabled] .-dark-bg
      input[type=submit] span::after, .-dark-bg
      button[type=submit].disabled span::after, .-dark-bg
      button[type=submit][disabled] span::after,
      fieldset[disabled] .-dark-bg
      button[type=submit] span::after {
        display: none; }
    .-dark-bg .action.primary:hover, .-dark-bg a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .-dark-bg .action.primary.button, .-dark-bg a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .-dark-bg .action.primary.button, .-dark-bg .action.primary:focus, .-dark-bg input[type=submit]:hover, .-dark-bg a.ct-view-cta:hover input.button[type=submit], a.ct-view-cta:hover .-dark-bg input.button[type=submit], .-dark-bg a.ct-view-cta:focus input.button[type=submit], a.ct-view-cta:focus .-dark-bg input.button[type=submit], .-dark-bg
    input[type=submit]:focus, .-dark-bg button[type=submit]:hover, .-dark-bg a.ct-view-cta:hover button.button[type=submit], a.ct-view-cta:hover .-dark-bg button.button[type=submit], .-dark-bg a.ct-view-cta:focus button.button[type=submit], a.ct-view-cta:focus .-dark-bg button.button[type=submit], .-dark-bg
    button[type=submit]:focus {
      background-color: #e5e5e5; }
    .-dark-bg .action.primary:active, .-dark-bg
    input[type=submit]:active, .-dark-bg
    button[type=submit]:active {
      background-color: #f2f2f2; }
    .-dark-bg .action.primary.disabled, .-dark-bg .action.primary[disabled],
    fieldset[disabled] .-dark-bg .action.primary, .-dark-bg
    input[type=submit].disabled, .-dark-bg
    input[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    input[type=submit], .-dark-bg
    button[type=submit].disabled, .-dark-bg
    button[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    button[type=submit] {
      color: #e5e5e5;
      background-color: #fff; }
    .-dark-bg .action.primary::before, .-dark-bg .action.primary::after,
    .-dark-bg .action.primary i:first-child,
    .-dark-bg .action.primary i:last-child, .-dark-bg
    input[type=submit]::before, .-dark-bg
    input[type=submit]::after,
    .-dark-bg
    input[type=submit] i:first-child,
    .-dark-bg
    input[type=submit] i:last-child, .-dark-bg
    button[type=submit]::before, .-dark-bg
    button[type=submit]::after,
    .-dark-bg
    button[type=submit] i:first-child,
    .-dark-bg
    button[type=submit] i:last-child {
      font-size: 1rem; }
    .-dark-bg .action.primary::before,
    .-dark-bg .action.primary i:first-child, .-dark-bg
    input[type=submit]::before,
    .-dark-bg
    input[type=submit] i:first-child, .-dark-bg
    button[type=submit]::before,
    .-dark-bg
    button[type=submit] i:first-child {
      margin-right: 0.625rem; }
    .-dark-bg .action.primary::after,
    .-dark-bg .action.primary i:last-child, .-dark-bg
    input[type=submit]::after,
    .-dark-bg
    input[type=submit] i:last-child, .-dark-bg
    button[type=submit]::after,
    .-dark-bg
    button[type=submit] i:last-child {
      margin-left: 0.625rem; }
    .-dark-bg .action.primary:hover, .-dark-bg a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .-dark-bg .action.primary.button, .-dark-bg a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .-dark-bg .action.primary.button, .-dark-bg .action.primary:focus, .-dark-bg input[type=submit]:hover, .-dark-bg a.ct-view-cta:hover input.button[type=submit], a.ct-view-cta:hover .-dark-bg input.button[type=submit], .-dark-bg a.ct-view-cta:focus input.button[type=submit], a.ct-view-cta:focus .-dark-bg input.button[type=submit], .-dark-bg
    input[type=submit]:focus, .-dark-bg button[type=submit]:hover, .-dark-bg a.ct-view-cta:hover button.button[type=submit], a.ct-view-cta:hover .-dark-bg button.button[type=submit], .-dark-bg a.ct-view-cta:focus button.button[type=submit], a.ct-view-cta:focus .-dark-bg button.button[type=submit], .-dark-bg
    button[type=submit]:focus {
      color: #6f6f6f;
      background-color: white; }
    .-dark-bg .action.primary:active, .-dark-bg
    input[type=submit]:active, .-dark-bg
    button[type=submit]:active {
      color: #6f6f6f;
      background-color: #f2f2f2; }
    .-dark-bg .action.primary.disabled, .-dark-bg .action.primary[disabled],
    fieldset[disabled] .-dark-bg .action.primary, .-dark-bg
    input[type=submit].disabled, .-dark-bg
    input[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    input[type=submit], .-dark-bg
    button[type=submit].disabled, .-dark-bg
    button[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    button[type=submit] {
      background: white;
      cursor: default;
      color: white; }
    .-dark-bg .action.primary::-moz-focus-inner, .-dark-bg
    input[type=submit]::-moz-focus-inner, .-dark-bg
    button[type=submit]::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .-dark-bg .action.primary::before, .-dark-bg .action.primary::after,
    .-dark-bg .action.primary i:first-child,
    .-dark-bg .action.primary i:last-child, .-dark-bg
    input[type=submit]::before, .-dark-bg
    input[type=submit]::after,
    .-dark-bg
    input[type=submit] i:first-child,
    .-dark-bg
    input[type=submit] i:last-child, .-dark-bg
    button[type=submit]::before, .-dark-bg
    button[type=submit]::after,
    .-dark-bg
    button[type=submit] i:first-child,
    .-dark-bg
    button[type=submit] i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .-dark-bg .action.primary span, .-dark-bg
    input[type=submit] span, .-dark-bg
    button[type=submit] span {
      position: relative;
      display: block; }
      .-dark-bg .action.primary span::after, .-dark-bg
      input[type=submit] span::after, .-dark-bg
      button[type=submit] span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .-dark-bg .action.primary:hover, .-dark-bg a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .-dark-bg .action.primary.button, .-dark-bg a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .-dark-bg .action.primary.button, .-dark-bg .action.primary:focus, .-dark-bg input[type=submit]:hover, .-dark-bg a.ct-view-cta:hover input.button[type=submit], a.ct-view-cta:hover .-dark-bg input.button[type=submit], .-dark-bg a.ct-view-cta:focus input.button[type=submit], a.ct-view-cta:focus .-dark-bg input.button[type=submit], .-dark-bg
    input[type=submit]:focus, .-dark-bg button[type=submit]:hover, .-dark-bg a.ct-view-cta:hover button.button[type=submit], a.ct-view-cta:hover .-dark-bg button.button[type=submit], .-dark-bg a.ct-view-cta:focus button.button[type=submit], a.ct-view-cta:focus .-dark-bg button.button[type=submit], .-dark-bg
    button[type=submit]:focus {
      background-color: #e5e5e5; }
      .-dark-bg .action.primary:hover span, .-dark-bg a.ct-view-cta:hover .action.primary.button span, a.ct-view-cta:hover .-dark-bg .action.primary.button span, .-dark-bg a.ct-view-cta:focus .action.primary.button span, a.ct-view-cta:focus .-dark-bg .action.primary.button span, .-dark-bg .action.primary:focus span, .-dark-bg input[type=submit]:hover span, .-dark-bg a.ct-view-cta:hover input.button[type=submit] span, a.ct-view-cta:hover .-dark-bg input.button[type=submit] span, .-dark-bg a.ct-view-cta:focus input.button[type=submit] span, a.ct-view-cta:focus .-dark-bg input.button[type=submit] span, .-dark-bg
      input[type=submit]:focus span, .-dark-bg button[type=submit]:hover span, .-dark-bg a.ct-view-cta:hover button.button[type=submit] span, a.ct-view-cta:hover .-dark-bg button.button[type=submit] span, .-dark-bg a.ct-view-cta:focus button.button[type=submit] span, a.ct-view-cta:focus .-dark-bg button.button[type=submit] span, .-dark-bg
      button[type=submit]:focus span {
        position: relative; }
        .-dark-bg .action.primary:hover span::after, .-dark-bg a.ct-view-cta:hover .action.primary.button span::after, a.ct-view-cta:hover .-dark-bg .action.primary.button span::after, .-dark-bg a.ct-view-cta:focus .action.primary.button span::after, a.ct-view-cta:focus .-dark-bg .action.primary.button span::after, .-dark-bg .action.primary:focus span::after, .-dark-bg input[type=submit]:hover span::after, .-dark-bg a.ct-view-cta:hover input.button[type=submit] span::after, a.ct-view-cta:hover .-dark-bg input.button[type=submit] span::after, .-dark-bg a.ct-view-cta:focus input.button[type=submit] span::after, a.ct-view-cta:focus .-dark-bg input.button[type=submit] span::after, .-dark-bg
        input[type=submit]:focus span::after, .-dark-bg button[type=submit]:hover span::after, .-dark-bg a.ct-view-cta:hover button.button[type=submit] span::after, a.ct-view-cta:hover .-dark-bg button.button[type=submit] span::after, .-dark-bg a.ct-view-cta:focus button.button[type=submit] span::after, a.ct-view-cta:focus .-dark-bg button.button[type=submit] span::after, .-dark-bg
        button[type=submit]:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .-dark-bg .action.primary:active, .-dark-bg
    input[type=submit]:active, .-dark-bg
    button[type=submit]:active {
      background-color: #f2f2f2; }
    .-dark-bg .action.primary.disabled, .-dark-bg .action.primary[disabled],
    fieldset[disabled] .-dark-bg .action.primary, .-dark-bg
    input[type=submit].disabled, .-dark-bg
    input[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    input[type=submit], .-dark-bg
    button[type=submit].disabled, .-dark-bg
    button[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    button[type=submit] {
      background: white;
      color: #fff; }
      .-dark-bg .action.primary.disabled span::after, .-dark-bg .action.primary[disabled] span::after,
      fieldset[disabled] .-dark-bg .action.primary span::after, .-dark-bg
      input[type=submit].disabled span::after, .-dark-bg
      input[type=submit][disabled] span::after,
      fieldset[disabled] .-dark-bg
      input[type=submit] span::after, .-dark-bg
      button[type=submit].disabled span::after, .-dark-bg
      button[type=submit][disabled] span::after,
      fieldset[disabled] .-dark-bg
      button[type=submit] span::after {
        display: none; }
    .-dark-bg .action.primary:hover, .-dark-bg a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .-dark-bg .action.primary.button, .-dark-bg a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .-dark-bg .action.primary.button, .-dark-bg .action.primary:focus, .-dark-bg input[type=submit]:hover, .-dark-bg a.ct-view-cta:hover input.button[type=submit], a.ct-view-cta:hover .-dark-bg input.button[type=submit], .-dark-bg a.ct-view-cta:focus input.button[type=submit], a.ct-view-cta:focus .-dark-bg input.button[type=submit], .-dark-bg
    input[type=submit]:focus, .-dark-bg button[type=submit]:hover, .-dark-bg a.ct-view-cta:hover button.button[type=submit], a.ct-view-cta:hover .-dark-bg button.button[type=submit], .-dark-bg a.ct-view-cta:focus button.button[type=submit], a.ct-view-cta:focus .-dark-bg button.button[type=submit], .-dark-bg
    button[type=submit]:focus {
      background-color: #fbfbfb; }
    .-dark-bg .action.primary:active, .-dark-bg
    input[type=submit]:active, .-dark-bg
    button[type=submit]:active {
      background-color: #e5e5e5; }
    .-dark-bg .action.primary.disabled, .-dark-bg .action.primary[disabled],
    fieldset[disabled] .-dark-bg .action.primary, .-dark-bg
    input[type=submit].disabled, .-dark-bg
    input[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    input[type=submit], .-dark-bg
    button[type=submit].disabled, .-dark-bg
    button[type=submit][disabled],
    fieldset[disabled] .-dark-bg
    button[type=submit] {
      color: #ccc;
      background-color: #fbfbfb; }
  .action.primary.-small,
  input[type=submit].-small,
  button[type=submit].-small {
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem; }
    .action.primary.-small span::after,
    input[type=submit].-small span::after,
    button[type=submit].-small span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .action.primary.-small::before, .action.primary.-small::after,
    .action.primary.-small i:first-child,
    .action.primary.-small i:last-child,
    input[type=submit].-small::before,
    input[type=submit].-small::after,
    input[type=submit].-small i:first-child,
    input[type=submit].-small i:last-child,
    button[type=submit].-small::before,
    button[type=submit].-small::after,
    button[type=submit].-small i:first-child,
    button[type=submit].-small i:last-child {
      font-size: 1.125rem; }
  .action.primary.-large,
  input[type=submit].-large,
  button[type=submit].-large {
    width: 18.75rem;
    max-width: 100%;
    padding: 1.5rem 2.5rem;
    padding: 1.3125rem 2.5rem; }
  .action.primary.-wide,
  input[type=submit].-wide,
  button[type=submit].-wide {
    width: 100%; }
  .action.primary.icon-button,
  input[type=submit].icon-button,
  button[type=submit].icon-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem; }
    .action.primary.icon-button:before, .action.primary.icon-button:after,
    .action.primary.icon-button i,
    input[type=submit].icon-button:before,
    input[type=submit].icon-button:after,
    input[type=submit].icon-button i,
    button[type=submit].icon-button:before,
    button[type=submit].icon-button:after,
    button[type=submit].icon-button i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .action.primary.icon-button > span:first-child:last-child,
    .action.primary.icon-button i + span:last-child,
    input[type=submit].icon-button > span:first-child:last-child,
    input[type=submit].icon-button i + span:last-child,
    button[type=submit].icon-button > span:first-child:last-child,
    button[type=submit].icon-button i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .action.primary.icon-button:before, .action.primary.icon-button:after,
    .action.primary.icon-button i,
    input[type=submit].icon-button:before,
    input[type=submit].icon-button:after,
    input[type=submit].icon-button i,
    button[type=submit].icon-button:before,
    button[type=submit].icon-button:after,
    button[type=submit].icon-button i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .action.primary.icon-button:link > span, .action.primary.icon-button:visited > span, .action.primary.icon-button:hover > span, a.ct-view-cta:hover .action.primary.icon-button.button > span, a.ct-view-cta:focus .action.primary.icon-button.button > span, a.ct-view-cta:hover .title .action.primary.icon-button.button > span, a.ct-view-cta:focus .title .action.primary.icon-button.button > span, .action.primary.icon-button:active > span,
    input[type=submit].icon-button:link > span,
    input[type=submit].icon-button:visited > span,
    input[type=submit].icon-button:hover > span,
    a.ct-view-cta:hover input.button[type=submit].icon-button > span,
    a.ct-view-cta:focus input.button[type=submit].icon-button > span,
    a.ct-view-cta:hover .title input.button[type=submit].icon-button > span,
    a.ct-view-cta:focus .title input.button[type=submit].icon-button > span,
    input[type=submit].icon-button:active > span,
    button[type=submit].icon-button:link > span,
    button[type=submit].icon-button:visited > span,
    button[type=submit].icon-button:hover > span,
    a.ct-view-cta:hover button.button[type=submit].icon-button > span,
    a.ct-view-cta:focus button.button[type=submit].icon-button > span,
    a.ct-view-cta:hover .title button.button[type=submit].icon-button > span,
    a.ct-view-cta:focus .title button.button[type=submit].icon-button > span,
    button[type=submit].icon-button:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }

.action.secondary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #74c7ce;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #74c7ce;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase; }
  .action.secondary::before, .action.secondary::after,
  .action.secondary i:first-child,
  .action.secondary i:last-child {
    font-size: 1rem; }
  .action.secondary::before,
  .action.secondary i:first-child {
    margin-right: 0.625rem; }
  .action.secondary::after,
  .action.secondary i:last-child {
    margin-left: 0.625rem; }
  .action.secondary:hover, a.ct-view-cta:hover .action.secondary.button, a.ct-view-cta:focus .action.secondary.button, .action.secondary:focus {
    color: #fff;
    background-color: #9ad6db; }
  .action.secondary:active {
    color: #fff;
    background-color: #74c7ce; }
  .action.secondary.disabled, .action.secondary[disabled],
  fieldset[disabled] .action.secondary {
    background: #e5f5f6;
    cursor: default;
    color: white; }
  .action.secondary::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .action.secondary::before, .action.secondary::after,
  .action.secondary i:first-child,
  .action.secondary i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .action.secondary span {
    position: relative;
    display: block; }
    .action.secondary span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .action.secondary:hover, a.ct-view-cta:hover .action.secondary.button, a.ct-view-cta:focus .action.secondary.button, .action.secondary:focus {
    background-color: #87cfd5; }
    .action.secondary:hover span, a.ct-view-cta:hover .action.secondary.button span, a.ct-view-cta:focus .action.secondary.button span, .action.secondary:focus span {
      position: relative; }
      .action.secondary:hover span::after, a.ct-view-cta:hover .action.secondary.button span::after, a.ct-view-cta:focus .action.secondary.button span::after, .action.secondary:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .action.secondary:active {
    background-color: #74c7ce; }
  .action.secondary.disabled, .action.secondary[disabled],
  fieldset[disabled] .action.secondary {
    background: #a5dbdf;
    color: #fff; }
    .action.secondary.disabled span::after, .action.secondary[disabled] span::after,
    fieldset[disabled] .action.secondary span::after {
      display: none; }
  .action.secondary.-small {
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem; }
    .action.secondary.-small span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .action.secondary.-small::before, .action.secondary.-small::after,
    .action.secondary.-small i:first-child,
    .action.secondary.-small i:last-child {
      font-size: 1.125rem; }
  .action.secondary.-large {
    width: 18.75rem;
    max-width: 100%;
    padding: 1.5rem 2.5rem;
    padding: 1.3125rem 2.5rem; }
  .action.secondary.-wide {
    width: 100%; }
  .action.secondary.icon-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem; }
    .action.secondary.icon-button:before, .action.secondary.icon-button:after,
    .action.secondary.icon-button i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .action.secondary.icon-button > span:first-child:last-child,
    .action.secondary.icon-button i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .action.secondary.icon-button:before, .action.secondary.icon-button:after,
    .action.secondary.icon-button i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .action.secondary.icon-button:link > span, .action.secondary.icon-button:visited > span, .action.secondary.icon-button:hover > span, a.ct-view-cta:hover .action.secondary.icon-button.button > span, a.ct-view-cta:focus .action.secondary.icon-button.button > span, a.ct-view-cta:hover .title .action.secondary.icon-button.button > span, a.ct-view-cta:focus .title .action.secondary.icon-button.button > span, .action.secondary.icon-button:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }

.abs-button-desktop {
  width: auto; }

.icon-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem; }
  .icon-button:before, .icon-button:after,
  .icon-button i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .icon-button > span:first-child:last-child,
  .icon-button i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .icon-button:before, .icon-button:after,
  .icon-button i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .icon-button:link > span, .icon-button:visited > span, .icon-button:hover > span, a.ct-view-cta:hover .icon-button.button > span, a.ct-view-cta:focus .icon-button.button > span, a.ct-view-cta:hover .title .icon-button.button > span, a.ct-view-cta:focus .title .icon-button.button > span, .icon-button:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.action.skip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #191919;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f69052;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.2;
  transition: line-height 0.2s, font-size 0.2s; }
  .action.skip::before, .action.skip::after,
  .action.skip i:first-child,
  .action.skip i:last-child {
    font-size: 1rem; }
  .action.skip::before,
  .action.skip i:first-child {
    margin-right: 0.625rem; }
  .action.skip::after,
  .action.skip i:last-child {
    margin-left: 0.625rem; }
  .action.skip:hover, a.ct-view-cta:hover .action.skip.button, a.ct-view-cta:focus .action.skip.button, .action.skip:focus {
    color: #fff;
    background-color: #333333; }
  .action.skip:active {
    color: #fff;
    background-color: #191919; }
  .action.skip.disabled, .action.skip[disabled],
  fieldset[disabled] .action.skip {
    background: #666666;
    cursor: default;
    color: #b2b2b2; }
  .action.skip::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .action.skip::before, .action.skip::after,
  .action.skip i:first-child,
  .action.skip i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .action.skip span {
    position: relative;
    display: block; }
    .action.skip span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .action.skip:hover, a.ct-view-cta:hover .action.skip.button, a.ct-view-cta:focus .action.skip.button, .action.skip:focus {
    background-color: #f7a06a; }
    .action.skip:hover span, a.ct-view-cta:hover .action.skip.button span, a.ct-view-cta:focus .action.skip.button span, .action.skip:focus span {
      position: relative; }
      .action.skip:hover span::after, a.ct-view-cta:hover .action.skip.button span::after, a.ct-view-cta:focus .action.skip.button span::after, .action.skip:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .action.skip:active {
    background-color: #f69052; }
  .action.skip.disabled, .action.skip[disabled],
  fieldset[disabled] .action.skip {
    background: #f9b891;
    color: #fff; }
    .action.skip.disabled span::after, .action.skip[disabled] span::after,
    fieldset[disabled] .action.skip span::after {
      display: none; }
  .action.skip:not(:focus) {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    line-height: 0; }
  .action.skip:focus {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15; }

.action-skip-wrapper {
  height: 0;
  position: relative; }

h1,
.title-1 {
  font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  h1.-alt,
  .title-1.-alt {
    text-transform: uppercase; }
  h1:first-child,
  .title-1:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    h1,
    .title-1 {
      font-size: 1.875rem; } }
  @media only screen and (max-width: 74.9375rem) {
    h1,
    .title-1 {
      font-size: 1.75rem; } }

h2,
.title-2 {
  font: bold 2.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 300 1.625rem/1.23077 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  h2.-alt,
  .title-2.-alt {
    text-transform: uppercase; }
  h2:first-child,
  .title-2:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    h2,
    .title-2 {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    h2,
    .title-2 {
      font-size: 1.5rem; } }

h3,
.title-3 {
  font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  h3.-alt,
  .title-3.-alt {
    text-transform: uppercase; }
  h3:first-child,
  .title-3:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    h3,
    .title-3 {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 74.9375rem) {
    h3,
    .title-3 {
      font-size: 1.125rem; } }

h4,
.title-4 {
  font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  h4.-alt,
  .title-4.-alt {
    text-transform: uppercase; }
  h4:first-child,
  .title-4:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    h4,
    .title-4 {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    h4,
    .title-4 {
      font-size: 1.125rem; } }

h5,
.title-5 {
  font: bold 1.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1rem/1.375 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: .1em; }
  h5.-alt,
  .title-5.-alt {
    text-transform: uppercase; }
  h5:first-child,
  .title-5:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    h5,
    .title-5 {
      font-size: 1rem; } }
  @media only screen and (max-width: 74.9375rem) {
    h5,
    .title-5 {
      font-size: 1rem; } }

h6,
.title-6 {
  font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: normal; }
  h6.-alt,
  .title-6.-alt {
    text-transform: uppercase; }
  h6:first-child,
  .title-6:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    h6,
    .title-6 {
      font-size: 1rem; } }
  @media only screen and (max-width: 74.9375rem) {
    h6,
    .title-6 {
      font-size: 0.875rem; } }

ul,
ol,
.items {
  margin: 0;
  padding: 0;
  list-style: none; }

.page-layout-text .columns ul:not(.items), .modals-wrapper .content ul:not(.items), .wysiwyg ul:not(.items),
.std ul:not(.items), .ct-view-formblock .content ul:not(.items) {
  margin-bottom: 1em; }
  .page-layout-text .columns ul:not(.items) li, .modals-wrapper .content ul:not(.items) li, .wysiwyg ul:not(.items) li,
  .std ul:not(.items) li, .ct-view-formblock .content ul:not(.items) li {
    position: relative;
    margin-bottom: 0.3125rem;
    padding-left: 1.5rem;
    line-height: 1.6; }
    .page-layout-text .columns ul:not(.items) li::before, .modals-wrapper .content ul:not(.items) li::before, .wysiwyg ul:not(.items) li::before,
    .std ul:not(.items) li::before, .ct-view-formblock .content ul:not(.items) li::before {
      content: '';
      display: block;
      position: absolute;
      top: .8em;
      left: 0.25rem;
      width: 0.3125rem;
      height: 0.3125rem;
      margin-top: -0.125rem;
      border-radius: 50%;
      background-color: currentColor; }
    .page-layout-text .columns ul:not(.items) li li::before, .modals-wrapper .content ul:not(.items) li li::before, .wysiwyg ul:not(.items) li li::before,
    .std ul:not(.items) li li::before, .ct-view-formblock .content ul:not(.items) li li::before {
      background-color: #fff;
      border: 1px solid; }
  .page-layout-text .columns ul:not(.items):last-child, .modals-wrapper .content ul:not(.items):last-child, .wysiwyg ul:not(.items):last-child,
  .std ul:not(.items):last-child, .ct-view-formblock .content ul:not(.items):last-child {
    margin-bottom: 0; }

.page-layout-text .columns ol:not(.items):not(.minicart-items), .modals-wrapper .content ol:not(.items):not(.minicart-items), .wysiwyg ol:not(.items):not(.minicart-items),
.std ol:not(.items):not(.minicart-items), .ct-view-formblock .content ol:not(.items):not(.minicart-items) {
  margin-bottom: 1em;
  counter-reset: bullet;
  list-style-type: none; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li, .wysiwyg ol:not(.items):not(.minicart-items) li,
  .std ol:not(.items):not(.minicart-items) li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li {
    position: relative;
    margin-bottom: .5em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li::before, .wysiwyg ol:not(.items):not(.minicart-items) li::before,
    .std ol:not(.items):not(.minicart-items) li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li::before {
      counter-increment: bullet;
      content: counters(bullet, ".") ".";
      position: absolute;
      top: 0;
      right: 100%;
      color: #1a1a1a; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li ol, .modals-wrapper .content ol:not(.items):not(.minicart-items) li ol, .wysiwyg ol:not(.items):not(.minicart-items) li ol,
    .std ol:not(.items):not(.minicart-items) li ol, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li ol {
      margin-top: .5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li, .wysiwyg ol:not(.items):not(.minicart-items) li,
  .std ol:not(.items):not(.minicart-items) li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li {
    margin-left: 1.3em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li::before, .wysiwyg ol:not(.items):not(.minicart-items) li::before,
    .std ol:not(.items):not(.minicart-items) li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li::before {
      width: 1.3em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li, .wysiwyg ol:not(.items):not(.minicart-items) li li,
  .std ol:not(.items):not(.minicart-items) li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li {
    margin-left: 2.1em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li::before,
    .std ol:not(.items):not(.minicart-items) li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li::before {
      width: 2.1em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li,
  .std ol:not(.items):not(.minicart-items) li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li {
    margin-left: 2.9em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li::before,
    .std ol:not(.items):not(.minicart-items) li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li::before {
      width: 2.9em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li,
  .std ol:not(.items):not(.minicart-items) li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li {
    margin-left: 3.7em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li::before,
    .std ol:not(.items):not(.minicart-items) li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li::before {
      width: 3.7em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li,
  .std ol:not(.items):not(.minicart-items) li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li {
    margin-left: 4.5em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li::before,
    .std ol:not(.items):not(.minicart-items) li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li::before {
      width: 4.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li,
  .std ol:not(.items):not(.minicart-items) li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li {
    margin-left: 5.3em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li::before,
    .std ol:not(.items):not(.minicart-items) li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li::before {
      width: 5.3em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li,
  .std ol:not(.items):not(.minicart-items) li li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li {
    margin-left: 6.1em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li::before,
    .std ol:not(.items):not(.minicart-items) li li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li::before {
      width: 6.1em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li,
  .std ol:not(.items):not(.minicart-items) li li li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li {
    margin-left: 6.9em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li::before,
    .std ol:not(.items):not(.minicart-items) li li li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li::before {
      width: 6.9em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li li,
  .std ol:not(.items):not(.minicart-items) li li li li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li li {
    margin-left: 7.7em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li li::before,
    .std ol:not(.items):not(.minicart-items) li li li li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li li::before {
      width: 7.7em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li li li,
  .std ol:not(.items):not(.minicart-items) li li li li li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li li li {
    margin-left: 8.5em; }
    .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li li li::before,
    .std ol:not(.items):not(.minicart-items) li li li li li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li li li::before {
      width: 8.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items):last-child, .modals-wrapper .content ol:not(.items):not(.minicart-items):last-child, .wysiwyg ol:not(.items):not(.minicart-items):last-child,
  .std ol:not(.items):not(.minicart-items):last-child, .ct-view-formblock .content ol:not(.items):not(.minicart-items):last-child {
    margin-bottom: 0; }

dl {
  margin-top: 0;
  margin-bottom: 1.25rem; }

dt {
  font-weight: bold;
  margin-top: 0; }

dd {
  margin-top: 0;
  margin-bottom: 0.625rem;
  margin-left: 0; }

form::before, form::after {
  content: ' ';
  display: table; }

form::after {
  clear: both; }

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

label {
  display: block;
  margin-bottom: 0.3em;
  font-size: 0.875rem;
  font-weight: bold;
  color: #808080; }
  label abbr[title] {
    text-decoration: none; }

input:not([type]), input[type='color'], input[type='date'], input[type='datetime'], input[type='datetime-local'], input[type='email'], input[type='month'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='time'], input[type='url'], input[type='week'] {
  width: 100%;
  padding: 1rem 0.9375rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  background-color: #fff;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
  color: #333;
  transition: border 0.2s linear;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 1.25rem;
  border-radius: 0 0.625rem 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 300;
  color: #6f6f6f;
  border: 1px solid #b4b4b4; }
  input:not([type])::-webkit-input-placeholder, input[type='color']::-webkit-input-placeholder, input[type='date']::-webkit-input-placeholder, input[type='datetime']::-webkit-input-placeholder, input[type='datetime-local']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='month']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder, input[type='time']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='week']::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  input:not([type]):-moz-placeholder, input[type='color']:-moz-placeholder, input[type='date']:-moz-placeholder, input[type='datetime']:-moz-placeholder, input[type='datetime-local']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='month']:-moz-placeholder, input[type='number']:-moz-placeholder, input[type='password']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='text']:-moz-placeholder, input[type='time']:-moz-placeholder, input[type='url']:-moz-placeholder, input[type='week']:-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  input:not([type])::-moz-placeholder, input[type='color']::-moz-placeholder, input[type='date']::-moz-placeholder, input[type='datetime']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='month']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='text']::-moz-placeholder, input[type='time']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='week']::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  input:not([type]):-ms-input-placeholder, input[type='color']:-ms-input-placeholder, input[type='date']:-ms-input-placeholder, input[type='datetime']:-ms-input-placeholder, input[type='datetime-local']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='month']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='text']:-ms-input-placeholder, input[type='time']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='week']:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  input:not([type]):not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button:not([type]):not(:disabled):not([readonly]), a.ct-view-cta:focus input.button:not([type]):not(:disabled):not([readonly]), input[type='color']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='color']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='color']:not(:disabled):not([readonly]), input[type='date']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='date']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='date']:not(:disabled):not([readonly]), input[type='datetime']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='datetime']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='datetime']:not(:disabled):not([readonly]), input[type='datetime-local']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='datetime-local']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='datetime-local']:not(:disabled):not([readonly]), input[type='email']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='email']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='email']:not(:disabled):not([readonly]), input[type='month']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='month']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='month']:not(:disabled):not([readonly]), input[type='number']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='number']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='number']:not(:disabled):not([readonly]), input[type='password']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='password']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='password']:not(:disabled):not([readonly]), input[type='search']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='search']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='search']:not(:disabled):not([readonly]), input[type='tel']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='tel']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='tel']:not(:disabled):not([readonly]), input[type='text']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='text']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='text']:not(:disabled):not([readonly]), input[type='time']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='time']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='time']:not(:disabled):not([readonly]), input[type='url']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='url']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='url']:not(:disabled):not([readonly]), input[type='week']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='week']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='week']:not(:disabled):not([readonly]) {
    border-color: #74c7ce; }
  input:not([type]):not(:disabled):not([readonly]):focus, input[type='color']:not(:disabled):not([readonly]):focus, input[type='date']:not(:disabled):not([readonly]):focus, input[type='datetime']:not(:disabled):not([readonly]):focus, input[type='datetime-local']:not(:disabled):not([readonly]):focus, input[type='email']:not(:disabled):not([readonly]):focus, input[type='month']:not(:disabled):not([readonly]):focus, input[type='number']:not(:disabled):not([readonly]):focus, input[type='password']:not(:disabled):not([readonly]):focus, input[type='search']:not(:disabled):not([readonly]):focus, input[type='tel']:not(:disabled):not([readonly]):focus, input[type='text']:not(:disabled):not([readonly]):focus, input[type='time']:not(:disabled):not([readonly]):focus, input[type='url']:not(:disabled):not([readonly]):focus, input[type='week']:not(:disabled):not([readonly]):focus {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    border-color: #191919; }
  input:not([type]):disabled, input[type='color']:disabled, input[type='date']:disabled, input[type='datetime']:disabled, input[type='datetime-local']:disabled, input[type='email']:disabled, input[type='month']:disabled, input[type='number']:disabled, input[type='password']:disabled, input[type='search']:disabled, input[type='tel']:disabled, input[type='text']:disabled, input[type='time']:disabled, input[type='url']:disabled, input[type='week']:disabled {
    background-color: #fff;
    color: #ccc;
    -webkit-text-fill-color: #808080;
    border-color: #f2f2f2; }
    input:not([type]):disabled::-webkit-input-placeholder, input[type='color']:disabled::-webkit-input-placeholder, input[type='date']:disabled::-webkit-input-placeholder, input[type='datetime']:disabled::-webkit-input-placeholder, input[type='datetime-local']:disabled::-webkit-input-placeholder, input[type='email']:disabled::-webkit-input-placeholder, input[type='month']:disabled::-webkit-input-placeholder, input[type='number']:disabled::-webkit-input-placeholder, input[type='password']:disabled::-webkit-input-placeholder, input[type='search']:disabled::-webkit-input-placeholder, input[type='tel']:disabled::-webkit-input-placeholder, input[type='text']:disabled::-webkit-input-placeholder, input[type='time']:disabled::-webkit-input-placeholder, input[type='url']:disabled::-webkit-input-placeholder, input[type='week']:disabled::-webkit-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    input:not([type]):disabled:-moz-placeholder, input[type='color']:disabled:-moz-placeholder, input[type='date']:disabled:-moz-placeholder, input[type='datetime']:disabled:-moz-placeholder, input[type='datetime-local']:disabled:-moz-placeholder, input[type='email']:disabled:-moz-placeholder, input[type='month']:disabled:-moz-placeholder, input[type='number']:disabled:-moz-placeholder, input[type='password']:disabled:-moz-placeholder, input[type='search']:disabled:-moz-placeholder, input[type='tel']:disabled:-moz-placeholder, input[type='text']:disabled:-moz-placeholder, input[type='time']:disabled:-moz-placeholder, input[type='url']:disabled:-moz-placeholder, input[type='week']:disabled:-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    input:not([type]):disabled::-moz-placeholder, input[type='color']:disabled::-moz-placeholder, input[type='date']:disabled::-moz-placeholder, input[type='datetime']:disabled::-moz-placeholder, input[type='datetime-local']:disabled::-moz-placeholder, input[type='email']:disabled::-moz-placeholder, input[type='month']:disabled::-moz-placeholder, input[type='number']:disabled::-moz-placeholder, input[type='password']:disabled::-moz-placeholder, input[type='search']:disabled::-moz-placeholder, input[type='tel']:disabled::-moz-placeholder, input[type='text']:disabled::-moz-placeholder, input[type='time']:disabled::-moz-placeholder, input[type='url']:disabled::-moz-placeholder, input[type='week']:disabled::-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    input:not([type]):disabled:-ms-input-placeholder, input[type='color']:disabled:-ms-input-placeholder, input[type='date']:disabled:-ms-input-placeholder, input[type='datetime']:disabled:-ms-input-placeholder, input[type='datetime-local']:disabled:-ms-input-placeholder, input[type='email']:disabled:-ms-input-placeholder, input[type='month']:disabled:-ms-input-placeholder, input[type='number']:disabled:-ms-input-placeholder, input[type='password']:disabled:-ms-input-placeholder, input[type='search']:disabled:-ms-input-placeholder, input[type='tel']:disabled:-ms-input-placeholder, input[type='text']:disabled:-ms-input-placeholder, input[type='time']:disabled:-ms-input-placeholder, input[type='url']:disabled:-ms-input-placeholder, input[type='week']:disabled:-ms-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
  input:not([type])::-webkit-input-placeholder, input[type='color']::-webkit-input-placeholder, input[type='date']::-webkit-input-placeholder, input[type='datetime']::-webkit-input-placeholder, input[type='datetime-local']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='month']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder, input[type='time']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='week']::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  input:not([type]):-moz-placeholder, input[type='color']:-moz-placeholder, input[type='date']:-moz-placeholder, input[type='datetime']:-moz-placeholder, input[type='datetime-local']:-moz-placeholder, input[type='email']:-moz-placeholder, input[type='month']:-moz-placeholder, input[type='number']:-moz-placeholder, input[type='password']:-moz-placeholder, input[type='search']:-moz-placeholder, input[type='tel']:-moz-placeholder, input[type='text']:-moz-placeholder, input[type='time']:-moz-placeholder, input[type='url']:-moz-placeholder, input[type='week']:-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  input:not([type])::-moz-placeholder, input[type='color']::-moz-placeholder, input[type='date']::-moz-placeholder, input[type='datetime']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='month']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='text']::-moz-placeholder, input[type='time']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='week']::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  input:not([type]):-ms-input-placeholder, input[type='color']:-ms-input-placeholder, input[type='date']:-ms-input-placeholder, input[type='datetime']:-ms-input-placeholder, input[type='datetime-local']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='month']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, input[type='text']:-ms-input-placeholder, input[type='time']:-ms-input-placeholder, input[type='url']:-ms-input-placeholder, input[type='week']:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  input:not([type]):not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button:not([type]):not(:disabled):not([readonly]), a.ct-view-cta:focus input.button:not([type]):not(:disabled):not([readonly]), input[type='color']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='color']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='color']:not(:disabled):not([readonly]), input[type='date']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='date']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='date']:not(:disabled):not([readonly]), input[type='datetime']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='datetime']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='datetime']:not(:disabled):not([readonly]), input[type='datetime-local']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='datetime-local']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='datetime-local']:not(:disabled):not([readonly]), input[type='email']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='email']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='email']:not(:disabled):not([readonly]), input[type='month']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='month']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='month']:not(:disabled):not([readonly]), input[type='number']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='number']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='number']:not(:disabled):not([readonly]), input[type='password']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='password']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='password']:not(:disabled):not([readonly]), input[type='search']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='search']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='search']:not(:disabled):not([readonly]), input[type='tel']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='tel']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='tel']:not(:disabled):not([readonly]), input[type='text']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='text']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='text']:not(:disabled):not([readonly]), input[type='time']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='time']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='time']:not(:disabled):not([readonly]), input[type='url']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='url']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='url']:not(:disabled):not([readonly]), input[type='week']:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover input.button[type='week']:not(:disabled):not([readonly]), a.ct-view-cta:focus input.button[type='week']:not(:disabled):not([readonly]) {
    border-color: #6f6f6f; }
  input:not([type]):not(:disabled):not([readonly]):focus, input:not([type]):not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button:not([type]):not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button:not([type]):not(:disabled):not([readonly]):focus, input[type='color']:not(:disabled):not([readonly]):focus, input[type='color']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='color']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='color']:not(:disabled):not([readonly]):focus, input[type='date']:not(:disabled):not([readonly]):focus, input[type='date']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='date']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='date']:not(:disabled):not([readonly]):focus, input[type='datetime']:not(:disabled):not([readonly]):focus, input[type='datetime']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='datetime']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='datetime']:not(:disabled):not([readonly]):focus, input[type='datetime-local']:not(:disabled):not([readonly]):focus, input[type='datetime-local']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='datetime-local']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='datetime-local']:not(:disabled):not([readonly]):focus, input[type='email']:not(:disabled):not([readonly]):focus, input[type='email']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='email']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='email']:not(:disabled):not([readonly]):focus, input[type='month']:not(:disabled):not([readonly]):focus, input[type='month']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='month']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='month']:not(:disabled):not([readonly]):focus, input[type='number']:not(:disabled):not([readonly]):focus, input[type='number']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='number']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='number']:not(:disabled):not([readonly]):focus, input[type='password']:not(:disabled):not([readonly]):focus, input[type='password']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='password']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='password']:not(:disabled):not([readonly]):focus, input[type='search']:not(:disabled):not([readonly]):focus, input[type='search']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='search']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='search']:not(:disabled):not([readonly]):focus, input[type='tel']:not(:disabled):not([readonly]):focus, input[type='tel']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='tel']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='tel']:not(:disabled):not([readonly]):focus, input[type='text']:not(:disabled):not([readonly]):focus, input[type='text']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='text']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='text']:not(:disabled):not([readonly]):focus, input[type='time']:not(:disabled):not([readonly]):focus, input[type='time']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='time']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='time']:not(:disabled):not([readonly]):focus, input[type='url']:not(:disabled):not([readonly]):focus, input[type='url']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='url']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='url']:not(:disabled):not([readonly]):focus, input[type='week']:not(:disabled):not([readonly]):focus, input[type='week']:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover input.button[type='week']:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus input.button[type='week']:not(:disabled):not([readonly]):focus {
    border-color: #74c7ce; }

input[type='file'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: auto;
  border: 0;
  outline: none;
  outline-color: transparent;
  background-color: transparent;
  -webkit-font-smoothing: inherit !important; }

input[type='password'] {
  letter-spacing: 0.1875rem; }

textarea {
  width: 100%;
  padding: 1rem 0.9375rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  background-color: #fff;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
  color: #333;
  transition: border 0.2s linear;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 1.25rem;
  border-radius: 0 0.625rem 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 300;
  color: #6f6f6f;
  border: 1px solid #b4b4b4;
  height: auto;
  padding: 1rem 0.9375rem;
  line-height: 1.625;
  resize: vertical; }
  textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  textarea:-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  textarea::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  textarea:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  textarea:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover textarea.button:not(:disabled):not([readonly]), a.ct-view-cta:focus textarea.button:not(:disabled):not([readonly]) {
    border-color: #74c7ce; }
  textarea:not(:disabled):not([readonly]):focus {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    border-color: #191919; }
  textarea:disabled {
    background-color: #fff;
    color: #ccc;
    -webkit-text-fill-color: #808080;
    border-color: #f2f2f2; }
    textarea:disabled::-webkit-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    textarea:disabled:-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    textarea:disabled::-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    textarea:disabled:-ms-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
  textarea::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  textarea:-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  textarea::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  textarea:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  textarea:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover textarea.button:not(:disabled):not([readonly]), a.ct-view-cta:focus textarea.button:not(:disabled):not([readonly]) {
    border-color: #6f6f6f; }
  textarea:not(:disabled):not([readonly]):focus, textarea:not(:disabled):not([readonly]):hover:focus, a.ct-view-cta:hover textarea.button:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus textarea.button:not(:disabled):not([readonly]):focus {
    border-color: #74c7ce; }

select {
  width: 100%;
  padding: 1rem 0.9375rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  background-color: #fff;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
  color: #333;
  transition: border 0.2s linear;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 1.25rem;
  border-radius: 0 0.625rem 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 300;
  color: #6f6f6f;
  border: 1px solid #b4b4b4;
  padding-right: 2.5rem;
  background-image: url("../../frontend/O2web/kalia/en_CA/images/angle-down.svg");
  background-position: calc(100% - 0.9375rem);
  background-repeat: no-repeat;
  background-size: 0.625rem 1rem;
  appearance: none;
  outline: none; }
  select::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  select:-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  select::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  select:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  select:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover select.button:not(:disabled):not([readonly]), a.ct-view-cta:focus select.button:not(:disabled):not([readonly]) {
    border-color: #74c7ce; }
  select:not(:disabled):not([readonly]):focus, .select2-container--focus .select2-selection--single:not(:disabled):not([readonly]) {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    border-color: #191919; }
  select:disabled {
    background-color: #fff;
    color: #ccc;
    -webkit-text-fill-color: #808080;
    border-color: #f2f2f2; }
    select:disabled::-webkit-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    select:disabled:-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    select:disabled::-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    select:disabled:-ms-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
  select::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  select:-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  select::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  select:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  select:not(:disabled):not([readonly]):hover, a.ct-view-cta:hover select.button:not(:disabled):not([readonly]), a.ct-view-cta:focus select.button:not(:disabled):not([readonly]) {
    border-color: #6f6f6f; }
  select:not(:disabled):not([readonly]):focus, .select2-container--focus .select2-selection--single:not(:disabled):not([readonly]), select:not(:disabled):not([readonly]):hover:focus, .select2-container--focus .select2-selection--single:not(:disabled):not([readonly]):hover, .select2-container--focus a.ct-view-cta:hover .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:hover .select2-container--focus .select2-selection--single.button:not(:disabled):not([readonly]), .select2-container--focus a.ct-view-cta:focus .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:focus .select2-container--focus .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:hover select.button:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus select.button:not(:disabled):not([readonly]):focus {
    border-color: #74c7ce; }
  select[multiple] {
    background: none;
    padding: 0; }
    select[multiple] option {
      padding: 0.625rem;
      border-top: 1px solid #f2f2f2;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      select[multiple] option:first-child {
        border-top: none; }
  select:disabled {
    background-image: url("../../frontend/O2web/kalia/en_CA/images/angle-down-disabled.svg"); }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  select::-ms-expand {
    display: none; }

.select2-container .select2-selection--single .select2-selection__arrow {
  position: relative;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
  padding-right: 1.25rem; }
  .select2-container .select2-selection--single .select2-selection__arrow:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .select2-container .select2-selection--single .select2-selection__arrow::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1); }

.select2-container .select2-selection--single {
  width: 100%;
  padding: 1rem 0.9375rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  background-color: #fff;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
  color: #333;
  transition: border 0.2s linear;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 1.25rem;
  border-radius: 0 0.625rem 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 300;
  color: #6f6f6f;
  border: 1px solid #b4b4b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  text-align: left;
  position: relative; }
  .select2-container .select2-selection--single::-webkit-input-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  .select2-container .select2-selection--single:-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  .select2-container .select2-selection--single::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  .select2-container .select2-selection--single:-ms-input-placeholder {
    font-size: 0.875rem;
    line-height: 1rem;
    font-style: normal;
    font-weight: 300;
    color: #808080; }
  .select2-container .select2-selection--single:not(:disabled):not([readonly]):hover, .select2-container a.ct-view-cta:hover .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:hover .select2-container .select2-selection--single.button:not(:disabled):not([readonly]), .select2-container a.ct-view-cta:focus .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:focus .select2-container .select2-selection--single.button:not(:disabled):not([readonly]) {
    border-color: #74c7ce; }
  .select2-container .select2-selection--single:not(:disabled):not([readonly]):focus {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    border-color: #191919; }
  .select2-container .select2-selection--single:disabled {
    background-color: #fff;
    color: #ccc;
    -webkit-text-fill-color: #808080;
    border-color: #f2f2f2; }
    .select2-container .select2-selection--single:disabled::-webkit-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    .select2-container .select2-selection--single:disabled:-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    .select2-container .select2-selection--single:disabled::-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
    .select2-container .select2-selection--single:disabled:-ms-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #ccc; }
  .select2-container .select2-selection--single::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  .select2-container .select2-selection--single:-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  .select2-container .select2-selection--single::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  .select2-container .select2-selection--single:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.375em;
    font-style: normal;
    font-weight: 300;
    color: #b4b4b4; }
  .select2-container .select2-selection--single:not(:disabled):not([readonly]):hover, .select2-container a.ct-view-cta:hover .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:hover .select2-container .select2-selection--single.button:not(:disabled):not([readonly]), .select2-container a.ct-view-cta:focus .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:focus .select2-container .select2-selection--single.button:not(:disabled):not([readonly]) {
    border-color: #6f6f6f; }
  .select2-container .select2-selection--single:not(:disabled):not([readonly]):focus, .select2-container .select2-selection--single:not(:disabled):not([readonly]):hover:focus, .select2-container a.ct-view-cta:hover .select2-selection--single.button:not(:disabled):not([readonly]):focus, a.ct-view-cta:hover .select2-container .select2-selection--single.button:not(:disabled):not([readonly]):focus, .select2-container a.ct-view-cta:focus .select2-selection--single.button:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus .select2-container .select2-selection--single.button:not(:disabled):not([readonly]):focus {
    border-color: #74c7ce; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0; }
  .select2-container .select2-selection--single .select2-selection__arrow {
    display: block;
    height: 1rem; }

.select2-dropdown {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-animation: appear 0.2s;
  animation: appear 0.2s;
  border: none;
  font-size: 0.875rem; }
  .select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    border-radius: 0.1875rem; }
  .select2-dropdown .select2-results__option {
    padding: 0.3125rem 0.9375rem;
    transition: background-color 0.2s; }
    .select2-dropdown .select2-results__option[aria-selected=true] {
      background-color: #f2f2f2; }
    .select2-dropdown .select2-results__option.select2-results__option--highlighted {
      background-color: rgba(25, 25, 25, 0.2); }

input[type='checkbox']:not(:last-child),
input[type='radio']:not(:last-child) {
  position: absolute;
  z-index: -1;
  margin: 0;
  opacity: 0; }
  input[type='checkbox']:not(:last-child) + label,
  input[type='radio']:not(:last-child) + label {
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 1.625rem;
    font-weight: normal;
    line-height: 0.9375rem;
    color: #333;
    cursor: pointer; }
    input[type='checkbox']:not(:last-child) + label:empty,
    input[type='radio']:not(:last-child) + label:empty {
      height: 1rem;
      margin-bottom: 0; }
    input[type='checkbox']:not(:last-child) + label::before, input[type='checkbox']:not(:last-child) + label::after,
    input[type='radio']:not(:last-child) + label::before,
    input[type='radio']:not(:last-child) + label::after {
      content: '';
      display: block;
      position: absolute;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      left: 0;
      width: 1rem;
      height: 1rem;
      transition: all 0.2s; }
    input[type='checkbox']:not(:last-child) + label::before,
    input[type='radio']:not(:last-child) + label::before {
      border: 0.0625rem solid #808080;
      border-radius: 0.125rem;
      background: #fff; }
    input[type='checkbox']:not(:last-child) + label::after,
    input[type='radio']:not(:last-child) + label::after {
      font-size: 0;
      text-align: center;
      line-height: inherit;
      color: #fff; }
  input[type='checkbox']:not(:last-child):not(:disabled):hover::before, a.ct-view-cta:hover input.button[type='checkbox']:not(:last-child):not(:disabled)::before, a.ct-view-cta:focus input.button[type='checkbox']:not(:last-child):not(:disabled)::before,
  input[type='radio']:not(:last-child):not(:disabled):hover::before,
  a.ct-view-cta:hover input.button[type='radio']:not(:last-child):not(:disabled)::before,
  a.ct-view-cta:focus input.button[type='radio']:not(:last-child):not(:disabled)::before {
    border-color: #74c7ce; }
  input[type='checkbox']:not(:last-child):checked + label::before,
  input[type='radio']:not(:last-child):checked + label::before {
    border-color: #191919;
    background-color: #191919; }
  input[type='checkbox']:not(:last-child):checked + label::after,
  input[type='radio']:not(:last-child):checked + label::after {
    font-size: 0.625rem; }
  input[type='checkbox']:not(:last-child):disabled + label, input[type='checkbox']:not(:last-child)[disabled] + label,
  .fieldset[disabled] input[type='checkbox']:not(:last-child) + label,
  input[type='radio']:not(:last-child):disabled + label,
  input[type='radio']:not(:last-child)[disabled] + label,
  .fieldset[disabled]
  input[type='radio']:not(:last-child) + label {
    color: rgba(51, 51, 51, 0.4); }
    input[type='checkbox']:not(:last-child):disabled + label::before, input[type='checkbox']:not(:last-child)[disabled] + label::before,
    .fieldset[disabled] input[type='checkbox']:not(:last-child) + label::before,
    input[type='radio']:not(:last-child):disabled + label::before,
    input[type='radio']:not(:last-child)[disabled] + label::before,
    .fieldset[disabled]
    input[type='radio']:not(:last-child) + label::before {
      border-color: #ccc;
      background: #e5e5e5; }
    input[type='checkbox']:not(:last-child):disabled + label::after, input[type='checkbox']:not(:last-child)[disabled] + label::after,
    .fieldset[disabled] input[type='checkbox']:not(:last-child) + label::after,
    input[type='radio']:not(:last-child):disabled + label::after,
    input[type='radio']:not(:last-child)[disabled] + label::after,
    .fieldset[disabled]
    input[type='radio']:not(:last-child) + label::after {
      color: #e5e5e5; }

input[type='checkbox']:not(:last-child):checked + label:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  vertical-align: middle;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  line-height: 1rem; }

input[type='radio']:not(:last-child) + label::before {
  border-radius: 50%; }

input[type='radio']:not(:last-child):checked + label::after {
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.3125rem;
  border-radius: 50%;
  background-color: currentColor; }

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%; }
  input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.375rem;
    margin: 0.5625rem 0;
    border-radius: 0.1875rem;
    background: #e5e5e5;
    cursor: pointer;
    transition: background 0.2s 0.2s; }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 0.375rem;
    margin: 0.5625rem 0;
    border-radius: 0.1875rem;
    background: #e5e5e5;
    cursor: pointer;
    transition: background 0.2s 0.2s; }
  input[type=range]::-ms-fill-upper {
    width: 100%;
    height: 0.375rem;
    margin: 0.5625rem 0;
    border-radius: 0.1875rem;
    background: #e5e5e5;
    cursor: pointer;
    transition: background 0.2s 0.2s; }
  input[type=range]::-ms-fill-lower {
    width: 100%;
    height: 0.375rem;
    margin: 0.5625rem 0;
    border-radius: 0.1875rem;
    background: #e5e5e5;
    cursor: pointer;
    transition: background 0.2s 0.2s; }
  input[type=range]::-webkit-slider-thumb {
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 0;
    border-radius: 50%;
    border: 0.1875rem solid #fff;
    background: #191919;
    color: transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border-width: 0.125rem; }
  input[type=range]::-moz-range-thumb {
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 0;
    border-radius: 50%;
    border: 0.1875rem solid #fff;
    background: #191919;
    color: transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-width: 0.125rem; }
  input[type=range]::-ms-thumb {
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 0;
    border-radius: 50%;
    border: 0.1875rem solid #fff;
    background: #191919;
    color: transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    appearance: none;
    box-shadow: none;
    border-width: 0.125rem; }
  input[type=range]::-ms-thumb {
    margin-top: 0.125rem; }
  input[type=range]::-ms-track {
    width: 100%;
    height: 1.25rem;
    background: none;
    border-color: transparent;
    color: transparent;
    cursor: pointer; }
  input[type=range]:focus {
    outline: none; }
    input[type=range]:focus:-moz-focusring {
      color: transparent; }
  input[type=range][disabled]::-webkit-slider-thumb {
    background: #e5e5e5; }
  input[type=range][disabled]::-moz-range-thumb {
    background: #e5e5e5; }
  input[type=range][disabled]::-ms-thumb {
    background: #e5e5e5; }

.ui-slider-horizontal {
  width: 100%;
  height: 0.375rem;
  margin: 0.5625rem 0;
  border-radius: 0.1875rem;
  background: #e5e5e5;
  cursor: pointer;
  transition: background 0.2s 0.2s; }
  .ui-slider-horizontal .ui-slider-range {
    position: relative;
    height: 0.375rem;
    background: #808080;
    border-radius: 0.1875rem; }
  .ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 0;
    border-radius: 50%;
    border: 0.1875rem solid #fff;
    background: #191919;
    color: transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-width: 0.125rem;
    margin-left: -0.625rem; }

.noUi-target {
  width: 100%;
  height: 0.375rem;
  margin: 0.5625rem 0;
  border-radius: 0.1875rem;
  background: #e5e5e5;
  cursor: pointer;
  transition: background 0.2s 0.2s;
  box-shadow: none;
  border: none; }
  .noUi-target .noUi-origin {
    height: 100%; }
  .noUi-target .noUi-connect {
    height: 0.375rem;
    background: #808080;
    border-radius: 0.1875rem;
    box-shadow: none; }
  .noUi-target .noUi-handle {
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 0;
    border-radius: 50%;
    border: 0.1875rem solid #fff;
    background: #191919;
    color: transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-width: 0.125rem;
    position: absolute;
    left: -0.625rem; }
    .noUi-target .noUi-handle::before, .noUi-target .noUi-handle::after {
      content: none; }

input[type=number] {
  -moz-appearance: textfield !important; }
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    display: none; }
  input[type=number]::-webkit-textfield-decoration-container {
    border: none;
    border-corner-image: none; }

.fieldset {
  margin: 0 0 1.875rem;
  border: none;
  padding: 0; }
  .fieldset:last-child {
    margin-bottom: 0; }
  .fieldset .legend {
    font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    float: left;
    margin: 0 0 1.5625rem;
    padding: 0;
    font-weight: normal; }
    .fieldset .legend.-alt {
      text-transform: uppercase; }
    .fieldset .legend:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .fieldset .legend {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .fieldset .legend {
        font-size: 1.125rem; } }
    .fieldset .legend strong {
      font-weight: bold; }
    .fieldset .legend + br {
      display: block;
      clear: both;
      height: 0;
      overflow: hidden;
      visibility: hidden; }
    .fieldset .legend:last-child {
      margin-bottom: 0; }
  .legend + .fieldset,
  .legend + div {
    clear: both; }
  .fieldset .field::before, .fieldset .field::after {
    content: ' ';
    display: table; }
  .fieldset .field::after {
    clear: both; }
  .fieldset .field .label {
    margin: 0; }
    .fieldset .field .label + br {
      display: none; }
  .fieldset .field:last-child {
    margin-bottom: 0; }
  .fieldset .field,
  .fieldset .fields .field {
    margin: 0 0 1.25rem; }
    .fieldset .field .label,
    .fieldset .fields .field .label {
      display: inline-block;
      margin: 0 0 0.3125rem; }
    .fieldset .field.no-label .label,
    .fieldset .fields .field.no-label .label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .fieldset .field .choice,
    .fieldset .fields .field .choice {
      margin-bottom: 0.625rem; }
      .fieldset .field .choice input,
      .fieldset .fields .field .choice input {
        vertical-align: top; }
    .fieldset .field .fields.group::before, .fieldset .field .fields.group::after,
    .fieldset .fields .field .fields.group::before,
    .fieldset .fields .field .fields.group::after {
      content: ' ';
      display: table; }
    .fieldset .field .fields.group::after,
    .fieldset .fields .field .fields.group::after {
      clear: both; }
    .fieldset .field .fields.group .field,
    .fieldset .fields .field .fields.group .field {
      float: left; }
    .fieldset .field .fields.group.group-2 .field,
    .fieldset .fields .field .fields.group.group-2 .field {
      width: 50%; }
    .fieldset .field .fields.group.group-3 .field,
    .fieldset .fields .field .fields.group.group-3 .field {
      width: 33.333%; }
    .fieldset .field .fields.group.group-4 .field,
    .fieldset .fields .field .fields.group.group-4 .field {
      width: 25%; }
    .fieldset .field .fields.group.group-5 .field,
    .fieldset .fields .field .fields.group.group-5 .field {
      width: 20%; }
    .fieldset .field .addon,
    .fieldset .fields .field .addon {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      width: 100%;
      padding: 0; }
      .fieldset .field .addon textarea,
      .fieldset .field .addon select,
      .fieldset .field .addon input,
      .fieldset .fields .field .addon textarea,
      .fieldset .fields .field .addon select,
      .fieldset .fields .field .addon input {
        display: inline-block;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: auto;
        margin: 0; }
      .fieldset .field .addon .addbefore,
      .fieldset .field .addon .addafter,
      .fieldset .fields .field .addon .addbefore,
      .fieldset .fields .field .addon .addafter {
        display: inline-block;
        vertical-align: middle;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        width: auto;
        height: 2.375rem;
        border: 0.0625rem solid #e5e5e5;
        border-radius: 0.0625rem;
        padding: 0.625rem;
        background: #fff;
        background-clip: padding-box;
        font-size: 0.75rem;
        line-height: 1.125rem;
        text-align: center;
        white-space: nowrap; }
        .fieldset .field .addon .addbefore:disabled,
        .fieldset .field .addon .addafter:disabled,
        .fieldset .fields .field .addon .addbefore:disabled,
        .fieldset .fields .field .addon .addafter:disabled {
          opacity: .5; }
      .fieldset .field .addon .addbefore,
      .fieldset .fields .field .addon .addbefore {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        float: left; }
    .fieldset .field .additional,
    .fieldset .fields .field .additional {
      margin-top: 0.625rem; }
    .fieldset .field.required > .label:after, .fieldset .field._required > .label:after,
    .fieldset .fields .field.required > .label:after,
    .fieldset .fields .field._required > .label:after {
      content: '*';
      color: #ff3d3d;
      margin: 0 0 0 0.3125rem; }
    .fieldset .field .note,
    .fieldset .fields .field .note {
      display: inline-block;
      margin: 0.1875rem 0 0;
      padding: 0;
      text-decoration: none; }
      .fieldset .field .note:before,
      .fieldset .fields .field .note:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f106";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .fieldset .field .note:before,
      .fieldset .fields .field .note:before {
        margin-right: 0.3125rem; }
    .fieldset .field.choice .label,
    .fieldset .fields .field.choice .label {
      display: inline; }
    .fieldset .field.choice:last-child,
    .fieldset .fields .field.choice:last-child {
      margin-bottom: 0; }
    .fieldset .field input[type=file],
    .fieldset .fields .field input[type=file] {
      margin: 0.3125rem 0; }
  .fieldset.field {
    bottom: 0;
    padding: 0; }
  .sidebar .fieldset {
    margin: 0; }
    .sidebar .fieldset .field:not(.choice):not(:last-child),
    .sidebar .fieldset .fields .field:not(:last-child) {
      margin: 0 0 1.25rem; }
    .sidebar .fieldset .field:not(.choice) .label,
    .sidebar .fieldset .fields .field .label {
      width: 100%;
      margin: 0 0 0.25rem;
      padding: 0 0 0.3125rem;
      text-align: left; }
    .sidebar .fieldset .field:not(.choice) .control,
    .sidebar .fieldset .fields .field .control {
      width: 100%; }

.fieldset-flex .field {
  margin-bottom: 1.25rem; }

@media only screen and (min-width: 37.5rem) {
  .fieldset-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 50rem; }
    .fieldset-flex .field {
      width: 48%;
      margin-bottom: 1.25rem; }
      .fieldset-flex .field:nth-child(odd) {
        margin-right: 4%; }
      .fieldset-flex .field .field {
        width: 100%; } }

.fieldset-flex .required > .label:after,
.fieldset-flex ._required > .label:after {
  content: '*';
  color: #ff3d3d;
  margin: 0 0 0 0.3125rem; }

.field .message, .field div.mage-error,
.field div.mage-error {
  margin-top: 0.625rem; }

.field input.mage-error {
  border-color: #ff3d3d;
  color: #ff3d3d; }

.field .field._error input,
.field .field._error select,
.field .field._error textarea {
  color: #ff3d3d; }

.field.date .time-picker {
  display: inline-block;
  margin-top: 0.625rem;
  white-space: nowrap; }

._has-datepicker ~ .ui-datepicker-trigger {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-image: none;
  background: none;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  vertical-align: middle; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active, ._has-datepicker ~ .ui-datepicker-trigger:hover, a.ct-view-cta:hover ._has-datepicker ~ .ui-datepicker-trigger.button, a.ct-view-cta:focus ._has-datepicker ~ .ui-datepicker-trigger.button, a.ct-view-cta:hover .title ._has-datepicker ~ .ui-datepicker-trigger.button, a.ct-view-cta:focus .title ._has-datepicker ~ .ui-datepicker-trigger.button {
    background: none;
    border: none; }
  ._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled],
  fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
    border: 0;
    background: none;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    color: #e5e5e5; }
  ._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f133";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  ._has-datepicker ~ .ui-datepicker-trigger:focus {
    outline: 0;
    box-shadow: none; }
  ._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.field.street .field.additional .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.control.captcha-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .control.captcha-image .captcha-img {
    margin: 0 1.25rem 0 0; }
  .control.captcha-image .reload {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    line-height: 1.25rem; }

.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (max-width: 74.9375rem) {
    .content-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.text-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 50rem; }
  @media only screen and (max-width: 74.9375rem) {
    .text-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }
  .page-wrapper .page-bottom {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (max-width: 74.9375rem) {
      .page-wrapper .page-bottom {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }

.page-header {
  position: relative;
  background: #fff;
  z-index: 100; }
  .page-header .nav-toggle {
    display: none; }
    .page-header .nav-toggle:after {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 98;
      width: 100%;
      height: 100%;
      background: rgba(26, 26, 26, 0.5);
      opacity: 0;
      cursor: default;
      visibility: hidden;
      transition: opacity 0.2s ease-in-out, visibility 0s 0.2s;
      top: 3.5rem; }

.header.content {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  color: #808080; }
  @media only screen and (max-width: 74.9375rem) {
    .header.content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .header.content .logo {
    max-width: 40%;
    margin: 0 auto 0 0; }
    @media only screen and (max-width: 37.5rem) {
      .header.content .logo {
        max-width: 50%; } }
  .header.content .account-links .customer-account {
    position: relative; }
    .header.content .account-links .customer-account .customer-menu {
      position: absolute;
      top: 100%;
      left: 50%;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      -webkit-transform: scaleY(0) translateX(-50%);
      transform: scaleY(0) translateX(-50%); }
    .header.content .account-links .customer-account.active .customer-menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform: scaleY(1) translateX(-50%);
      transform: scaleY(1) translateX(-50%);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .header.content .account-links .customer-account.active .switch:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      width: 1em;
      font-size: 1rem;
      text-align: center; }
      @media only screen and (min-width: 75rem) {
        .header.content .account-links .customer-account.active .switch:before {
          margin-right: .5em; } }
    .header.content .account-links .customer-account.active .customer-menu {
      width: 11.25rem; }
      .header.content .account-links .customer-account.active .customer-menu .counter.qty {
        display: none; }
  .header.content .account-links .switch {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    color: #191919; }
    .header.content .account-links .switch:focus, .header.content .account-links .switch:active, .header.content .account-links .switch:hover, .header.content .account-links a.ct-view-cta:hover .switch.button, a.ct-view-cta:hover .header.content .account-links .switch.button, .header.content .account-links a.ct-view-cta:focus .switch.button, a.ct-view-cta:focus .header.content .account-links .switch.button {
      background: none;
      border: none; }
    .header.content .account-links .switch.disabled, .header.content .account-links .switch[disabled],
    fieldset[disabled] .header.content .account-links .switch {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .header.content .account-links .switch:hover, .header.content .account-links a.ct-view-cta:hover .switch.button, a.ct-view-cta:hover .header.content .account-links .switch.button, .header.content .account-links a.ct-view-cta:focus .switch.button, a.ct-view-cta:focus .header.content .account-links .switch.button, .header.content .account-links .switch:active, .header.content .account-links .switch:focus {
      color: #8e8e8e; }
  .header.content .account-links .switch,
  .header.content .account-links > li > a {
    display: block;
    padding: 0 0.875rem; }
    .header.content .account-links .switch:before,
    .header.content .account-links > li > a:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f007";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 1rem;
      margin-right: .5em;
      color: #191919; }
    @media only screen and (min-width: 75rem) {
      .header.content .account-links .switch,
      .header.content .account-links > li > a {
        font-size: 0; }
        .header.content .account-links .switch span,
        .header.content .account-links > li > a span {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .header.content .account-links .switch::before,
        .header.content .account-links > li > a::before {
          margin-right: 0; } }
  .header.content .account-links .customer-menu {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
    width: 100%;
    min-width: 6.25rem;
    border-radius: 0.1875rem;
    padding: 1.25rem;
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.25;
    border: 1px solid #f2f2f2;
    width: 9.375rem;
    text-align: center;
    padding: 0.875rem 0; }
    .header.content .account-links .customer-menu::before, .header.content .account-links .customer-menu::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      bottom: 100%;
      z-index: 1002;
      width: 1.25rem;
      margin-left: -0.625rem;
      border-width: 0.3125rem 0.625rem;
      border-style: solid;
      border-color: #fff transparent;
      border-top-width: 0;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .header.content .account-links .customer-menu::before {
      z-index: 1001;
      width: 1.375rem;
      margin-left: -0.6875rem;
      border-color: #f2f2f2 transparent;
      border-width: 0.375rem 0.6875rem;
      border-top-width: 0; }
    .header.content .account-links .customer-menu a {
      display: block;
      padding: 0.3125rem 1.25rem; }
  .header.content .block-search,
  .header.content .account-links,
  .header.content .minicart-wrapper {
    list-style-type: none;
    font-size: 0.875rem; }
    @media only screen and (min-width: 75rem) {
      .header.content .block-search,
      .header.content .account-links,
      .header.content .minicart-wrapper {
        margin-top: 0.875rem;
        margin-bottom: 0.875rem; } }
    .header.content .block-search:not(:last-child),
    .header.content .account-links:not(:last-child),
    .header.content .minicart-wrapper:not(:last-child) {
      border-right: 1px solid #f2f2f2; }
  .header.content .account-links a,
  .header.content .action.showcart,
  .header.content .block-search .search .label {
    color: #191919;
    transition: color 0.2s;
    padding-top: 0;
    padding-bottom: 0; }
    .header.content .account-links a:hover, .header.content .account-links a.ct-view-cta:hover a.button, a.ct-view-cta:hover .header.content .account-links a.button, .header.content .account-links a.ct-view-cta:focus a.button, a.ct-view-cta:focus .header.content .account-links a.button, .header.content .account-links a:focus, .header.content .account-links a:active,
    .header.content .action.showcart:hover,
    .header.content a.ct-view-cta:hover .action.showcart.button,
    a.ct-view-cta:hover .header.content .action.showcart.button,
    .header.content a.ct-view-cta:focus .action.showcart.button,
    a.ct-view-cta:focus .header.content .action.showcart.button,
    .header.content .action.showcart:focus,
    .header.content .action.showcart:active,
    .header.content .block-search .search .label:hover,
    .header.content .block-search .search a.ct-view-cta:hover .label.button,
    a.ct-view-cta:hover .header.content .block-search .search .label.button,
    .header.content .block-search .search a.ct-view-cta:focus .label.button,
    a.ct-view-cta:focus .header.content .block-search .search .label.button,
    .header.content .block-search .search .label:focus,
    .header.content .block-search .search .label:active {
      color: #8e8e8e; }

.nav-sections {
  position: relative;
  font-size: 0.875rem; }

.page-header .navigation {
  position: relative;
  color: #191919; }
  .page-header .navigation:empty {
    display: none; }
  .page-header .navigation ul {
    margin: 0 auto; }
  .page-header .navigation li.level0.featured > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.125rem;
    padding: 0; }
    .page-header .navigation li.level0.featured > a span {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #191919;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #f69052;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .875rem;
      padding: 0.3125rem 0.9375rem;
      font-size: 0.875rem;
      line-height: 0.9375rem;
      padding: 0.625rem 1.25rem; }
      .page-header .navigation li.level0.featured > a span::before, .page-header .navigation li.level0.featured > a span::after,
      .page-header .navigation li.level0.featured > a span i:first-child,
      .page-header .navigation li.level0.featured > a span i:last-child {
        font-size: 1rem; }
      .page-header .navigation li.level0.featured > a span::before,
      .page-header .navigation li.level0.featured > a span i:first-child {
        margin-right: 0.625rem; }
      .page-header .navigation li.level0.featured > a span::after,
      .page-header .navigation li.level0.featured > a span i:last-child {
        margin-left: 0.625rem; }
      .page-header .navigation li.level0.featured > a span:hover, .page-header .navigation li.level0.featured > a a.ct-view-cta:hover span.button, a.ct-view-cta:hover .page-header .navigation li.level0.featured > a span.button, .page-header .navigation li.level0.featured > a a.ct-view-cta:focus span.button, a.ct-view-cta:focus .page-header .navigation li.level0.featured > a span.button, .page-header .navigation li.level0.featured > a span:focus {
        color: #fff;
        background-color: #333333; }
      .page-header .navigation li.level0.featured > a span:active {
        color: #fff;
        background-color: #191919; }
      .page-header .navigation li.level0.featured > a span.disabled, .page-header .navigation li.level0.featured > a span[disabled],
      fieldset[disabled] .page-header .navigation li.level0.featured > a span {
        background: #666666;
        cursor: default;
        color: #b2b2b2; }
      .page-header .navigation li.level0.featured > a span::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .page-header .navigation li.level0.featured > a span::before, .page-header .navigation li.level0.featured > a span::after,
      .page-header .navigation li.level0.featured > a span i:first-child,
      .page-header .navigation li.level0.featured > a span i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .page-header .navigation li.level0.featured > a span span {
        position: relative;
        display: block; }
        .page-header .navigation li.level0.featured > a span span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .page-header .navigation li.level0.featured > a span:hover, .page-header .navigation li.level0.featured > a a.ct-view-cta:hover span.button, a.ct-view-cta:hover .page-header .navigation li.level0.featured > a span.button, .page-header .navigation li.level0.featured > a a.ct-view-cta:focus span.button, a.ct-view-cta:focus .page-header .navigation li.level0.featured > a span.button, .page-header .navigation li.level0.featured > a span:focus {
        background-color: #f7a06a; }
        .page-header .navigation li.level0.featured > a span:hover span, .page-header .navigation li.level0.featured > a a.ct-view-cta:hover span.button span, a.ct-view-cta:hover .page-header .navigation li.level0.featured > a span.button span, .page-header .navigation li.level0.featured > a a.ct-view-cta:focus span.button span, a.ct-view-cta:focus .page-header .navigation li.level0.featured > a span.button span, .page-header .navigation li.level0.featured > a span:focus span {
          position: relative; }
          .page-header .navigation li.level0.featured > a span:hover span::after, .page-header .navigation li.level0.featured > a a.ct-view-cta:hover span.button span::after, a.ct-view-cta:hover .page-header .navigation li.level0.featured > a span.button span::after, .page-header .navigation li.level0.featured > a a.ct-view-cta:focus span.button span::after, a.ct-view-cta:focus .page-header .navigation li.level0.featured > a span.button span::after, .page-header .navigation li.level0.featured > a span:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .page-header .navigation li.level0.featured > a span:active {
        background-color: #f69052; }
      .page-header .navigation li.level0.featured > a span.disabled, .page-header .navigation li.level0.featured > a span[disabled],
      fieldset[disabled] .page-header .navigation li.level0.featured > a span {
        background: #f9b891;
        color: #fff; }
        .page-header .navigation li.level0.featured > a span.disabled span::after, .page-header .navigation li.level0.featured > a span[disabled] span::after,
        fieldset[disabled] .page-header .navigation li.level0.featured > a span span::after {
          display: none; }
      .page-header .navigation li.level0.featured > a span span::after {
        bottom: -.3em;
        height: 0.0625rem; }
      .page-header .navigation li.level0.featured > a span::before, .page-header .navigation li.level0.featured > a span::after,
      .page-header .navigation li.level0.featured > a span i:first-child,
      .page-header .navigation li.level0.featured > a span i:last-child {
        font-size: 1.125rem; }
  .page-header .navigation li.level1 .submenu {
    margin-top: 1.25rem; }
  .page-header .navigation li.menu-item-active > a > span {
    text-decoration: none; }
  .page-header .navigation li:not(.level0).active > a, .page-header .navigation li:not(.level0).has-active > a {
    color: #8e8e8e; }
  .page-header .navigation a {
    color: inherit;
    display: inline-block; }
    .page-header .navigation a:hover, .page-header .navigation a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header .navigation a.button, .page-header .navigation a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header .navigation a.button, .page-header .navigation a:focus, .page-header .navigation a:active {
      color: #8e8e8e; }

@media only screen and (min-width: 75rem) {
  .page-header:not(.-fixed) .nav-sections {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0.625rem auto 0;
    padding-bottom: 0.625rem;
    position: relative; } }
  @media only screen and (min-width: 75rem) and (max-width: 74.9375rem) {
    .page-header:not(.-fixed) .nav-sections {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media only screen and (min-width: 75rem) {
    .page-header:not(.-fixed) .nav-sections .submenu.level0 {
      position: absolute;
      top: 100%;
      left: 0;
      right: auto;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1); }
    .page-header:not(.-fixed) .nav-sections .navigation li.-hover .submenu.level0, .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li:hover .submenu.level0, .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:hover li.button .submenu.level0, a.ct-view-cta:hover .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li.button .submenu.level0, .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:focus li.button .submenu.level0, a.ct-view-cta:focus .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li.button .submenu.level0 {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .page-header:not(.-fixed) .nav-sections .nav-sections-item-title {
      display: none; }
    .page-header:not(.-fixed) .nav-sections .nav-sections-item-content {
      display: block !important; }
      .page-header:not(.-fixed) .nav-sections .nav-sections-item-content .mobile-nav-links,
      .page-header:not(.-fixed) .nav-sections .nav-sections-item-content .mobile-nav-footer-blocks {
        display: none; }
    .page-header:not(.-fixed) .nav-sections .navigation li.-hover.parent > a::before, .page-header:not(.-fixed) .nav-sections .navigation li.-hover.parent > a::after,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li:hover.parent > a::before,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:hover li.parent.button > a::before,
    a.ct-view-cta:hover .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li.parent.button > a::before,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:focus li.parent.button > a::before,
    a.ct-view-cta:focus .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li.parent.button > a::before,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:hover .title li.parent.button > a::before,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:focus .title li.parent.button > a::before,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li:hover.parent > a::after,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:hover li.parent.button > a::after,
    a.ct-view-cta:hover .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li.parent.button > a::after,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:focus li.parent.button > a::after,
    a.ct-view-cta:focus .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation li.parent.button > a::after,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:hover .title li.parent.button > a::after,
    .page-header:not(.-fixed) .nav-sections:not(.-initialized) .navigation a.ct-view-cta:focus .title li.parent.button > a::after {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      opacity: 1; }
  .page-header:not(.-fixed) .navigation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    top: 0;
    left: auto;
    z-index: 1;
    width: 100%; }
    .page-header:not(.-fixed) .navigation::after {
      content: '';
      display: block;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
      flex-grow: 2; }
    .page-header:not(.-fixed) .navigation > ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0; }
    .page-header:not(.-fixed) .navigation li.level0 {
      display: inline-block;
      border-bottom: 0.25rem solid transparent;
      margin-left: 0.625rem; }
      .page-header:not(.-fixed) .navigation li.level0 .submenu.level0 {
        margin-top: 0.25rem; }
      .page-header:not(.-fixed) .navigation li.level0:first-child {
        margin-left: 0; }
      .page-header:not(.-fixed) .navigation li.level0.has-active, .page-header:not(.-fixed) .navigation li.level0.active, .page-header:not(.-fixed) .navigation li.level0.menu-item-active {
        border-bottom-color: #8e8e8e; }
        .page-header:not(.-fixed) .navigation li.level0.has-active.featured, .page-header:not(.-fixed) .navigation li.level0.active.featured, .page-header:not(.-fixed) .navigation li.level0.menu-item-active.featured {
          border-bottom-color: transparent; }
        .page-header:not(.-fixed) .navigation li.level0.has-active:not(.level0) > a, .page-header:not(.-fixed) .navigation li.level0.active:not(.level0) > a, .page-header:not(.-fixed) .navigation li.level0.menu-item-active:not(.level0) > a {
          color: #8e8e8e; }
      .page-header:not(.-fixed) .navigation li.level0.parent > a {
        position: relative; }
        .page-header:not(.-fixed) .navigation li.level0.parent > a::before, .page-header:not(.-fixed) .navigation li.level0.parent > a::after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          bottom: 100%;
          z-index: 1002;
          width: 1.25rem;
          margin-left: -0.625rem;
          border-width: 0.3125rem 0.625rem;
          border-style: solid;
          border-color: #fff transparent;
          border-top-width: 0;
          -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s;
          bottom: -0.3125rem;
          -webkit-transform-origin: center top;
          transform-origin: center top;
          -webkit-transform: scaleY(0);
          transform: scaleY(0);
          opacity: 0;
          transition: opacity 0.2s, -webkit-transform 0.2s;
          transition: transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
        .page-header:not(.-fixed) .navigation li.level0.parent > a::before {
          z-index: 1001;
          width: 1.375rem;
          margin-left: -0.6875rem;
          border-color: #f2f2f2 transparent;
          border-width: 0.375rem 0.6875rem;
          border-top-width: 0; }
        .page-header:not(.-fixed) .navigation li.level0.parent > a::after {
          margin-top: 0.0625rem; }
        .page-header:not(.-fixed) .navigation li.level0.parent > a li.level1 {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
      .page-header:not(.-fixed) .navigation li.level0 > a {
        display: block;
        position: relative;
        padding: 0.9375rem 0 0.6875rem;
        text-align: center; }
      .page-header:not(.-fixed) .navigation li.level0 .submenu.level0 {
        margin-top: 0;
        background: #fff;
        width: 12.5rem;
        border-radius: 0.1875rem;
        padding: 1.25rem 1.25rem 0.625rem;
        text-align: center; }
    .page-header:not(.-fixed) .navigation li.level1 {
      margin-bottom: 0.625rem; }
      .page-header:not(.-fixed) .navigation li.level1:not(:last-child) {
        margin-bottom: 0.625rem; } }

.store-social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .store-social ul li {
    margin: 0 1.875rem 0 0; }
    .store-social ul li:last-child {
      margin-right: 0; }
  .store-social ul a {
    display: block;
    font-size: 0;
    line-height: 0; }
    .store-social ul a::before {
      font-size: 1.25rem;
      line-height: 1; }
  .store-social ul .facebook a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f39e";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }
  .store-social ul .twitter a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f099";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }
  .store-social ul .youtube a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }
  .store-social ul .instagram a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }
  .store-social ul .linkedin a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f0e1";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }
  .store-social ul .googleplus a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f0d5";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }
  .store-social ul .vimeo a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f27d";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }
  .store-social ul .pinterest a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f231";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }
  .store-social ul .houzz a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f27c";
    font-family: "Font Awesome 5 Brands";
    font-weight: normal; }

.header.panel {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem; }
  @media only screen and (max-width: 74.9375rem) {
    .header.panel {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .header.panel .compare.wrapper,
  .header.panel .switcher {
    margin-left: 1.875rem; }
  .header.panel .compare.wrapper:empty,
  .header.panel .switcher:empty,
  .header.panel .top-menu-links:empty {
    display: none; }
  .header.panel a,
  .header.panel .action {
    color: #191919;
    transition: color 0.2s; }
    .header.panel a:hover, .header.panel a.ct-view-cta:hover a.button, a.ct-view-cta:hover .header.panel a.button, .header.panel a.ct-view-cta:focus a.button, a.ct-view-cta:focus .header.panel a.button, .header.panel a:focus,
    .header.panel .action:hover,
    .header.panel a.ct-view-cta:hover .action.button,
    a.ct-view-cta:hover .header.panel .action.button,
    .header.panel a.ct-view-cta:focus .action.button,
    a.ct-view-cta:focus .header.panel .action.button,
    .header.panel .action:focus {
      color: #8e8e8e; }
  .header.panel .top-menu-links > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 1.875rem; }
  @media only screen and (max-width: 74.9375rem) {
    .header.panel {
      display: none; } }
  .header.panel .switcher .label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .header.panel .switcher strong {
    font-weight: normal; }
  .header.panel .action.skip:focus {
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    z-index: 15; }

.page-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  padding-bottom: 3.125rem; }
  @media only screen and (max-width: 74.9375rem) {
    .page-main {
      padding-bottom: 1.875rem; } }
  .page-main > .page-title-wrapper .page-title {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (max-width: 74.9375rem) {
      .page-main > .page-title-wrapper .page-title {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .page-main > .page-title-wrapper .page-title + .action {
      float: right;
      margin-top: 1.25rem; }
      @media only screen and (max-width: 74.9375rem) {
        .page-main > .page-title-wrapper .page-title + .action {
          float: none;
          margin-top: 1.875rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .cms-privacy-policy .page-main {
      position: relative;
      padding-top: 2.5625rem; } }

.top-container {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (max-width: 74.9375rem) {
    .top-container {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.columns {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: block;
  padding-top: 1.5625rem; }
  @media only screen and (max-width: 74.9375rem) {
    .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .columns::before, .columns::after {
    content: ' ';
    display: table; }
  .columns::after {
    clear: both; }
  @media only screen and (max-width: 63.875rem) {
    .columns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.column.main {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 63.9375rem) {
    .column.main {
      min-height: 18.75rem; }
      .page-layout-1column .column.main {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 100%; }
      .page-layout-3columns .column.main {
        display: inline-block;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 60%; }
      .page-layout-2columns-left .column.main,
      .page-layout-2columns-right .column.main {
        width: 72%; } }
    @media only screen and (min-width: 63.9375rem) and (max-width: 71.875rem) {
      .page-layout-2columns-left .column.main,
      .page-layout-2columns-right .column.main {
        width: 69%; } }
    @media only screen and (min-width: 63.9375rem) and (max-width: 63.9375rem) {
      .page-layout-2columns-left .column.main,
      .page-layout-2columns-right .column.main {
        width: 66%; } }
  @media only screen and (min-width: 63.9375rem) {
      .page-layout-2columns-left .column.main {
        float: right;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .page-layout-2columns-right .column.main {
        float: left;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }

.page-header.-fixed + .page-main .page.messages {
  position: fixed;
  top: 3.5rem;
  left: 0;
  width: 100%;
  z-index: 1000; }
  .page-header.-fixed + .page-main .page.messages.-rm-sticky {
    position: inherit; }

@media only screen and (max-width: 74.9375rem) {
  .page-header {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5rem;
    padding: 0.625rem 0;
    z-index: 10000;
    transition: box-shadow 0.2s; } }
  @media only screen and (max-width: 74.9375rem) and (max-width: 74.9375rem) {
    .page-header + .page-main {
      margin-top: 3.5rem; } }
  @media only screen and (max-width: 74.9375rem) and (min-width: 75rem) {
    .page-header + .page-main {
      margin-top: 8rem; } }

@media only screen and (max-width: 74.9375rem) {
    .page-header .nav-toggle {
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem;
      color: inherit;
      text-decoration: none;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      line-height: 1;
      cursor: pointer;
      margin-left: -0.875rem;
      width: 3rem; }
      .page-header .nav-toggle:before, .page-header .nav-toggle:after,
      .page-header .nav-toggle i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .page-header .nav-toggle > span:first-child:last-child,
      .page-header .nav-toggle i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .page-header .nav-toggle:before, .page-header .nav-toggle:after,
      .page-header .nav-toggle i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .page-header .nav-toggle:link > span, .page-header .nav-toggle:visited > span, .page-header .nav-toggle:hover > span, .page-header a.ct-view-cta:hover .nav-toggle.button > span, a.ct-view-cta:hover .page-header .nav-toggle.button > span, .page-header a.ct-view-cta:focus .nav-toggle.button > span, a.ct-view-cta:focus .page-header .nav-toggle.button > span, .page-header a.ct-view-cta:hover .title .nav-toggle.button > span, .page-header a.ct-view-cta:focus .title .nav-toggle.button > span, .page-header .nav-toggle:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .nav-toggle:hover, .page-header a.ct-view-cta:hover .nav-toggle.button, a.ct-view-cta:hover .page-header .nav-toggle.button, .page-header a.ct-view-cta:focus .nav-toggle.button, a.ct-view-cta:focus .page-header .nav-toggle.button, .page-header .nav-toggle:active, .page-header .nav-toggle:focus {
        color: inherit; }
      .page-header .nav-toggle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f0c9";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .nav-open .page-header .nav-toggle:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; } }
    @media only screen and (max-width: 74.9375rem) and (min-width: 56.25rem) {
      .page-header .nav-toggle {
        margin-right: auto; } }

@media only screen and (max-width: 74.9375rem) {
    .page-header .header.panel {
      display: none; }
    .page-header .header.content {
      position: relative;
      -webkit-animation: appear 0.2s;
      animation: appear 0.2s; }
      .page-header .header.content .logo {
        margin: 0 auto; } }
      @media only screen and (max-width: 74.9375rem) and (min-width: 56.25rem) {
        .page-header .header.content .logo {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }

@media only screen and (max-width: 74.9375rem) {
    .page-header .nav-sections {
      box-shadow: inset 0 0.9375rem 0.9375rem -0.9375rem rgba(0, 0, 0, 0.15);
      position: fixed;
      overflow: auto;
      background: #fff;
      position: relative; }
      .page-header .nav-sections a,
      .page-header .nav-sections li > span {
        display: block;
        padding: 0.3125rem 0.9375rem; }
      .page-header .nav-sections {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1001;
        margin: 0.3125rem 0 0 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
        position: fixed;
        top: 3.5rem;
        max-height: calc(100% - 3.5rem);
        width: 100%;
        margin-top: 0; }
      .nav-open .page-header .nav-sections {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; } }
    @media only screen and (max-width: 74.9375rem) and (min-width: 75rem) {
      .page-header .nav-sections {
        max-width: 25rem;
        max-height: none;
        bottom: 0;
        overflow: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: none; }
        .nav-open .page-header .nav-sections {
          -webkit-transform: translateX(0);
          transform: translateX(0);
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
        .page-header .nav-sections .section-items,
        .page-header .nav-sections .section-item-content {
          height: 100%; }
        .page-header .nav-sections .section-item-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          overflow: auto; } }

@media only screen and (max-width: 74.9375rem) {
    .page-header .nav-section-items {
      position: relative;
      z-index: 1; }
    .page-header .nav-sections-item-title {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .page-header .navigation {
      padding: 1.25rem 0.625rem; }
      .page-header .navigation a,
      .page-header .navigation li > span {
        display: block; }
      .page-header .navigation li.level0 {
        padding: 0;
        border-bottom: 1px solid #f2f2f2; }
        .page-header .navigation li.level0.featured {
          padding: 0.9375rem 0 0;
          border-bottom: none; }
          .page-header .navigation li.level0.featured a {
            padding-top: 0; }
      .page-header .navigation li.active > a,
      .page-header .navigation li.active > span, .page-header .navigation li.has-active > a,
      .page-header .navigation li.has-active > span, .page-header .navigation li.menu-item-active > a,
      .page-header .navigation li.menu-item-active > span {
        color: #8e8e8e; }
      .page-header .navigation li.parent {
        position: relative; }
        .page-header .navigation li.parent > a, .page-header .navigation li.parent > span {
          position: relative;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s;
          cursor: pointer;
          padding-right: 1.25rem; }
          .page-header .navigation li.parent > a:after, .page-header .navigation li.parent > span:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            vertical-align: -.125em;
            vertical-align: middle;
            content: "\f107";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400; }
          .page-header .navigation li.parent > a::after, .page-header .navigation li.parent > span::after {
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%) scaleY(1);
            transform: translateY(-50%) scaleY(1);
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s; }
        .page-header .navigation li.parent.-active > a::after, .page-header .navigation li.parent.-active > span::after {
          -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1); }
        .page-header .navigation li.parent > .submenu {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          z-index: 1001;
          margin: 0.3125rem 0 0 0;
          visibility: hidden;
          opacity: 0;
          -webkit-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: center top;
          transform-origin: center top;
          transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
          transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
          transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
        .page-header .navigation li.parent.-active > .submenu {
          visibility: visible;
          opacity: 1;
          -webkit-transform: scaleY(1);
          transform: scaleY(1);
          transition: opacity 0.2s, -webkit-transform 0.2s;
          transition: transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
        .page-header .navigation li.parent > a, .page-header .navigation li.parent > span {
          margin-right: 0.9375rem; }
        .page-header .navigation li.parent .level-top {
          display: block; }
          .page-header .navigation li.parent .level-top::after {
            color: #191919; }
        .page-header .navigation li.parent.level1 > .submenu {
          margin-left: -1.875rem;
          padding-left: 4.375rem;
          background: #ccc; }
        .page-header .navigation li.parent.-active > .submenu {
          position: static; }
        .page-header .navigation li.parent .submenu {
          top: auto !important;
          left: 0 !important;
          margin: 0 -0.625rem;
          padding: 1.25rem 0.625rem 1.25rem 1.875rem;
          background: #f2f2f2; }
    .page-header .mobile-nav-links {
      padding: 1.25rem 0.625rem;
      color: #191919; }
      .page-header .mobile-nav-links .top-menu-links a {
        color: inherit;
        text-decoration: none; }
        .page-header .mobile-nav-links .top-menu-links a:hover, .page-header .mobile-nav-links .top-menu-links a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header .mobile-nav-links .top-menu-links a.button, .page-header .mobile-nav-links .top-menu-links a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header .mobile-nav-links .top-menu-links a.button, .page-header .mobile-nav-links .top-menu-links a:active, .page-header .mobile-nav-links .top-menu-links a:focus {
          color: inherit; }
      .page-header .mobile-nav-links .compare.wrapper a {
        color: inherit;
        text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .page-header .mobile-nav-links .compare.wrapper a:hover, .page-header .mobile-nav-links .compare.wrapper a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header .mobile-nav-links .compare.wrapper a.button, .page-header .mobile-nav-links .compare.wrapper a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header .mobile-nav-links .compare.wrapper a.button, .page-header .mobile-nav-links .compare.wrapper a:active, .page-header .mobile-nav-links .compare.wrapper a:focus {
          color: inherit; }
        .page-header .mobile-nav-links .compare.wrapper a .counter {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center; }
      .page-header .mobile-nav-links .compare.wrapper .action.compare {
        color: inherit;
        text-decoration: none; }
        .page-header .mobile-nav-links .compare.wrapper .action.compare:hover, .page-header .mobile-nav-links .compare.wrapper a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .page-header .mobile-nav-links .compare.wrapper .action.compare.button, .page-header .mobile-nav-links .compare.wrapper a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .page-header .mobile-nav-links .compare.wrapper .action.compare.button, .page-header .mobile-nav-links .compare.wrapper .action.compare:active, .page-header .mobile-nav-links .compare.wrapper .action.compare:focus {
          color: inherit; }
        .page-header .mobile-nav-links .compare.wrapper .action.compare.no-display {
          display: none; }
      .page-header .mobile-nav-links .switcher .label {
        display: none; }
      .page-header .mobile-nav-links .switcher .action.toggle {
        margin-right: 0.9375rem;
        padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
        line-height: 1;
        color: #191919; }
        .page-header .mobile-nav-links .switcher .action.toggle::after {
          color: #191919; }
        .page-header .mobile-nav-links .switcher .action.toggle strong {
          font-weight: normal; }
      .page-header .mobile-nav-links .switcher-options.active .switcher-dropdown {
        position: relative; }
      .page-header .mobile-nav-links .dropdown.switcher-dropdown {
        left: 0;
        -webkit-transform: none;
        transform: none;
        box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
        width: 100%;
        min-width: 6.25rem;
        border-radius: 0.1875rem;
        padding: 1.25rem;
        background: #e5e5e5;
        font-size: 0.875rem;
        line-height: 1.25;
        box-shadow: none;
        padding: 0.3125rem 0; }
        .page-header .mobile-nav-links .dropdown.switcher-dropdown::before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          bottom: 100%;
          z-index: 1002;
          width: 1.25rem;
          margin-left: -0.625rem;
          border-width: 0.3125rem 0.625rem;
          border-style: solid;
          border-color: #e5e5e5 transparent;
          border-top-width: 0;
          -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
        .page-header .mobile-nav-links .dropdown.switcher-dropdown::before, .page-header .mobile-nav-links .dropdown.switcher-dropdown::after {
          content: none; }
    .page-header .mobile-nav-footer-blocks {
      margin-top: auto;
      padding: 1.875rem 0.625rem 2.5rem 0.625rem;
      background: #1a1a1a; }
    .page-header .mobile-nav-block {
      position: relative;
      border-bottom: 1px solid;
      border-color: #343434; }
      .page-header .mobile-nav-block > .footer-title {
        position: relative;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        cursor: pointer;
        padding-right: 1.25rem; }
        .page-header .mobile-nav-block > .footer-title:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f107";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
        .page-header .mobile-nav-block > .footer-title::after {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
      .page-header .mobile-nav-block.-active > .footer-title::after {
        -webkit-transform: translateY(-50%) scaleY(-1);
        transform: translateY(-50%) scaleY(-1); }
      .page-header .mobile-nav-block > ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1001;
        margin: 0.3125rem 0 0 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
      .page-header .mobile-nav-block.-active > ul {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
      .page-header .mobile-nav-block .footer-title {
        padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
        margin-right: 0.9375rem;
        font-size: 1em;
        font-weight: normal;
        margin-bottom: 0;
        color: #fff; }
        .page-header .mobile-nav-block .footer-title::after {
          color: #191919; }
      .page-header .mobile-nav-block.-active {
        border-bottom: none; }
        .page-header .mobile-nav-block.-active > ul {
          position: static; }
      .page-header .mobile-nav-block:not(.-active) > ul {
        height: 0;
        overflow: hidden; }
      .page-header .mobile-nav-block ul {
        margin: 0 -0.625rem;
        padding: 1.25rem 0.625rem 1.25rem 1.875rem;
        background: #f2f2f2;
        background-color: #343434; }
      .page-header .mobile-nav-block a {
        color: #fff; }
    .page-header .search-autocomplete {
      overflow: auto;
      max-height: calc(100vh - 3.5rem); } }
    @media only screen and (max-width: 74.9375rem) and (max-width: 93.75rem) {
      .page-header .search-autocomplete {
        width: calc(100% - 2.5rem) !important;
        max-height: calc(100vh - 9.375rem); } }

@media only screen and (max-width: 74.9375rem) {
    .nav-before-open {
      width: 100%;
      height: 100%;
      overflow-x: hidden; }
      .nav-before-open .page-wrapper {
        position: relative;
        height: 100%;
        overflow: hidden; }
    .nav-open .page-header .nav-toggle:after {
      opacity: 1;
      visibility: visible;
      transition: opacity 0.2s ease-in-out, visibility 0s 0s; }
    .page-header .nav-sections li > span.block-cms-link-inline {
      padding: 0; }
    .page-header .nav-sections .section-items {
      overflow: auto; }
    .page-header .nav-sections .section-item-content {
      min-height: 100%;
      height: auto;
      overflow: hidden; }
    .page-header .nav-toggle {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #000;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #000;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .875rem;
      padding: 0.3125rem 0.9375rem;
      font-size: 0.875rem;
      line-height: 0.9375rem;
      padding: 0.625rem 1.25rem;
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem;
      width: auto;
      padding: 0.5625rem; }
      .page-header .nav-toggle::before, .page-header .nav-toggle::after,
      .page-header .nav-toggle i:first-child,
      .page-header .nav-toggle i:last-child {
        font-size: 1rem; }
      .page-header .nav-toggle::before,
      .page-header .nav-toggle i:first-child {
        margin-right: 0.625rem; }
      .page-header .nav-toggle::after,
      .page-header .nav-toggle i:last-child {
        margin-left: 0.625rem; }
      .page-header .nav-toggle:hover, .page-header a.ct-view-cta:hover .nav-toggle.button, a.ct-view-cta:hover .page-header .nav-toggle.button, .page-header a.ct-view-cta:focus .nav-toggle.button, a.ct-view-cta:focus .page-header .nav-toggle.button, .page-header .nav-toggle:focus {
        color: #fff;
        background-color: #1a1a1a; }
      .page-header .nav-toggle:active {
        color: #fff;
        background-color: #000; }
      .page-header .nav-toggle.disabled, .page-header .nav-toggle[disabled],
      fieldset[disabled] .page-header .nav-toggle {
        background: #4d4d4d;
        cursor: default;
        color: #999999; }
      .page-header .nav-toggle::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .page-header .nav-toggle::before, .page-header .nav-toggle::after,
      .page-header .nav-toggle i:first-child,
      .page-header .nav-toggle i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .page-header .nav-toggle span {
        position: relative;
        display: block; }
        .page-header .nav-toggle span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .page-header .nav-toggle:hover, .page-header a.ct-view-cta:hover .nav-toggle.button, a.ct-view-cta:hover .page-header .nav-toggle.button, .page-header a.ct-view-cta:focus .nav-toggle.button, a.ct-view-cta:focus .page-header .nav-toggle.button, .page-header .nav-toggle:focus {
        background-color: #333333; }
        .page-header .nav-toggle:hover span, .page-header a.ct-view-cta:hover .nav-toggle.button span, a.ct-view-cta:hover .page-header .nav-toggle.button span, .page-header a.ct-view-cta:focus .nav-toggle.button span, a.ct-view-cta:focus .page-header .nav-toggle.button span, .page-header .nav-toggle:focus span {
          position: relative; }
          .page-header .nav-toggle:hover span::after, .page-header a.ct-view-cta:hover .nav-toggle.button span::after, a.ct-view-cta:hover .page-header .nav-toggle.button span::after, .page-header a.ct-view-cta:focus .nav-toggle.button span::after, a.ct-view-cta:focus .page-header .nav-toggle.button span::after, .page-header .nav-toggle:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .page-header .nav-toggle:active {
        background-color: #000; }
      .page-header .nav-toggle.disabled, .page-header .nav-toggle[disabled],
      fieldset[disabled] .page-header .nav-toggle {
        background: #212121;
        color: #fff; }
        .page-header .nav-toggle.disabled span::after, .page-header .nav-toggle[disabled] span::after,
        fieldset[disabled] .page-header .nav-toggle span::after {
          display: none; }
      .page-header .nav-toggle span::after {
        bottom: -.3em;
        height: 0.0625rem; }
      .page-header .nav-toggle::before, .page-header .nav-toggle::after,
      .page-header .nav-toggle i:first-child,
      .page-header .nav-toggle i:last-child {
        font-size: 1.125rem; }
      .page-header .nav-toggle:before, .page-header .nav-toggle:after,
      .page-header .nav-toggle i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .page-header .nav-toggle > span:first-child:last-child,
      .page-header .nav-toggle i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .page-header .nav-toggle:before, .page-header .nav-toggle:after,
      .page-header .nav-toggle i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .page-header .nav-toggle:link > span, .page-header .nav-toggle:visited > span, .page-header .nav-toggle:hover > span, .page-header a.ct-view-cta:hover .nav-toggle.button > span, a.ct-view-cta:hover .page-header .nav-toggle.button > span, .page-header a.ct-view-cta:focus .nav-toggle.button > span, a.ct-view-cta:focus .page-header .nav-toggle.button > span, .page-header a.ct-view-cta:hover .title .nav-toggle.button > span, .page-header a.ct-view-cta:focus .title .nav-toggle.button > span, .page-header .nav-toggle:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .page-header .nav-toggle:hover, .page-header a.ct-view-cta:hover .nav-toggle.button, a.ct-view-cta:hover .page-header .nav-toggle.button, .page-header a.ct-view-cta:focus .nav-toggle.button, a.ct-view-cta:focus .page-header .nav-toggle.button {
        background-color: #333; }
      .page-header .nav-toggle::before {
        color: inherit;
        font-size: 1rem;
        width: 1em;
        line-height: 1em; }
      .page-header .nav-toggle::after {
        left: 0;
        width: auto; }
    .page-header .logo img {
      height: 2.25rem;
      width: 7.625rem; }
    .page-header .navigation li.parent > .submenu {
      background-color: #191919;
      color: #fff; }
      .page-header .navigation li.parent > .submenu li.all {
        display: none; }
    .page-header .navigation li.inspirations > .submenu li.all {
      display: block; }
    .page-header .navigation li.level0 > a {
      text-transform: uppercase; }
    .page-header .mobile-nav-links {
      margin-top: auto; }
      .page-header .mobile-nav-links .top-menu-links a,
      .page-header .mobile-nav-links .compare.wrapper a {
        text-decoration: none; }
      .page-header .mobile-nav-links .switcher.language .dropdown .dropdown {
        width: 100%; }
    .page-header .mobile-nav-footer-blocks {
      margin-top: 0; }
    .page-header .mobile-nav-block {
      color: #fff; }
      .page-header .mobile-nav-block .footer-title {
        text-transform: uppercase; }
        .page-header .mobile-nav-block .footer-title::after {
          color: inherit; }
      .page-header .mobile-nav-block a {
        color: inherit;
        text-decoration: none; }
        .page-header .mobile-nav-block a:hover, .page-header .mobile-nav-block a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header .mobile-nav-block a.button, .page-header .mobile-nav-block a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header .mobile-nav-block a.button, .page-header .mobile-nav-block a:active, .page-header .mobile-nav-block a:focus {
          color: inherit; }
      .page-header .mobile-nav-block.store-social {
        border-bottom: none; }
        .page-header .mobile-nav-block.store-social ul {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          position: static;
          height: auto;
          padding-left: 0;
          padding-right: 0;
          margin: 0;
          background: none;
          visibility: visible;
          opacity: 1;
          -webkit-transform: none;
          transform: none; }
          .page-header .mobile-nav-block.store-social ul li:not(:last-child) {
            margin-right: 0.625rem; }
        .page-header .mobile-nav-block.store-social a {
          border-radius: 50%;
          padding: 0;
          color: #1a1a1a;
          background-color: #3d3d3d;
          transition: background-color 0.2s; }
          .page-header .mobile-nav-block.store-social a:hover, .page-header .mobile-nav-block.store-social a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header .mobile-nav-block.store-social a.button, .page-header .mobile-nav-block.store-social a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header .mobile-nav-block.store-social a.button {
            background-color: #808080; }
          .page-header .mobile-nav-block.store-social a::before {
            width: 2em;
            height: 2em;
            line-height: 2em;
            font-size: 1rem;
            text-align: center; }
    .page-header .header.content {
      max-width: none; }
      .page-header .header.content .block-search {
        margin: 0; } }
  @media only screen and (max-width: 74.9375rem) and (min-width: 75rem) {
    .page-header + .page-main {
      margin-top: 8.1875rem; } }
  @media only screen and (max-width: 74.9375rem) and (max-width: 63.9375rem) {
    .page-header .search-autocomplete {
      max-height: calc(100vh - 11.25rem); } }

.page-header.-fixed {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  padding: 0.625rem 0;
  z-index: 10000;
  transition: box-shadow 0.2s; }
  @media only screen and (max-width: 74.9375rem) {
    .page-header.-fixed + .page-main {
      margin-top: 3.5rem; } }
  @media only screen and (min-width: 75rem) {
    .page-header.-fixed + .page-main {
      margin-top: 8rem; } }
  .page-header.-fixed .nav-toggle {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    color: inherit;
    text-decoration: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    cursor: pointer;
    margin-left: -0.875rem;
    width: 3rem; }
    .page-header.-fixed .nav-toggle:before, .page-header.-fixed .nav-toggle:after,
    .page-header.-fixed .nav-toggle i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .page-header.-fixed .nav-toggle > span:first-child:last-child,
    .page-header.-fixed .nav-toggle i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .page-header.-fixed .nav-toggle:before, .page-header.-fixed .nav-toggle:after,
    .page-header.-fixed .nav-toggle i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .page-header.-fixed .nav-toggle:link > span, .page-header.-fixed .nav-toggle:visited > span, .page-header.-fixed .nav-toggle:hover > span, .page-header.-fixed a.ct-view-cta:hover .nav-toggle.button > span, a.ct-view-cta:hover .page-header.-fixed .nav-toggle.button > span, .page-header.-fixed a.ct-view-cta:focus .nav-toggle.button > span, a.ct-view-cta:focus .page-header.-fixed .nav-toggle.button > span, .page-header.-fixed a.ct-view-cta:hover .title .nav-toggle.button > span, .page-header.-fixed a.ct-view-cta:focus .title .nav-toggle.button > span, .page-header.-fixed .nav-toggle:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .page-header.-fixed .nav-toggle:hover, .page-header.-fixed a.ct-view-cta:hover .nav-toggle.button, a.ct-view-cta:hover .page-header.-fixed .nav-toggle.button, .page-header.-fixed a.ct-view-cta:focus .nav-toggle.button, a.ct-view-cta:focus .page-header.-fixed .nav-toggle.button, .page-header.-fixed .nav-toggle:active, .page-header.-fixed .nav-toggle:focus {
      color: inherit; }
    .page-header.-fixed .nav-toggle:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f0c9";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .nav-open .page-header.-fixed .nav-toggle:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    @media only screen and (min-width: 56.25rem) {
      .page-header.-fixed .nav-toggle {
        margin-right: auto; } }
  .page-header.-fixed .header.panel {
    display: none; }
  .page-header.-fixed .header.content {
    position: relative;
    -webkit-animation: appear 0.2s;
    animation: appear 0.2s; }
    .page-header.-fixed .header.content .logo {
      margin: 0 auto; }
      @media only screen and (min-width: 56.25rem) {
        .page-header.-fixed .header.content .logo {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
  .page-header.-fixed .nav-sections {
    box-shadow: inset 0 0.9375rem 0.9375rem -0.9375rem rgba(0, 0, 0, 0.15);
    position: fixed;
    overflow: auto;
    background: #fff;
    position: relative; }
    .page-header.-fixed .nav-sections a,
    .page-header.-fixed .nav-sections li > span {
      display: block;
      padding: 0.3125rem 0.9375rem; }
    .page-header.-fixed .nav-sections {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      position: fixed;
      top: 3.5rem;
      max-height: calc(100% - 3.5rem);
      width: 100%;
      margin-top: 0; }
    .nav-open .page-header.-fixed .nav-sections {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    @media only screen and (min-width: 75rem) {
      .page-header.-fixed .nav-sections {
        max-width: 25rem;
        max-height: none;
        bottom: 0;
        overflow: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: none; }
        .nav-open .page-header.-fixed .nav-sections {
          -webkit-transform: translateX(0);
          transform: translateX(0);
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
        .page-header.-fixed .nav-sections .section-items,
        .page-header.-fixed .nav-sections .section-item-content {
          height: 100%; }
        .page-header.-fixed .nav-sections .section-item-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          overflow: auto; } }
  .page-header.-fixed .nav-section-items {
    position: relative;
    z-index: 1; }
  .page-header.-fixed .nav-sections-item-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .page-header.-fixed .navigation {
    padding: 1.25rem 0.625rem; }
    .page-header.-fixed .navigation a,
    .page-header.-fixed .navigation li > span {
      display: block; }
    .page-header.-fixed .navigation li.level0 {
      padding: 0;
      border-bottom: 1px solid #f2f2f2; }
      .page-header.-fixed .navigation li.level0.featured {
        padding: 0.9375rem 0 0;
        border-bottom: none; }
        .page-header.-fixed .navigation li.level0.featured a {
          padding-top: 0; }
    .page-header.-fixed .navigation li.active > a,
    .page-header.-fixed .navigation li.active > span, .page-header.-fixed .navigation li.has-active > a,
    .page-header.-fixed .navigation li.has-active > span, .page-header.-fixed .navigation li.menu-item-active > a,
    .page-header.-fixed .navigation li.menu-item-active > span {
      color: #8e8e8e; }
    .page-header.-fixed .navigation li.parent {
      position: relative; }
      .page-header.-fixed .navigation li.parent > a, .page-header.-fixed .navigation li.parent > span {
        position: relative;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        cursor: pointer;
        padding-right: 1.25rem; }
        .page-header.-fixed .navigation li.parent > a:after, .page-header.-fixed .navigation li.parent > span:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f107";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
        .page-header.-fixed .navigation li.parent > a::after, .page-header.-fixed .navigation li.parent > span::after {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
      .page-header.-fixed .navigation li.parent.-active > a::after, .page-header.-fixed .navigation li.parent.-active > span::after {
        -webkit-transform: translateY(-50%) scaleY(-1);
        transform: translateY(-50%) scaleY(-1); }
      .page-header.-fixed .navigation li.parent > .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1001;
        margin: 0.3125rem 0 0 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
      .page-header.-fixed .navigation li.parent.-active > .submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
      .page-header.-fixed .navigation li.parent > a, .page-header.-fixed .navigation li.parent > span {
        margin-right: 0.9375rem; }
      .page-header.-fixed .navigation li.parent .level-top {
        display: block; }
        .page-header.-fixed .navigation li.parent .level-top::after {
          color: #191919; }
      .page-header.-fixed .navigation li.parent.level1 > .submenu {
        margin-left: -1.875rem;
        padding-left: 4.375rem;
        background: #ccc; }
      .page-header.-fixed .navigation li.parent.-active > .submenu {
        position: static; }
      .page-header.-fixed .navigation li.parent .submenu {
        top: auto !important;
        left: 0 !important;
        margin: 0 -0.625rem;
        padding: 1.25rem 0.625rem 1.25rem 1.875rem;
        background: #f2f2f2; }
  .page-header.-fixed .mobile-nav-links {
    padding: 1.25rem 0.625rem;
    color: #191919; }
    .page-header.-fixed .mobile-nav-links .top-menu-links a {
      color: inherit;
      text-decoration: none; }
      .page-header.-fixed .mobile-nav-links .top-menu-links a:hover, .page-header.-fixed .mobile-nav-links .top-menu-links a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header.-fixed .mobile-nav-links .top-menu-links a.button, .page-header.-fixed .mobile-nav-links .top-menu-links a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header.-fixed .mobile-nav-links .top-menu-links a.button, .page-header.-fixed .mobile-nav-links .top-menu-links a:active, .page-header.-fixed .mobile-nav-links .top-menu-links a:focus {
        color: inherit; }
    .page-header.-fixed .mobile-nav-links .compare.wrapper a {
      color: inherit;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .page-header.-fixed .mobile-nav-links .compare.wrapper a:hover, .page-header.-fixed .mobile-nav-links .compare.wrapper a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header.-fixed .mobile-nav-links .compare.wrapper a.button, .page-header.-fixed .mobile-nav-links .compare.wrapper a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header.-fixed .mobile-nav-links .compare.wrapper a.button, .page-header.-fixed .mobile-nav-links .compare.wrapper a:active, .page-header.-fixed .mobile-nav-links .compare.wrapper a:focus {
        color: inherit; }
      .page-header.-fixed .mobile-nav-links .compare.wrapper a .counter {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center; }
    .page-header.-fixed .mobile-nav-links .compare.wrapper .action.compare {
      color: inherit;
      text-decoration: none; }
      .page-header.-fixed .mobile-nav-links .compare.wrapper .action.compare:hover, .page-header.-fixed .mobile-nav-links .compare.wrapper a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .page-header.-fixed .mobile-nav-links .compare.wrapper .action.compare.button, .page-header.-fixed .mobile-nav-links .compare.wrapper a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .page-header.-fixed .mobile-nav-links .compare.wrapper .action.compare.button, .page-header.-fixed .mobile-nav-links .compare.wrapper .action.compare:active, .page-header.-fixed .mobile-nav-links .compare.wrapper .action.compare:focus {
        color: inherit; }
      .page-header.-fixed .mobile-nav-links .compare.wrapper .action.compare.no-display {
        display: none; }
    .page-header.-fixed .mobile-nav-links .switcher .label {
      display: none; }
    .page-header.-fixed .mobile-nav-links .switcher .action.toggle {
      margin-right: 0.9375rem;
      padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
      line-height: 1;
      color: #191919; }
      .page-header.-fixed .mobile-nav-links .switcher .action.toggle::after {
        color: #191919; }
      .page-header.-fixed .mobile-nav-links .switcher .action.toggle strong {
        font-weight: normal; }
    .page-header.-fixed .mobile-nav-links .switcher-options.active .switcher-dropdown {
      position: relative; }
    .page-header.-fixed .mobile-nav-links .dropdown.switcher-dropdown {
      left: 0;
      -webkit-transform: none;
      transform: none;
      box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
      width: 100%;
      min-width: 6.25rem;
      border-radius: 0.1875rem;
      padding: 1.25rem;
      background: #e5e5e5;
      font-size: 0.875rem;
      line-height: 1.25;
      box-shadow: none;
      padding: 0.3125rem 0; }
      .page-header.-fixed .mobile-nav-links .dropdown.switcher-dropdown::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 100%;
        z-index: 1002;
        width: 1.25rem;
        margin-left: -0.625rem;
        border-width: 0.3125rem 0.625rem;
        border-style: solid;
        border-color: #e5e5e5 transparent;
        border-top-width: 0;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
      .page-header.-fixed .mobile-nav-links .dropdown.switcher-dropdown::before, .page-header.-fixed .mobile-nav-links .dropdown.switcher-dropdown::after {
        content: none; }
  .page-header.-fixed .mobile-nav-footer-blocks {
    margin-top: auto;
    padding: 1.875rem 0.625rem 2.5rem 0.625rem;
    background: #1a1a1a; }
  .page-header.-fixed .mobile-nav-block {
    position: relative;
    border-bottom: 1px solid;
    border-color: #343434; }
    .page-header.-fixed .mobile-nav-block > .footer-title {
      position: relative;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      cursor: pointer;
      padding-right: 1.25rem; }
      .page-header.-fixed .mobile-nav-block > .footer-title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .page-header.-fixed .mobile-nav-block > .footer-title::after {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) scaleY(1);
        transform: translateY(-50%) scaleY(1);
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
    .page-header.-fixed .mobile-nav-block.-active > .footer-title::after {
      -webkit-transform: translateY(-50%) scaleY(-1);
      transform: translateY(-50%) scaleY(-1); }
    .page-header.-fixed .mobile-nav-block > ul {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
    .page-header.-fixed .mobile-nav-block.-active > ul {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .page-header.-fixed .mobile-nav-block .footer-title {
      padding: 0.625rem 1.25rem 0.625rem 0.9375rem;
      margin-right: 0.9375rem;
      font-size: 1em;
      font-weight: normal;
      margin-bottom: 0;
      color: #fff; }
      .page-header.-fixed .mobile-nav-block .footer-title::after {
        color: #191919; }
    .page-header.-fixed .mobile-nav-block.-active {
      border-bottom: none; }
      .page-header.-fixed .mobile-nav-block.-active > ul {
        position: static; }
    .page-header.-fixed .mobile-nav-block:not(.-active) > ul {
      height: 0;
      overflow: hidden; }
    .page-header.-fixed .mobile-nav-block ul {
      margin: 0 -0.625rem;
      padding: 1.25rem 0.625rem 1.25rem 1.875rem;
      background: #f2f2f2;
      background-color: #343434; }
    .page-header.-fixed .mobile-nav-block a {
      color: #fff; }
  .page-header.-fixed .search-autocomplete {
    overflow: auto;
    max-height: calc(100vh - 3.5rem); }
    @media only screen and (max-width: 93.75rem) {
      .page-header.-fixed .search-autocomplete {
        width: calc(100% - 2.5rem) !important;
        max-height: calc(100vh - 9.375rem); } }
  .nav-before-open {
    width: 100%;
    height: 100%;
    overflow-x: hidden; }
    .nav-before-open .page-wrapper {
      position: relative;
      height: 100%;
      overflow: hidden; }
  .nav-open .page-header.-fixed .nav-toggle:after {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease-in-out, visibility 0s 0s; }
  .page-header.-fixed .nav-sections li > span.block-cms-link-inline {
    padding: 0; }
  .page-header.-fixed .nav-sections .section-items {
    overflow: auto; }
  .page-header.-fixed .nav-sections .section-item-content {
    min-height: 100%;
    height: auto;
    overflow: hidden; }
  .page-header.-fixed .nav-toggle {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #000;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    width: auto;
    padding: 0.5625rem; }
    .page-header.-fixed .nav-toggle::before, .page-header.-fixed .nav-toggle::after,
    .page-header.-fixed .nav-toggle i:first-child,
    .page-header.-fixed .nav-toggle i:last-child {
      font-size: 1rem; }
    .page-header.-fixed .nav-toggle::before,
    .page-header.-fixed .nav-toggle i:first-child {
      margin-right: 0.625rem; }
    .page-header.-fixed .nav-toggle::after,
    .page-header.-fixed .nav-toggle i:last-child {
      margin-left: 0.625rem; }
    .page-header.-fixed .nav-toggle:hover, .page-header.-fixed a.ct-view-cta:hover .nav-toggle.button, a.ct-view-cta:hover .page-header.-fixed .nav-toggle.button, .page-header.-fixed a.ct-view-cta:focus .nav-toggle.button, a.ct-view-cta:focus .page-header.-fixed .nav-toggle.button, .page-header.-fixed .nav-toggle:focus {
      color: #fff;
      background-color: #1a1a1a; }
    .page-header.-fixed .nav-toggle:active {
      color: #fff;
      background-color: #000; }
    .page-header.-fixed .nav-toggle.disabled, .page-header.-fixed .nav-toggle[disabled],
    fieldset[disabled] .page-header.-fixed .nav-toggle {
      background: #4d4d4d;
      cursor: default;
      color: #999999; }
    .page-header.-fixed .nav-toggle::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .page-header.-fixed .nav-toggle::before, .page-header.-fixed .nav-toggle::after,
    .page-header.-fixed .nav-toggle i:first-child,
    .page-header.-fixed .nav-toggle i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .page-header.-fixed .nav-toggle span {
      position: relative;
      display: block; }
      .page-header.-fixed .nav-toggle span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .page-header.-fixed .nav-toggle:hover, .page-header.-fixed a.ct-view-cta:hover .nav-toggle.button, a.ct-view-cta:hover .page-header.-fixed .nav-toggle.button, .page-header.-fixed a.ct-view-cta:focus .nav-toggle.button, a.ct-view-cta:focus .page-header.-fixed .nav-toggle.button, .page-header.-fixed .nav-toggle:focus {
      background-color: #333333; }
      .page-header.-fixed .nav-toggle:hover span, .page-header.-fixed a.ct-view-cta:hover .nav-toggle.button span, a.ct-view-cta:hover .page-header.-fixed .nav-toggle.button span, .page-header.-fixed a.ct-view-cta:focus .nav-toggle.button span, a.ct-view-cta:focus .page-header.-fixed .nav-toggle.button span, .page-header.-fixed .nav-toggle:focus span {
        position: relative; }
        .page-header.-fixed .nav-toggle:hover span::after, .page-header.-fixed a.ct-view-cta:hover .nav-toggle.button span::after, a.ct-view-cta:hover .page-header.-fixed .nav-toggle.button span::after, .page-header.-fixed a.ct-view-cta:focus .nav-toggle.button span::after, a.ct-view-cta:focus .page-header.-fixed .nav-toggle.button span::after, .page-header.-fixed .nav-toggle:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .page-header.-fixed .nav-toggle:active {
      background-color: #000; }
    .page-header.-fixed .nav-toggle.disabled, .page-header.-fixed .nav-toggle[disabled],
    fieldset[disabled] .page-header.-fixed .nav-toggle {
      background: #212121;
      color: #fff; }
      .page-header.-fixed .nav-toggle.disabled span::after, .page-header.-fixed .nav-toggle[disabled] span::after,
      fieldset[disabled] .page-header.-fixed .nav-toggle span::after {
        display: none; }
    .page-header.-fixed .nav-toggle span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .page-header.-fixed .nav-toggle::before, .page-header.-fixed .nav-toggle::after,
    .page-header.-fixed .nav-toggle i:first-child,
    .page-header.-fixed .nav-toggle i:last-child {
      font-size: 1.125rem; }
    .page-header.-fixed .nav-toggle:before, .page-header.-fixed .nav-toggle:after,
    .page-header.-fixed .nav-toggle i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .page-header.-fixed .nav-toggle > span:first-child:last-child,
    .page-header.-fixed .nav-toggle i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .page-header.-fixed .nav-toggle:before, .page-header.-fixed .nav-toggle:after,
    .page-header.-fixed .nav-toggle i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .page-header.-fixed .nav-toggle:link > span, .page-header.-fixed .nav-toggle:visited > span, .page-header.-fixed .nav-toggle:hover > span, .page-header.-fixed a.ct-view-cta:hover .nav-toggle.button > span, a.ct-view-cta:hover .page-header.-fixed .nav-toggle.button > span, .page-header.-fixed a.ct-view-cta:focus .nav-toggle.button > span, a.ct-view-cta:focus .page-header.-fixed .nav-toggle.button > span, .page-header.-fixed a.ct-view-cta:hover .title .nav-toggle.button > span, .page-header.-fixed a.ct-view-cta:focus .title .nav-toggle.button > span, .page-header.-fixed .nav-toggle:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .page-header.-fixed .nav-toggle:hover, .page-header.-fixed a.ct-view-cta:hover .nav-toggle.button, a.ct-view-cta:hover .page-header.-fixed .nav-toggle.button, .page-header.-fixed a.ct-view-cta:focus .nav-toggle.button, a.ct-view-cta:focus .page-header.-fixed .nav-toggle.button {
      background-color: #333; }
    .page-header.-fixed .nav-toggle::before {
      color: inherit;
      font-size: 1rem;
      width: 1em;
      line-height: 1em; }
    .page-header.-fixed .nav-toggle::after {
      left: 0;
      width: auto; }
  .page-header.-fixed .logo img {
    height: 2.25rem;
    width: 7.625rem; }
  .page-header.-fixed .navigation li.parent > .submenu {
    background-color: #191919;
    color: #fff; }
    .page-header.-fixed .navigation li.parent > .submenu li.all {
      display: none; }
  .page-header.-fixed .navigation li.inspirations > .submenu li.all {
    display: block; }
  .page-header.-fixed .navigation li.level0 > a {
    text-transform: uppercase; }
  .page-header.-fixed .mobile-nav-links {
    margin-top: auto; }
    .page-header.-fixed .mobile-nav-links .top-menu-links a,
    .page-header.-fixed .mobile-nav-links .compare.wrapper a {
      text-decoration: none; }
    .page-header.-fixed .mobile-nav-links .switcher.language .dropdown .dropdown {
      width: 100%; }
  .page-header.-fixed .mobile-nav-footer-blocks {
    margin-top: 0; }
  .page-header.-fixed .mobile-nav-block {
    color: #fff; }
    .page-header.-fixed .mobile-nav-block .footer-title {
      text-transform: uppercase; }
      .page-header.-fixed .mobile-nav-block .footer-title::after {
        color: inherit; }
    .page-header.-fixed .mobile-nav-block a {
      color: inherit;
      text-decoration: none; }
      .page-header.-fixed .mobile-nav-block a:hover, .page-header.-fixed .mobile-nav-block a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header.-fixed .mobile-nav-block a.button, .page-header.-fixed .mobile-nav-block a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header.-fixed .mobile-nav-block a.button, .page-header.-fixed .mobile-nav-block a:active, .page-header.-fixed .mobile-nav-block a:focus {
        color: inherit; }
    .page-header.-fixed .mobile-nav-block.store-social {
      border-bottom: none; }
      .page-header.-fixed .mobile-nav-block.store-social ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: static;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        background: none;
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        transform: none; }
        .page-header.-fixed .mobile-nav-block.store-social ul li:not(:last-child) {
          margin-right: 0.625rem; }
      .page-header.-fixed .mobile-nav-block.store-social a {
        border-radius: 50%;
        padding: 0;
        color: #1a1a1a;
        background-color: #3d3d3d;
        transition: background-color 0.2s; }
        .page-header.-fixed .mobile-nav-block.store-social a:hover, .page-header.-fixed .mobile-nav-block.store-social a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header.-fixed .mobile-nav-block.store-social a.button, .page-header.-fixed .mobile-nav-block.store-social a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header.-fixed .mobile-nav-block.store-social a.button {
          background-color: #808080; }
        .page-header.-fixed .mobile-nav-block.store-social a::before {
          width: 2em;
          height: 2em;
          line-height: 2em;
          font-size: 1rem;
          text-align: center; }
  .page-header.-fixed .header.content {
    max-width: none; }
    .page-header.-fixed .header.content .block-search {
      margin: 0; }
  @media only screen and (min-width: 75rem) {
    .page-header.-fixed + .page-main {
      margin-top: 8.1875rem; } }
  @media only screen and (max-width: 63.9375rem) {
    .page-header.-fixed .search-autocomplete {
      max-height: calc(100vh - 11.25rem); } }

.sidebar-main,
.sidebar-additional {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media only screen and (min-width: 63.9375rem) {
    .sidebar-main,
    .sidebar-additional {
      clear: right;
      margin-left: 4%; }
      .page-layout-3columns .sidebar-main,
      .page-layout-2columns-left .sidebar-main,
      .page-layout-2columns-right .sidebar-main, .page-layout-3columns
      .sidebar-additional,
      .page-layout-2columns-left
      .sidebar-additional,
      .page-layout-2columns-right
      .sidebar-additional {
        float: right;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 24%; } }
    @media only screen and (min-width: 63.9375rem) and (max-width: 71.875rem) {
      .page-layout-3columns .sidebar-main,
      .page-layout-2columns-left .sidebar-main,
      .page-layout-2columns-right .sidebar-main, .page-layout-3columns
      .sidebar-additional,
      .page-layout-2columns-left
      .sidebar-additional,
      .page-layout-2columns-right
      .sidebar-additional {
        width: 27%; } }
    @media only screen and (min-width: 63.9375rem) and (max-width: 63.9375rem) {
      .page-layout-3columns .sidebar-main,
      .page-layout-2columns-left .sidebar-main,
      .page-layout-2columns-right .sidebar-main, .page-layout-3columns
      .sidebar-additional,
      .page-layout-2columns-left
      .sidebar-additional,
      .page-layout-2columns-right
      .sidebar-additional {
        width: 30%; } }
  @media only screen and (min-width: 63.9375rem) {
      .page-layout-3columns .sidebar-main, .page-layout-3columns
      .sidebar-additional {
        width: 21%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
      .page-layout-2columns-left .sidebar-main, .page-layout-2columns-left
      .sidebar-additional {
        float: left;
        clear: left;
        margin-right: 4%;
        margin-left: 0; } }

.sidebar-main {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 1.875rem; }
  @media only screen and (max-width: 74.9375rem) {
    .page-with-filter .columns .sidebar-main {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0; }
    .page-products .columns .sidebar-main {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0; } }

.sidebar-additional {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 1.875rem; }

.sidebar .block {
  padding: 1.875rem;
  background: #fff;
  font-size: 0.875rem;
  color: #808080; }
  @media only screen and (max-width: 74.9375rem) {
    .sidebar .block {
      margin-bottom: 1.25rem; } }
  @media only screen and (min-width: 63.9375rem) {
    .sidebar .block {
      margin-bottom: 1.875rem; } }
  .sidebar .block .title,
  .sidebar .block .block-title {
    margin-bottom: 1.25rem; }
    .sidebar .block .title strong,
    .sidebar .block .block-title strong {
      font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      margin-bottom: 0; }
      .sidebar .block .title strong.-alt,
      .sidebar .block .block-title strong.-alt {
        text-transform: uppercase; }
      .sidebar .block .title strong:first-child,
      .sidebar .block .block-title strong:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .sidebar .block .title strong,
        .sidebar .block .block-title strong {
          font-size: 1.125rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .sidebar .block .title strong,
        .sidebar .block .block-title strong {
          font-size: 1.125rem; } }

.sidebar .block-wishlist .block-title {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .sidebar .block-wishlist .block-title strong {
    margin-right: .5em; }
  .sidebar .block-wishlist .block-title span {
    font-size: 0.875rem;
    line-height: 1.125rem; }
    .sidebar .block-wishlist .block-title span:before {
      content: '('; }
    .sidebar .block-wishlist .block-title span:after {
      content: ')'; }

body.catalog-product-compare-index .tablesaw-advance-dots li:first-child {
  display: none; }

.page-footer {
  position: relative; }
  .page-footer a {
    color: #fff; }
    .page-footer a:hover, .page-footer a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-footer a.button, .page-footer a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-footer a.button, .page-footer a:focus, .page-footer a:active {
      color: #999; }
  .page-footer .footer-top-wrapper {
    padding: 1.875rem 0;
    background: #1a1a1a;
    color: #fff; }
  .page-footer .footer-content-wrapper {
    padding: 1.875rem 0;
    background: #1a1a1a;
    color: #fff; }
  .page-footer .footer-bottom-wrapper {
    background: #1a1a1a;
    color: #fff; }
  .page-footer .footer-top,
  .page-footer .footer-bottom {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 50rem; }
    @media only screen and (max-width: 74.9375rem) {
      .page-footer .footer-top,
      .page-footer .footer-bottom {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  .page-footer .footer-content {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 74.9375rem) {
      .page-footer .footer-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .page-footer .footer-content .footer-title {
      font: bold 2.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 300 1.625rem/1.23077 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      font-size: 1.25rem;
      color: #fff; }
      .page-footer .footer-content .footer-title.-alt {
        text-transform: uppercase; }
      .page-footer .footer-content .footer-title:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .page-footer .footer-content .footer-title {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .page-footer .footer-content .footer-title {
          font-size: 1.5rem; } }
    .page-footer .footer-content .button {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #191919;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #f69052;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase; }
      .page-footer .footer-content .button::before, .page-footer .footer-content .button::after,
      .page-footer .footer-content .button i:first-child,
      .page-footer .footer-content .button i:last-child {
        font-size: 1rem; }
      .page-footer .footer-content .button::before,
      .page-footer .footer-content .button i:first-child {
        margin-right: 0.625rem; }
      .page-footer .footer-content .button::after,
      .page-footer .footer-content .button i:last-child {
        margin-left: 0.625rem; }
      .page-footer .footer-content .button:hover, .page-footer .footer-content a.ct-view-cta:hover .button, a.ct-view-cta:hover .page-footer .footer-content .button, .page-footer .footer-content a.ct-view-cta:focus .button, a.ct-view-cta:focus .page-footer .footer-content .button, .page-footer .footer-content .button:focus {
        color: #fff;
        background-color: #333333; }
      .page-footer .footer-content .button:active {
        color: #fff;
        background-color: #191919; }
      .page-footer .footer-content .button.disabled, .page-footer .footer-content .button[disabled],
      fieldset[disabled] .page-footer .footer-content .button {
        background: #666666;
        cursor: default;
        color: #b2b2b2; }
      .page-footer .footer-content .button::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .page-footer .footer-content .button::before, .page-footer .footer-content .button::after,
      .page-footer .footer-content .button i:first-child,
      .page-footer .footer-content .button i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .page-footer .footer-content .button span {
        position: relative;
        display: block; }
        .page-footer .footer-content .button span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .page-footer .footer-content .button:hover, .page-footer .footer-content a.ct-view-cta:hover .button, a.ct-view-cta:hover .page-footer .footer-content .button, .page-footer .footer-content a.ct-view-cta:focus .button, a.ct-view-cta:focus .page-footer .footer-content .button, .page-footer .footer-content .button:focus {
        background-color: #f7a06a; }
        .page-footer .footer-content .button:hover span, .page-footer .footer-content a.ct-view-cta:hover .button span, a.ct-view-cta:hover .page-footer .footer-content .button span, .page-footer .footer-content a.ct-view-cta:focus .button span, a.ct-view-cta:focus .page-footer .footer-content .button span, .page-footer .footer-content .button:focus span {
          position: relative; }
          .page-footer .footer-content .button:hover span::after, .page-footer .footer-content a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .page-footer .footer-content .button span::after, .page-footer .footer-content a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .page-footer .footer-content .button span::after, .page-footer .footer-content .button:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .page-footer .footer-content .button:active {
        background-color: #f69052; }
      .page-footer .footer-content .button.disabled, .page-footer .footer-content .button[disabled],
      fieldset[disabled] .page-footer .footer-content .button {
        background: #f9b891;
        color: #fff; }
        .page-footer .footer-content .button.disabled span::after, .page-footer .footer-content .button[disabled] span::after,
        fieldset[disabled] .page-footer .footer-content .button span::after {
          display: none; }
  .page-footer .footer-block {
    margin-bottom: 1.875rem; }
    .page-footer .footer-block.store-info .logo {
      display: block;
      margin-bottom: 1.875rem; }
    .page-footer .footer-block.store-info .store-address,
    .page-footer .footer-block.store-info .store-phone-number,
    .page-footer .footer-block.store-info .store-email {
      position: relative;
      margin-top: 1.25rem;
      margin-left: 2.1875rem;
      padding-left: 0.9375rem;
      border-left: 1px solid;
      border-color: #343434; }
      .page-footer .footer-block.store-info .store-address::before,
      .page-footer .footer-block.store-info .store-phone-number::before,
      .page-footer .footer-block.store-info .store-email::before {
        position: absolute;
        top: 50%;
        right: 100%;
        width: 2.1875rem;
        margin-top: -.5em;
        font-size: 1.25rem; }
    .page-footer .footer-block.store-info .store-address:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f3c5";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .page-footer .footer-block.store-info .store-phone-number:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f095";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .page-footer .footer-block.store-info .store-email:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f2b6";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .page-footer .footer-block.store-info .store-email a {
      display: inline-block;
      max-width: 100%;
      word-break: break-all;
      overflow-wrap: break-word;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; }
    .page-footer .footer-block.store-social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      margin-bottom: 0; }
      .page-footer .footer-block.store-social .footer-title {
        margin-bottom: 0; }
      .page-footer .footer-block.store-social ul {
        margin-left: 1.875rem; }
      .page-footer .footer-block.store-social li::before {
        content: none; }
  .page-footer .footer-bottom {
    text-align: center;
    padding: 0.625rem 0;
    border-top: 1px solid;
    border-color: #343434;
    color: #4d4d4d; }
  @media only screen and (min-width: 63.9375rem) {
    .page-footer .footer-content-wrapper {
      padding-top: 5.625rem; }
    .page-footer .footer-content .footer-title {
      margin-bottom: 1em; }
    .page-footer .footer-bottom {
      padding-top: 1.25rem;
      padding-bottom: 2.5rem; }
    .page-footer .footer-block {
      -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
      width: 23%;
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 63.9375rem) {
    .page-footer {
      font-size: 0.875rem; }
      .page-footer .footer-content .button {
        font-size: .875rem;
        padding: 0.3125rem 0.9375rem;
        font-size: 0.875rem;
        line-height: 0.9375rem;
        padding: 0.625rem 1.25rem; }
        .page-footer .footer-content .button span::after {
          bottom: -.3em;
          height: 0.0625rem; }
        .page-footer .footer-content .button::before, .page-footer .footer-content .button::after,
        .page-footer .footer-content .button i:first-child,
        .page-footer .footer-content .button i:last-child {
          font-size: 1.125rem; }
      .page-footer .footer-block {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        width: 48%; } }
  @media only screen and (max-width: 63.875rem) {
    .page-footer .footer-block.store-support, .page-footer .footer-block.store-about {
      display: none; }
    .page-footer .footer-block.store-social {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left; }
      .page-footer .footer-block.store-social ul {
        margin-left: 0;
        margin-top: 1.25rem; } }
  @media only screen and (max-width: 29.9375rem) {
    .page-footer .footer-block {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%; } }
  @media only screen and (max-width: 63.875rem) {
    .page-footer .footer-bottom-wrapper {
      padding: 0 1.25rem; } }

.background-image {
  position: relative;
  overflow: hidden;
  z-index: 0; }
  .background-image img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-height: none;
    max-width: none;
    opacity: 0;
    z-index: -1;
    transition: opacity 1s ease-out; }
  .background-image.-image-loaded img {
    opacity: 1; }
  .no-js .background-image img {
    opacity: 1;
    min-width: 100%;
    min-height: 0;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.block-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .block-title > span {
    margin-left: 0; }

.block-title,
.block .title {
  margin-bottom: 0.625rem; }
  .block-title strong,
  .block .title strong {
    font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-right: 0.9375rem; }
    .block-title strong.-alt,
    .block .title strong.-alt {
      text-transform: uppercase; }
    .block-title strong:first-child,
    .block .title strong:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .block-title strong,
      .block .title strong {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .block-title strong,
      .block .title strong {
        font-size: 1.125rem; } }
  .block-title .box-actions,
  .block .title .box-actions {
    margin-top: 0.3125rem; }
  .block-title p:last-child,
  .block .title p:last-child {
    margin: 0; }
  .block-title:last-child,
  .block .title:last-child {
    margin-bottom: 0; }

.block-collapsible-nav-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .block-collapsible-nav-title {
    position: relative;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    cursor: pointer;
    padding-right: 1.25rem; }
    .block-collapsible-nav-title:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f107";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .block-collapsible-nav-title::after {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) scaleY(1);
      transform: translateY(-50%) scaleY(1);
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .block-collapsible-nav-title.active::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1); }

.block-collapsible-nav-content {
  opacity: 0;
  height: 0;
  visibility: hidden; }
  .block-collapsible-nav-content.active {
    opacity: 1;
    height: auto;
    visibility: visible; }

.breadcrumbs {
  padding: 1.25rem 0;
  font-size: 0.875rem;
  color: #333; }
  @media only screen and (max-width: 74.9375rem) {
    .breadcrumbs {
      padding: 0.625rem 0;
      font-size: 0.75rem; } }
  .page-main > .breadcrumbs .items,
  .page-wrapper > .breadcrumbs .items {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (max-width: 74.9375rem) {
      .page-main > .breadcrumbs .items,
      .page-wrapper > .breadcrumbs .items {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  .breadcrumbs .items > li {
    display: inline;
    vertical-align: top; }
    .breadcrumbs .items > li strong {
      font-weight: normal; }
  .breadcrumbs .item {
    margin: 0; }
    .breadcrumbs .item:not(:last-child) {
      display: inline; }
      .breadcrumbs .item:not(:last-child):after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        vertical-align: middle;
        margin: 0 0.625rem; }
        @media only screen and (max-width: 74.9375rem) {
          .breadcrumbs .item:not(:last-child):after {
            margin: 0 0.375rem; } }

.sidebar .block-compare.block {
  padding-bottom: 1.875rem; }

.block-compare .block-title {
  display: block; }
  .block-compare .block-title strong {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.3125rem; }

.block-compare .counter.qty {
  display: inline-block;
  vertical-align: -0.375rem;
  margin-left: 0.25rem;
  padding: 0;
  background: none;
  font-size: 0.875rem;
  line-height: 1;
  color: #b4b4b4; }
  .block-compare .counter.qty::before {
    content: '('; }
  .block-compare .counter.qty::after {
    content: ')'; }
  .block-compare .counter.qty.no-display {
    display: none; }

.block-compare .empty {
  margin-bottom: 1em; }

.block-compare .product-items {
  margin-top: 2.5rem; }

.block-compare .product-item {
  position: relative;
  margin-top: 1.25rem;
  padding-left: 1.875rem; }
  .block-compare .product-item .product-item-name {
    display: block;
    font-weight: bold;
    line-height: 1;
    color: #333; }
    .block-compare .product-item .product-item-name a {
      color: inherit;
      text-decoration: none; }
      .block-compare .product-item .product-item-name a:hover, .block-compare .product-item .product-item-name a.ct-view-cta:hover a.button, a.ct-view-cta:hover .block-compare .product-item .product-item-name a.button, .block-compare .product-item .product-item-name a.ct-view-cta:focus a.button, a.ct-view-cta:focus .block-compare .product-item .product-item-name a.button, .block-compare .product-item .product-item-name a:active, .block-compare .product-item .product-item-name a:focus {
        color: inherit; }
  .block-compare .product-item .action.delete {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    position: absolute;
    top: -0.875rem;
    left: -0.875rem; }
    .block-compare .product-item .action.delete:focus, .block-compare .product-item .action.delete:active, .block-compare .product-item .action.delete:hover, .block-compare .product-item a.ct-view-cta:hover .action.delete.button, a.ct-view-cta:hover .block-compare .product-item .action.delete.button, .block-compare .product-item a.ct-view-cta:focus .action.delete.button, a.ct-view-cta:focus .block-compare .product-item .action.delete.button {
      background: none;
      border: none; }
    .block-compare .product-item .action.delete.disabled, .block-compare .product-item .action.delete[disabled],
    fieldset[disabled] .block-compare .product-item .action.delete {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .block-compare .product-item .action.delete:before, .block-compare .product-item .action.delete:after,
    .block-compare .product-item .action.delete i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .block-compare .product-item .action.delete > span:first-child:last-child,
    .block-compare .product-item .action.delete i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .block-compare .product-item .action.delete:before, .block-compare .product-item .action.delete:after,
    .block-compare .product-item .action.delete i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .block-compare .product-item .action.delete:link > span, .block-compare .product-item .action.delete:visited > span, .block-compare .product-item .action.delete:hover > span, .block-compare .product-item a.ct-view-cta:hover .action.delete.button > span, a.ct-view-cta:hover .block-compare .product-item .action.delete.button > span, .block-compare .product-item a.ct-view-cta:focus .action.delete.button > span, a.ct-view-cta:focus .block-compare .product-item .action.delete.button > span, .block-compare .product-item a.ct-view-cta:hover .title .action.delete.button > span, .block-compare .product-item a.ct-view-cta:focus .title .action.delete.button > span, .block-compare .product-item .action.delete:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-compare .product-item .action.delete:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .block-compare .product-item .action.delete:hover, .block-compare .product-item a.ct-view-cta:hover .action.delete.button, a.ct-view-cta:hover .block-compare .product-item .action.delete.button, .block-compare .product-item a.ct-view-cta:focus .action.delete.button, a.ct-view-cta:focus .block-compare .product-item .action.delete.button, .block-compare .product-item .action.delete:active, .block-compare .product-item .action.delete:focus {
      color: inherit; }
    .block-compare .product-item .action.delete::before {
      font-size: 0.875rem; }

.block-compare .actions-toolbar {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2.5rem 0 0; }
  .block-compare .actions-toolbar .primary {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0.3125rem;
    margin-left: 0; }
  .block-compare .actions-toolbar .secondary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .block-compare .actions-toolbar .action.compare {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #74c7ce;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #74c7ce;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem; }
    .block-compare .actions-toolbar .action.compare::before, .block-compare .actions-toolbar .action.compare::after,
    .block-compare .actions-toolbar .action.compare i:first-child,
    .block-compare .actions-toolbar .action.compare i:last-child {
      font-size: 1rem; }
    .block-compare .actions-toolbar .action.compare::before,
    .block-compare .actions-toolbar .action.compare i:first-child {
      margin-right: 0.625rem; }
    .block-compare .actions-toolbar .action.compare::after,
    .block-compare .actions-toolbar .action.compare i:last-child {
      margin-left: 0.625rem; }
    .block-compare .actions-toolbar .action.compare:hover, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar .action.compare:focus {
      color: #fff;
      background-color: #9ad6db; }
    .block-compare .actions-toolbar .action.compare:active {
      color: #fff;
      background-color: #74c7ce; }
    .block-compare .actions-toolbar .action.compare.disabled, .block-compare .actions-toolbar .action.compare[disabled],
    fieldset[disabled] .block-compare .actions-toolbar .action.compare {
      background: #e5f5f6;
      cursor: default;
      color: white; }
    .block-compare .actions-toolbar .action.compare::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .block-compare .actions-toolbar .action.compare::before, .block-compare .actions-toolbar .action.compare::after,
    .block-compare .actions-toolbar .action.compare i:first-child,
    .block-compare .actions-toolbar .action.compare i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .block-compare .actions-toolbar .action.compare span {
      position: relative;
      display: block; }
      .block-compare .actions-toolbar .action.compare span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .block-compare .actions-toolbar .action.compare:hover, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar .action.compare:focus {
      background-color: #87cfd5; }
      .block-compare .actions-toolbar .action.compare:hover span, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button span, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button span, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button span, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button span, .block-compare .actions-toolbar .action.compare:focus span {
        position: relative; }
        .block-compare .actions-toolbar .action.compare:hover span::after, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button span::after, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button span::after, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button span::after, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button span::after, .block-compare .actions-toolbar .action.compare:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .block-compare .actions-toolbar .action.compare:active {
      background-color: #74c7ce; }
    .block-compare .actions-toolbar .action.compare.disabled, .block-compare .actions-toolbar .action.compare[disabled],
    fieldset[disabled] .block-compare .actions-toolbar .action.compare {
      background: #a5dbdf;
      color: #fff; }
      .block-compare .actions-toolbar .action.compare.disabled span::after, .block-compare .actions-toolbar .action.compare[disabled] span::after,
      fieldset[disabled] .block-compare .actions-toolbar .action.compare span::after {
        display: none; }
    .block-compare .actions-toolbar .action.compare span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .block-compare .actions-toolbar .action.compare::before, .block-compare .actions-toolbar .action.compare::after,
    .block-compare .actions-toolbar .action.compare i:first-child,
    .block-compare .actions-toolbar .action.compare i:last-child {
      font-size: 1.125rem; }
    .block-compare .actions-toolbar .action.compare:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f0ec";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .block-compare .actions-toolbar .action.clear {
    text-decoration: underline; }

body.catalog-product_compare-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    body.catalog-product_compare-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  body.catalog-product_compare-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      body.catalog-product_compare-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      body.catalog-product_compare-index .page-title-wrapper::before {
        height: 7.5rem; } }
  body.catalog-product_compare-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    body.catalog-product_compare-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      body.catalog-product_compare-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      body.catalog-product_compare-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    body.catalog-product_compare-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        body.catalog-product_compare-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    body.catalog-product_compare-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        body.catalog-product_compare-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

body.catalog-product_compare-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    body.catalog-product_compare-index .columns {
      padding-top: 1.5rem; } }

body.catalog-product_compare-index .page-title-wrapper {
  margin-bottom: 0; }

body.catalog-product_compare-index .columns {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  background: #fbfbfb; }

body.catalog-product_compare-index .column.main {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden;
  max-width: none;
  text-align: center;
  padding-bottom: 0; }
  @media only screen and (max-width: 74.9375rem) {
    body.catalog-product_compare-index .column.main {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

body.catalog-product_compare-index .action.print {
  display: none; }
  @media only screen and (min-width: 75rem) {
    body.catalog-product_compare-index .action.print {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #74c7ce;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #74c7ce;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .875rem;
      padding: 0.3125rem 0.9375rem;
      font-size: 0.875rem;
      line-height: 0.9375rem;
      padding: 0.625rem 1.25rem;
      margin: 0 auto 1.875rem; }
      body.catalog-product_compare-index .action.print::before, body.catalog-product_compare-index .action.print::after,
      body.catalog-product_compare-index .action.print i:first-child,
      body.catalog-product_compare-index .action.print i:last-child {
        font-size: 1rem; }
      body.catalog-product_compare-index .action.print::before,
      body.catalog-product_compare-index .action.print i:first-child {
        margin-right: 0.625rem; }
      body.catalog-product_compare-index .action.print::after,
      body.catalog-product_compare-index .action.print i:last-child {
        margin-left: 0.625rem; }
      body.catalog-product_compare-index .action.print:hover, body.catalog-product_compare-index a.ct-view-cta:hover .action.print.button, a.ct-view-cta:hover body.catalog-product_compare-index .action.print.button, body.catalog-product_compare-index a.ct-view-cta:focus .action.print.button, a.ct-view-cta:focus body.catalog-product_compare-index .action.print.button, body.catalog-product_compare-index .action.print:focus {
        color: #fff;
        background-color: #9ad6db; }
      body.catalog-product_compare-index .action.print:active {
        color: #fff;
        background-color: #74c7ce; }
      body.catalog-product_compare-index .action.print.disabled, body.catalog-product_compare-index .action.print[disabled],
      fieldset[disabled] body.catalog-product_compare-index .action.print {
        background: #e5f5f6;
        cursor: default;
        color: white; }
      body.catalog-product_compare-index .action.print::-moz-focus-inner {
        border: 0;
        padding: 0; }
      body.catalog-product_compare-index .action.print::before, body.catalog-product_compare-index .action.print::after,
      body.catalog-product_compare-index .action.print i:first-child,
      body.catalog-product_compare-index .action.print i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      body.catalog-product_compare-index .action.print span {
        position: relative;
        display: block; }
        body.catalog-product_compare-index .action.print span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      body.catalog-product_compare-index .action.print:hover, body.catalog-product_compare-index a.ct-view-cta:hover .action.print.button, a.ct-view-cta:hover body.catalog-product_compare-index .action.print.button, body.catalog-product_compare-index a.ct-view-cta:focus .action.print.button, a.ct-view-cta:focus body.catalog-product_compare-index .action.print.button, body.catalog-product_compare-index .action.print:focus {
        background-color: #87cfd5; }
        body.catalog-product_compare-index .action.print:hover span, body.catalog-product_compare-index a.ct-view-cta:hover .action.print.button span, a.ct-view-cta:hover body.catalog-product_compare-index .action.print.button span, body.catalog-product_compare-index a.ct-view-cta:focus .action.print.button span, a.ct-view-cta:focus body.catalog-product_compare-index .action.print.button span, body.catalog-product_compare-index .action.print:focus span {
          position: relative; }
          body.catalog-product_compare-index .action.print:hover span::after, body.catalog-product_compare-index a.ct-view-cta:hover .action.print.button span::after, a.ct-view-cta:hover body.catalog-product_compare-index .action.print.button span::after, body.catalog-product_compare-index a.ct-view-cta:focus .action.print.button span::after, a.ct-view-cta:focus body.catalog-product_compare-index .action.print.button span::after, body.catalog-product_compare-index .action.print:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      body.catalog-product_compare-index .action.print:active {
        background-color: #74c7ce; }
      body.catalog-product_compare-index .action.print.disabled, body.catalog-product_compare-index .action.print[disabled],
      fieldset[disabled] body.catalog-product_compare-index .action.print {
        background: #a5dbdf;
        color: #fff; }
        body.catalog-product_compare-index .action.print.disabled span::after, body.catalog-product_compare-index .action.print[disabled] span::after,
        fieldset[disabled] body.catalog-product_compare-index .action.print span::after {
          display: none; }
      body.catalog-product_compare-index .action.print span::after {
        bottom: -.3em;
        height: 0.0625rem; }
      body.catalog-product_compare-index .action.print::before, body.catalog-product_compare-index .action.print::after,
      body.catalog-product_compare-index .action.print i:first-child,
      body.catalog-product_compare-index .action.print i:last-child {
        font-size: 1.125rem; }
      body.catalog-product_compare-index .action.print:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f02f";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; } }

.table-wrapper.comparison {
  position: relative;
  clear: both;
  min-width: 0;
  text-align: left; }

.table-comparison {
  table-layout: fixed;
  font-size: 0.875rem;
  line-height: 1.35; }
  .table-comparison tr {
    border-bottom: 1px solid #e5e5e5; }
    .table-comparison tr::before, .table-comparison tr::after {
      content: '';
      display: table-cell;
      width: auto; }
  .table-comparison thead tr {
    border: none !important; }
  .table-comparison thead .cell {
    text-align: center; }
  .table-comparison tbody:last-child tr:last-child {
    border-bottom: none; }
  .table-comparison .cell.label,
  .table-comparison td:last-child {
    border-right: 0.0625rem solid #e5e5e5; }
  .table-comparison .cell {
    vertical-align: top;
    width: 18.75rem;
    padding: 1.875rem ren(15); }
    @media only screen and (max-width: 75rem) {
      .table-comparison .cell {
        width: 12.5rem; } }
    .table-comparison .cell .attribute.value {
      width: auto;
      overflow: hidden; }
    .table-comparison .cell.product.label {
      border-bottom: 0.0625rem solid #e5e5e5; }
    .table-comparison .cell.label {
      width: 9.375rem;
      min-width: 6.25rem;
      padding-left: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .table-comparison .cell.label {
          width: 6.25rem; } }
      .table-comparison .cell.label .attribute.label {
        display: inline;
        width: auto;
        word-wrap: normal; }
    .table-comparison .cell.product.label span, .table-comparison .cell.product-name.label span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .table-comparison .product-item-photo {
    position: relative;
    display: block;
    margin: 0 auto 1.875rem; }
    .table-comparison .product-item-photo .product-image-container {
      display: block;
      background: #fff;
      width: auto !important; }
      .table-comparison .product-item-photo .product-image-container::after {
        box-shadow: inset 0 0 4.375rem rgba(0, 0, 0, 0.07);
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-name {
    font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    letter-spacing: normal; }
    .table-comparison .product-item-name.-alt {
      text-transform: uppercase; }
    .table-comparison .product-item-name:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .table-comparison .product-item-name {
        font-size: 1rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .table-comparison .product-item-name {
        font-size: 0.875rem; } }
    .table-comparison .product-item-name a {
      color: inherit;
      text-decoration: none; }
      .table-comparison .product-item-name a:hover, .table-comparison .product-item-name a.ct-view-cta:hover a.button, a.ct-view-cta:hover .table-comparison .product-item-name a.button, .table-comparison .product-item-name a.ct-view-cta:focus a.button, a.ct-view-cta:focus .table-comparison .product-item-name a.button, .table-comparison .product-item-name a:active, .table-comparison .product-item-name a:focus {
        color: inherit; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    display: block;
    margin: 0.9375rem 0; }
  .table-comparison .price-box {
    float: left;
    max-width: calc(100% - 2.5rem);
    margin-top: 0;
    font-size: 1rem;
    font-weight: bold;
    color: #1a1a1a; }
  .table-comparison .product-addto-links {
    margin-top: 0.9375rem; }
    .table-comparison .product-addto-links .action.split {
      padding: 0.3125rem 0.5rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .product-reviews-summary {
    float: right;
    margin-top: 0;
    color: #1a1a1a;
    font-size: 1rem; }
    .table-comparison .product-reviews-summary::before {
      line-height: 2; }
    .table-comparison .product-reviews-summary span {
      display: inline-block;
      line-height: 1.875rem; }
  .table-comparison .product-item-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    clear: both;
    margin-bottom: 0;
    margin-right: -0.625rem; }
    .table-comparison .product-item-actions .actions-primary {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-right: 0.625rem;
      margin-bottom: 0.3125rem; }
      .table-comparison .product-item-actions .actions-primary + .actions-secondary {
        margin: 0 0.625rem 0.3125rem 0; }
        .table-comparison .product-item-actions .actions-primary + .actions-secondary .action {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          vertical-align: middle;
          margin: 0;
          border: 1px solid #e5e5e5;
          border-radius: 0.1875rem;
          padding: 1rem 1.25rem;
          background-image: none;
          background: #f2f2f2;
          color: #74c7ce;
          font-size: 0.875rem;
          font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          cursor: pointer;
          transition: all 0.2s ease-in-out;
          background-color: #f2f2f2;
          border-radius: 0 .8em;
          font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
          font-size: 1.125rem;
          padding: 1rem 1.875rem;
          text-decoration: none;
          text-transform: uppercase;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          vertical-align: middle;
          margin: 0;
          border: 1px solid transparent;
          border-radius: 0.1875rem;
          padding: 1rem 1.25rem;
          background-image: none;
          background: #f2f2f2;
          color: #6f6f6f;
          font-size: 0.875rem;
          font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
          font-weight: bold;
          line-height: 1;
          text-align: center;
          cursor: pointer;
          transition: all 0.2s ease-in-out;
          background-color: #f2f2f2;
          border-radius: 0 .8em;
          font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
          font-size: 1.125rem;
          padding: 1rem 1.875rem;
          text-decoration: none;
          text-transform: uppercase;
          display: inline-block;
          line-height: 1;
          white-space: nowrap;
          padding: 0.875rem;
          padding: 0.8125rem;
          font-size: .875rem;
          padding: 0.3125rem 0.9375rem;
          font-size: 0.875rem;
          line-height: 0.9375rem;
          padding: 0.625rem 1.25rem;
          padding: 0.5625rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::before, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:first-child,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:last-child {
            font-size: 1rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::before,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:first-child {
            margin-right: 0.625rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:last-child {
            margin-left: 0.625rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus {
            color: #74c7ce;
            background-color: white; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:active {
            color: #74c7ce;
            background-color: #f2f2f2; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.disabled, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action[disabled],
          fieldset[disabled] .table-comparison .product-item-actions .actions-primary + .actions-secondary .action {
            background: white;
            cursor: default;
            color: white; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::-moz-focus-inner {
            border: 0;
            padding: 0; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::before, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:first-child,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:last-child {
            font-size: 1.625rem;
            margin-top: -0.3125rem;
            margin-bottom: -0.3125rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action span {
            position: relative;
            display: block; }
            .table-comparison .product-item-actions .actions-primary + .actions-secondary .action span::after {
              content: '';
              display: block;
              height: 0.125rem;
              position: absolute;
              left: 50%;
              right: 50%;
              bottom: -.5em;
              transition: all 0.2s; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus {
            background-color: #e5e5e5; }
            .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover span, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button span, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button span, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus span {
              position: relative; }
              .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover span::after, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button span::after, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button span::after, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus span::after {
                left: 0;
                right: 0;
                background: currentcolor; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:active {
            background-color: #f2f2f2; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.disabled, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action[disabled],
          fieldset[disabled] .table-comparison .product-item-actions .actions-primary + .actions-secondary .action {
            background: white;
            color: #fff; }
            .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.disabled span::after, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action[disabled] span::after,
            fieldset[disabled] .table-comparison .product-item-actions .actions-primary + .actions-secondary .action span::after {
              display: none; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus {
            background-color: #e5e5e5; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:active {
            background-color: #f2f2f2; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.disabled, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action[disabled],
          fieldset[disabled] .table-comparison .product-item-actions .actions-primary + .actions-secondary .action {
            color: #e5e5e5;
            background-color: #fff; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::before, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:first-child,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:last-child {
            font-size: 1rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::before,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:first-child {
            margin-right: 0.625rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:last-child {
            margin-left: 0.625rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus {
            color: #6f6f6f;
            background-color: white; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:active {
            color: #6f6f6f;
            background-color: #f2f2f2; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.disabled, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action[disabled],
          fieldset[disabled] .table-comparison .product-item-actions .actions-primary + .actions-secondary .action {
            background: white;
            cursor: default;
            color: white; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::-moz-focus-inner {
            border: 0;
            padding: 0; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::before, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:first-child,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:last-child {
            font-size: 1.625rem;
            margin-top: -0.3125rem;
            margin-bottom: -0.3125rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action span {
            position: relative;
            display: block; }
            .table-comparison .product-item-actions .actions-primary + .actions-secondary .action span::after {
              content: '';
              display: block;
              height: 0.125rem;
              position: absolute;
              left: 50%;
              right: 50%;
              bottom: -.5em;
              transition: all 0.2s; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus {
            background-color: #e5e5e5; }
            .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover span, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button span, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button span, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus span {
              position: relative; }
              .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover span::after, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button span::after, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button span::after, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus span::after {
                left: 0;
                right: 0;
                background: currentcolor; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:active {
            background-color: #f2f2f2; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.disabled, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action[disabled],
          fieldset[disabled] .table-comparison .product-item-actions .actions-primary + .actions-secondary .action {
            background: white;
            color: #fff; }
            .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.disabled span::after, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action[disabled] span::after,
            fieldset[disabled] .table-comparison .product-item-actions .actions-primary + .actions-secondary .action span::after {
              display: none; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:focus {
            background-color: #fbfbfb; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:active {
            background-color: #e5e5e5; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.disabled, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action[disabled],
          fieldset[disabled] .table-comparison .product-item-actions .actions-primary + .actions-secondary .action {
            color: #ccc;
            background-color: #fbfbfb; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:before, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i {
            vertical-align: top;
            margin: 0;
            font-size: 1.25rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action > span:first-child:last-child,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i + span:last-child {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
            vertical-align: top; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:before, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i {
            width: 1.2em;
            line-height: 1.2em;
            text-align: center; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:link > span, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:visited > span, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:hover > span, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .action.button > span, a.ct-view-cta:hover .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button > span, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .action.button > span, a.ct-view-cta:focus .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.button > span, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:hover .title .action.button > span, .table-comparison .product-item-actions .actions-primary + .actions-secondary a.ct-view-cta:focus .title .action.button > span, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action:active > span {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action span::after {
            bottom: -.3em;
            height: 0.0625rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::before, .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::after,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:first-child,
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action i:last-child {
            font-size: 1.125rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action::before {
            font-size: 1.125rem; }
        .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.towishlist:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f004";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
        .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.delete {
          margin-left: 0.3125rem; }
          .table-comparison .product-item-actions .actions-primary + .actions-secondary .action.delete:before {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            vertical-align: -.125em;
            vertical-align: middle;
            content: "\f1f8";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400; }
  .table-comparison .action.tocart {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f69052;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f69052;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem;
    width: 100%;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    line-height: 1.5rem;
    white-space: nowrap; }
    .table-comparison .action.tocart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f217";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      vertical-align: top;
      font-size: 1.25rem;
      line-height: 1.2; }
    .table-comparison .action.tocart::before, .table-comparison .action.tocart::after,
    .table-comparison .action.tocart i:first-child,
    .table-comparison .action.tocart i:last-child {
      font-size: 1rem; }
    .table-comparison .action.tocart::before,
    .table-comparison .action.tocart i:first-child {
      margin-right: 0.625rem; }
    .table-comparison .action.tocart::after,
    .table-comparison .action.tocart i:last-child {
      margin-left: 0.625rem; }
    .table-comparison .action.tocart:hover, .table-comparison a.ct-view-cta:hover .action.tocart.button, a.ct-view-cta:hover .table-comparison .action.tocart.button, .table-comparison a.ct-view-cta:focus .action.tocart.button, a.ct-view-cta:focus .table-comparison .action.tocart.button, .table-comparison .action.tocart:focus {
      color: #fff;
      background-color: #f9af82; }
    .table-comparison .action.tocart:active {
      color: #fff;
      background-color: #f69052; }
    .table-comparison .action.tocart.disabled, .table-comparison .action.tocart[disabled],
    fieldset[disabled] .table-comparison .action.tocart {
      background: #feede3;
      cursor: default;
      color: white; }
    .table-comparison .action.tocart::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .table-comparison .action.tocart::before, .table-comparison .action.tocart::after,
    .table-comparison .action.tocart i:first-child,
    .table-comparison .action.tocart i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .table-comparison .action.tocart span {
      position: relative;
      display: block; }
      .table-comparison .action.tocart span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .table-comparison .action.tocart:hover, .table-comparison a.ct-view-cta:hover .action.tocart.button, a.ct-view-cta:hover .table-comparison .action.tocart.button, .table-comparison a.ct-view-cta:focus .action.tocart.button, a.ct-view-cta:focus .table-comparison .action.tocart.button, .table-comparison .action.tocart:focus {
      background-color: #f7a06a; }
      .table-comparison .action.tocart:hover span, .table-comparison a.ct-view-cta:hover .action.tocart.button span, a.ct-view-cta:hover .table-comparison .action.tocart.button span, .table-comparison a.ct-view-cta:focus .action.tocart.button span, a.ct-view-cta:focus .table-comparison .action.tocart.button span, .table-comparison .action.tocart:focus span {
        position: relative; }
        .table-comparison .action.tocart:hover span::after, .table-comparison a.ct-view-cta:hover .action.tocart.button span::after, a.ct-view-cta:hover .table-comparison .action.tocart.button span::after, .table-comparison a.ct-view-cta:focus .action.tocart.button span::after, a.ct-view-cta:focus .table-comparison .action.tocart.button span::after, .table-comparison .action.tocart:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .table-comparison .action.tocart:active {
      background-color: #f69052; }
    .table-comparison .action.tocart.disabled, .table-comparison .action.tocart[disabled],
    fieldset[disabled] .table-comparison .action.tocart {
      background: #f9b891;
      color: #fff; }
      .table-comparison .action.tocart.disabled span::after, .table-comparison .action.tocart[disabled] span::after,
      fieldset[disabled] .table-comparison .action.tocart span::after {
        display: none; }
    .table-comparison .action.tocart span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .table-comparison .action.tocart::before, .table-comparison .action.tocart::after,
    .table-comparison .action.tocart i:first-child,
    .table-comparison .action.tocart i:last-child {
      font-size: 1.125rem; }

div.dropdown {
  position: relative; }
  div.dropdown::before, div.dropdown::after {
    content: ' ';
    display: table; }
  div.dropdown::after {
    clear: both; }
  div.dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1001;
    margin: 0.3125rem 0 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%); }
  div.dropdown.active .dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
  div.dropdown .action.toggle {
    position: relative;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    cursor: pointer;
    padding-right: 1.25rem; }
    div.dropdown .action.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f107";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    div.dropdown .action.toggle::after {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) scaleY(1);
      transform: translateY(-50%) scaleY(1);
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  div.dropdown .action.toggle.active::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1); }
  div.dropdown .dropdown,
  div.dropdown .ui-dialog {
    display: block !important; }
  div.dropdown .dropdown {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
    width: 100%;
    min-width: 6.25rem;
    border-radius: 0.1875rem;
    padding: 1.25rem;
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.25;
    border: 1px solid #f2f2f2; }
    div.dropdown .dropdown::before, div.dropdown .dropdown::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      bottom: 100%;
      z-index: 1002;
      width: 1.25rem;
      margin-left: -0.625rem;
      border-width: 0.3125rem 0.625rem;
      border-style: solid;
      border-color: #fff transparent;
      border-top-width: 0;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    div.dropdown .dropdown::before {
      z-index: 1001;
      width: 1.375rem;
      margin-left: -0.6875rem;
      border-color: #f2f2f2 transparent;
      border-width: 0.375rem 0.6875rem;
      border-top-width: 0; }

@media only screen and (max-width: 63.875rem) {
  .block.filter {
    position: relative;
    overflow: hidden; }
    .block.filter .block-content {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
    .block.filter.active .block-content {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .block.filter .block-title strong {
      position: relative;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      cursor: pointer;
      padding-right: 1.25rem; }
      .block.filter .block-title strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .block.filter .block-title strong::after {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) scaleY(1);
        transform: translateY(-50%) scaleY(1);
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
    .block.filter.active .block-title strong::after {
      -webkit-transform: translateY(-50%) scaleY(-1);
      transform: translateY(-50%) scaleY(-1); }
    .block.filter .block-title {
      display: block; }
      .block.filter .block-title strong {
        display: block;
        margin-right: 0; } }

.block.filter.active .block-content {
  position: static; }

.block.filter .block-subtitle {
  display: none; }

.block.filter .filter-current .item {
  position: relative;
  margin-bottom: 0.625rem;
  padding-left: 1.875rem; }
  .block.filter .filter-current .item .filter-label {
    display: block;
    font-weight: bold;
    line-height: 1;
    color: #191919; }
  .block.filter .filter-current .item .action.remove {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    position: absolute;
    top: -0.875rem;
    left: -0.875rem; }
    .block.filter .filter-current .item .action.remove:focus, .block.filter .filter-current .item .action.remove:active, .block.filter .filter-current .item .action.remove:hover, .block.filter .filter-current .item a.ct-view-cta:hover .action.remove.button, a.ct-view-cta:hover .block.filter .filter-current .item .action.remove.button, .block.filter .filter-current .item a.ct-view-cta:focus .action.remove.button, a.ct-view-cta:focus .block.filter .filter-current .item .action.remove.button {
      background: none;
      border: none; }
    .block.filter .filter-current .item .action.remove.disabled, .block.filter .filter-current .item .action.remove[disabled],
    fieldset[disabled] .block.filter .filter-current .item .action.remove {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .block.filter .filter-current .item .action.remove:before, .block.filter .filter-current .item .action.remove:after,
    .block.filter .filter-current .item .action.remove i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .block.filter .filter-current .item .action.remove > span:first-child:last-child,
    .block.filter .filter-current .item .action.remove i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .block.filter .filter-current .item .action.remove:before, .block.filter .filter-current .item .action.remove:after,
    .block.filter .filter-current .item .action.remove i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .block.filter .filter-current .item .action.remove:link > span, .block.filter .filter-current .item .action.remove:visited > span, .block.filter .filter-current .item .action.remove:hover > span, .block.filter .filter-current .item a.ct-view-cta:hover .action.remove.button > span, a.ct-view-cta:hover .block.filter .filter-current .item .action.remove.button > span, .block.filter .filter-current .item a.ct-view-cta:focus .action.remove.button > span, a.ct-view-cta:focus .block.filter .filter-current .item .action.remove.button > span, .block.filter .filter-current .item a.ct-view-cta:hover .title .action.remove.button > span, .block.filter .filter-current .item a.ct-view-cta:focus .title .action.remove.button > span, .block.filter .filter-current .item .action.remove:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block.filter .filter-current .item .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .block.filter .filter-current .item .action.remove:hover, .block.filter .filter-current .item a.ct-view-cta:hover .action.remove.button, a.ct-view-cta:hover .block.filter .filter-current .item .action.remove.button, .block.filter .filter-current .item a.ct-view-cta:focus .action.remove.button, a.ct-view-cta:focus .block.filter .filter-current .item .action.remove.button, .block.filter .filter-current .item .action.remove:active, .block.filter .filter-current .item .action.remove:focus {
      color: inherit; }
    .block.filter .filter-current .item .action.remove::before {
      font-size: 0.875rem; }

.block.filter .filter-current + .filter-actions {
  margin-bottom: 1.875rem; }
  .block.filter .filter-current + .filter-actions .action.clear {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #74c7ce;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #6f6f6f;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem; }
    .block.filter .filter-current + .filter-actions .action.clear::before, .block.filter .filter-current + .filter-actions .action.clear::after,
    .block.filter .filter-current + .filter-actions .action.clear i:first-child,
    .block.filter .filter-current + .filter-actions .action.clear i:last-child {
      font-size: 1rem; }
    .block.filter .filter-current + .filter-actions .action.clear::before,
    .block.filter .filter-current + .filter-actions .action.clear i:first-child {
      margin-right: 0.625rem; }
    .block.filter .filter-current + .filter-actions .action.clear::after,
    .block.filter .filter-current + .filter-actions .action.clear i:last-child {
      margin-left: 0.625rem; }
    .block.filter .filter-current + .filter-actions .action.clear:hover, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions .action.clear:focus {
      color: #74c7ce;
      background-color: white; }
    .block.filter .filter-current + .filter-actions .action.clear:active {
      color: #74c7ce;
      background-color: #f2f2f2; }
    .block.filter .filter-current + .filter-actions .action.clear.disabled, .block.filter .filter-current + .filter-actions .action.clear[disabled],
    fieldset[disabled] .block.filter .filter-current + .filter-actions .action.clear {
      background: white;
      cursor: default;
      color: white; }
    .block.filter .filter-current + .filter-actions .action.clear::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .block.filter .filter-current + .filter-actions .action.clear::before, .block.filter .filter-current + .filter-actions .action.clear::after,
    .block.filter .filter-current + .filter-actions .action.clear i:first-child,
    .block.filter .filter-current + .filter-actions .action.clear i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .block.filter .filter-current + .filter-actions .action.clear span {
      position: relative;
      display: block; }
      .block.filter .filter-current + .filter-actions .action.clear span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .block.filter .filter-current + .filter-actions .action.clear:hover, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions .action.clear:focus {
      background-color: #e5e5e5; }
      .block.filter .filter-current + .filter-actions .action.clear:hover span, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button span, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button span, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button span, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button span, .block.filter .filter-current + .filter-actions .action.clear:focus span {
        position: relative; }
        .block.filter .filter-current + .filter-actions .action.clear:hover span::after, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button span::after, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button span::after, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button span::after, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button span::after, .block.filter .filter-current + .filter-actions .action.clear:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .block.filter .filter-current + .filter-actions .action.clear:active {
      background-color: #f2f2f2; }
    .block.filter .filter-current + .filter-actions .action.clear.disabled, .block.filter .filter-current + .filter-actions .action.clear[disabled],
    fieldset[disabled] .block.filter .filter-current + .filter-actions .action.clear {
      background: white;
      color: #fff; }
      .block.filter .filter-current + .filter-actions .action.clear.disabled span::after, .block.filter .filter-current + .filter-actions .action.clear[disabled] span::after,
      fieldset[disabled] .block.filter .filter-current + .filter-actions .action.clear span::after {
        display: none; }
    .block.filter .filter-current + .filter-actions .action.clear:hover, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions .action.clear:focus {
      background-color: #e5e5e5; }
    .block.filter .filter-current + .filter-actions .action.clear:active {
      background-color: #f2f2f2; }
    .block.filter .filter-current + .filter-actions .action.clear.disabled, .block.filter .filter-current + .filter-actions .action.clear[disabled],
    fieldset[disabled] .block.filter .filter-current + .filter-actions .action.clear {
      color: #e5e5e5;
      background-color: #fff; }
    .block.filter .filter-current + .filter-actions .action.clear::before, .block.filter .filter-current + .filter-actions .action.clear::after,
    .block.filter .filter-current + .filter-actions .action.clear i:first-child,
    .block.filter .filter-current + .filter-actions .action.clear i:last-child {
      font-size: 1rem; }
    .block.filter .filter-current + .filter-actions .action.clear::before,
    .block.filter .filter-current + .filter-actions .action.clear i:first-child {
      margin-right: 0.625rem; }
    .block.filter .filter-current + .filter-actions .action.clear::after,
    .block.filter .filter-current + .filter-actions .action.clear i:last-child {
      margin-left: 0.625rem; }
    .block.filter .filter-current + .filter-actions .action.clear:hover, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions .action.clear:focus {
      color: #6f6f6f;
      background-color: white; }
    .block.filter .filter-current + .filter-actions .action.clear:active {
      color: #6f6f6f;
      background-color: #f2f2f2; }
    .block.filter .filter-current + .filter-actions .action.clear.disabled, .block.filter .filter-current + .filter-actions .action.clear[disabled],
    fieldset[disabled] .block.filter .filter-current + .filter-actions .action.clear {
      background: white;
      cursor: default;
      color: white; }
    .block.filter .filter-current + .filter-actions .action.clear::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .block.filter .filter-current + .filter-actions .action.clear::before, .block.filter .filter-current + .filter-actions .action.clear::after,
    .block.filter .filter-current + .filter-actions .action.clear i:first-child,
    .block.filter .filter-current + .filter-actions .action.clear i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .block.filter .filter-current + .filter-actions .action.clear span {
      position: relative;
      display: block; }
      .block.filter .filter-current + .filter-actions .action.clear span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .block.filter .filter-current + .filter-actions .action.clear:hover, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions .action.clear:focus {
      background-color: #e5e5e5; }
      .block.filter .filter-current + .filter-actions .action.clear:hover span, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button span, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button span, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button span, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button span, .block.filter .filter-current + .filter-actions .action.clear:focus span {
        position: relative; }
        .block.filter .filter-current + .filter-actions .action.clear:hover span::after, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button span::after, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button span::after, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button span::after, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button span::after, .block.filter .filter-current + .filter-actions .action.clear:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .block.filter .filter-current + .filter-actions .action.clear:active {
      background-color: #f2f2f2; }
    .block.filter .filter-current + .filter-actions .action.clear.disabled, .block.filter .filter-current + .filter-actions .action.clear[disabled],
    fieldset[disabled] .block.filter .filter-current + .filter-actions .action.clear {
      background: white;
      color: #fff; }
      .block.filter .filter-current + .filter-actions .action.clear.disabled span::after, .block.filter .filter-current + .filter-actions .action.clear[disabled] span::after,
      fieldset[disabled] .block.filter .filter-current + .filter-actions .action.clear span::after {
        display: none; }
    .block.filter .filter-current + .filter-actions .action.clear:hover, .block.filter .filter-current + .filter-actions a.ct-view-cta:hover .action.clear.button, a.ct-view-cta:hover .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions a.ct-view-cta:focus .action.clear.button, a.ct-view-cta:focus .block.filter .filter-current + .filter-actions .action.clear.button, .block.filter .filter-current + .filter-actions .action.clear:focus {
      background-color: #fbfbfb; }
    .block.filter .filter-current + .filter-actions .action.clear:active {
      background-color: #e5e5e5; }
    .block.filter .filter-current + .filter-actions .action.clear.disabled, .block.filter .filter-current + .filter-actions .action.clear[disabled],
    fieldset[disabled] .block.filter .filter-current + .filter-actions .action.clear {
      color: #ccc;
      background-color: #fbfbfb; }
    .block.filter .filter-current + .filter-actions .action.clear span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .block.filter .filter-current + .filter-actions .action.clear::before, .block.filter .filter-current + .filter-actions .action.clear::after,
    .block.filter .filter-current + .filter-actions .action.clear i:first-child,
    .block.filter .filter-current + .filter-actions .action.clear i:last-child {
      font-size: 1.125rem; }

.block.filter .filter-options {
  margin: 0; }
  .block.filter .filter-options .filter-options-title {
    color: inherit;
    text-decoration: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    color: #191919;
    position: relative; }
    .block.filter .filter-options .filter-options-title:hover, .block.filter .filter-options a.ct-view-cta:hover .filter-options-title.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-title.button, .block.filter .filter-options a.ct-view-cta:focus .filter-options-title.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-title.button, .block.filter .filter-options .filter-options-title:active, .block.filter .filter-options .filter-options-title:focus {
      color: inherit; }
    .block.filter .filter-options .filter-options-title {
      position: relative;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s;
      cursor: pointer;
      padding-right: 1.25rem; }
      .block.filter .filter-options .filter-options-title:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .block.filter .filter-options .filter-options-title::after {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) scaleY(1);
        transform: translateY(-50%) scaleY(1);
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
    .block.filter .filter-options .filter-options-title[aria-expanded=true]::after {
      -webkit-transform: translateY(-50%) scaleY(-1);
      transform: translateY(-50%) scaleY(-1); }
    .block.filter .filter-options .filter-options-title + .filter-options-item {
      position: absolute;
      top: 100%;
      left: 0;
      right: auto;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      position: static;
      margin-top: 0; }
    .block.filter .filter-options .filter-options-title[aria-expanded=true] + .filter-options-item {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .block.filter .filter-options .filter-options-title[aria-expanded=true] + .filter-options-item {
      position: static; }
  .block.filter .filter-options .filter-options-content {
    margin: 0 0 0.9375rem; }
    .block.filter .filter-options .filter-options-content a {
      color: inherit;
      text-decoration: none; }
      .block.filter .filter-options .filter-options-content a:hover, .block.filter .filter-options .filter-options-content a.ct-view-cta:hover a.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content a.button, .block.filter .filter-options .filter-options-content a.ct-view-cta:focus a.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content a.button, .block.filter .filter-options .filter-options-content a:active, .block.filter .filter-options .filter-options-content a:focus {
        color: inherit; }
    .block.filter .filter-options .filter-options-content .item {
      position: relative;
      margin-bottom: 0.625rem; }
      .block.filter .filter-options .filter-options-content .item a {
        display: block; }
      .block.filter .filter-options .filter-options-content .item.selected {
        padding-right: 1.25rem; }
        .block.filter .filter-options .filter-options-content .item.selected a {
          font-weight: bold; }
          .block.filter .filter-options .filter-options-content .item.selected a:after {
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            font-weight: normal;
            line-height: 1;
            vertical-align: -.125em;
            vertical-align: middle;
            content: "\f00d";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400; }
          .block.filter .filter-options .filter-options-content .item.selected a::after {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -.5em; }
    .block.filter .filter-options .filter-options-content .filter-count-label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block.filter .filter-options .filter-options-content .actions {
      margin-top: 0.625rem; }
      .block.filter .filter-options .filter-options-content .actions .action {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        margin: 0;
        border: 1px solid #e5e5e5;
        border-radius: 0.1875rem;
        padding: 1rem 1.25rem;
        background-image: none;
        background: #f2f2f2;
        color: #74c7ce;
        font-size: 0.875rem;
        font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        background-color: #f2f2f2;
        border-radius: 0 .8em;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 1.125rem;
        padding: 1rem 1.875rem;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        margin: 0;
        border: 1px solid transparent;
        border-radius: 0.1875rem;
        padding: 1rem 1.25rem;
        background-image: none;
        background: #f2f2f2;
        color: #6f6f6f;
        font-size: 0.875rem;
        font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        background-color: #f2f2f2;
        border-radius: 0 .8em;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 1.125rem;
        padding: 1rem 1.875rem;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .875rem;
        padding: 0.3125rem 0.9375rem;
        font-size: 0.875rem;
        line-height: 0.9375rem;
        padding: 0.625rem 1.25rem; }
        .block.filter .filter-options .filter-options-content .actions .action::before, .block.filter .filter-options .filter-options-content .actions .action::after,
        .block.filter .filter-options .filter-options-content .actions .action i:first-child,
        .block.filter .filter-options .filter-options-content .actions .action i:last-child {
          font-size: 1rem; }
        .block.filter .filter-options .filter-options-content .actions .action::before,
        .block.filter .filter-options .filter-options-content .actions .action i:first-child {
          margin-right: 0.625rem; }
        .block.filter .filter-options .filter-options-content .actions .action::after,
        .block.filter .filter-options .filter-options-content .actions .action i:last-child {
          margin-left: 0.625rem; }
        .block.filter .filter-options .filter-options-content .actions .action:hover, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions .action:focus {
          color: #74c7ce;
          background-color: white; }
        .block.filter .filter-options .filter-options-content .actions .action:active {
          color: #74c7ce;
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .actions .action.disabled, .block.filter .filter-options .filter-options-content .actions .action[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .actions .action {
          background: white;
          cursor: default;
          color: white; }
        .block.filter .filter-options .filter-options-content .actions .action::-moz-focus-inner {
          border: 0;
          padding: 0; }
        .block.filter .filter-options .filter-options-content .actions .action::before, .block.filter .filter-options .filter-options-content .actions .action::after,
        .block.filter .filter-options .filter-options-content .actions .action i:first-child,
        .block.filter .filter-options .filter-options-content .actions .action i:last-child {
          font-size: 1.625rem;
          margin-top: -0.3125rem;
          margin-bottom: -0.3125rem; }
        .block.filter .filter-options .filter-options-content .actions .action span {
          position: relative;
          display: block; }
          .block.filter .filter-options .filter-options-content .actions .action span::after {
            content: '';
            display: block;
            height: 0.125rem;
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -.5em;
            transition: all 0.2s; }
        .block.filter .filter-options .filter-options-content .actions .action:hover, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions .action:focus {
          background-color: #e5e5e5; }
          .block.filter .filter-options .filter-options-content .actions .action:hover span, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button span, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button span, .block.filter .filter-options .filter-options-content .actions .action:focus span {
            position: relative; }
            .block.filter .filter-options .filter-options-content .actions .action:hover span::after, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button span::after, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button span::after, .block.filter .filter-options .filter-options-content .actions .action:focus span::after {
              left: 0;
              right: 0;
              background: currentcolor; }
        .block.filter .filter-options .filter-options-content .actions .action:active {
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .actions .action.disabled, .block.filter .filter-options .filter-options-content .actions .action[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .actions .action {
          background: white;
          color: #fff; }
          .block.filter .filter-options .filter-options-content .actions .action.disabled span::after, .block.filter .filter-options .filter-options-content .actions .action[disabled] span::after,
          fieldset[disabled] .block.filter .filter-options .filter-options-content .actions .action span::after {
            display: none; }
        .block.filter .filter-options .filter-options-content .actions .action:hover, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions .action:focus {
          background-color: #e5e5e5; }
        .block.filter .filter-options .filter-options-content .actions .action:active {
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .actions .action.disabled, .block.filter .filter-options .filter-options-content .actions .action[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .actions .action {
          color: #e5e5e5;
          background-color: #fff; }
        .block.filter .filter-options .filter-options-content .actions .action::before, .block.filter .filter-options .filter-options-content .actions .action::after,
        .block.filter .filter-options .filter-options-content .actions .action i:first-child,
        .block.filter .filter-options .filter-options-content .actions .action i:last-child {
          font-size: 1rem; }
        .block.filter .filter-options .filter-options-content .actions .action::before,
        .block.filter .filter-options .filter-options-content .actions .action i:first-child {
          margin-right: 0.625rem; }
        .block.filter .filter-options .filter-options-content .actions .action::after,
        .block.filter .filter-options .filter-options-content .actions .action i:last-child {
          margin-left: 0.625rem; }
        .block.filter .filter-options .filter-options-content .actions .action:hover, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions .action:focus {
          color: #6f6f6f;
          background-color: white; }
        .block.filter .filter-options .filter-options-content .actions .action:active {
          color: #6f6f6f;
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .actions .action.disabled, .block.filter .filter-options .filter-options-content .actions .action[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .actions .action {
          background: white;
          cursor: default;
          color: white; }
        .block.filter .filter-options .filter-options-content .actions .action::-moz-focus-inner {
          border: 0;
          padding: 0; }
        .block.filter .filter-options .filter-options-content .actions .action::before, .block.filter .filter-options .filter-options-content .actions .action::after,
        .block.filter .filter-options .filter-options-content .actions .action i:first-child,
        .block.filter .filter-options .filter-options-content .actions .action i:last-child {
          font-size: 1.625rem;
          margin-top: -0.3125rem;
          margin-bottom: -0.3125rem; }
        .block.filter .filter-options .filter-options-content .actions .action span {
          position: relative;
          display: block; }
          .block.filter .filter-options .filter-options-content .actions .action span::after {
            content: '';
            display: block;
            height: 0.125rem;
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -.5em;
            transition: all 0.2s; }
        .block.filter .filter-options .filter-options-content .actions .action:hover, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions .action:focus {
          background-color: #e5e5e5; }
          .block.filter .filter-options .filter-options-content .actions .action:hover span, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button span, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button span, .block.filter .filter-options .filter-options-content .actions .action:focus span {
            position: relative; }
            .block.filter .filter-options .filter-options-content .actions .action:hover span::after, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button span::after, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button span::after, .block.filter .filter-options .filter-options-content .actions .action:focus span::after {
              left: 0;
              right: 0;
              background: currentcolor; }
        .block.filter .filter-options .filter-options-content .actions .action:active {
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .actions .action.disabled, .block.filter .filter-options .filter-options-content .actions .action[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .actions .action {
          background: white;
          color: #fff; }
          .block.filter .filter-options .filter-options-content .actions .action.disabled span::after, .block.filter .filter-options .filter-options-content .actions .action[disabled] span::after,
          fieldset[disabled] .block.filter .filter-options .filter-options-content .actions .action span::after {
            display: none; }
        .block.filter .filter-options .filter-options-content .actions .action:hover, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .actions .action.button, .block.filter .filter-options .filter-options-content .actions .action:focus {
          background-color: #fbfbfb; }
        .block.filter .filter-options .filter-options-content .actions .action:active {
          background-color: #e5e5e5; }
        .block.filter .filter-options .filter-options-content .actions .action.disabled, .block.filter .filter-options .filter-options-content .actions .action[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .actions .action {
          color: #ccc;
          background-color: #fbfbfb; }
        .block.filter .filter-options .filter-options-content .actions .action span::after {
          bottom: -.3em;
          height: 0.0625rem; }
        .block.filter .filter-options .filter-options-content .actions .action::before, .block.filter .filter-options .filter-options-content .actions .action::after,
        .block.filter .filter-options .filter-options-content .actions .action i:first-child,
        .block.filter .filter-options .filter-options-content .actions .action i:last-child {
          font-size: 1.125rem; }
        .block.filter .filter-options .filter-options-content .actions .action.show-more:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f067";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
        .block.filter .filter-options .filter-options-content .actions .action.show-less:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f068";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
    .block.filter .filter-options .filter-options-content .smile-es-range-slider {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .block.filter .filter-options .filter-options-content .smile-es-range-slider .actions-toolbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 0.625rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .actions-toolbar::before, .block.filter .filter-options .filter-options-content .smile-es-range-slider .actions-toolbar::after {
          content: none; }
      .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        margin: 0;
        border: 1px solid #e5e5e5;
        border-radius: 0.1875rem;
        padding: 1rem 1.25rem;
        background-image: none;
        background: #f2f2f2;
        color: #74c7ce;
        font-size: 0.875rem;
        font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        background-color: #f2f2f2;
        border-radius: 0 .8em;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 1.125rem;
        padding: 1rem 1.875rem;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        margin: 0;
        border: 1px solid transparent;
        border-radius: 0.1875rem;
        padding: 1rem 1.25rem;
        background-image: none;
        background: #f2f2f2;
        color: #6f6f6f;
        font-size: 0.875rem;
        font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        background-color: #f2f2f2;
        border-radius: 0 .8em;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 1.125rem;
        padding: 1rem 1.875rem;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .875rem;
        padding: 0.3125rem 0.9375rem;
        font-size: 0.875rem;
        line-height: 0.9375rem;
        padding: 0.625rem 1.25rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::before, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::after,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:first-child,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:last-child {
          font-size: 1rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::before,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:first-child {
          margin-right: 0.625rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::after,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:last-child {
          margin-left: 0.625rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus {
          color: #74c7ce;
          background-color: white; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:active {
          color: #74c7ce;
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.disabled, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary {
          background: white;
          cursor: default;
          color: white; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::-moz-focus-inner {
          border: 0;
          padding: 0; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::before, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::after,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:first-child,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:last-child {
          font-size: 1.625rem;
          margin-top: -0.3125rem;
          margin-bottom: -0.3125rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary span {
          position: relative;
          display: block; }
          .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary span::after {
            content: '';
            display: block;
            height: 0.125rem;
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -.5em;
            transition: all 0.2s; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus {
          background-color: #e5e5e5; }
          .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover span, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button span, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button span, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button span, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button span, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus span {
            position: relative; }
            .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover span::after, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button span::after, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button span::after, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button span::after, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button span::after, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus span::after {
              left: 0;
              right: 0;
              background: currentcolor; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:active {
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.disabled, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary {
          background: white;
          color: #fff; }
          .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.disabled span::after, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary[disabled] span::after,
          fieldset[disabled] .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary span::after {
            display: none; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus {
          background-color: #e5e5e5; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:active {
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.disabled, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary {
          color: #e5e5e5;
          background-color: #fff; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::before, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::after,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:first-child,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:last-child {
          font-size: 1rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::before,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:first-child {
          margin-right: 0.625rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::after,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:last-child {
          margin-left: 0.625rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus {
          color: #6f6f6f;
          background-color: white; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:active {
          color: #6f6f6f;
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.disabled, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary {
          background: white;
          cursor: default;
          color: white; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::-moz-focus-inner {
          border: 0;
          padding: 0; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::before, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::after,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:first-child,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:last-child {
          font-size: 1.625rem;
          margin-top: -0.3125rem;
          margin-bottom: -0.3125rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary span {
          position: relative;
          display: block; }
          .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary span::after {
            content: '';
            display: block;
            height: 0.125rem;
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -.5em;
            transition: all 0.2s; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus {
          background-color: #e5e5e5; }
          .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover span, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button span, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button span, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button span, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button span, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus span {
            position: relative; }
            .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover span::after, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button span::after, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button span::after, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button span::after, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button span::after, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus span::after {
              left: 0;
              right: 0;
              background: currentcolor; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:active {
          background-color: #f2f2f2; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.disabled, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary {
          background: white;
          color: #fff; }
          .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.disabled span::after, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary[disabled] span::after,
          fieldset[disabled] .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary span::after {
            display: none; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:hover, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.button, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:focus {
          background-color: #fbfbfb; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary:active {
          background-color: #e5e5e5; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary.disabled, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary[disabled],
        fieldset[disabled] .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary {
          color: #ccc;
          background-color: #fbfbfb; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary span::after {
          bottom: -.3em;
          height: 0.0625rem; }
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::before, .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary::after,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:first-child,
        .block.filter .filter-options .filter-options-content .smile-es-range-slider .action.primary i:last-child {
          font-size: 1.125rem; }
  .block.filter .filter-options .count:before {
    content: '('; }
  .block.filter .filter-options .count:after {
    content: ')'; }

.block.filter .field.search {
  margin-bottom: 1.25rem; }

@media only screen and (max-width: 63.875rem) {
  .block.filter {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 3.0625rem;
    border-top: 1px solid #000;
    margin: 0;
    padding: 0.375rem 0.625rem !important;
    background: #fff;
    box-shadow: 0 0 0.3125rem 0.125rem rgba(0, 0, 0, 0.2);
    transition: height .2s ease-in-out; }
    .block.filter .block-content {
      display: none; }
    .block.filter.active {
      height: calc(100% - 3.5rem);
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      transition-delay: 0s; }
      .block.filter.active .block-content {
        display: block; }
    .block.filter .block-title {
      margin-bottom: 0;
      text-align: center; }
      .block.filter .block-title strong {
        line-height: 2.25rem; }
        .block.filter .block-title strong:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f106";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
    .block.filter .filter-options-item ol {
      -webkit-column-count: 2;
      column-count: 2; } }

.fotorama-stretch, .fotorama__stage__shaft, .fotorama__stage__frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fotorama-transition-for-slide, .fotorama__stage__shaft, .fotorama__nav__shaft, .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1); }

.fotorama-auto-margin, .fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama-inline-block, .fotorama__nav__shaft, .fotorama__nav__frame {
  display: inline-block;
  vertical-align: middle; }

.fotorama-content-box, .fotorama__nav__frame {
  box-sizing: content-box; }

.fotorama-border-box {
  box-sizing: border-box; }

.fotorama-hidden, .fotorama--hidden,
.fotorama__load {
  position: absolute;
  top: -99999px;
  left: -99999px;
  z-index: -1000; }

.fotorama-visible {
  position: relative;
  top: auto;
  left: auto;
  z-index: auto;
  opacity: 1; }

.transitionDuration {
  transition-duration: 0.2s; }

.transitionDurationZero {
  transition-duration: 0ms; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--fade .fotorama__fade-front {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }
  .fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__stage,
.fotorama__nav {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .fotorama__wrap--only-active .fotorama__stage, .fotorama__wrap--only-active
  .fotorama__nav {
    max-width: 99999px !important; }
  .fotorama__stage::before, .fotorama__stage::after,
  .fotorama__nav::before,
  .fotorama__nav::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    text-decoration: none;
    background-repeat: no-repeat;
    pointer-events: none; }
    .fotorama--fullscreen .fotorama__stage::before,
    .fotorama__wrap--no-shadows .fotorama__stage::before,
    .fotorama__wrap--fade .fotorama__stage::before, .fotorama--fullscreen .fotorama__stage::after,
    .fotorama__wrap--no-shadows .fotorama__stage::after,
    .fotorama__wrap--fade .fotorama__stage::after, .fotorama--fullscreen
    .fotorama__nav::before,
    .fotorama__wrap--no-shadows
    .fotorama__nav::before,
    .fotorama__wrap--fade
    .fotorama__nav::before, .fotorama--fullscreen
    .fotorama__nav::after,
    .fotorama__wrap--no-shadows
    .fotorama__nav::after,
    .fotorama__wrap--fade
    .fotorama__nav::after {
      display: none; }
  .fotorama__stage::before,
  .fotorama__nav::before {
    left: -0.625rem;
    top: -0.625rem; }
  .fotorama__stage::after,
  .fotorama__nav::after {
    right: -0.625rem;
    bottom: -0.625rem; }
  .fotorama__stage.fotorama__shadows--left::before, .fotorama__stage.fotorama__shadows--right::after,
  .fotorama__nav.fotorama__shadows--left::before,
  .fotorama__nav.fotorama__shadows--right::after {
    top: 0;
    bottom: 0;
    background-size: 0.3125rem 100%;
    width: 0.625rem;
    height: auto; }
  .fotorama__stage.fotorama__shadows--top::before, .fotorama__stage.fotorama__shadows--bottom::after,
  .fotorama__nav.fotorama__shadows--top::before,
  .fotorama__nav.fotorama__shadows--bottom::after {
    right: 0;
    left: 0;
    width: auto;
    height: 0.625rem;
    background-size: 100% 0.3125rem; }
  .fotorama__stage.fotorama__shadows--left::before,
  .fotorama__nav.fotorama__shadows--left::before {
    left: 0;
    background-image: radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), transparent);
    background-position: 0 0, 0 0; }
  .fotorama__stage.fotorama__shadows--right::after,
  .fotorama__nav.fotorama__shadows--right::after {
    right: 0;
    background-image: radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), transparent);
    background-position: 100% 0; }
  .fotorama__stage.fotorama__shadows--top::before,
  .fotorama__nav.fotorama__shadows--top::before {
    top: 0;
    background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), transparent);
    background-position: 0 0; }
  .fotorama__stage.fotorama__shadows--bottom::after,
  .fotorama__nav.fotorama__shadows--bottom::after {
    bottom: 0;
    background-image: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), transparent);
    background-position: 0 100%; }

.fotorama__arr,
.fotorama__thumb__arr {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #74c7ce;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #74c7ce;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  font-size: .875rem;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  padding: 0.625rem 1.25rem;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 2rem;
  font-size: 1.25rem;
  padding: 0.3125rem 0.375rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .fotorama__arr::before, .fotorama__arr::after,
  .fotorama__arr i:first-child,
  .fotorama__arr i:last-child,
  .fotorama__thumb__arr::before,
  .fotorama__thumb__arr::after,
  .fotorama__thumb__arr i:first-child,
  .fotorama__thumb__arr i:last-child {
    font-size: 1rem; }
  .fotorama__arr::before,
  .fotorama__arr i:first-child,
  .fotorama__thumb__arr::before,
  .fotorama__thumb__arr i:first-child {
    margin-right: 0.625rem; }
  .fotorama__arr::after,
  .fotorama__arr i:last-child,
  .fotorama__thumb__arr::after,
  .fotorama__thumb__arr i:last-child {
    margin-left: 0.625rem; }
  .fotorama__arr:hover, a.ct-view-cta:hover .fotorama__arr.button, a.ct-view-cta:focus .fotorama__arr.button, .fotorama__arr:focus,
  .fotorama__thumb__arr:hover,
  a.ct-view-cta:hover .fotorama__thumb__arr.button,
  a.ct-view-cta:focus .fotorama__thumb__arr.button,
  .fotorama__thumb__arr:focus {
    color: #fff;
    background-color: #9ad6db; }
  .fotorama__arr:active,
  .fotorama__thumb__arr:active {
    color: #fff;
    background-color: #74c7ce; }
  .fotorama__arr.disabled, .fotorama__arr[disabled],
  fieldset[disabled] .fotorama__arr,
  .fotorama__thumb__arr.disabled,
  .fotorama__thumb__arr[disabled],
  fieldset[disabled]
  .fotorama__thumb__arr {
    background: #e5f5f6;
    cursor: default;
    color: white; }
  .fotorama__arr::-moz-focus-inner,
  .fotorama__thumb__arr::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .fotorama__arr::before, .fotorama__arr::after,
  .fotorama__arr i:first-child,
  .fotorama__arr i:last-child,
  .fotorama__thumb__arr::before,
  .fotorama__thumb__arr::after,
  .fotorama__thumb__arr i:first-child,
  .fotorama__thumb__arr i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .fotorama__arr span,
  .fotorama__thumb__arr span {
    position: relative;
    display: block; }
    .fotorama__arr span::after,
    .fotorama__thumb__arr span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .fotorama__arr:hover, a.ct-view-cta:hover .fotorama__arr.button, a.ct-view-cta:focus .fotorama__arr.button, .fotorama__arr:focus,
  .fotorama__thumb__arr:hover,
  a.ct-view-cta:hover .fotorama__thumb__arr.button,
  a.ct-view-cta:focus .fotorama__thumb__arr.button,
  .fotorama__thumb__arr:focus {
    background-color: #87cfd5; }
    .fotorama__arr:hover span, a.ct-view-cta:hover .fotorama__arr.button span, a.ct-view-cta:focus .fotorama__arr.button span, .fotorama__arr:focus span,
    .fotorama__thumb__arr:hover span,
    a.ct-view-cta:hover .fotorama__thumb__arr.button span,
    a.ct-view-cta:focus .fotorama__thumb__arr.button span,
    .fotorama__thumb__arr:focus span {
      position: relative; }
      .fotorama__arr:hover span::after, a.ct-view-cta:hover .fotorama__arr.button span::after, a.ct-view-cta:focus .fotorama__arr.button span::after, .fotorama__arr:focus span::after,
      .fotorama__thumb__arr:hover span::after,
      a.ct-view-cta:hover .fotorama__thumb__arr.button span::after,
      a.ct-view-cta:focus .fotorama__thumb__arr.button span::after,
      .fotorama__thumb__arr:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .fotorama__arr:active,
  .fotorama__thumb__arr:active {
    background-color: #74c7ce; }
  .fotorama__arr.disabled, .fotorama__arr[disabled],
  fieldset[disabled] .fotorama__arr,
  .fotorama__thumb__arr.disabled,
  .fotorama__thumb__arr[disabled],
  fieldset[disabled]
  .fotorama__thumb__arr {
    background: #a5dbdf;
    color: #fff; }
    .fotorama__arr.disabled span::after, .fotorama__arr[disabled] span::after,
    fieldset[disabled] .fotorama__arr span::after,
    .fotorama__thumb__arr.disabled span::after,
    .fotorama__thumb__arr[disabled] span::after,
    fieldset[disabled]
    .fotorama__thumb__arr span::after {
      display: none; }
  .fotorama__arr:before, .fotorama__arr:after,
  .fotorama__arr i,
  .fotorama__thumb__arr:before,
  .fotorama__thumb__arr:after,
  .fotorama__thumb__arr i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .fotorama__arr > span:first-child:last-child,
  .fotorama__arr i + span:last-child,
  .fotorama__thumb__arr > span:first-child:last-child,
  .fotorama__thumb__arr i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .fotorama__arr:before, .fotorama__arr:after,
  .fotorama__arr i,
  .fotorama__thumb__arr:before,
  .fotorama__thumb__arr:after,
  .fotorama__thumb__arr i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .fotorama__arr:link > span, .fotorama__arr:visited > span, .fotorama__arr:hover > span, a.ct-view-cta:hover .fotorama__arr.button > span, a.ct-view-cta:focus .fotorama__arr.button > span, a.ct-view-cta:hover .title .fotorama__arr.button > span, a.ct-view-cta:focus .title .fotorama__arr.button > span, .fotorama__arr:active > span,
  .fotorama__thumb__arr:link > span,
  .fotorama__thumb__arr:visited > span,
  .fotorama__thumb__arr:hover > span,
  a.ct-view-cta:hover .fotorama__thumb__arr.button > span,
  a.ct-view-cta:focus .fotorama__thumb__arr.button > span,
  a.ct-view-cta:hover .title .fotorama__thumb__arr.button > span,
  a.ct-view-cta:focus .title .fotorama__thumb__arr.button > span,
  .fotorama__thumb__arr:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .fotorama__arr span::after,
  .fotorama__thumb__arr span::after {
    bottom: -.3em;
    height: 0.0625rem; }
  .fotorama__arr::before, .fotorama__arr::after,
  .fotorama__arr i:first-child,
  .fotorama__arr i:last-child,
  .fotorama__thumb__arr::before,
  .fotorama__thumb__arr::after,
  .fotorama__thumb__arr i:first-child,
  .fotorama__thumb__arr i:last-child {
    font-size: 1.125rem; }
  .fotorama__arr--prev, .fotorama__arr--left,
  .fotorama__thumb__arr--prev,
  .fotorama__thumb__arr--left {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .fotorama__arr--prev:before, .fotorama__arr--left:before,
    .fotorama__thumb__arr--prev:before,
    .fotorama__thumb__arr--left:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f104";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .fotorama__wrap--no-controls .fotorama__arr--prev, .fotorama__arr--prev.fotorama__arr--disabled, .fotorama__wrap--no-controls .fotorama__arr--left, .fotorama__arr--left.fotorama__arr--disabled, .fotorama__wrap--no-controls
    .fotorama__thumb__arr--prev,
    .fotorama__thumb__arr--prev.fotorama__arr--disabled, .fotorama__wrap--no-controls
    .fotorama__thumb__arr--left,
    .fotorama__thumb__arr--left.fotorama__arr--disabled {
      -webkit-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%); }
  .fotorama__arr--next, .fotorama__arr--right,
  .fotorama__thumb__arr--next,
  .fotorama__thumb__arr--right {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .fotorama__arr--next:before, .fotorama__arr--right:before,
    .fotorama__thumb__arr--next:before,
    .fotorama__thumb__arr--right:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .fotorama__wrap--no-controls .fotorama__arr--next, .fotorama__arr--next.fotorama__arr--disabled, .fotorama__wrap--no-controls .fotorama__arr--right, .fotorama__arr--right.fotorama__arr--disabled, .fotorama__wrap--no-controls
    .fotorama__thumb__arr--next,
    .fotorama__thumb__arr--next.fotorama__arr--disabled, .fotorama__wrap--no-controls
    .fotorama__thumb__arr--right,
    .fotorama__thumb__arr--right.fotorama__arr--disabled {
      -webkit-transform: translate(100%, -50%);
      transform: translate(100%, -50%);
      opacity: 0; }

.fotorama__stage__shaft {
  position: relative; }

.fotorama__stage__frame {
  overflow: hidden;
  text-align: center;
  background: #fff; }
  .fotorama__wrap--fade .fotorama__stage__frame {
    display: none; }
    .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
      display: block;
      top: 0; }
  .fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden; }
    .fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
      visibility: visible; }
  .fotorama__stage__frame .fotorama__active {
    z-index: 8; }
  .fotorama__stage__frame .fotorama__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.2s;
    transition-property: width, height, top, left;
    vertical-align: middle; }

.fotorama__img {
  opacity: 0; }
  .fotorama__loaded .fotorama__img,
  .fotorama__error .fotorama__img {
    opacity: 1; }
  .fotorama__img--full {
    display: none; }

.fotorama__grab * {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: none; }
  .fotorama__spinner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0.3125rem solid rgba(25, 25, 25, 0.5);
    border-right-color: #191919;
    border-radius: 50%;
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear; }
  .fotorama__spinner::before {
    border-color: rgba(116, 199, 206, 0.5);
    border-right-color: #74c7ce; }
  .fotorama__spinner.fotorama__spinner--show {
    display: block; }

.fotorama__select {
  cursor: auto; }

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  position: absolute;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.fotorama__nav-wrap.fotorama__nav-wrap--vertical {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; }
  .fotorama__nav-wrap.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    width: 100%;
    background-color: white; }
    .fotorama__nav-wrap.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
      display: block;
      padding-bottom: inherit !important; }

.fotorama__nav-wrap--horizontal .fotorama__thumb__arr:not(.fotorama__arr--disabled) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.fotorama__nav-wrap--vertical {
  top: auto; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 1.875rem;
    cursor: pointer; }
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
    .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
      width: 1.875rem;
      margin: auto;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
    top: 0; }
  .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    bottom: 0; }

.fotorama__nav {
  display: none;
  height: auto !important;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5; }
  .fotorama__nav--dots {
    display: block;
    text-align: center;
    color: #ccc;
    cursor: pointer; }
    .fotorama__nav--dots .fotorama__nav__frame--thumb,
    .fotorama__nav--dots .fotorama__thumb-border {
      display: none; }
    .fotorama__nav--dots .fotorama__nav__frame {
      color: inherit;
      text-decoration: none;
      height: 1.25rem;
      width: 1.25rem; }
      .fotorama__nav--dots .fotorama__nav__frame:hover, .fotorama__nav--dots a.ct-view-cta:hover .fotorama__nav__frame.button, a.ct-view-cta:hover .fotorama__nav--dots .fotorama__nav__frame.button, .fotorama__nav--dots a.ct-view-cta:focus .fotorama__nav__frame.button, a.ct-view-cta:focus .fotorama__nav--dots .fotorama__nav__frame.button, .fotorama__nav--dots .fotorama__nav__frame:active, .fotorama__nav--dots .fotorama__nav__frame:focus {
        color: inherit; }
      .fotorama__nav--dots .fotorama__nav__frame.fotorama__active {
        color: inherit; }
  .fotorama__nav--thumbs {
    display: block; }
    .fotorama__nav--thumbs .fotorama__nav__frame {
      padding-left: 0 !important; }
      .fotorama__nav--thumbs .fotorama__nav__frame:last-child {
        padding-right: 0 !important; }
      .fotorama__nav--thumbs .fotorama__nav__frame--dot {
        display: none; }

.fotorama__nav__shaft {
  position: relative;
  top: 0;
  left: 0;
  text-align: left; }

.fotorama__thumb-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  box-shadow: inset 0 0 1.25rem rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fotorama__nav__frame {
  position: relative; }

.fotorama__dot {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  width: 0.625rem;
  height: 0.625rem;
  margin-top: -0.3125rem;
  margin: -0.3125rem;
  border-radius: 50%;
  background: currentcolor;
  transition: all 0.2s; }
  .fotorama__active .fotorama__dot {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }

.fotorama__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fotorama--fullscreen {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 1000 !important;
  float: none !important;
  width: 100% !important;
  overflow: hidden;
  margin: 0 !important;
  background: #fff;
  color: #999; }
  .fotorama--fullscreen .fotorama__wrap {
    max-width: 100% !important; }
  .fotorama--fullscreen .fotorama__nav-wrap {
    top: auto;
    bottom: 0; }
  .fotorama--fullscreen .fotorama__zoom-in,
  .fotorama--fullscreen .fotorama__zoom-out,
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    display: block;
    position: absolute;
    z-index: 100000;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 2rem;
    cursor: pointer;
    text-align: center;
    transition: color 0.2s; }
    .fotorama--fullscreen .fotorama__zoom-in:hover, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen .fotorama__zoom-in:active, .fotorama--fullscreen .fotorama__zoom-in:focus,
    .fotorama--fullscreen .fotorama__zoom-out:hover,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen .fotorama__zoom-out:active,
    .fotorama--fullscreen .fotorama__zoom-out:focus,
    .fotorama--fullscreen .fotorama__fullscreen-icon:hover,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__fullscreen-icon.button,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__fullscreen-icon.button,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__fullscreen-icon.button,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__fullscreen-icon.button,
    .fotorama--fullscreen .fotorama__fullscreen-icon:active,
    .fotorama--fullscreen .fotorama__fullscreen-icon:focus {
      color: inherit; }
    .fotorama--fullscreen .fotorama__zoom-in:before, .fotorama--fullscreen .fotorama__zoom-in:after,
    .fotorama--fullscreen .fotorama__zoom-in i,
    .fotorama--fullscreen .fotorama__zoom-out:before,
    .fotorama--fullscreen .fotorama__zoom-out:after,
    .fotorama--fullscreen .fotorama__zoom-out i,
    .fotorama--fullscreen .fotorama__fullscreen-icon:before,
    .fotorama--fullscreen .fotorama__fullscreen-icon:after,
    .fotorama--fullscreen .fotorama__fullscreen-icon i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .fotorama--fullscreen .fotorama__zoom-in > span:first-child:last-child,
    .fotorama--fullscreen .fotorama__zoom-in i + span:last-child,
    .fotorama--fullscreen .fotorama__zoom-out > span:first-child:last-child,
    .fotorama--fullscreen .fotorama__zoom-out i + span:last-child,
    .fotorama--fullscreen .fotorama__fullscreen-icon > span:first-child:last-child,
    .fotorama--fullscreen .fotorama__fullscreen-icon i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .fotorama--fullscreen .fotorama__zoom-in:before, .fotorama--fullscreen .fotorama__zoom-in:after,
    .fotorama--fullscreen .fotorama__zoom-in i,
    .fotorama--fullscreen .fotorama__zoom-out:before,
    .fotorama--fullscreen .fotorama__zoom-out:after,
    .fotorama--fullscreen .fotorama__zoom-out i,
    .fotorama--fullscreen .fotorama__fullscreen-icon:before,
    .fotorama--fullscreen .fotorama__fullscreen-icon:after,
    .fotorama--fullscreen .fotorama__fullscreen-icon i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .fotorama--fullscreen .fotorama__zoom-in:link > span, .fotorama--fullscreen .fotorama__zoom-in:visited > span, .fotorama--fullscreen .fotorama__zoom-in:hover > span, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button > span, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button > span, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button > span, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button > span, .fotorama--fullscreen a.ct-view-cta:hover .title .fotorama__zoom-in.button > span, .fotorama--fullscreen a.ct-view-cta:focus .title .fotorama__zoom-in.button > span, .fotorama--fullscreen .fotorama__zoom-in:active > span,
    .fotorama--fullscreen .fotorama__zoom-out:link > span,
    .fotorama--fullscreen .fotorama__zoom-out:visited > span,
    .fotorama--fullscreen .fotorama__zoom-out:hover > span,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button > span,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button > span,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button > span,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button > span,
    .fotorama--fullscreen a.ct-view-cta:hover .title .fotorama__zoom-out.button > span,
    .fotorama--fullscreen a.ct-view-cta:focus .title .fotorama__zoom-out.button > span,
    .fotorama--fullscreen .fotorama__zoom-out:active > span,
    .fotorama--fullscreen .fotorama__fullscreen-icon:link > span,
    .fotorama--fullscreen .fotorama__fullscreen-icon:visited > span,
    .fotorama--fullscreen .fotorama__fullscreen-icon:hover > span,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__fullscreen-icon.button > span,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__fullscreen-icon.button > span,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__fullscreen-icon.button > span,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__fullscreen-icon.button > span,
    .fotorama--fullscreen a.ct-view-cta:hover .title .fotorama__fullscreen-icon.button > span,
    .fotorama--fullscreen a.ct-view-cta:focus .title .fotorama__fullscreen-icon.button > span,
    .fotorama--fullscreen .fotorama__fullscreen-icon:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .fotorama--fullscreen .fotorama__zoom-in::before,
    .fotorama--fullscreen .fotorama__zoom-out::before,
    .fotorama--fullscreen .fotorama__fullscreen-icon::before {
      font-size: 1.875rem; }
    .fotorama--fullscreen .fotorama__zoom-in--disabled,
    .fotorama--fullscreen .fotorama__zoom-out--disabled,
    .fotorama--fullscreen .fotorama__fullscreen-icon--disabled {
      display: none; }
  .fotorama--fullscreen .fotorama__zoom-out {
    top: 3.75rem; }
    .fotorama--fullscreen .fotorama__zoom-out:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f068";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .fotorama--fullscreen .fotorama__zoom-in {
    top: 0; }
    .fotorama--fullscreen .fotorama__zoom-in:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f067";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .fotorama--fullscreen .fotorama__video-close {
    display: none; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    top: 0;
    right: 0;
    cursor: pointer; }
    .fotorama--fullscreen .fotorama__fullscreen-icon:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
    display: none;
    display: block; }
  .fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
    display: none; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img, .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-height: inherit;
      max-width: inherit;
      margin: auto; }
    .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
      display: block;
      vertical-align: middle;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
      cursor: default;
      transition: 0.2s linear; }
      .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
        max-width: none;
        max-height: none;
        cursor: pointer;
        transition-property: width, height, bottom, right, top, left; }
      .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
        cursor: move;
        transition-property: none; }
  .fotorama--fullscreen .fotorama__stage__frame iframe {
    left: 80px;
    width: calc(100% - 80px * 2); }

.fotorama-video-container:before, .fotorama-video-container:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.fotorama-video-container:before {
  z-index: 1;
  width: 6.25rem;
  height: 6.25rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5); }

.fotorama-video-container:after {
  left: 0.625rem;
  z-index: 2;
  width: 1.875rem;
  height: 2.5rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 1.25rem 0 1.25rem 1.875rem; }

.fotorama-video-container .magnify-lens {
  display: none !important; }

.fotorama-video-container.video-unplayed:hover img, a.ct-view-cta:hover .fotorama-video-container.video-unplayed.button img, a.ct-view-cta:focus .fotorama-video-container.video-unplayed.button img {
  opacity: .5; }

.video-thumb-icon:before, .video-thumb-icon:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }

.video-thumb-icon:before {
  z-index: 1;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5); }

.video-thumb-icon:after {
  left: 0.1875rem;
  z-index: 2;
  width: 0.625rem;
  height: 0.9375rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 0.4375rem 0 0.4375rem 0.625rem; }

.product-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  margin: auto; }
  .product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%; }
  @media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
    .product-video {
      width: 100%;
      height: 81%; } }

.magnify-lens {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 1.875rem;
  text-align: center;
  z-index: 1000;
  letter-spacing: 0.3125rem; }
  .magnify-lens:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }

.magnifier-preview {
  background: #fbfbfb;
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 215px; }

.magnifier-preview img {
  left: 0;
  max-width: inherit;
  position: absolute;
  top: 0; }

.magnify-hidden {
  display: none; }

.gallery-placeholder {
  position: relative; }
  .gallery-placeholder .fotorama-item {
    position: static; }
  .gallery-placeholder._block-content-loading .loading-mask {
    position: static;
    background: none; }
  .gallery-placeholder .loader img {
    position: absolute; }

.zoom-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s; }
  .zoom-container.-active {
    opacity: 1;
    pointer-events: auto; }

.image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: visible; }
  .image-zoom .message, .image-zoom div.mage-error {
    padding: 1.375rem 0.625rem 1.375rem 4.375rem;
    margin-bottom: 0;
    line-height: 1.2;
    color: #808080;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: all 0.2s; }
    .image-zoom .message.error, .image-zoom div.mage-error {
      display: none;
      color: #ff3d3d; }
      .image-zoom .message.error:before, .image-zoom div.mage-error:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f06a";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        margin-right: 0.3125rem; }
  .image-zoom.-error .message, .image-zoom.-error div.mage-error {
    display: none; }
    .image-zoom.-error .message.error, .image-zoom.-error div.mage-error {
      display: block; }
  .image-zoom .activate-zoom {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc; }
    .image-zoom .activate-zoom:focus, .image-zoom .activate-zoom:active, .image-zoom .activate-zoom:hover, .image-zoom a.ct-view-cta:hover .activate-zoom.button, a.ct-view-cta:hover .image-zoom .activate-zoom.button, .image-zoom a.ct-view-cta:focus .activate-zoom.button, a.ct-view-cta:focus .image-zoom .activate-zoom.button {
      background: none;
      border: none; }
    .image-zoom .activate-zoom.disabled, .image-zoom .activate-zoom[disabled],
    fieldset[disabled] .image-zoom .activate-zoom {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .image-zoom .activate-zoom:before, .image-zoom .activate-zoom:after,
    .image-zoom .activate-zoom i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .image-zoom .activate-zoom > span:first-child:last-child,
    .image-zoom .activate-zoom i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .image-zoom .activate-zoom:before, .image-zoom .activate-zoom:after,
    .image-zoom .activate-zoom i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .image-zoom .activate-zoom:link > span, .image-zoom .activate-zoom:visited > span, .image-zoom .activate-zoom:hover > span, .image-zoom a.ct-view-cta:hover .activate-zoom.button > span, a.ct-view-cta:hover .image-zoom .activate-zoom.button > span, .image-zoom a.ct-view-cta:focus .activate-zoom.button > span, a.ct-view-cta:focus .image-zoom .activate-zoom.button > span, .image-zoom a.ct-view-cta:hover .title .activate-zoom.button > span, .image-zoom a.ct-view-cta:focus .title .activate-zoom.button > span, .image-zoom .activate-zoom:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .image-zoom .activate-zoom:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00e";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 2rem;
      margin-right: 0; }
    .image-zoom .activate-zoom:hover, .image-zoom a.ct-view-cta:hover .activate-zoom.button, a.ct-view-cta:hover .image-zoom .activate-zoom.button, .image-zoom a.ct-view-cta:focus .activate-zoom.button, a.ct-view-cta:focus .image-zoom .activate-zoom.button {
      color: inherit; }
  .image-zoom.-active .activate-zoom:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f010";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .image-zoom.-active .message, .image-zoom.-active div.mage-error {
    -webkit-transform: none;
    transform: none;
    opacity: 1; }

.load.indicator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5); }
  .load.indicator > span {
    display: none; }
  .load.indicator:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
    margin: auto;
    border-radius: 0.3125rem;
    background: transparent url(../../frontend/O2web/kalia/en_CA/images/loader-2.gif) no-repeat 50% 50%; }

.loading-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: auto;
  background: rgba(255, 255, 255, 0.5); }
  .loading-mask .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .loading-mask .loader::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 0.3125rem solid rgba(25, 25, 25, 0.5);
      border-right-color: #191919;
      border-radius: 50%;
      -webkit-animation: rotate 1s infinite linear;
      animation: rotate 1s infinite linear; }
    .loading-mask .loader::before {
      border-color: rgba(116, 199, 206, 0.5);
      border-right-color: #74c7ce; }
    .loading-mask .loader p,
    .loading-mask .loader img {
      display: none; }
  body > .loading-mask {
    z-index: 9999; }

._block-content-loading {
  position: relative; }
  ._block-content-loading .loading-mask {
    position: absolute; }
  ._block-content-loading.-mini .loading-mask .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 0.75rem;
    height: 0.75rem; }
    ._block-content-loading.-mini .loading-mask .loader::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border: 0.3125rem solid rgba(25, 25, 25, 0.5);
      border-right-color: #191919;
      border-radius: 50%;
      -webkit-animation: rotate 1s infinite linear;
      animation: rotate 1s infinite linear;
      border-width: 0.125rem;
      border-color: #191919;
      border-right-color: transparent; }
    ._block-content-loading.-mini .loading-mask .loader::before {
      border-color: rgba(116, 199, 206, 0.5);
      border-right-color: #74c7ce; }

.message, div.mage-error {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin: 0 0 0.625rem;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  color: #fff;
  background: #808080; }
  .message.error, div.mage-error {
    background: #ff3d3d; }
  .message.warning, div.warning.mage-error {
    background: #F8C51C; }
  .message.success, div.success.mage-error {
    background: #48D2A0; }

.page.messages .message, .page.messages div.mage-error {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 0;
  border-bottom: 0.125rem solid #808080;
  color: #333;
  background: #f2f2f2; }
  .page.messages .message > div, .page.messages div.mage-error > div {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-left: 4.0625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
    @media only screen and (max-width: 74.9375rem) {
      .page.messages .message > div, .page.messages div.mage-error > div {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .page.messages .message > div:before, .page.messages div.mage-error > div:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f05a";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      position: absolute;
      left: 0;
      top: 50%;
      width: 4.0625rem;
      margin: -0.5em -3.75rem 0 0;
      text-align: center;
      font-size: 1.25rem;
      line-height: 1;
      color: #808080; }
    @media only screen and (max-width: 74.9375rem) {
      .page.messages .message > div, .page.messages div.mage-error > div {
        padding-left: 3.4375rem; }
        .page.messages .message > div:before, .page.messages div.mage-error > div:before {
          width: 3.4375rem; } }
  .page.messages .message strong, .page.messages div.mage-error strong {
    display: block;
    font-size: 1.125rem;
    font-weight: bold; }
  .page.messages .message.error, .page.messages div.mage-error {
    border-color: #ff3d3d; }
    .page.messages .message.error > div:before, .page.messages div.mage-error > div:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f06a";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      color: #ff3d3d; }
  .page.messages .message.warning, .page.messages div.warning.mage-error {
    border-color: #F8C51C; }
    .page.messages .message.warning > div:before, .page.messages div.warning.mage-error > div:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f06a";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      color: #F8C51C;
      font-size: 1.25rem; }
  .page.messages .message.success, .page.messages div.success.mage-error {
    border-color: #48D2A0; }
    .page.messages .message.success > div:before, .page.messages div.success.mage-error > div:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f058";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      color: #48D2A0; }

.message.global, div.global.mage-error {
  display: block;
  padding: 0.625rem 1.25rem;
  margin: 0; }
  .message.global p, div.global.mage-error p {
    margin: 0; }
  .message.global.noscript, div.global.noscript.mage-error, .message.global.cookie, div.global.cookie.mage-error {
    background: rgba(255, 165, 0, 0.3); }
  .message.global.cookie, div.global.cookie.mage-error {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3; }
    .message.global.cookie .actions, div.global.cookie.mage-error .actions {
      margin-top: 0.625rem; }
  .message.global.demo, div.global.demo.mage-error {
    background: #191919;
    color: #fff;
    text-align: center; }

.message.empty, div.empty.mage-error {
  padding: 0;
  font-size: 1.125rem;
  color: #999;
  background: none;
  text-align: center; }
  .message.empty:before, div.empty.mage-error:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f06a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: block;
    margin-bottom: .25em;
    font-size: 3.75rem;
    color: #ccc; }
  .message.empty span, div.empty.mage-error span {
    display: block; }

.minicart-wrapper {
  position: relative;
  margin-right: -0.875rem; }
  .minicart-wrapper .block-minicart {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1001;
    margin: 0.3125rem 0 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
  .minicart-wrapper.active .block-minicart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
  @media only screen and (max-width: 30rem) {
    .minicart-wrapper {
      position: static; } }
  .minicart-wrapper.active {
    overflow: visible; }
    .minicart-wrapper.active .ui-dialog {
      visibility: visible; }
  .minicart-wrapper > .block-minicart {
    display: none; }
  .minicart-wrapper .ui-dialog {
    display: block !important;
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden; }
    .minicart-wrapper .ui-dialog .block-minicart {
      display: block !important; }
    @media only screen and (max-width: 30rem) {
      .minicart-wrapper .ui-dialog {
        width: 100%; }
        .minicart-wrapper .ui-dialog .block-minicart {
          border-radius: 0;
          width: 100%; } }
  .minicart-wrapper .action.showcart {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    display: inline-block;
    min-width: 1.5em;
    color: #1a1a1a;
    background: none; }
    .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart:after,
    .minicart-wrapper .action.showcart i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .minicart-wrapper .action.showcart > span:first-child:last-child,
    .minicart-wrapper .action.showcart i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart:after,
    .minicart-wrapper .action.showcart i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .minicart-wrapper .action.showcart:link > span, .minicart-wrapper .action.showcart:visited > span, .minicart-wrapper .action.showcart:hover > span, .minicart-wrapper a.ct-view-cta:hover .action.showcart.button > span, a.ct-view-cta:hover .minicart-wrapper .action.showcart.button > span, .minicart-wrapper a.ct-view-cta:focus .action.showcart.button > span, a.ct-view-cta:focus .minicart-wrapper .action.showcart.button > span, .minicart-wrapper a.ct-view-cta:hover .title .action.showcart.button > span, .minicart-wrapper a.ct-view-cta:focus .title .action.showcart.button > span, .minicart-wrapper .action.showcart:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .minicart-wrapper .action.showcart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f07a";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 1.125rem;
      margin: 0;
      color: #191919; }
    .minicart-wrapper .action.showcart .counter {
      display: inline-block;
      vertical-align: top;
      margin-top: -0.625rem;
      margin-left: 0.0625rem; }
      .minicart-wrapper .action.showcart .counter.empty {
        display: inline-block; }
    .minicart-wrapper .action.showcart .text,
    .minicart-wrapper .action.showcart .counter-label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
      .minicart-wrapper .action.showcart .text .loader > img,
      .minicart-wrapper .action.showcart .counter-label .loader > img {
        max-width: 1.5rem; }
    .minicart-wrapper .action.showcart.active {
      display: inline-block;
      text-decoration: none; }
  .minicart-wrapper .block-minicart {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
    width: 100%;
    min-width: 6.25rem;
    border-radius: 0.1875rem;
    padding: 1.25rem;
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.25;
    border: 1px solid #f2f2f2;
    width: 24.375rem;
    padding: 0;
    margin-top: 0.625rem; }
    .minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      bottom: 100%;
      z-index: 1002;
      width: 1.25rem;
      margin-left: -0.625rem;
      border-width: 0.3125rem 0.625rem;
      border-style: solid;
      border-color: #fff transparent;
      border-top-width: 0;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .minicart-wrapper .block-minicart::before {
      z-index: 1001;
      width: 1.375rem;
      margin-left: -0.6875rem;
      border-color: #f2f2f2 transparent;
      border-width: 0.375rem 0.6875rem;
      border-top-width: 0; }
    .minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after {
      left: auto;
      right: 1.25rem; }
      @media only screen and (max-width: 74.9375rem) {
        .minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after {
          right: 0.9375rem; } }
      @media only screen and (max-width: 30rem) {
        .minicart-wrapper .block-minicart::before, .minicart-wrapper .block-minicart::after {
          content: none; } }
    .minicart-wrapper .block-minicart .block-title {
      display: block;
      padding: 1.25rem 3.125rem 0;
      text-align: center; }
      .minicart-wrapper .block-minicart .block-title strong {
        font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        margin: 1em 0 .5em;
        color: #191919;
        font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: normal;
        display: block; }
        .minicart-wrapper .block-minicart .block-title strong.-alt {
          text-transform: uppercase; }
        .minicart-wrapper .block-minicart .block-title strong:first-child {
          margin-top: 0; }
        @media only screen and (max-width: 74.9375rem) {
          .minicart-wrapper .block-minicart .block-title strong {
            font-size: 1.125rem; } }
        @media only screen and (max-width: 74.9375rem) {
          .minicart-wrapper .block-minicart .block-title strong {
            font-size: 1.125rem; } }
        .minicart-wrapper .block-minicart .block-title strong .qty {
          display: inline-block;
          vertical-align: middle;
          position: static;
          min-width: 1.25rem;
          height: auto;
          width: auto;
          overflow: hidden;
          border-radius: .333em;
          padding: .55em 1.1em;
          font-size: 0.5625rem;
          text-align: center;
          line-height: 1.33em;
          white-space: normal;
          background: #191919;
          clip: auto;
          color: #fff;
          font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
          font-weight: 600;
          border-radius: 0 .8em;
          padding: .714285714em 1.428571428em;
          line-height: 1.071428571;
          text-transform: uppercase;
          color: #fff;
          margin-left: 0.3125rem; }
          .minicart-wrapper .block-minicart .block-title strong .qty.empty {
            display: none; }
    @media only screen and (max-height: 31.25rem) {
      .minicart-wrapper .block-minicart #minicart-content-wrapper {
        overflow: auto;
        max-height: calc(100vh - 6.25rem); } }
    .minicart-wrapper .block-minicart #minicart-content-wrapper .block-title {
      display: none; }
    .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content {
      padding: 1.875rem 1.25rem 0.625rem; }
      @media only screen and (max-width: 74.9375rem) {
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content {
          padding-bottom: 0; } }
      .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close {
        margin: 0;
        border: 0;
        border-radius: 0;
        padding: 0;
        background-image: none;
        background: none;
        font-weight: normal;
        line-height: inherit;
        text-decoration: none;
        text-shadow: none;
        box-shadow: none;
        color: inherit;
        transition: color 0.15s linear 0s;
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
        padding: 0.875rem;
        padding: 0.8125rem;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        width: 1.875rem;
        height: 1.875rem;
        padding: 0;
        line-height: 1.875rem;
        font-size: 0.75rem; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:focus, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:active, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:hover, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content a.ct-view-cta:hover .action.close.button, a.ct-view-cta:hover .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close.button, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content a.ct-view-cta:focus .action.close.button, a.ct-view-cta:focus .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close.button {
          background: none;
          border: none;
          color: #8e8e8e; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close.disabled, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close[disabled],
        fieldset[disabled] .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close {
          border: 0;
          background: none;
          cursor: not-allowed;
          pointer-events: none;
          opacity: .5;
          color: #e5e5e5; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:before, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:after,
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close i {
          vertical-align: top;
          margin: 0;
          font-size: 1.25rem; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close > span:first-child:last-child,
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close i + span:last-child {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
          vertical-align: top; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:before, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:after,
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close i {
          width: 1.2em;
          line-height: 1.2em;
          text-align: center; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:link > span, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:visited > span, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:hover > span, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content a.ct-view-cta:hover .action.close.button > span, a.ct-view-cta:hover .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close.button > span, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content a.ct-view-cta:focus .action.close.button > span, a.ct-view-cta:focus .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close.button > span, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content a.ct-view-cta:hover .title .action.close.button > span, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content a.ct-view-cta:focus .title .action.close.button > span, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:active > span {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f00d";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.close:-moz-focusring {
          outline: none; }
      .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .items-total {
        display: block;
        float: left;
        margin: 0 0.625rem 1.25rem 0;
        max-width: 50%; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .items-total .count {
          font-weight: 700; }
      .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .subtotal {
        float: right;
        width: 40%;
        text-align: right; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .subtotal .amount {
          font-size: 1.125rem;
          font-weight: bold; }
      .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.checkout {
        width: 100%;
        margin: 1.25rem 0; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.checkout:last-child {
          margin-bottom: 0; }
      .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.viewcart {
        color: inherit;
        text-decoration: none;
        display: inline-block;
        width: auto;
        margin-top: 0.375rem;
        padding: 0.75rem;
        text-decoration: underline; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.viewcart:hover, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content a.ct-view-cta:hover .action.viewcart.button, a.ct-view-cta:hover .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.viewcart.button, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content a.ct-view-cta:focus .action.viewcart.button, a.ct-view-cta:focus .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.viewcart.button, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.viewcart:active, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .action.viewcart:focus {
          color: inherit; }
      .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions {
        text-align: center; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions::before, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions::after {
          content: ' ';
          display: table; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions::after {
          clear: both; }
        @media only screen and (max-width: 74.9375rem) {
          .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions .action {
            font-size: .875rem;
            padding: 0.3125rem 0.9375rem;
            font-size: 0.875rem;
            line-height: 0.9375rem;
            padding: 0.625rem 1.25rem;
            margin-bottom: 0.375rem; }
            .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions .action span::after {
              bottom: -.3em;
              height: 0.0625rem; }
            .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions .action::before, .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions .action::after,
            .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions .action i:first-child,
            .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions .action i:last-child {
              font-size: 1.125rem; } }
      .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .subtitle {
        display: none; }
        .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content .subtitle.empty {
          display: block;
          margin-bottom: 1.25rem; }

.minicart-items-wrapper {
  clear: both;
  min-height: 10.9375rem;
  height: auto !important;
  max-height: calc(100vh - 25rem);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 -1.25rem;
  border: 0.0625rem solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  padding: 1.25rem 1.25rem 0; }
  @media only screen and (max-width: 74.9375rem) {
    .minicart-items-wrapper {
      max-height: calc(100vh - 21.875rem); } }
  @media only screen and (max-height: 31.25rem) {
    .minicart-items-wrapper {
      min-height: 6.25rem;
      max-height: none;
      overflow: visible; } }
  .minicart-items-wrapper .product-item {
    margin-bottom: 1.25rem; }
    @media only screen and (max-width: 74.9375rem) {
      .minicart-items-wrapper .product-item {
        position: relative;
        margin-bottom: 0.625rem; } }
    .minicart-items-wrapper .product-item > .product {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .minicart-items-wrapper .product-item-photo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30%;
    max-width: 5.3125rem;
    padding-right: 0.9375rem;
    border-bottom: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    @media only screen and (max-width: 22.4375rem) {
      .minicart-items-wrapper .product-item-photo {
        display: none; } }
  .minicart-items-wrapper .product-image-photo {
    width: 4.375rem; }
  .minicart-items-wrapper .product-item-details {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1; }
    @media only screen and (max-width: 74.9375rem) {
      .minicart-items-wrapper .product-item-details .product-item-name,
      .minicart-items-wrapper .product-item-details > .product.options {
        position: relative;
        padding-right: 6.25rem; } }
    .minicart-items-wrapper .product-item-details .product-item-name {
      display: block; }
      .minicart-items-wrapper .product-item-details .product-item-name a {
        color: inherit;
        text-decoration: none;
        color: #74c7ce; }
        .minicart-items-wrapper .product-item-details .product-item-name a:hover, .minicart-items-wrapper .product-item-details .product-item-name a.ct-view-cta:hover a.button, a.ct-view-cta:hover .minicart-items-wrapper .product-item-details .product-item-name a.button, .minicart-items-wrapper .product-item-details .product-item-name a.ct-view-cta:focus a.button, a.ct-view-cta:focus .minicart-items-wrapper .product-item-details .product-item-name a.button, .minicart-items-wrapper .product-item-details .product-item-name a:active, .minicart-items-wrapper .product-item-details .product-item-name a:focus {
          color: inherit; }
    .minicart-items-wrapper .product-item-details .product.options {
      display: block;
      margin: 0.625rem 0 0; }
      .minicart-items-wrapper .product-item-details .product.options .toggle {
        position: relative;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        cursor: pointer;
        padding-right: 1.25rem; }
        .minicart-items-wrapper .product-item-details .product.options .toggle:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f107";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
        .minicart-items-wrapper .product-item-details .product.options .toggle::after {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
      .minicart-items-wrapper .product-item-details .product.options.active .toggle::after {
        -webkit-transform: translateY(-50%) scaleY(-1);
        transform: translateY(-50%) scaleY(-1); }
      .minicart-items-wrapper .product-item-details .product.options .toggle {
        transition: color 0.2s linear; }
        .minicart-items-wrapper .product-item-details .product.options .toggle:focus, .minicart-items-wrapper .product-item-details .product.options .toggle:hover, .minicart-items-wrapper .product-item-details .product.options a.ct-view-cta:hover .toggle.button, a.ct-view-cta:hover .minicart-items-wrapper .product-item-details .product.options .toggle.button, .minicart-items-wrapper .product-item-details .product.options a.ct-view-cta:focus .toggle.button, a.ct-view-cta:focus .minicart-items-wrapper .product-item-details .product.options .toggle.button {
          color: #191919; }
      .minicart-items-wrapper .product-item-details .product.options .price {
        display: block;
        color: #191919; }
        .minicart-items-wrapper .product-item-details .product.options .price .content {
          box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
          width: 100%;
          min-width: 6.25rem;
          border-radius: 0.1875rem;
          padding: 1.25rem;
          background: #fff;
          font-size: 0.875rem;
          line-height: 1.25;
          border: 1px solid #f2f2f2;
          display: block !important;
          margin-top: 0.3125rem;
          width: 9.375rem;
          padding: 0.625rem 0.625rem 0; }
          .minicart-items-wrapper .product-item-details .product.options .price .content::before, .minicart-items-wrapper .product-item-details .product.options .price .content::after {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            bottom: 100%;
            z-index: 1002;
            width: 1.25rem;
            margin-left: -0.625rem;
            border-width: 0.3125rem 0.625rem;
            border-style: solid;
            border-color: #fff transparent;
            border-top-width: 0;
            -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s; }
          .minicart-items-wrapper .product-item-details .product.options .price .content::before {
            z-index: 1001;
            width: 1.375rem;
            margin-left: -0.6875rem;
            border-color: #f2f2f2 transparent;
            border-width: 0.375rem 0.6875rem;
            border-top-width: 0; }
          .minicart-items-wrapper .product-item-details .product.options .price .content::before, .minicart-items-wrapper .product-item-details .product.options .price .content::after {
            left: 1.25rem; }
          .minicart-items-wrapper .product-item-details .product.options .price .content .product.options.list {
            margin-bottom: 0; }
            .minicart-items-wrapper .product-item-details .product.options .price .content .product.options.list .label {
              float: left;
              clear: left; }
              .minicart-items-wrapper .product-item-details .product.options .price .content .product.options.list .label::after {
                content: ' -';
                margin-right: 0.3125rem; }
            .minicart-items-wrapper .product-item-details .product.options .price .content .product.options.list .values {
              float: left; }
    @media only screen and (min-width: 75rem) {
      .minicart-items-wrapper .product-item-details .product-item-pricing .price-container {
        margin-top: 0.625rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .minicart-items-wrapper .product-item-details .product-item-pricing .price-container {
        width: 5.625rem;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        font-size: 0.875rem; } }
    .minicart-items-wrapper .product-item-details .details-qty {
      margin-top: 0.625rem;
      margin-right: 2.1875rem; }
      .minicart-items-wrapper .product-item-details .details-qty .label {
        display: none; }
    .minicart-items-wrapper .product-item-details .cart-item-qty {
      width: 5rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      padding-left: 0.75rem;
      text-align: center; }
    .minicart-items-wrapper .product-item-details .action,
    .minicart-items-wrapper .product-item-details .update-cart-item {
      margin: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      background-image: none;
      background: none;
      font-weight: normal;
      line-height: inherit;
      text-decoration: none;
      text-shadow: none;
      box-shadow: none;
      color: inherit;
      transition: color 0.15s linear 0s;
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem;
      padding: 0.3125rem; }
      .minicart-items-wrapper .product-item-details .action:focus, .minicart-items-wrapper .product-item-details .action:active, .minicart-items-wrapper .product-item-details .action:hover, .minicart-items-wrapper .product-item-details a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .minicart-items-wrapper .product-item-details .action.button, .minicart-items-wrapper .product-item-details a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .minicart-items-wrapper .product-item-details .action.button,
      .minicart-items-wrapper .product-item-details .update-cart-item:focus,
      .minicart-items-wrapper .product-item-details .update-cart-item:active,
      .minicart-items-wrapper .product-item-details .update-cart-item:hover,
      .minicart-items-wrapper .product-item-details a.ct-view-cta:hover .update-cart-item.button,
      a.ct-view-cta:hover .minicart-items-wrapper .product-item-details .update-cart-item.button,
      .minicart-items-wrapper .product-item-details a.ct-view-cta:focus .update-cart-item.button,
      a.ct-view-cta:focus .minicart-items-wrapper .product-item-details .update-cart-item.button {
        background: none;
        border: none;
        color: #8e8e8e; }
      .minicart-items-wrapper .product-item-details .action.disabled, .minicart-items-wrapper .product-item-details .action[disabled],
      fieldset[disabled] .minicart-items-wrapper .product-item-details .action,
      .minicart-items-wrapper .product-item-details .update-cart-item.disabled,
      .minicart-items-wrapper .product-item-details .update-cart-item[disabled],
      fieldset[disabled]
      .minicart-items-wrapper .product-item-details .update-cart-item {
        border: 0;
        background: none;
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
        color: #e5e5e5; }
      .minicart-items-wrapper .product-item-details .action:before, .minicart-items-wrapper .product-item-details .action:after,
      .minicart-items-wrapper .product-item-details .action i,
      .minicart-items-wrapper .product-item-details .update-cart-item:before,
      .minicart-items-wrapper .product-item-details .update-cart-item:after,
      .minicart-items-wrapper .product-item-details .update-cart-item i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .minicart-items-wrapper .product-item-details .action > span:first-child:last-child,
      .minicart-items-wrapper .product-item-details .action i + span:last-child,
      .minicart-items-wrapper .product-item-details .update-cart-item > span:first-child:last-child,
      .minicart-items-wrapper .product-item-details .update-cart-item i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .minicart-items-wrapper .product-item-details .action:before, .minicart-items-wrapper .product-item-details .action:after,
      .minicart-items-wrapper .product-item-details .action i,
      .minicart-items-wrapper .product-item-details .update-cart-item:before,
      .minicart-items-wrapper .product-item-details .update-cart-item:after,
      .minicart-items-wrapper .product-item-details .update-cart-item i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .minicart-items-wrapper .product-item-details .action:link > span, .minicart-items-wrapper .product-item-details .action:visited > span, .minicart-items-wrapper .product-item-details .action:hover > span, .minicart-items-wrapper .product-item-details a.ct-view-cta:hover .action.button > span, a.ct-view-cta:hover .minicart-items-wrapper .product-item-details .action.button > span, .minicart-items-wrapper .product-item-details a.ct-view-cta:focus .action.button > span, a.ct-view-cta:focus .minicart-items-wrapper .product-item-details .action.button > span, .minicart-items-wrapper .product-item-details a.ct-view-cta:hover .title .action.button > span, .minicart-items-wrapper .product-item-details a.ct-view-cta:focus .title .action.button > span, .minicart-items-wrapper .product-item-details .action:active > span,
      .minicart-items-wrapper .product-item-details .update-cart-item:link > span,
      .minicart-items-wrapper .product-item-details .update-cart-item:visited > span,
      .minicart-items-wrapper .product-item-details .update-cart-item:hover > span,
      .minicart-items-wrapper .product-item-details a.ct-view-cta:hover .update-cart-item.button > span,
      a.ct-view-cta:hover .minicart-items-wrapper .product-item-details .update-cart-item.button > span,
      .minicart-items-wrapper .product-item-details a.ct-view-cta:focus .update-cart-item.button > span,
      a.ct-view-cta:focus .minicart-items-wrapper .product-item-details .update-cart-item.button > span,
      .minicart-items-wrapper .product-item-details a.ct-view-cta:hover .title .update-cart-item.button > span,
      .minicart-items-wrapper .product-item-details a.ct-view-cta:focus .title .update-cart-item.button > span,
      .minicart-items-wrapper .product-item-details .update-cart-item:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .minicart-items-wrapper .product-item-details .action:before,
      .minicart-items-wrapper .product-item-details .update-cart-item:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f044";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .minicart-items-wrapper .product-item-details .action::before,
      .minicart-items-wrapper .product-item-details .update-cart-item::before {
        font-size: 1rem; }
      .minicart-items-wrapper .product-item-details .action.delete:before,
      .minicart-items-wrapper .product-item-details .update-cart-item.delete:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f2ed";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
    .minicart-items-wrapper .product-item-details .update-cart-item {
      position: absolute;
      top: 50%;
      left: 100%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-left: 0.3125rem; }
      .minicart-items-wrapper .product-item-details .update-cart-item:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f021";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
    .minicart-items-wrapper .product-item-details .product.actions {
      float: right;
      margin: -1.75rem 0 0;
      text-align: right; }
      .minicart-items-wrapper .product-item-details .product.actions > .primary,
      .minicart-items-wrapper .product-item-details .product.actions > .secondary {
        display: inline-block; }

.block.newsletter .title {
  margin-bottom: 0; }
  .block.newsletter .title strong {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    margin-right: 0;
    color: #fff; }

.block.newsletter .content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0.625rem 0; }

.block.newsletter .form.subscribe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.625rem; }
  .block.newsletter .form.subscribe .label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .block.newsletter .form.subscribe .field,
  .block.newsletter .form.subscribe .actions {
    margin: 0.3125rem 0.625rem 0.3125rem; }
  .block.newsletter .form.subscribe .field {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    position: relative; }
    .block.newsletter .form.subscribe .field input {
      color: #fff;
      background-color: transparent; }
      .block.newsletter .form.subscribe .field input:not(:hover):not(:focus) {
        border-color: #4d4d4d; }
  .block.newsletter .form.subscribe .action.subscribe {
    width: 100%; }

@media only screen and (max-width: 74.9375rem) {
  .block.newsletter .content {
    margin-top: 1.25rem; }
  .block.newsletter .form.subscribe .actions {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; } }

@media only screen and (min-width: 75rem) {
  .block.newsletter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .block.newsletter .form.subscribe .field:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f2b6";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      position: absolute;
      top: 50%;
      left: 1.25rem;
      margin-top: -.5em;
      font-size: 1.5rem; }
    .block.newsletter .form.subscribe .field input {
      padding-left: 4.375rem; }
    .block.newsletter .form.subscribe .field div.mage-error {
      box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
      width: 100%;
      min-width: 6.25rem;
      border-radius: 0.1875rem;
      padding: 1.25rem;
      background: #ff3d3d;
      font-size: 0.875rem;
      line-height: 1.25;
      color: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      text-align: center; }
      .block.newsletter .form.subscribe .field div.mage-error::before {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 100%;
        z-index: 1002;
        width: 1.25rem;
        margin-left: -0.625rem;
        border-width: 0.3125rem 0.625rem;
        border-style: solid;
        border-color: #ff3d3d transparent;
        border-top-width: 0;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
      .block.newsletter .form.subscribe .field div.mage-error a {
        color: #fff; }
        .block.newsletter .form.subscribe .field div.mage-error a:hover, .block.newsletter .form.subscribe .field div.mage-error a.ct-view-cta:hover a.button, a.ct-view-cta:hover .block.newsletter .form.subscribe .field div.mage-error a.button, .block.newsletter .form.subscribe .field div.mage-error a.ct-view-cta:focus a.button, a.ct-view-cta:focus .block.newsletter .form.subscribe .field div.mage-error a.button {
          color: #ffbdbd; }
    .block.newsletter .content {
      margin-left: 1.25rem; }
      .block.newsletter .content .label {
        font-size: 1.125rem; } }

body._has-modal {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.modals-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999 !important;
  background-color: rgba(77, 77, 77, 0.5); }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-image: none;
  background: none;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .modal-custom .action-close:focus, .modal-custom .action-close:active, .modal-custom .action-close:hover, .modal-custom a.ct-view-cta:hover .action-close.button, a.ct-view-cta:hover .modal-custom .action-close.button, .modal-custom a.ct-view-cta:focus .action-close.button, a.ct-view-cta:focus .modal-custom .action-close.button,
  .modal-popup .action-close:focus,
  .modal-popup .action-close:active,
  .modal-popup .action-close:hover,
  .modal-popup a.ct-view-cta:hover .action-close.button,
  a.ct-view-cta:hover .modal-popup .action-close.button,
  .modal-popup a.ct-view-cta:focus .action-close.button,
  a.ct-view-cta:focus .modal-popup .action-close.button,
  .modal-slide .action-close:focus,
  .modal-slide .action-close:active,
  .modal-slide .action-close:hover,
  .modal-slide a.ct-view-cta:hover .action-close.button,
  a.ct-view-cta:hover .modal-slide .action-close.button,
  .modal-slide a.ct-view-cta:focus .action-close.button,
  a.ct-view-cta:focus .modal-slide .action-close.button {
    background: none;
    border: none; }
  .modal-custom .action-close.disabled, .modal-custom .action-close[disabled],
  fieldset[disabled] .modal-custom .action-close,
  .modal-popup .action-close.disabled,
  .modal-popup .action-close[disabled],
  fieldset[disabled]
  .modal-popup .action-close,
  .modal-slide .action-close.disabled,
  .modal-slide .action-close[disabled],
  fieldset[disabled]
  .modal-slide .action-close {
    border: 0;
    background: none;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    color: #e5e5e5; }
  .modal-custom .action-close:before, .modal-custom .action-close:after,
  .modal-custom .action-close i,
  .modal-popup .action-close:before,
  .modal-popup .action-close:after,
  .modal-popup .action-close i,
  .modal-slide .action-close:before,
  .modal-slide .action-close:after,
  .modal-slide .action-close i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .modal-custom .action-close > span:first-child:last-child,
  .modal-custom .action-close i + span:last-child,
  .modal-popup .action-close > span:first-child:last-child,
  .modal-popup .action-close i + span:last-child,
  .modal-slide .action-close > span:first-child:last-child,
  .modal-slide .action-close i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .modal-custom .action-close:before, .modal-custom .action-close:after,
  .modal-custom .action-close i,
  .modal-popup .action-close:before,
  .modal-popup .action-close:after,
  .modal-popup .action-close i,
  .modal-slide .action-close:before,
  .modal-slide .action-close:after,
  .modal-slide .action-close i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .modal-custom .action-close:link > span, .modal-custom .action-close:visited > span, .modal-custom .action-close:hover > span, .modal-custom a.ct-view-cta:hover .action-close.button > span, a.ct-view-cta:hover .modal-custom .action-close.button > span, .modal-custom a.ct-view-cta:focus .action-close.button > span, a.ct-view-cta:focus .modal-custom .action-close.button > span, .modal-custom a.ct-view-cta:hover .title .action-close.button > span, .modal-custom a.ct-view-cta:focus .title .action-close.button > span, .modal-custom .action-close:active > span,
  .modal-popup .action-close:link > span,
  .modal-popup .action-close:visited > span,
  .modal-popup .action-close:hover > span,
  .modal-popup a.ct-view-cta:hover .action-close.button > span,
  a.ct-view-cta:hover .modal-popup .action-close.button > span,
  .modal-popup a.ct-view-cta:focus .action-close.button > span,
  a.ct-view-cta:focus .modal-popup .action-close.button > span,
  .modal-popup a.ct-view-cta:hover .title .action-close.button > span,
  .modal-popup a.ct-view-cta:focus .title .action-close.button > span,
  .modal-popup .action-close:active > span,
  .modal-slide .action-close:link > span,
  .modal-slide .action-close:visited > span,
  .modal-slide .action-close:hover > span,
  .modal-slide a.ct-view-cta:hover .action-close.button > span,
  a.ct-view-cta:hover .modal-slide .action-close.button > span,
  .modal-slide a.ct-view-cta:focus .action-close.button > span,
  a.ct-view-cta:focus .modal-slide .action-close.button > span,
  .modal-slide a.ct-view-cta:hover .title .action-close.button > span,
  .modal-slide a.ct-view-cta:focus .title .action-close.button > span,
  .modal-slide .action-close:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.modal-slide,
.modal-popup {
  z-index: 10000 !important; }
  .modal-slide,
  .modal-popup {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    max-width: 90%;
    max-height: 100%;
    overflow: auto;
    margin: 3rem auto;
    padding: 2.5rem 1.25rem;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform;
    transition-timing-function: ease-in-out; }
  .modal-slide._show,
  .modal-popup._show {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.2s, 0s, 0.2s; }

.modal-popup.modal-slide .modal-footer {
  border-top: 0.0625rem solid #e5e5e5;
  text-align: right; }

@media only screen and (max-width: 74.9375rem) {
  .modal-popup.modal-slide {
    top: 0;
    right: 0;
    bottom: 0;
    left: 2.75rem;
    max-width: none;
    max-height: none;
    height: 100%;
    width: auto;
    margin: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
    .modal-popup.modal-slide._show {
      -webkit-transform: none;
      transform: none; }
    .modal-popup.modal-slide .modal-footer {
      border-top: none;
      text-align: left; } }

.modal-slide {
  top: 0;
  right: 0;
  bottom: 0;
  left: 2.75rem;
  max-width: none;
  max-height: none;
  height: 100%;
  width: auto;
  margin: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }
  .modal-slide._show {
    -webkit-transform: none;
    transform: none; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: visible; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 2.6rem 2.6rem; }
  .modal-slide .modal-header {
    padding-bottom: 2.1rem;
    padding-top: 2.1rem; }
  .modal-slide .action-close {
    padding: 1.1rem 2rem; }
    .modal-slide .action-close .page-main-actions {
      margin-top: 2.1rem;
      margin-bottom: -12.9rem; }

.modal-popup {
  top: 50% !important;
  left: 50% !important;
  right: 0;
  bottom: auto;
  -webkit-transform: translate(-50%, calc(-50% + 0.5px)) !important;
  transform: translate(-50%, calc(-50% + 0.5px)) !important;
  width: 75%;
  height: auto;
  max-height: 90%;
  margin: 0; }
  .modal-popup._show {
    -webkit-transform: none;
    transform: none; }
  .modal-popup .modal-inner-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
    .modal-popup._inner-scroll .modal-header,
    .modal-popup._inner-scroll .modal-footer {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-right: 2rem;
    padding-left: 2rem; }
  .modal-popup .modal-header {
    padding-top: 2rem;
    padding-bottom: 1.2rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .modal-popup .modal-footer {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (max-width: 31.25rem) {
      .modal-popup .modal-footer {
        display: block;
        margin: 0 auto; }
        .modal-popup .modal-footer button {
          display: block;
          width: 100%; } }
  .modal-popup .modal-footer-actions {
    text-align: right; }
  .modal-popup .modal-title {
    font: bold 2.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 300 1.625rem/1.23077 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    min-height: 1em;
    margin-bottom: 0;
    border-bottom: 0.0625rem solid #808080;
    padding-bottom: 0.625rem;
    word-wrap: break-word; }
    .modal-popup .modal-title.-alt {
      text-transform: uppercase; }
    .modal-popup .modal-title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .modal-popup .modal-title {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .modal-popup .modal-title {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .modal-popup .modal-title {
        font-weight: bold; } }
  .modal-popup .action-close {
    padding: 0.625rem; }

.modal-custom .action-close {
  margin: 0.625rem; }

body._has-modal-custom .modal-custom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 899;
  width: 100vw;
  height: 100vh; }

@media only screen and (max-width: 74.9375rem) {
  body._has-modal-custom {
    width: 100vw;
    height: 100vh;
    overflow: hidden; }
    body._has-modal-custom .modal-custom-overlay {
      background-color: rgba(51, 51, 51, 0.55); } }

.ui-dialog-titlebar-close {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-image: none;
  background: none;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
  display: inline;
  color: #191919;
  text-decoration: none; }
  .ui-dialog-titlebar-close:focus, .ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:hover, a.ct-view-cta:hover .ui-dialog-titlebar-close.button, a.ct-view-cta:focus .ui-dialog-titlebar-close.button {
    background: none;
    border: none; }
  .ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled],
  fieldset[disabled] .ui-dialog-titlebar-close {
    border: 0;
    background: none;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    color: #e5e5e5; }
  .ui-dialog-titlebar-close:hover, a.ct-view-cta:hover .ui-dialog-titlebar-close.button, a.ct-view-cta:focus .ui-dialog-titlebar-close.button, .ui-dialog-titlebar-close:active {
    text-decoration: underline; }

.ui-dialog.popup .action.close {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-image: none;
  background: none;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
  width: 2.5rem;
  height: 2.5rem; }
  .ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active, .ui-dialog.popup .action.close:hover, .ui-dialog.popup a.ct-view-cta:hover .action.close.button, a.ct-view-cta:hover .ui-dialog.popup .action.close.button, .ui-dialog.popup a.ct-view-cta:focus .action.close.button, a.ct-view-cta:focus .ui-dialog.popup .action.close.button {
    background: none;
    border: none; }
  .ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled],
  fieldset[disabled] .ui-dialog.popup .action.close {
    border: 0;
    background: none;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    color: #e5e5e5; }
  .ui-dialog.popup .action.close:before, .ui-dialog.popup .action.close:after,
  .ui-dialog.popup .action.close i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .ui-dialog.popup .action.close > span:first-child:last-child,
  .ui-dialog.popup .action.close i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .ui-dialog.popup .action.close:before, .ui-dialog.popup .action.close:after,
  .ui-dialog.popup .action.close i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .ui-dialog.popup .action.close:link > span, .ui-dialog.popup .action.close:visited > span, .ui-dialog.popup .action.close:hover > span, .ui-dialog.popup a.ct-view-cta:hover .action.close.button > span, a.ct-view-cta:hover .ui-dialog.popup .action.close.button > span, .ui-dialog.popup a.ct-view-cta:focus .action.close.button > span, a.ct-view-cta:focus .ui-dialog.popup .action.close.button > span, .ui-dialog.popup a.ct-view-cta:hover .title .action.close.button > span, .ui-dialog.popup a.ct-view-cta:focus .title .action.close.button > span, .ui-dialog.popup .action.close:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .ui-dialog.popup .action.close:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f00d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }

@media only screen and (min-width: 40rem) {
  .ui-dialog.popup {
    width: 26.25rem; } }

.popup-pointer {
  position: absolute;
  top: -0.875rem;
  margin-left: -0.875rem; }
  .popup-pointer:before, .popup-pointer:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-bottom-style: soli; }
  .popup-pointer:before {
    top: 0.125rem;
    left: 0.125rem;
    z-index: 99;
    border: solid 0.375rem;
    border-color: transparent transparent #fff transparent; }
  .popup-pointer:after {
    left: 0.0625rem;
    top: 0;
    z-index: 98;
    border: solid 0.4375rem;
    border-color: transparent transparent #808080 transparent; }

@media only screen and (max-width: 74.9375rem) {
  .custom-slide {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    max-width: 90%;
    max-height: 100%;
    overflow: auto;
    margin: 3rem auto;
    padding: 2.5rem 1.25rem;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.2s;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform;
    transition-timing-function: ease-in-out; }
  .custom-slide._show {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.2s, 0s, 0.2s; }
  .custom-slide {
    right: 0;
    bottom: 0;
    left: 2.75rem;
    max-width: none;
    max-height: none;
    height: 100%;
    width: auto;
    margin: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  .custom-slide._show {
    -webkit-transform: none;
    transform: none; } }

.price-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .price-box .price {
    font-size: 1.5rem;
    font-weight: bold; }
  @media only screen and (min-width: 75rem) {
    .price-box > .price-final_price,
    .price-box .special-price {
      font-size: 1.125rem; } }
  .price-box .price-label {
    display: none; }
  .price-box .price-from,
  .price-box .price-to,
  .price-box .minimal-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .price-box .price-from .price-container,
    .price-box .price-to .price-container,
    .price-box .minimal-price .price-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
    .price-box .price-from .price-label,
    .price-box .price-to .price-label,
    .price-box .minimal-price .price-label {
      display: block;
      padding-right: 0.625rem;
      font-size: 1rem; }
  .price-box .price-from {
    margin-bottom: 0; }
  .price-box .price-to {
    margin-top: 0; }
  .price-box .minimal-price {
    width: auto; }
  .price-box .special-price,
  .price-box .old-price {
    margin: 0;
    line-height: 1.25rem; }
  .price-box .special-price {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #f69052; }
  .price-box .old-price {
    font-size: 0.875rem;
    color: #b4b4b4; }

.price-tier_price .price-excluding-tax,
.price-tier_price .price-including-tax {
  display: inline; }

.price-excluding-tax,
.price-including-tax {
  display: block; }
  .price-excluding-tax .price,
  .price-including-tax .price {
    font-weight: bold; }

.price-including-tax + .price-excluding-tax,
.weee[data-label] {
  display: block; }
  .price-including-tax + .price-excluding-tax:before,
  .weee[data-label]:before {
    content: attr(data-label) ": "; }

.price-container .price-including-tax + .price-excluding-tax,
.price-container .weee {
  margin-top: 0.3125rem; }
  .price-container .price-including-tax + .price-excluding-tax:before,
  .price-container .weee:before {
    content: "(" attr(data-label) ": "; }
  .price-container .price-including-tax + .price-excluding-tax:after,
  .price-container .weee:after {
    content: ')'; }

.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": "; }

.old-price,
.old.price {
  text-decoration: line-through; }

.prices-tier {
  margin: 0.625rem 0;
  border: 0.0625rem solid #808080;
  padding: 0.625rem 0.9375rem; }
  .prices-tier .price-container {
    display: inline-block; }
    .prices-tier .price-container .price-including-tax,
    .prices-tier .price-container .price-excluding-tax,
    .prices-tier .price-container .weee {
      display: inline-block; }
      .prices-tier .price-container .price-including-tax .price,
      .prices-tier .price-container .price-excluding-tax .price,
      .prices-tier .price-container .weee .price {
        font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        margin: 1em 0 .5em;
        color: #191919;
        font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        text-transform: uppercase;
        color: #333;
        letter-spacing: normal; }
        .prices-tier .price-container .price-including-tax .price.-alt,
        .prices-tier .price-container .price-excluding-tax .price.-alt,
        .prices-tier .price-container .weee .price.-alt {
          text-transform: uppercase; }
        .prices-tier .price-container .price-including-tax .price:first-child,
        .prices-tier .price-container .price-excluding-tax .price:first-child,
        .prices-tier .price-container .weee .price:first-child {
          margin-top: 0; }
        @media only screen and (max-width: 74.9375rem) {
          .prices-tier .price-container .price-including-tax .price,
          .prices-tier .price-container .price-excluding-tax .price,
          .prices-tier .price-container .weee .price {
            font-size: 1rem; } }
        @media only screen and (max-width: 74.9375rem) {
          .prices-tier .price-container .price-including-tax .price,
          .prices-tier .price-container .price-excluding-tax .price,
          .prices-tier .price-container .weee .price {
            font-size: 0.875rem; } }
    .prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
      content: "(" attr(data-label) ": "; }
    .prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
      content: ')'; }
    .prices-tier .price-container .weee[data-label] {
      display: inline; }
      .prices-tier .price-container .weee[data-label]:before {
        content: " +" attr(data-label) ": "; }

.actual-price {
  font-weight: bold; }

.minilist .weee {
  display: table-row; }
  .minilist .weee:before {
    display: none; }

.price-container .wee:before {
  display: none; }

.product-reviews-summary {
  margin-top: 0;
  line-height: 1; }
  .product-reviews-summary:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    vertical-align: middle;
    margin-right: 0.3125rem;
    font-size: 0.9375rem;
    line-height: inherit;
    color: #191919; }
  .product-reviews-summary span {
    vertical-align: middle; }
  .product-reviews-summary .reviews-actions {
    display: inline-block;
    vertical-align: middle; }
    .product-reviews-summary .reviews-actions .action.view {
      color: inherit;
      text-decoration: none;
      vertical-align: middle;
      font-size: 0.75rem;
      color: #808080; }
      .product-reviews-summary .reviews-actions .action.view:hover, .product-reviews-summary .reviews-actions a.ct-view-cta:hover .action.view.button, a.ct-view-cta:hover .product-reviews-summary .reviews-actions .action.view.button, .product-reviews-summary .reviews-actions a.ct-view-cta:focus .action.view.button, a.ct-view-cta:focus .product-reviews-summary .reviews-actions .action.view.button, .product-reviews-summary .reviews-actions .action.view:active, .product-reviews-summary .reviews-actions .action.view:focus {
        color: inherit; }
      .product-reviews-summary .reviews-actions .action.view .review-count::before {
        content: '('; }
      .product-reviews-summary .reviews-actions .action.view .review-count::after {
        content: ')'; }
      .product-reviews-summary .reviews-actions .action.view .review-count ~ span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
    .product-reviews-summary .reviews-actions .action.add {
      display: inline-block;
      vertical-align: middle;
      font-size: 0.875rem;
      margin-left: 0.3125rem; }

.rating-summary {
  overflow: hidden;
  white-space: nowrap; }
  .rating-summary .rating-result {
    display: block;
    vertical-align: middle;
    position: relative;
    width: 5.625em; }
    .rating-summary .rating-result:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f005";
      font-family: "Font Awesome 5 Pro";
      font-weight: 700; }
    .rating-summary .rating-result:before {
      content: "\f005" "\f005" "\f005" "\f005" "\f005";
      display: block;
      width: 100%;
      line-height: 1;
      -webkit-transform: none;
      transform: none; }
    .rating-summary .rating-result::after {
      content: none; }
    .rating-summary .rating-result:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      color: #e5e5e5; }
    .rating-summary .rating-result > span {
      display: block;
      overflow: hidden; }
      .rating-summary .rating-result > span:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f005";
        font-family: "Font Awesome 5 Pro";
        font-weight: 700; }
      .rating-summary .rating-result > span:before {
        content: "\f005" "\f005" "\f005" "\f005" "\f005";
        display: block;
        width: 100%;
        line-height: 1;
        -webkit-transform: none;
        transform: none; }
      .rating-summary .rating-result > span::after {
        content: none; }
      .rating-summary .rating-result > span:before {
        position: relative;
        z-index: 2;
        color: #191919; }
      .rating-summary .rating-result > span span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }

.review-control-vote {
  position: relative;
  overflow: hidden; }
  .review-control-vote:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f005";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700; }
  .review-control-vote:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    display: block;
    width: 100%;
    line-height: 1;
    -webkit-transform: none;
    transform: none; }
  .review-control-vote::after {
    content: none; }
  .review-control-vote:before {
    display: block;
    z-index: 1;
    color: #e5e5e5; }
  .review-control-vote input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .review-control-vote input[type=radio]:hover + label:before, .review-control-vote a.ct-view-cta:hover input.button[type=radio] + label:before, a.ct-view-cta:hover .review-control-vote input.button[type=radio] + label:before, .review-control-vote a.ct-view-cta:focus input.button[type=radio] + label:before, a.ct-view-cta:focus .review-control-vote input.button[type=radio] + label:before, .review-control-vote a.ct-view-cta:hover .title input.button[type=radio] + label:before, .review-control-vote a.ct-view-cta:focus .title input.button[type=radio] + label:before, .review-control-vote input[type=radio]:focus + label:before, .review-control-vote input[type=radio]:checked + label:before {
      opacity: 1;
      background-color: #fff;
      border: none; }
    .review-control-vote input[type=radio] + label {
      display: block;
      position: absolute;
      top: 0.625rem;
      height: 1em;
      margin: 0;
      padding: 0;
      cursor: pointer;
      font-size: 1em; }
      .review-control-vote input[type=radio] + label:before {
        position: static;
        color: #191919;
        width: auto;
        height: 1em;
        background: #fff;
        border: 0;
        border-radius: 0;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
        white-space: nowrap; }
      .review-control-vote input[type=radio] + label:hover:before, .review-control-vote a.ct-view-cta:hover input[type=radio] + label.button:before, a.ct-view-cta:hover .review-control-vote input[type=radio] + label.button:before, .review-control-vote a.ct-view-cta:focus input[type=radio] + label.button:before, a.ct-view-cta:focus .review-control-vote input[type=radio] + label.button:before, .review-control-vote a.ct-view-cta:hover .title input[type=radio] + label.button:before, .review-control-vote a.ct-view-cta:focus .title input[type=radio] + label.button:before {
        opacity: .75; }
      .review-control-vote input[type=radio] + label:hover ~ input[type=radio]:checked + label:before, .review-control-vote a.ct-view-cta:hover input[type=radio] + label.button ~ input[type=radio]:checked + label:before, a.ct-view-cta:hover .review-control-vote input[type=radio] + label.button ~ input[type=radio]:checked + label:before, .review-control-vote a.ct-view-cta:focus input[type=radio] + label.button ~ input[type=radio]:checked + label:before, a.ct-view-cta:focus .review-control-vote input[type=radio] + label.button ~ input[type=radio]:checked + label:before, .review-control-vote a.ct-view-cta:hover .title input[type=radio] + label.button ~ input[type=radio]:checked + label:before, .review-control-vote a.ct-view-cta:focus .title input[type=radio] + label.button ~ input[type=radio]:checked + label:before {
        opacity: .3; }
      .review-control-vote input[type=radio] + label:after {
        content: none; }
      .review-control-vote input[type=radio] + label.rating-1 {
        z-index: 6;
        width: 1.125em; }
        .review-control-vote input[type=radio] + label.rating-1:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f005";
          font-family: "Font Awesome 5 Pro";
          font-weight: 700; }
        .review-control-vote input[type=radio] + label.rating-1:before {
          content: "\f005";
          display: block;
          width: 100%;
          line-height: 1;
          -webkit-transform: none;
          transform: none; }
        .review-control-vote input[type=radio] + label.rating-1::after {
          content: none; }
      .review-control-vote input[type=radio] + label.rating-2 {
        z-index: 5;
        width: 2.25em; }
        .review-control-vote input[type=radio] + label.rating-2:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f005";
          font-family: "Font Awesome 5 Pro";
          font-weight: 700; }
        .review-control-vote input[type=radio] + label.rating-2:before {
          content: "\f005" "\f005";
          display: block;
          width: 100%;
          line-height: 1;
          -webkit-transform: none;
          transform: none; }
        .review-control-vote input[type=radio] + label.rating-2::after {
          content: none; }
      .review-control-vote input[type=radio] + label.rating-3 {
        z-index: 4;
        width: 3.375em; }
        .review-control-vote input[type=radio] + label.rating-3:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f005";
          font-family: "Font Awesome 5 Pro";
          font-weight: 700; }
        .review-control-vote input[type=radio] + label.rating-3:before {
          content: "\f005" "\f005" "\f005";
          display: block;
          width: 100%;
          line-height: 1;
          -webkit-transform: none;
          transform: none; }
        .review-control-vote input[type=radio] + label.rating-3::after {
          content: none; }
      .review-control-vote input[type=radio] + label.rating-4 {
        z-index: 3;
        width: 4.5em; }
        .review-control-vote input[type=radio] + label.rating-4:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f005";
          font-family: "Font Awesome 5 Pro";
          font-weight: 700; }
        .review-control-vote input[type=radio] + label.rating-4:before {
          content: "\f005" "\f005" "\f005" "\f005";
          display: block;
          width: 100%;
          line-height: 1;
          -webkit-transform: none;
          transform: none; }
        .review-control-vote input[type=radio] + label.rating-4::after {
          content: none; }
      .review-control-vote input[type=radio] + label.rating-5 {
        z-index: 2;
        width: 5.625em; }
        .review-control-vote input[type=radio] + label.rating-5:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f005";
          font-family: "Font Awesome 5 Pro";
          font-weight: 700; }
        .review-control-vote input[type=radio] + label.rating-5:before {
          content: "\f005" "\f005" "\f005" "\f005" "\f005";
          display: block;
          width: 100%;
          line-height: 1;
          -webkit-transform: none;
          transform: none; }
        .review-control-vote input[type=radio] + label.rating-5::after {
          content: none; }
  .review-control-vote label span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.block.add.review {
  margin-bottom: 2.5rem; }
  .block.add.review > .title {
    font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal; }
    .block.add.review > .title.-alt {
      text-transform: uppercase; }
    .block.add.review > .title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .block.add.review > .title {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .block.add.review > .title {
        font-size: 1.125rem; } }
  .block.add.review .legend {
    font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    margin: 0 0 1.25rem; }
    .block.add.review .legend.-alt {
      text-transform: uppercase; }
    .block.add.review .legend:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .block.add.review .legend {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .block.add.review .legend {
        font-size: 1.125rem; } }
  .block.add.review .field.rating {
    display: table-row; }
    .block.add.review .field.rating .label {
      display: table-cell;
      vertical-align: middle;
      padding: 0.3125rem 0; }
    .block.add.review .field.rating .control {
      display: table-cell;
      vertical-align: top; }

.review-field-ratings .nested {
  display: table; }

.review-field-ratings .review-field-rating {
  display: table-row; }
  .review-field-ratings .review-field-rating .label,
  .review-field-ratings .review-field-rating .control {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 0.625rem; }
  .review-field-ratings .review-field-rating .label {
    padding-top: 0.625rem;
    padding-right: 0.625rem;
    line-height: 1; }
  .review-field-ratings .review-field-rating .control {
    padding-top: 0.625rem; }

.review-add .block-title {
  display: none; }

.fieldset .review-legend.legend {
  margin-bottom: 1.25rem; }
  .fieldset .review-legend.legend strong {
    display: block;
    margin-top: .5em;
    margin-left: 0; }
  @media only screen and (min-width: 40rem) {
    .fieldset .review-legend.legend {
      margin-bottom: 1.875rem; } }

.review-field-rating .control {
  margin-top: 0.625rem;
  margin-bottom: 3.125rem; }

.review-form {
  max-width: none; }
  @media only screen and (min-width: 75rem) {
    .review-form {
      margin-left: 25%;
      padding-left: 1.25rem; } }
  @media only screen and (min-width: 75rem) {
    .review-form {
      margin-right: 25%;
      padding-right: 1.25rem; } }

.block.reviews.list > .title {
  font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  .block.reviews.list > .title.-alt {
    text-transform: uppercase; }
  .block.reviews.list > .title:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .block.reviews.list > .title {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .block.reviews.list > .title {
      font-size: 1.125rem; } }

.block.reviews.list .review.title {
  font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  .block.reviews.list .review.title.-alt {
    text-transform: uppercase; }
  .block.reviews.list .review.title:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .block.reviews.list .review.title {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .block.reviews.list .review.title {
      font-size: 1.125rem; } }

.data.table.reviews .rating-summary {
  margin-top: -0.25rem; }

.review-toolbar {
  margin: 0 0 1.25rem;
  border-top: 0.0625rem solid #e5e5e5;
  text-align: center; }
  .review-toolbar:first-child {
    display: none; }
  .review-toolbar .pages {
    border-top: 0.0625rem solid #e5e5e5; }
  .review-toolbar .limiter {
    display: none; }
  @media only screen and (min-width: 40rem) {
    .review-toolbar {
      margin: 0 0 1.875rem; }
      .review-toolbar .pages {
        padding: 1.875rem 0; } }

.review-list {
  margin-bottom: 1.875rem; }
  .review-list .block-title strong {
    font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal; }
    .review-list .block-title strong.-alt {
      text-transform: uppercase; }
    .review-list .block-title strong:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .review-list .block-title strong {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .review-list .block-title strong {
        font-size: 1.125rem; } }

.review-item {
  border-bottom: 0.0625rem solid #e5e5e5;
  margin: 0;
  padding: 1.25rem 0; }
  .review-item::before, .review-item::after {
    content: ' ';
    display: table; }
  .review-item::after {
    clear: both; }
  .review-item:last-child {
    border-width: 0; }
  @media only screen and (min-width: 40rem) {
    .review-item {
      padding: 1.875rem 0; } }

.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 40rem) {
    .review-ratings {
      float: left;
      max-width: 15rem;
      margin-bottom: 0; }
      .review-ratings ~ .review-content,
      .review-ratings ~ .review-details {
        margin-left: 25%;
        padding-left: 1.25rem; } }

.review-details {
  font-style: italic;
  font-size: 0.875rem;
  color: #333; }
  .review-details .review-author,
  .review-details .review-date {
    display: inline-block; }
  .review-details .review-author {
    display: inline; }
    .review-details .review-author::after {
      content: ' - '; }

.review-title {
  font: bold 1.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1rem/1.375 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 0; }
  .review-title.-alt {
    text-transform: uppercase; }
  .review-title:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .review-title {
      font-size: 1rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .review-title {
      font-size: 1rem; } }
  @media only screen and (min-width: 40rem) {
    .review-title {
      margin: 0 0 1.875rem; } }

.review-content {
  margin-bottom: 1.25rem; }

.redirect-banner {
  display: none;
  background: linear-gradient(to top, #74c7ce, rgba(116, 199, 206, 0.9));
  color: #fff; }
  @media only screen and (max-width: 74.9375rem) {
    .redirect-banner {
      margin-top: 3.5rem; } }
  .redirect-banner .wrapper-menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem 1.25rem; }
  .redirect-banner .flag {
    display: block;
    height: 3.125rem;
    margin-right: 1.875rem; }
  .redirect-banner .text {
    font: 1.125rem/1.25 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .redirect-banner .link {
    display: inline-block;
    padding: 5px 0;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: underline; }
    .redirect-banner .link:hover, .redirect-banner a.ct-view-cta:hover .link.button, a.ct-view-cta:hover .redirect-banner .link.button, .redirect-banner a.ct-view-cta:focus .link.button, a.ct-view-cta:focus .redirect-banner .link.button {
      color: rgba(255, 255, 255, 0.5); }
  .redirect-banner .close {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    position: absolute;
    top: 1.25rem;
    right: 0;
    color: #fff; }
    .redirect-banner .close:focus, .redirect-banner .close:active, .redirect-banner .close:hover, .redirect-banner a.ct-view-cta:hover .close.button, a.ct-view-cta:hover .redirect-banner .close.button, .redirect-banner a.ct-view-cta:focus .close.button, a.ct-view-cta:focus .redirect-banner .close.button {
      background: none;
      border: none; }
    .redirect-banner .close.disabled, .redirect-banner .close[disabled],
    fieldset[disabled] .redirect-banner .close {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .redirect-banner .close span {
      font-size: 0; }
    .redirect-banner .close:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      font-size: 1.5rem; }
  @media only screen and (max-width: 74.9375rem) {
    .redirect-banner .wrapper-menu {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 1.25rem 2.5rem 1.25rem 1.25rem; }
    .redirect-banner .flag {
      height: 2.5rem;
      margin-right: 1.25rem; } }
  @media only screen and (max-width: 22.4375rem) {
    .redirect-banner .wrapper-menu {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .redirect-banner .flag {
      height: 1.25rem; } }

.block-search {
  margin-bottom: 0; }
  .block-search .block-title {
    display: none; }
  @media only screen and (min-width: 75rem) {
    .block-search .field.search {
      position: relative; } }
  .block-search .field.search .label:before,
  .block-search .field.search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .block-search .field.search .label {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    position: relative;
    cursor: pointer;
    margin-bottom: 0; }
    .block-search .field.search .label:before, .block-search .field.search .label:after,
    .block-search .field.search .label i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .block-search .field.search .label > span:first-child:last-child,
    .block-search .field.search .label i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .block-search .field.search .label:before, .block-search .field.search .label:after,
    .block-search .field.search .label i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .block-search .field.search .label:link > span, .block-search .field.search .label:visited > span, .block-search .field.search .label:hover > span, .block-search .field.search a.ct-view-cta:hover .label.button > span, a.ct-view-cta:hover .block-search .field.search .label.button > span, .block-search .field.search a.ct-view-cta:focus .label.button > span, a.ct-view-cta:focus .block-search .field.search .label.button > span, .block-search .field.search a.ct-view-cta:hover .title .label.button > span, .block-search .field.search a.ct-view-cta:focus .title .label.button > span, .block-search .field.search .label:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-search .field.search .label + .control {
      position: absolute;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
    .block-search .field.search .label.active + .control {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .block-search .field.search .label::before {
      width: 1.25rem;
      margin: 0;
      font-size: 1rem;
      text-align: center;
      color: #191919; }
    .block-search .field.search .label span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-search .field.search .label + .control {
      visibility: visible; }
      @media only screen and (max-width: 74.9375rem) {
        .block-search .field.search .label + .control {
          box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
          width: 100%;
          min-width: 6.25rem;
          border-radius: 0.1875rem;
          padding: 1.25rem;
          background: #fff;
          font-size: 0.875rem;
          line-height: 1.25;
          border: 1px solid #f2f2f2;
          margin-top: 0.625rem;
          width: 100%;
          border-radius: 0; }
          .block-search .field.search .label + .control::before, .block-search .field.search .label + .control::after {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            bottom: 100%;
            z-index: 1002;
            width: 1.25rem;
            margin-left: -0.625rem;
            border-width: 0.3125rem 0.625rem;
            border-style: solid;
            border-color: #fff transparent;
            border-top-width: 0;
            -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s; }
          .block-search .field.search .label + .control::before {
            z-index: 1001;
            width: 1.375rem;
            margin-left: -0.6875rem;
            border-color: #f2f2f2 transparent;
            border-width: 0.375rem 0.6875rem;
            border-top-width: 0; }
          .block-search .field.search .label + .control::before, .block-search .field.search .label + .control::after {
            content: none; } }
    .block-search .field.search .label.active:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .block-search .field.search input {
    padding-right: 3.125rem; }
  @media only screen and (min-width: 75rem) and (max-width: 93.75rem) {
    .page-header.-fixed .block-search .field.search {
      position: static; }
      .page-header.-fixed .block-search .field.search .action.search {
        margin-top: 1.25rem;
        margin-right: 1.25rem; }
      .page-header.-fixed .block-search .field.search .label {
        position: relative; }
        .page-header.-fixed .block-search .field.search .label + .control {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          z-index: 1001;
          margin: 0.3125rem 0 0 0;
          visibility: hidden;
          opacity: 0;
          -webkit-transform: scaleY(0);
          transform: scaleY(0);
          -webkit-transform-origin: center top;
          transform-origin: center top;
          transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
          transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
          transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
          box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
          width: 100%;
          min-width: 6.25rem;
          border-radius: 0.1875rem;
          padding: 1.25rem;
          background: #fff;
          font-size: 0.875rem;
          line-height: 1.25;
          border: 1px solid #f2f2f2;
          visibility: visible;
          margin-top: 0.5rem;
          border-radius: 0; }
          .page-header.-fixed .block-search .field.search .label + .control::before, .page-header.-fixed .block-search .field.search .label + .control::after {
            content: '';
            display: block;
            position: absolute;
            left: 50%;
            bottom: 100%;
            z-index: 1002;
            width: 1.25rem;
            margin-left: -0.625rem;
            border-width: 0.3125rem 0.625rem;
            border-style: solid;
            border-color: #fff transparent;
            border-top-width: 0;
            -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
            transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
            transition: transform 0.2s, -webkit-transform 0.2s; }
          .page-header.-fixed .block-search .field.search .label + .control::before {
            z-index: 1001;
            width: 1.375rem;
            margin-left: -0.6875rem;
            border-color: #f2f2f2 transparent;
            border-width: 0.375rem 0.6875rem;
            border-top-width: 0; }
          .page-header.-fixed .block-search .field.search .label + .control::before, .page-header.-fixed .block-search .field.search .label + .control::after {
            content: none; }
        .page-header.-fixed .block-search .field.search .label.active + .control {
          visibility: visible;
          opacity: 1;
          -webkit-transform: scaleY(1);
          transform: scaleY(1);
          transition: opacity 0.2s, -webkit-transform 0.2s;
          transition: transform 0.2s, opacity 0.2s;
          transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; } }
  .block-search .amsearch-form-container .input-text:focus {
    border-width: 1px; }
  .block-search .amsearch-form-container .amsearch-close {
    display: none !important; }
  .block-search .amsearch-form-container .amsearch-loupe {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    position: absolute;
    box-sizing: unset;
    top: 0.0625rem;
    right: 0.0625rem;
    left: initial;
    padding: .5rem;
    width: auto;
    height: auto;
    margin: 0; }
    .block-search .amsearch-form-container .amsearch-loupe:focus, .block-search .amsearch-form-container .amsearch-loupe:active, .block-search .amsearch-form-container .amsearch-loupe:hover, .block-search .amsearch-form-container a.ct-view-cta:hover .amsearch-loupe.button, a.ct-view-cta:hover .block-search .amsearch-form-container .amsearch-loupe.button, .block-search .amsearch-form-container a.ct-view-cta:focus .amsearch-loupe.button, a.ct-view-cta:focus .block-search .amsearch-form-container .amsearch-loupe.button {
      background: none;
      border: none; }
    .block-search .amsearch-form-container .amsearch-loupe.disabled, .block-search .amsearch-form-container .amsearch-loupe[disabled],
    fieldset[disabled] .block-search .amsearch-form-container .amsearch-loupe {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .block-search .amsearch-form-container .amsearch-loupe:before, .block-search .amsearch-form-container .amsearch-loupe:after,
    .block-search .amsearch-form-container .amsearch-loupe i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .block-search .amsearch-form-container .amsearch-loupe > span:first-child:last-child,
    .block-search .amsearch-form-container .amsearch-loupe i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .block-search .amsearch-form-container .amsearch-loupe:before, .block-search .amsearch-form-container .amsearch-loupe:after,
    .block-search .amsearch-form-container .amsearch-loupe i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .block-search .amsearch-form-container .amsearch-loupe:link > span, .block-search .amsearch-form-container .amsearch-loupe:visited > span, .block-search .amsearch-form-container .amsearch-loupe:hover > span, .block-search .amsearch-form-container a.ct-view-cta:hover .amsearch-loupe.button > span, a.ct-view-cta:hover .block-search .amsearch-form-container .amsearch-loupe.button > span, .block-search .amsearch-form-container a.ct-view-cta:focus .amsearch-loupe.button > span, a.ct-view-cta:focus .block-search .amsearch-form-container .amsearch-loupe.button > span, .block-search .amsearch-form-container a.ct-view-cta:hover .title .amsearch-loupe.button > span, .block-search .amsearch-form-container a.ct-view-cta:focus .title .amsearch-loupe.button > span, .block-search .amsearch-form-container .amsearch-loupe:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .block-search .amsearch-form-container .amsearch-loupe:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f002";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .block-search .amsearch-form-container .amsearch-loupe:before {
      font-size: 1rem;
      vertical-align: top; }
  @media only screen and (min-width: 75rem) {
    .block-search .amsearch-form-container.-opened .search-autocomplete {
      left: initial; } }
  @media only screen and (min-width: 48rem) and (max-width: 84.375rem) {
    .block-search .amsearch-form-container.-opened .search-autocomplete {
      top: calc(100% - .625rem); } }
  @media only screen and (min-width: 0rem) and (max-width: 84.375rem) {
    .block-search .amsearch-form-container.-opened .search-autocomplete {
      right: .625rem; } }
  .block-search .amsearch-form-container.-opened .amsearch-wrapper-input {
    position: relative;
    right: initial;
    max-width: initial; }
  .block-search .amsearch-form-container .amsearch-results, .block-search .amsearch-form-container.-large .amsearch-results {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; }
    .block-search .amsearch-form-container .amsearch-results .amsearch-leftside,
    .block-search .amsearch-form-container .amsearch-results .amsearch-leftside .amsearch-item-container.category, .block-search .amsearch-form-container.-large .amsearch-results .amsearch-leftside,
    .block-search .amsearch-form-container.-large .amsearch-results .amsearch-leftside .amsearch-item-container.category {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .block-search .amsearch-form-container .amsearch-results .amsearch-products, .block-search .amsearch-form-container.-large .amsearch-results .amsearch-products {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      max-width: 100%;
      padding: 15px 0; }
    .block-search .amsearch-form-container .amsearch-results .amsearch-highlight, .block-search .amsearch-form-container.-large .amsearch-results .amsearch-highlight {
      padding: 0;
      color: inherit;
      font-weight: inherit;
      background-color: transparent; }
    .block-search .amsearch-form-container .amsearch-results .amsearch-item-container.category .amsearch-item, .block-search .amsearch-form-container.-large .amsearch-results .amsearch-item-container.category .amsearch-item {
      padding: 5px 0; }
      .block-search .amsearch-form-container .amsearch-results .amsearch-item-container.category .amsearch-item .item-name, .block-search .amsearch-form-container.-large .amsearch-results .amsearch-item-container.category .amsearch-item .item-name {
        text-decoration: none;
        font-size: .875rem;
        font-weight: 300;
        color: #1a1a1a;
        width: 100%;
        padding: 5px 10px;
        display: block;
        border-radius: .3125rem 0; }
        .block-search .amsearch-form-container .amsearch-results .amsearch-item-container.category .amsearch-item .item-name:hover, .block-search .amsearch-form-container .amsearch-results .amsearch-item-container.category .amsearch-item a.ct-view-cta:hover .item-name.button, a.ct-view-cta:hover .block-search .amsearch-form-container .amsearch-results .amsearch-item-container.category .amsearch-item .item-name.button, .block-search .amsearch-form-container .amsearch-results .amsearch-item-container.category .amsearch-item a.ct-view-cta:focus .item-name.button, a.ct-view-cta:focus .block-search .amsearch-form-container .amsearch-results .amsearch-item-container.category .amsearch-item .item-name.button, .block-search .amsearch-form-container.-large .amsearch-results .amsearch-item-container.category .amsearch-item .item-name:hover, .block-search .amsearch-form-container.-large .amsearch-results .amsearch-item-container.category .amsearch-item a.ct-view-cta:hover .item-name.button, a.ct-view-cta:hover .block-search .amsearch-form-container.-large .amsearch-results .amsearch-item-container.category .amsearch-item .item-name.button, .block-search .amsearch-form-container.-large .amsearch-results .amsearch-item-container.category .amsearch-item a.ct-view-cta:focus .item-name.button, a.ct-view-cta:focus .block-search .amsearch-form-container.-large .amsearch-results .amsearch-item-container.category .amsearch-item .item-name.button {
          background-color: #f2f2f2;
          text-decoration: underline; }
  .block-search .amsearch-form-container .amsearch-wrapper-content, .block-search .amsearch-form-container.-large .amsearch-wrapper-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 .625rem; }
    .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item {
      width: 100%;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      border-radius: .3125rem 0; }
      .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item:hover, .block-search .amsearch-form-container a.ct-view-cta:hover .amsearch-wrapper-content > .amsearch-item.button, a.ct-view-cta:hover .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item.button, .block-search .amsearch-form-container a.ct-view-cta:focus .amsearch-wrapper-content > .amsearch-item.button, a.ct-view-cta:focus .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item.button, .block-search .amsearch-form-container a.ct-view-cta:hover .title .amsearch-wrapper-content > .amsearch-item.button, .block-search .amsearch-form-container a.ct-view-cta:focus .title .amsearch-wrapper-content > .amsearch-item.button, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item:hover, .block-search .amsearch-form-container.-large a.ct-view-cta:hover .amsearch-wrapper-content > .amsearch-item.button, a.ct-view-cta:hover .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item.button, .block-search .amsearch-form-container.-large a.ct-view-cta:focus .amsearch-wrapper-content > .amsearch-item.button, a.ct-view-cta:focus .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item.button, .block-search .amsearch-form-container.-large a.ct-view-cta:hover .title .amsearch-wrapper-content > .amsearch-item.button, .block-search .amsearch-form-container.-large a.ct-view-cta:focus .title .amsearch-wrapper-content > .amsearch-item.button {
        background-color: #f2f2f2; }
      .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image,
      .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image .product-image-container, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image,
      .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image .product-image-container {
        max-width: 45px; }
      .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image .product-image-photo, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-image .product-image-photo {
        border: 0; }
      .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .amsearch-autocomplete-information {
        margin-top: 0;
        margin-left: .625rem; }
      .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item .product-item-details, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .product-item-details {
        min-height: initial; }
        .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item .product-item-details .product-item-sku, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .product-item-details .product-item-sku {
          font-size: .875rem;
          text-transform: uppercase;
          margin-bottom: .5em;
          color: #4d4d4d;
          line-height: .875rem; }
        .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item .product-item-details .product-item-link, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .product-item-details .product-item-link {
          text-decoration: none;
          font-size: .875rem;
          font-weight: 600; }
        .block-search .amsearch-form-container .amsearch-wrapper-content > .amsearch-item .product-item-details .amsearch-highlight, .block-search .amsearch-form-container.-large .amsearch-wrapper-content > .amsearch-item .product-item-details .amsearch-highlight {
          padding: 0;
          color: inherit;
          background-color: transparent; }

.page-header.-fixed .block-search .amsearch-form-container.-opened .search-autocomplete {
  top: 100%;
  left: initial;
  right: initial; }
  @media only screen and (min-width: 48rem) and (max-width: 63.9375rem) {
    .page-header.-fixed .block-search .amsearch-form-container.-opened .search-autocomplete {
      top: calc(100% - 1.2rem); } }

.catalogsearch-result-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .catalogsearch-result-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .catalogsearch-result-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .catalogsearch-result-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .catalogsearch-result-index .page-title-wrapper::before {
        height: 7.5rem; } }
  .catalogsearch-result-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .catalogsearch-result-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .catalogsearch-result-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .catalogsearch-result-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .catalogsearch-result-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .catalogsearch-result-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .catalogsearch-result-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .catalogsearch-result-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.catalogsearch-result-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .catalogsearch-result-index .columns {
      padding-top: 1.5rem; } }

.catalogsearch-result-index .page-title-wrapper {
  margin-bottom: 0; }

.search-autocomplete {
  box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  z-index: 3;
  overflow: auto;
  width: 100% !important;
  max-width: 31.25rem;
  max-height: calc(100vh - 6.25rem);
  border-radius: 0.1875rem;
  background: #fff;
  -webkit-animation: appear 0.2s;
  animation: appear 0.2s; }
  @media only screen and (max-width: 74.9375rem) {
    .search-autocomplete {
      overflow: auto; } }
  .search-autocomplete .autocomplete-list {
    padding: 0.9375rem 0.625rem 0.625rem;
    margin: 0; }
    .search-autocomplete .autocomplete-list:not(:last-child) {
      border-bottom: 1px solid #f2f2f2; }
    .search-autocomplete .autocomplete-list .autocomplete-list-title {
      font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      color: #333;
      letter-spacing: normal;
      display: block;
      padding: 0 0.625rem; }
      .search-autocomplete .autocomplete-list .autocomplete-list-title.-alt {
        text-transform: uppercase; }
      .search-autocomplete .autocomplete-list .autocomplete-list-title:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .search-autocomplete .autocomplete-list .autocomplete-list-title {
          font-size: 1rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .search-autocomplete .autocomplete-list .autocomplete-list-title {
          font-size: 0.875rem; } }
    .search-autocomplete .autocomplete-list .title-product ~ dd {
      padding: 0.625rem; }
    .search-autocomplete .autocomplete-list .title-category ~ dd {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .search-autocomplete .autocomplete-list dd {
      color: inherit;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0.3125rem 0.625rem;
      cursor: pointer;
      border-radius: 0.1875rem;
      line-height: 1.2;
      transition: background 0.2s;
      margin: 0; }
      .search-autocomplete .autocomplete-list dd:hover, .search-autocomplete .autocomplete-list a.ct-view-cta:hover dd.button, a.ct-view-cta:hover .search-autocomplete .autocomplete-list dd.button, .search-autocomplete .autocomplete-list a.ct-view-cta:focus dd.button, a.ct-view-cta:focus .search-autocomplete .autocomplete-list dd.button, .search-autocomplete .autocomplete-list dd:active, .search-autocomplete .autocomplete-list dd:focus {
        color: inherit; }
      .search-autocomplete .autocomplete-list dd.selected {
        background: #f2f2f2; }
      .search-autocomplete .autocomplete-list dd .category-mini-crumb {
        display: block;
        font-size: 0.6875rem;
        color: #ccc; }
      .search-autocomplete .autocomplete-list dd .amount {
        display: inline-block;
        vertical-align: middle;
        position: static;
        min-width: 1.25rem;
        height: auto;
        width: auto;
        overflow: hidden;
        border-radius: .333em;
        padding: .55em 1.1em;
        font-size: 0.5625rem;
        text-align: center;
        line-height: 1.33em;
        white-space: normal;
        background: #191919;
        clip: auto;
        color: #fff;
        padding: 0 .55em;
        line-height: 1.7em;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: 600;
        border-radius: 0 .8em;
        padding: .714285714em 1.428571428em;
        line-height: 1.071428571;
        text-transform: uppercase;
        color: #fff;
        min-width: 2em;
        padding: .4em;
        line-height: 1; }
        .search-autocomplete .autocomplete-list dd .amount.empty {
          display: none; }
        .search-autocomplete .autocomplete-list dd .amount:empty {
          display: none; }
      .search-autocomplete .autocomplete-list dd .product-image-box {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 30%;
        max-width: 3.4375rem;
        border-bottom: none;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-right: 0.625rem; }
      .search-autocomplete .autocomplete-list dd .product-item {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
        .search-autocomplete .autocomplete-list dd .product-item .product-name {
          margin-bottom: 0.3125rem; }
        .search-autocomplete .autocomplete-list dd .product-item .price-box {
          margin: 0; }
        .search-autocomplete .autocomplete-list dd .product-item .price {
          font-size: 1rem; }

.product-social-sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.625rem; }
  @media only screen and (max-width: 74.9375rem) {
    .product-social-sharing {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media only screen and (max-width: 29.9375rem) {
    .product-social-sharing {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1rem 0 0; } }
  .product-social-sharing .share-title {
    margin: 0;
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 700; }
  .product-social-sharing .shares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem; }
    @media only screen and (max-width: 31.25rem) {
      .product-social-sharing .shares {
        display: block;
        margin-left: 0; } }
    .product-social-sharing .shares .action {
      margin: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      background-image: none;
      background: none;
      font-weight: normal;
      line-height: inherit;
      text-decoration: none;
      text-shadow: none;
      box-shadow: none;
      color: inherit;
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem;
      width: 3rem;
      margin: 0;
      text-align: center;
      font-size: 1.25rem;
      color: #191919; }
      .product-social-sharing .shares .action:focus, .product-social-sharing .shares .action:active, .product-social-sharing .shares .action:hover, .product-social-sharing .shares a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .product-social-sharing .shares .action.button, .product-social-sharing .shares a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .product-social-sharing .shares .action.button {
        background: none;
        border: none; }
      .product-social-sharing .shares .action.disabled, .product-social-sharing .shares .action[disabled],
      fieldset[disabled] .product-social-sharing .shares .action {
        border: 0;
        background: none;
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
        color: #e5e5e5; }
      .product-social-sharing .shares .action:before, .product-social-sharing .shares .action:after,
      .product-social-sharing .shares .action i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .product-social-sharing .shares .action > span:first-child:last-child,
      .product-social-sharing .shares .action i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .product-social-sharing .shares .action:before, .product-social-sharing .shares .action:after,
      .product-social-sharing .shares .action i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .product-social-sharing .shares .action:link > span, .product-social-sharing .shares .action:visited > span, .product-social-sharing .shares .action:hover > span, .product-social-sharing .shares a.ct-view-cta:hover .action.button > span, a.ct-view-cta:hover .product-social-sharing .shares .action.button > span, .product-social-sharing .shares a.ct-view-cta:focus .action.button > span, a.ct-view-cta:focus .product-social-sharing .shares .action.button > span, .product-social-sharing .shares a.ct-view-cta:hover .title .action.button > span, .product-social-sharing .shares a.ct-view-cta:focus .title .action.button > span, .product-social-sharing .shares .action:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .product-social-sharing .shares .action:hover, .product-social-sharing .shares a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .product-social-sharing .shares .action.button, .product-social-sharing .shares a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .product-social-sharing .shares .action.button, .product-social-sharing .shares .action:active {
        box-shadow: none; }
      .product-social-sharing .shares .action.mailto {
        vertical-align: -3px; }
        .product-social-sharing .shares .action.mailto:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f0e0";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
      .product-social-sharing .shares .action.facebook:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f39e";
        font-family: "Font Awesome 5 Brands";
        font-weight: normal; }
      .product-social-sharing .shares .action.twitter:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f099";
        font-family: "Font Awesome 5 Brands";
        font-weight: normal; }
      .product-social-sharing .shares .action.pinterest:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f231";
        font-family: "Font Awesome 5 Brands";
        font-weight: normal; }
      @media only screen and (max-width: 74.9375rem) {
        .product-social-sharing .shares .action {
          margin: 0; } }

.sendfriend-product-send .page-main {
  max-width: none;
  padding: 0; }
  .sendfriend-product-send .page-main .page-title-wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; }
    @media only screen and (max-width: 74.9375rem) {
      .sendfriend-product-send .page-main .page-title-wrapper {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }
    .sendfriend-product-send .page-main .page-title-wrapper .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      display: block;
      margin-bottom: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .sendfriend-product-send .page-main .page-title-wrapper .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.sendfriend-product-send .columns {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (max-width: 74.9375rem) {
    .sendfriend-product-send .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sendfriend-product-send .columns .column.main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.form.send.friend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 3.75rem 0; }
  @media only screen and (max-width: 74.9375rem) {
    .form.send.friend {
      padding: 1.875rem 0; } }
  .form.send.friend > .fieldset {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 45%; }
    @media only screen and (max-width: 43.75rem) {
      .form.send.friend > .fieldset {
        width: 100%; } }
    .form.send.friend > .fieldset.recipients {
      margin-left: 2.5rem;
      border-left: 1px solid #ccc;
      padding-left: 2.5rem; }
      @media only screen and (max-width: 43.75rem) {
        .form.send.friend > .fieldset.recipients {
          margin-left: 0;
          border-left: none;
          border-top: 1px solid #ccc;
          padding-left: 0;
          padding-top: 1.875rem; } }
      .form.send.friend > .fieldset.recipients > .actions-toolbar {
        margin-top: 1.25rem; }
  .form.send.friend > .actions-toolbar {
    width: 100%; }
    .form.send.friend > .actions-toolbar .primary {
      float: right; }
      .form.send.friend > .actions-toolbar .primary .action {
        margin-right: 0;
        margin-left: 0.625rem; }
    .form.send.friend > .actions-toolbar .secondary {
      float: left; }
    @media only screen and (max-width: 25rem) {
      .form.send.friend > .actions-toolbar .primary,
      .form.send.friend > .actions-toolbar .secondary {
        float: none; }
        .form.send.friend > .actions-toolbar .primary .action,
        .form.send.friend > .actions-toolbar .secondary .action {
          margin-left: 0; } }
  .form.send.friend .fields.additional {
    position: relative;
    margin-top: 1.875rem;
    border-top: 1px solid #ccc;
    padding-top: 1.875rem;
    -webkit-animation: appear 0.2s;
    animation: appear 0.2s; }
  .form.send.friend .action.remove {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    transition: color 0.15s linear 0s;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    position: absolute;
    top: 1.25rem;
    right: 0;
    font-size: .75em; }
    .form.send.friend .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .form.send.friend .action.remove:focus, .form.send.friend .action.remove:active, .form.send.friend .action.remove:hover, .form.send.friend a.ct-view-cta:hover .action.remove.button, a.ct-view-cta:hover .form.send.friend .action.remove.button, .form.send.friend a.ct-view-cta:focus .action.remove.button, a.ct-view-cta:focus .form.send.friend .action.remove.button {
      background: none;
      border: none;
      color: #8e8e8e; }
    .form.send.friend .action.remove.disabled, .form.send.friend .action.remove[disabled],
    fieldset[disabled] .form.send.friend .action.remove {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .form.send.friend .action.remove:before, .form.send.friend .action.remove:after,
    .form.send.friend .action.remove i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .form.send.friend .action.remove > span:first-child:last-child,
    .form.send.friend .action.remove i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .form.send.friend .action.remove:before, .form.send.friend .action.remove:after,
    .form.send.friend .action.remove i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .form.send.friend .action.remove:link > span, .form.send.friend .action.remove:visited > span, .form.send.friend .action.remove:hover > span, .form.send.friend a.ct-view-cta:hover .action.remove.button > span, a.ct-view-cta:hover .form.send.friend .action.remove.button > span, .form.send.friend a.ct-view-cta:focus .action.remove.button > span, a.ct-view-cta:focus .form.send.friend .action.remove.button > span, .form.send.friend a.ct-view-cta:hover .title .action.remove.button > span, .form.send.friend a.ct-view-cta:focus .title .action.remove.button > span, .form.send.friend .action.remove:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .form.send.friend .message.limit, .form.send.friend div.limit.mage-error {
    margin-top: 1.875rem; }

.swatch-opt .swatch-attribute {
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 74.9375rem) {
    .swatch-opt .swatch-attribute {
      margin-bottom: 1.875rem; } }

.swatch-attribute-label {
  position: relative; }
  .swatch-attribute-label.required {
    padding-right: 0.625rem; }
  .swatch-attribute-label[data-required='1']:after {
    content: '*';
    position: absolute;
    top: -0.125rem;
    right: -0.6875rem;
    color: red;
    font-weight: bold; }

.swatch-attribute-selected-option {
  display: none; }

.swatch-option {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .swatch-option.text {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #74c7ce;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #6f6f6f;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem;
    max-width: 5.625rem;
    overflow: hidden;
    text-overflow: ellipsis; }
    .swatch-option.text::before, .swatch-option.text::after,
    .swatch-option.text i:first-child,
    .swatch-option.text i:last-child {
      font-size: 1rem; }
    .swatch-option.text::before,
    .swatch-option.text i:first-child {
      margin-right: 0.625rem; }
    .swatch-option.text::after,
    .swatch-option.text i:last-child {
      margin-left: 0.625rem; }
    .swatch-option.text:hover, a.ct-view-cta:hover .swatch-option.text.button, a.ct-view-cta:focus .swatch-option.text.button, .swatch-option.text:focus {
      color: #74c7ce;
      background-color: white; }
    .swatch-option.text:active {
      color: #74c7ce;
      background-color: #f2f2f2; }
    .swatch-option.text.disabled, .swatch-option.text[disabled],
    fieldset[disabled] .swatch-option.text {
      background: white;
      cursor: default;
      color: white; }
    .swatch-option.text::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .swatch-option.text::before, .swatch-option.text::after,
    .swatch-option.text i:first-child,
    .swatch-option.text i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .swatch-option.text span {
      position: relative;
      display: block; }
      .swatch-option.text span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .swatch-option.text:hover, a.ct-view-cta:hover .swatch-option.text.button, a.ct-view-cta:focus .swatch-option.text.button, .swatch-option.text:focus {
      background-color: #e5e5e5; }
      .swatch-option.text:hover span, a.ct-view-cta:hover .swatch-option.text.button span, a.ct-view-cta:focus .swatch-option.text.button span, .swatch-option.text:focus span {
        position: relative; }
        .swatch-option.text:hover span::after, a.ct-view-cta:hover .swatch-option.text.button span::after, a.ct-view-cta:focus .swatch-option.text.button span::after, .swatch-option.text:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .swatch-option.text:active {
      background-color: #f2f2f2; }
    .swatch-option.text.disabled, .swatch-option.text[disabled],
    fieldset[disabled] .swatch-option.text {
      background: white;
      color: #fff; }
      .swatch-option.text.disabled span::after, .swatch-option.text[disabled] span::after,
      fieldset[disabled] .swatch-option.text span::after {
        display: none; }
    .swatch-option.text:hover, a.ct-view-cta:hover .swatch-option.text.button, a.ct-view-cta:focus .swatch-option.text.button, .swatch-option.text:focus {
      background-color: #e5e5e5; }
    .swatch-option.text:active {
      background-color: #f2f2f2; }
    .swatch-option.text.disabled, .swatch-option.text[disabled],
    fieldset[disabled] .swatch-option.text {
      color: #e5e5e5;
      background-color: #fff; }
    .swatch-option.text::before, .swatch-option.text::after,
    .swatch-option.text i:first-child,
    .swatch-option.text i:last-child {
      font-size: 1rem; }
    .swatch-option.text::before,
    .swatch-option.text i:first-child {
      margin-right: 0.625rem; }
    .swatch-option.text::after,
    .swatch-option.text i:last-child {
      margin-left: 0.625rem; }
    .swatch-option.text:hover, a.ct-view-cta:hover .swatch-option.text.button, a.ct-view-cta:focus .swatch-option.text.button, .swatch-option.text:focus {
      color: #6f6f6f;
      background-color: white; }
    .swatch-option.text:active {
      color: #6f6f6f;
      background-color: #f2f2f2; }
    .swatch-option.text.disabled, .swatch-option.text[disabled],
    fieldset[disabled] .swatch-option.text {
      background: white;
      cursor: default;
      color: white; }
    .swatch-option.text::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .swatch-option.text::before, .swatch-option.text::after,
    .swatch-option.text i:first-child,
    .swatch-option.text i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .swatch-option.text span {
      position: relative;
      display: block; }
      .swatch-option.text span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .swatch-option.text:hover, a.ct-view-cta:hover .swatch-option.text.button, a.ct-view-cta:focus .swatch-option.text.button, .swatch-option.text:focus {
      background-color: #e5e5e5; }
      .swatch-option.text:hover span, a.ct-view-cta:hover .swatch-option.text.button span, a.ct-view-cta:focus .swatch-option.text.button span, .swatch-option.text:focus span {
        position: relative; }
        .swatch-option.text:hover span::after, a.ct-view-cta:hover .swatch-option.text.button span::after, a.ct-view-cta:focus .swatch-option.text.button span::after, .swatch-option.text:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .swatch-option.text:active {
      background-color: #f2f2f2; }
    .swatch-option.text.disabled, .swatch-option.text[disabled],
    fieldset[disabled] .swatch-option.text {
      background: white;
      color: #fff; }
      .swatch-option.text.disabled span::after, .swatch-option.text[disabled] span::after,
      fieldset[disabled] .swatch-option.text span::after {
        display: none; }
    .swatch-option.text:hover, a.ct-view-cta:hover .swatch-option.text.button, a.ct-view-cta:focus .swatch-option.text.button, .swatch-option.text:focus {
      background-color: #fbfbfb; }
    .swatch-option.text:active {
      background-color: #e5e5e5; }
    .swatch-option.text.disabled, .swatch-option.text[disabled],
    fieldset[disabled] .swatch-option.text {
      color: #ccc;
      background-color: #fbfbfb; }
    .swatch-option.text span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .swatch-option.text::before, .swatch-option.text::after,
    .swatch-option.text i:first-child,
    .swatch-option.text i:last-child {
      font-size: 1.125rem; }
    .swatch-option.text.selected {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #191919;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #f69052;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .875rem;
      padding: 0.3125rem 0.9375rem;
      font-size: 0.875rem;
      line-height: 0.9375rem;
      padding: 0.625rem 1.25rem; }
      .swatch-option.text.selected::before, .swatch-option.text.selected::after,
      .swatch-option.text.selected i:first-child,
      .swatch-option.text.selected i:last-child {
        font-size: 1rem; }
      .swatch-option.text.selected::before,
      .swatch-option.text.selected i:first-child {
        margin-right: 0.625rem; }
      .swatch-option.text.selected::after,
      .swatch-option.text.selected i:last-child {
        margin-left: 0.625rem; }
      .swatch-option.text.selected:hover, a.ct-view-cta:hover .swatch-option.text.selected.button, a.ct-view-cta:focus .swatch-option.text.selected.button, .swatch-option.text.selected:focus {
        color: #fff;
        background-color: #333333; }
      .swatch-option.text.selected:active {
        color: #fff;
        background-color: #191919; }
      .swatch-option.text.selected.disabled, .swatch-option.text.selected[disabled],
      fieldset[disabled] .swatch-option.text.selected {
        background: #666666;
        cursor: default;
        color: #b2b2b2; }
      .swatch-option.text.selected::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .swatch-option.text.selected::before, .swatch-option.text.selected::after,
      .swatch-option.text.selected i:first-child,
      .swatch-option.text.selected i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .swatch-option.text.selected span {
        position: relative;
        display: block; }
        .swatch-option.text.selected span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .swatch-option.text.selected:hover, a.ct-view-cta:hover .swatch-option.text.selected.button, a.ct-view-cta:focus .swatch-option.text.selected.button, .swatch-option.text.selected:focus {
        background-color: #f7a06a; }
        .swatch-option.text.selected:hover span, a.ct-view-cta:hover .swatch-option.text.selected.button span, a.ct-view-cta:focus .swatch-option.text.selected.button span, .swatch-option.text.selected:focus span {
          position: relative; }
          .swatch-option.text.selected:hover span::after, a.ct-view-cta:hover .swatch-option.text.selected.button span::after, a.ct-view-cta:focus .swatch-option.text.selected.button span::after, .swatch-option.text.selected:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .swatch-option.text.selected:active {
        background-color: #f69052; }
      .swatch-option.text.selected.disabled, .swatch-option.text.selected[disabled],
      fieldset[disabled] .swatch-option.text.selected {
        background: #f9b891;
        color: #fff; }
        .swatch-option.text.selected.disabled span::after, .swatch-option.text.selected[disabled] span::after,
        fieldset[disabled] .swatch-option.text.selected span::after {
          display: none; }
      .swatch-option.text.selected span::after {
        bottom: -.3em;
        height: 0.0625rem; }
      .swatch-option.text.selected::before, .swatch-option.text.selected::after,
      .swatch-option.text.selected i:first-child,
      .swatch-option.text.selected i:last-child {
        font-size: 1.125rem; }
  .swatch-option.color, .swatch-option.image {
    width: 1.625rem;
    height: 1.625rem;
    margin: 0.15625rem;
    padding: 0.25rem;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    background-clip: content-box !important;
    transition: border-color 0.2s; }
    .swatch-option.color[option-tooltip-value="#fff"]::before, .swatch-option.color[option-tooltip-value="#ffffff"]::before, .swatch-option.image[option-tooltip-value="#fff"]::before, .swatch-option.image[option-tooltip-value="#ffffff"]::before {
      content: '';
      display: block;
      position: absolute;
      top: 0.1875rem;
      right: 0.1875rem;
      bottom: 0.1875rem;
      left: 0.1875rem;
      border-radius: 50%;
      border: 1px solid #e5e5e5; }
    .swatch-option.color.selected, .swatch-option.image.selected {
      border-color: #999;
      margin: 0.15625rem; }
    .swatch-option.color:not(.disabled):hover, a.ct-view-cta:hover .swatch-option.color.button:not(.disabled), a.ct-view-cta:focus .swatch-option.color.button:not(.disabled), .swatch-option.image:not(.disabled):hover, a.ct-view-cta:hover .swatch-option.image.button:not(.disabled), a.ct-view-cta:focus .swatch-option.image.button:not(.disabled) {
      border-color: inherit; }
    .swatch-option.color.disabled, .swatch-option.image.disabled {
      cursor: default;
      overflow: hidden;
      opacity: .5; }
      .swatch-option.color.disabled::after, .swatch-option.image.disabled::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -50%;
        width: 200%;
        height: 0.0625rem;
        background: #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .swatch-option.color.disabled:after, .swatch-option.image.disabled:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .swatch-option.text, .swatch-option.text.selected {
    min-width: 4em;
    margin: 0 0.15625rem 0.3125rem;
    padding: .5em 1.25em;
    line-height: 1.45; }
    .page-products .swatch-option.text, .page-products .swatch-option.text.selected {
      font-size: 0.75rem; }

.swatch-more {
  display: inline-block;
  position: static;
  z-index: 1;
  margin: 0.125rem 0;
  text-decoration: none !important; }

.swatch-option-tooltip {
  box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
  width: 100%;
  min-width: 6.25rem;
  border-radius: 0.1875rem;
  padding: 1.25rem;
  background: #fff;
  font-size: 0.875rem;
  line-height: 1.25;
  border: 1px solid #f2f2f2;
  display: none;
  position: absolute;
  z-index: 999;
  min-width: 3.125rem;
  max-width: 6.25rem;
  width: auto;
  padding: 0.625rem;
  margin-top: -0.625rem;
  text-align: center; }
  .swatch-option-tooltip::before, .swatch-option-tooltip::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 1002;
    width: 1.25rem;
    margin-left: -0.625rem;
    border-width: 0.3125rem 0.625rem;
    border-style: solid;
    border-color: #fff transparent;
    border-bottom-width: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .swatch-option-tooltip::before {
    z-index: 1001;
    width: 1.375rem;
    margin-left: -0.6875rem;
    border-color: #f2f2f2 transparent;
    border-width: 0.375rem 0.6875rem;
    border-bottom-width: 0; }
  .swatch-option-tooltip .image,
  .swatch-option-tooltip-layered .image {
    display: none; }
  .swatch-option-tooltip .title {
    color: #808080; }

.swatch-option-loading {
  opacity: 0; }
  .swatch-option-loading.lazyload.loaded {
    opacity: 0; }

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

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333; }
  table > caption {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  table th {
    text-align: left;
    font-weight: bold; }
  table td {
    font-weight: normal; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 0.5rem 0.625rem; }
  table > thead > tr > th,
  table > thead > tr > td {
    vertical-align: bottom; }
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    vertical-align: top; }
  table:not(.cart):not(.totals) {
    border: none; }
    table:not(.cart):not(.totals) > thead > tr > th,
    table:not(.cart):not(.totals) > thead > tr > td,
    table:not(.cart):not(.totals) > tbody > tr > th,
    table:not(.cart):not(.totals) > tbody > tr > td,
    table:not(.cart):not(.totals) > tfoot > tr > th,
    table:not(.cart):not(.totals) > tfoot > tr > td {
      border: none; }
    table:not(.cart):not(.totals) > thead > tr {
      border-bottom: 0.0625rem solid #e5e5e5; }
    table:not(.cart):not(.totals) tfoot > tr:first-child th,
    table:not(.cart):not(.totals) tfoot > tr:first-child td {
      border-top: 0.0625rem solid #e5e5e5;
      padding-top: 1.25rem; }
    table:not(.cart):not(.totals) tfoot .mark {
      font-weight: normal;
      text-align: right; }

.table-wrapper {
  margin-bottom: 1.25rem; }
  .table-wrapper .data-table-definition-list thead {
    display: none; }
  .table-wrapper .data-table-definition-list tbody th {
    padding-bottom: 0; }
  .table-wrapper .data-table-definition-list tbody th,
  .table-wrapper .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0; }

.tablesaw-bar.tablesaw-all-cols-visible {
  display: none; }

.tablesaw-advance-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3125rem;
  line-height: 3.125rem; }
  .tablesaw-advance-dots li i {
    display: inline-block;
    vertical-align: middle;
    width: 0.3125rem;
    height: 0.3125rem; }

.tablesaw-advance a.tablesaw-nav-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #74c7ce;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #6f6f6f;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  width: auto;
  height: auto;
  margin-left: 0.625rem;
  text-indent: 0;
  font-size: 0; }
  .tablesaw-advance a.tablesaw-nav-btn::before, .tablesaw-advance a.tablesaw-nav-btn::after,
  .tablesaw-advance a.tablesaw-nav-btn i:first-child,
  .tablesaw-advance a.tablesaw-nav-btn i:last-child {
    font-size: 1rem; }
  .tablesaw-advance a.tablesaw-nav-btn::before,
  .tablesaw-advance a.tablesaw-nav-btn i:first-child {
    margin-right: 0.625rem; }
  .tablesaw-advance a.tablesaw-nav-btn::after,
  .tablesaw-advance a.tablesaw-nav-btn i:last-child {
    margin-left: 0.625rem; }
  .tablesaw-advance a.tablesaw-nav-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.tablesaw-nav-btn:focus {
    color: #74c7ce;
    background-color: white; }
  .tablesaw-advance a.tablesaw-nav-btn:active {
    color: #74c7ce;
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-nav-btn.disabled, .tablesaw-advance a.tablesaw-nav-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-nav-btn {
    background: white;
    cursor: default;
    color: white; }
  .tablesaw-advance a.tablesaw-nav-btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .tablesaw-advance a.tablesaw-nav-btn::before, .tablesaw-advance a.tablesaw-nav-btn::after,
  .tablesaw-advance a.tablesaw-nav-btn i:first-child,
  .tablesaw-advance a.tablesaw-nav-btn i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .tablesaw-advance a.tablesaw-nav-btn span {
    position: relative;
    display: block; }
    .tablesaw-advance a.tablesaw-nav-btn span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .tablesaw-advance a.tablesaw-nav-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.tablesaw-nav-btn:focus {
    background-color: #e5e5e5; }
    .tablesaw-advance a.tablesaw-nav-btn:hover span, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button span, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button span, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button span, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button span, .tablesaw-advance a.tablesaw-nav-btn:focus span {
      position: relative; }
      .tablesaw-advance a.tablesaw-nav-btn:hover span::after, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button span::after, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button span::after, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button span::after, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button span::after, .tablesaw-advance a.tablesaw-nav-btn:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .tablesaw-advance a.tablesaw-nav-btn:active {
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-nav-btn.disabled, .tablesaw-advance a.tablesaw-nav-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-nav-btn {
    background: white;
    color: #fff; }
    .tablesaw-advance a.tablesaw-nav-btn.disabled span::after, .tablesaw-advance a.tablesaw-nav-btn[disabled] span::after,
    fieldset[disabled] .tablesaw-advance a.tablesaw-nav-btn span::after {
      display: none; }
  .tablesaw-advance a.tablesaw-nav-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.tablesaw-nav-btn:focus {
    background-color: #e5e5e5; }
  .tablesaw-advance a.tablesaw-nav-btn:active {
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-nav-btn.disabled, .tablesaw-advance a.tablesaw-nav-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-nav-btn {
    color: #e5e5e5;
    background-color: #fff; }
  .tablesaw-advance a.tablesaw-nav-btn::before, .tablesaw-advance a.tablesaw-nav-btn::after,
  .tablesaw-advance a.tablesaw-nav-btn i:first-child,
  .tablesaw-advance a.tablesaw-nav-btn i:last-child {
    font-size: 1rem; }
  .tablesaw-advance a.tablesaw-nav-btn::before,
  .tablesaw-advance a.tablesaw-nav-btn i:first-child {
    margin-right: 0.625rem; }
  .tablesaw-advance a.tablesaw-nav-btn::after,
  .tablesaw-advance a.tablesaw-nav-btn i:last-child {
    margin-left: 0.625rem; }
  .tablesaw-advance a.tablesaw-nav-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.tablesaw-nav-btn:focus {
    color: #6f6f6f;
    background-color: white; }
  .tablesaw-advance a.tablesaw-nav-btn:active {
    color: #6f6f6f;
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-nav-btn.disabled, .tablesaw-advance a.tablesaw-nav-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-nav-btn {
    background: white;
    cursor: default;
    color: white; }
  .tablesaw-advance a.tablesaw-nav-btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .tablesaw-advance a.tablesaw-nav-btn::before, .tablesaw-advance a.tablesaw-nav-btn::after,
  .tablesaw-advance a.tablesaw-nav-btn i:first-child,
  .tablesaw-advance a.tablesaw-nav-btn i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .tablesaw-advance a.tablesaw-nav-btn span {
    position: relative;
    display: block; }
    .tablesaw-advance a.tablesaw-nav-btn span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .tablesaw-advance a.tablesaw-nav-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.tablesaw-nav-btn:focus {
    background-color: #e5e5e5; }
    .tablesaw-advance a.tablesaw-nav-btn:hover span, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button span, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button span, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button span, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button span, .tablesaw-advance a.tablesaw-nav-btn:focus span {
      position: relative; }
      .tablesaw-advance a.tablesaw-nav-btn:hover span::after, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button span::after, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button span::after, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button span::after, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button span::after, .tablesaw-advance a.tablesaw-nav-btn:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .tablesaw-advance a.tablesaw-nav-btn:active {
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-nav-btn.disabled, .tablesaw-advance a.tablesaw-nav-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-nav-btn {
    background: white;
    color: #fff; }
    .tablesaw-advance a.tablesaw-nav-btn.disabled span::after, .tablesaw-advance a.tablesaw-nav-btn[disabled] span::after,
    fieldset[disabled] .tablesaw-advance a.tablesaw-nav-btn span::after {
      display: none; }
  .tablesaw-advance a.tablesaw-nav-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button, .tablesaw-advance a.tablesaw-nav-btn:focus {
    background-color: #fbfbfb; }
  .tablesaw-advance a.tablesaw-nav-btn:active {
    background-color: #e5e5e5; }
  .tablesaw-advance a.tablesaw-nav-btn.disabled, .tablesaw-advance a.tablesaw-nav-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-nav-btn {
    color: #ccc;
    background-color: #fbfbfb; }
  .tablesaw-advance a.tablesaw-nav-btn:before, .tablesaw-advance a.tablesaw-nav-btn:after,
  .tablesaw-advance a.tablesaw-nav-btn i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .tablesaw-advance a.tablesaw-nav-btn > span:first-child:last-child,
  .tablesaw-advance a.tablesaw-nav-btn i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .tablesaw-advance a.tablesaw-nav-btn:before, .tablesaw-advance a.tablesaw-nav-btn:after,
  .tablesaw-advance a.tablesaw-nav-btn i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .tablesaw-advance a.tablesaw-nav-btn:link > span, .tablesaw-advance a.tablesaw-nav-btn:visited > span, .tablesaw-advance a.tablesaw-nav-btn:hover > span, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.button > span, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.button > span, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.button > span, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.button > span, .tablesaw-advance a.ct-view-cta:hover .title a.tablesaw-nav-btn.button > span, .tablesaw-advance a.ct-view-cta:focus .title a.tablesaw-nav-btn.button > span, .tablesaw-advance a.tablesaw-nav-btn:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .tablesaw-advance a.tablesaw-nav-btn.btn-micro {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    font-size: 0; }
    .tablesaw-advance a.tablesaw-nav-btn.btn-micro:before, .tablesaw-advance a.tablesaw-nav-btn.btn-micro:after,
    .tablesaw-advance a.tablesaw-nav-btn.btn-micro i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .tablesaw-advance a.tablesaw-nav-btn.btn-micro > span:first-child:last-child,
    .tablesaw-advance a.tablesaw-nav-btn.btn-micro i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .tablesaw-advance a.tablesaw-nav-btn.btn-micro:before, .tablesaw-advance a.tablesaw-nav-btn.btn-micro:after,
    .tablesaw-advance a.tablesaw-nav-btn.btn-micro i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .tablesaw-advance a.tablesaw-nav-btn.btn-micro:link > span, .tablesaw-advance a.tablesaw-nav-btn.btn-micro:visited > span, .tablesaw-advance a.tablesaw-nav-btn.btn-micro:hover > span, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-nav-btn.btn-micro.button > span, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-nav-btn.btn-micro.button > span, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-nav-btn.btn-micro.button > span, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-nav-btn.btn-micro.button > span, .tablesaw-advance a.ct-view-cta:hover .title a.tablesaw-nav-btn.btn-micro.button > span, .tablesaw-advance a.ct-view-cta:focus .title a.tablesaw-nav-btn.btn-micro.button > span, .tablesaw-advance a.tablesaw-nav-btn.btn-micro:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .tablesaw-advance a.tablesaw-nav-btn.left::before, .tablesaw-advance a.tablesaw-nav-btn.right::before {
    position: static;
    border: none;
    width: auto;
    height: auto;
    width: 1em; }
  .tablesaw-advance a.tablesaw-nav-btn.left:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .tablesaw-advance a.tablesaw-nav-btn.right:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }

.page-layout-text .columns table:not([class]), .modals-wrapper .content table:not([class]), .wysiwyg table:not([class]) {
  margin: -1.25rem -1.25rem 0;
  width: auto !important;
  table-layout: fixed; }
  @media only screen and (max-width: 74.9375rem) {
    .page-layout-text .columns table:not([class]), .modals-wrapper .content table:not([class]), .wysiwyg table:not([class]) {
      margin: -0.625rem -0.625rem 0;
      display: block; }
      .page-layout-text .columns table:not([class]) tbody, .page-layout-text .columns table:not([class]) tr, .page-layout-text .columns table:not([class]) td, .modals-wrapper .content table:not([class]) tbody, .modals-wrapper .content table:not([class]) tr, .modals-wrapper .content table:not([class]) td, .wysiwyg table:not([class]) tbody, .wysiwyg table:not([class]) tr, .wysiwyg table:not([class]) td {
        display: block; } }
  @media only screen and (min-width: 75rem) {
    .page-layout-text .columns table:not([class]), .modals-wrapper .content table:not([class]), .wysiwyg table:not([class]) {
      margin: -2.5rem -2.5rem 0; } }
  .page-layout-text .columns table:not([class]) td, .modals-wrapper .content table:not([class]) td, .wysiwyg table:not([class]) td {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    vertical-align: top;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 50%; }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-text .columns table:not([class]) td, .modals-wrapper .content table:not([class]) td, .wysiwyg table:not([class]) td {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    @media only screen and (min-width: 75rem) {
      .page-layout-text .columns table:not([class]) td, .modals-wrapper .content table:not([class]) td, .wysiwyg table:not([class]) td {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-text .columns table:not([class]) td, .modals-wrapper .content table:not([class]) td, .wysiwyg table:not([class]) td {
        width: auto; } }
    .page-layout-text .columns table:not([class]) td img, .modals-wrapper .content table:not([class]) td img, .wysiwyg table:not([class]) td img {
      margin: 0 -1.25rem;
      max-width: calc(100% + 2.5rem); }
      @media only screen and (max-width: 74.9375rem) {
        .page-layout-text .columns table:not([class]) td img, .modals-wrapper .content table:not([class]) td img, .wysiwyg table:not([class]) td img {
          margin: 0 -0.625rem;
          max-width: calc(100% + 1.25rem); } }
      @media only screen and (min-width: 75rem) {
        .page-layout-text .columns table:not([class]) td img, .modals-wrapper .content table:not([class]) td img, .wysiwyg table:not([class]) td img {
          margin: 0 -2.5rem;
          max-width: calc(100% + 5rem); } }

.actions-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0; }
  .actions-toolbar .action.back,
  .actions-toolbar .action.view {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #74c7ce;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #6f6f6f;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase; }
    .actions-toolbar .action.back::before, .actions-toolbar .action.back::after,
    .actions-toolbar .action.back i:first-child,
    .actions-toolbar .action.back i:last-child,
    .actions-toolbar .action.view::before,
    .actions-toolbar .action.view::after,
    .actions-toolbar .action.view i:first-child,
    .actions-toolbar .action.view i:last-child {
      font-size: 1rem; }
    .actions-toolbar .action.back::before,
    .actions-toolbar .action.back i:first-child,
    .actions-toolbar .action.view::before,
    .actions-toolbar .action.view i:first-child {
      margin-right: 0.625rem; }
    .actions-toolbar .action.back::after,
    .actions-toolbar .action.back i:last-child,
    .actions-toolbar .action.view::after,
    .actions-toolbar .action.view i:last-child {
      margin-left: 0.625rem; }
    .actions-toolbar .action.back:hover, .actions-toolbar a.ct-view-cta:hover .action.back.button, a.ct-view-cta:hover .actions-toolbar .action.back.button, .actions-toolbar a.ct-view-cta:focus .action.back.button, a.ct-view-cta:focus .actions-toolbar .action.back.button, .actions-toolbar .action.back:focus,
    .actions-toolbar .action.view:hover,
    .actions-toolbar a.ct-view-cta:hover .action.view.button,
    a.ct-view-cta:hover .actions-toolbar .action.view.button,
    .actions-toolbar a.ct-view-cta:focus .action.view.button,
    a.ct-view-cta:focus .actions-toolbar .action.view.button,
    .actions-toolbar .action.view:focus {
      color: #74c7ce;
      background-color: white; }
    .actions-toolbar .action.back:active,
    .actions-toolbar .action.view:active {
      color: #74c7ce;
      background-color: #f2f2f2; }
    .actions-toolbar .action.back.disabled, .actions-toolbar .action.back[disabled],
    fieldset[disabled] .actions-toolbar .action.back,
    .actions-toolbar .action.view.disabled,
    .actions-toolbar .action.view[disabled],
    fieldset[disabled]
    .actions-toolbar .action.view {
      background: white;
      cursor: default;
      color: white; }
    .actions-toolbar .action.back::-moz-focus-inner,
    .actions-toolbar .action.view::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .actions-toolbar .action.back::before, .actions-toolbar .action.back::after,
    .actions-toolbar .action.back i:first-child,
    .actions-toolbar .action.back i:last-child,
    .actions-toolbar .action.view::before,
    .actions-toolbar .action.view::after,
    .actions-toolbar .action.view i:first-child,
    .actions-toolbar .action.view i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .actions-toolbar .action.back span,
    .actions-toolbar .action.view span {
      position: relative;
      display: block; }
      .actions-toolbar .action.back span::after,
      .actions-toolbar .action.view span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .actions-toolbar .action.back:hover, .actions-toolbar a.ct-view-cta:hover .action.back.button, a.ct-view-cta:hover .actions-toolbar .action.back.button, .actions-toolbar a.ct-view-cta:focus .action.back.button, a.ct-view-cta:focus .actions-toolbar .action.back.button, .actions-toolbar .action.back:focus,
    .actions-toolbar .action.view:hover,
    .actions-toolbar a.ct-view-cta:hover .action.view.button,
    a.ct-view-cta:hover .actions-toolbar .action.view.button,
    .actions-toolbar a.ct-view-cta:focus .action.view.button,
    a.ct-view-cta:focus .actions-toolbar .action.view.button,
    .actions-toolbar .action.view:focus {
      background-color: #e5e5e5; }
      .actions-toolbar .action.back:hover span, .actions-toolbar a.ct-view-cta:hover .action.back.button span, a.ct-view-cta:hover .actions-toolbar .action.back.button span, .actions-toolbar a.ct-view-cta:focus .action.back.button span, a.ct-view-cta:focus .actions-toolbar .action.back.button span, .actions-toolbar .action.back:focus span,
      .actions-toolbar .action.view:hover span,
      .actions-toolbar a.ct-view-cta:hover .action.view.button span,
      a.ct-view-cta:hover .actions-toolbar .action.view.button span,
      .actions-toolbar a.ct-view-cta:focus .action.view.button span,
      a.ct-view-cta:focus .actions-toolbar .action.view.button span,
      .actions-toolbar .action.view:focus span {
        position: relative; }
        .actions-toolbar .action.back:hover span::after, .actions-toolbar a.ct-view-cta:hover .action.back.button span::after, a.ct-view-cta:hover .actions-toolbar .action.back.button span::after, .actions-toolbar a.ct-view-cta:focus .action.back.button span::after, a.ct-view-cta:focus .actions-toolbar .action.back.button span::after, .actions-toolbar .action.back:focus span::after,
        .actions-toolbar .action.view:hover span::after,
        .actions-toolbar a.ct-view-cta:hover .action.view.button span::after,
        a.ct-view-cta:hover .actions-toolbar .action.view.button span::after,
        .actions-toolbar a.ct-view-cta:focus .action.view.button span::after,
        a.ct-view-cta:focus .actions-toolbar .action.view.button span::after,
        .actions-toolbar .action.view:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .actions-toolbar .action.back:active,
    .actions-toolbar .action.view:active {
      background-color: #f2f2f2; }
    .actions-toolbar .action.back.disabled, .actions-toolbar .action.back[disabled],
    fieldset[disabled] .actions-toolbar .action.back,
    .actions-toolbar .action.view.disabled,
    .actions-toolbar .action.view[disabled],
    fieldset[disabled]
    .actions-toolbar .action.view {
      background: white;
      color: #fff; }
      .actions-toolbar .action.back.disabled span::after, .actions-toolbar .action.back[disabled] span::after,
      fieldset[disabled] .actions-toolbar .action.back span::after,
      .actions-toolbar .action.view.disabled span::after,
      .actions-toolbar .action.view[disabled] span::after,
      fieldset[disabled]
      .actions-toolbar .action.view span::after {
        display: none; }
    .actions-toolbar .action.back:hover, .actions-toolbar a.ct-view-cta:hover .action.back.button, a.ct-view-cta:hover .actions-toolbar .action.back.button, .actions-toolbar a.ct-view-cta:focus .action.back.button, a.ct-view-cta:focus .actions-toolbar .action.back.button, .actions-toolbar .action.back:focus,
    .actions-toolbar .action.view:hover,
    .actions-toolbar a.ct-view-cta:hover .action.view.button,
    a.ct-view-cta:hover .actions-toolbar .action.view.button,
    .actions-toolbar a.ct-view-cta:focus .action.view.button,
    a.ct-view-cta:focus .actions-toolbar .action.view.button,
    .actions-toolbar .action.view:focus {
      background-color: #e5e5e5; }
    .actions-toolbar .action.back:active,
    .actions-toolbar .action.view:active {
      background-color: #f2f2f2; }
    .actions-toolbar .action.back.disabled, .actions-toolbar .action.back[disabled],
    fieldset[disabled] .actions-toolbar .action.back,
    .actions-toolbar .action.view.disabled,
    .actions-toolbar .action.view[disabled],
    fieldset[disabled]
    .actions-toolbar .action.view {
      color: #e5e5e5;
      background-color: #fff; }
    .actions-toolbar .action.back::before, .actions-toolbar .action.back::after,
    .actions-toolbar .action.back i:first-child,
    .actions-toolbar .action.back i:last-child,
    .actions-toolbar .action.view::before,
    .actions-toolbar .action.view::after,
    .actions-toolbar .action.view i:first-child,
    .actions-toolbar .action.view i:last-child {
      font-size: 1rem; }
    .actions-toolbar .action.back::before,
    .actions-toolbar .action.back i:first-child,
    .actions-toolbar .action.view::before,
    .actions-toolbar .action.view i:first-child {
      margin-right: 0.625rem; }
    .actions-toolbar .action.back::after,
    .actions-toolbar .action.back i:last-child,
    .actions-toolbar .action.view::after,
    .actions-toolbar .action.view i:last-child {
      margin-left: 0.625rem; }
    .actions-toolbar .action.back:hover, .actions-toolbar a.ct-view-cta:hover .action.back.button, a.ct-view-cta:hover .actions-toolbar .action.back.button, .actions-toolbar a.ct-view-cta:focus .action.back.button, a.ct-view-cta:focus .actions-toolbar .action.back.button, .actions-toolbar .action.back:focus,
    .actions-toolbar .action.view:hover,
    .actions-toolbar a.ct-view-cta:hover .action.view.button,
    a.ct-view-cta:hover .actions-toolbar .action.view.button,
    .actions-toolbar a.ct-view-cta:focus .action.view.button,
    a.ct-view-cta:focus .actions-toolbar .action.view.button,
    .actions-toolbar .action.view:focus {
      color: #6f6f6f;
      background-color: white; }
    .actions-toolbar .action.back:active,
    .actions-toolbar .action.view:active {
      color: #6f6f6f;
      background-color: #f2f2f2; }
    .actions-toolbar .action.back.disabled, .actions-toolbar .action.back[disabled],
    fieldset[disabled] .actions-toolbar .action.back,
    .actions-toolbar .action.view.disabled,
    .actions-toolbar .action.view[disabled],
    fieldset[disabled]
    .actions-toolbar .action.view {
      background: white;
      cursor: default;
      color: white; }
    .actions-toolbar .action.back::-moz-focus-inner,
    .actions-toolbar .action.view::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .actions-toolbar .action.back::before, .actions-toolbar .action.back::after,
    .actions-toolbar .action.back i:first-child,
    .actions-toolbar .action.back i:last-child,
    .actions-toolbar .action.view::before,
    .actions-toolbar .action.view::after,
    .actions-toolbar .action.view i:first-child,
    .actions-toolbar .action.view i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .actions-toolbar .action.back span,
    .actions-toolbar .action.view span {
      position: relative;
      display: block; }
      .actions-toolbar .action.back span::after,
      .actions-toolbar .action.view span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .actions-toolbar .action.back:hover, .actions-toolbar a.ct-view-cta:hover .action.back.button, a.ct-view-cta:hover .actions-toolbar .action.back.button, .actions-toolbar a.ct-view-cta:focus .action.back.button, a.ct-view-cta:focus .actions-toolbar .action.back.button, .actions-toolbar .action.back:focus,
    .actions-toolbar .action.view:hover,
    .actions-toolbar a.ct-view-cta:hover .action.view.button,
    a.ct-view-cta:hover .actions-toolbar .action.view.button,
    .actions-toolbar a.ct-view-cta:focus .action.view.button,
    a.ct-view-cta:focus .actions-toolbar .action.view.button,
    .actions-toolbar .action.view:focus {
      background-color: #e5e5e5; }
      .actions-toolbar .action.back:hover span, .actions-toolbar a.ct-view-cta:hover .action.back.button span, a.ct-view-cta:hover .actions-toolbar .action.back.button span, .actions-toolbar a.ct-view-cta:focus .action.back.button span, a.ct-view-cta:focus .actions-toolbar .action.back.button span, .actions-toolbar .action.back:focus span,
      .actions-toolbar .action.view:hover span,
      .actions-toolbar a.ct-view-cta:hover .action.view.button span,
      a.ct-view-cta:hover .actions-toolbar .action.view.button span,
      .actions-toolbar a.ct-view-cta:focus .action.view.button span,
      a.ct-view-cta:focus .actions-toolbar .action.view.button span,
      .actions-toolbar .action.view:focus span {
        position: relative; }
        .actions-toolbar .action.back:hover span::after, .actions-toolbar a.ct-view-cta:hover .action.back.button span::after, a.ct-view-cta:hover .actions-toolbar .action.back.button span::after, .actions-toolbar a.ct-view-cta:focus .action.back.button span::after, a.ct-view-cta:focus .actions-toolbar .action.back.button span::after, .actions-toolbar .action.back:focus span::after,
        .actions-toolbar .action.view:hover span::after,
        .actions-toolbar a.ct-view-cta:hover .action.view.button span::after,
        a.ct-view-cta:hover .actions-toolbar .action.view.button span::after,
        .actions-toolbar a.ct-view-cta:focus .action.view.button span::after,
        a.ct-view-cta:focus .actions-toolbar .action.view.button span::after,
        .actions-toolbar .action.view:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .actions-toolbar .action.back:active,
    .actions-toolbar .action.view:active {
      background-color: #f2f2f2; }
    .actions-toolbar .action.back.disabled, .actions-toolbar .action.back[disabled],
    fieldset[disabled] .actions-toolbar .action.back,
    .actions-toolbar .action.view.disabled,
    .actions-toolbar .action.view[disabled],
    fieldset[disabled]
    .actions-toolbar .action.view {
      background: white;
      color: #fff; }
      .actions-toolbar .action.back.disabled span::after, .actions-toolbar .action.back[disabled] span::after,
      fieldset[disabled] .actions-toolbar .action.back span::after,
      .actions-toolbar .action.view.disabled span::after,
      .actions-toolbar .action.view[disabled] span::after,
      fieldset[disabled]
      .actions-toolbar .action.view span::after {
        display: none; }
    .actions-toolbar .action.back:hover, .actions-toolbar a.ct-view-cta:hover .action.back.button, a.ct-view-cta:hover .actions-toolbar .action.back.button, .actions-toolbar a.ct-view-cta:focus .action.back.button, a.ct-view-cta:focus .actions-toolbar .action.back.button, .actions-toolbar .action.back:focus,
    .actions-toolbar .action.view:hover,
    .actions-toolbar a.ct-view-cta:hover .action.view.button,
    a.ct-view-cta:hover .actions-toolbar .action.view.button,
    .actions-toolbar a.ct-view-cta:focus .action.view.button,
    a.ct-view-cta:focus .actions-toolbar .action.view.button,
    .actions-toolbar .action.view:focus {
      background-color: #fbfbfb; }
    .actions-toolbar .action.back:active,
    .actions-toolbar .action.view:active {
      background-color: #e5e5e5; }
    .actions-toolbar .action.back.disabled, .actions-toolbar .action.back[disabled],
    fieldset[disabled] .actions-toolbar .action.back,
    .actions-toolbar .action.view.disabled,
    .actions-toolbar .action.view[disabled],
    fieldset[disabled]
    .actions-toolbar .action.view {
      color: #ccc;
      background-color: #fbfbfb; }
  .actions-toolbar .action.back:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .actions-toolbar .primary {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto; }
    .actions-toolbar .primary .action {
      margin-right: 0;
      margin-left: 0.3125rem; }
  .actions-toolbar .secondary {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  @media only screen and (max-width: 63.875rem) {
    .actions-toolbar .primary {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-left: 0; }
    .actions-toolbar .secondary {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .actions-toolbar .primary,
    .actions-toolbar .secondary {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0.625rem; }
      .actions-toolbar .primary .action,
      .actions-toolbar .secondary .action {
        width: 100%;
        margin-bottom: 0.625rem;
        margin-left: 0; }
        .actions-toolbar .primary .action:last-child,
        .actions-toolbar .secondary .action:last-child {
          margin-bottom: 0; }
      .actions-toolbar .primary:last-child,
      .actions-toolbar .secondary:last-child {
        margin-bottom: 0; } }

.toolbar-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  color: #808080; }

.modes {
  display: none; }

.toolbar-amount {
  display: block;
  margin-right: auto;
  padding-right: 1.25rem;
  color: #333;
  font-weight: bold; }
  .products.wrapper ~ .toolbar .toolbar-amount {
    display: none; }

.toolbar-sorter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.products.wrapper ~ .toolbar .sorter {
  display: none; }

.sorter .sort-desc:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  vertical-align: middle;
  content: "\f161";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400; }

.sorter-label {
  display: block;
  margin-right: 1.25rem;
  margin-bottom: 0; }
  @media only screen and (max-width: 22.4375rem) {
    .sorter-label {
      margin-right: 1rem; } }

.sorter-options {
  width: auto; }
  .sorter-options + .select2-container .select2-selection--single {
    width: 100%;
    padding: 1rem 0.9375rem;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    background-color: #fff;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1rem;
    color: #333;
    transition: border 0.2s linear;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0.5rem 1.25rem;
    border-radius: 0 0.625rem 0;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: 300;
    color: #6f6f6f;
    border: 1px solid #b4b4b4; }
    .sorter-options + .select2-container .select2-selection--single::-webkit-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #808080; }
    .sorter-options + .select2-container .select2-selection--single:-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #808080; }
    .sorter-options + .select2-container .select2-selection--single::-moz-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #808080; }
    .sorter-options + .select2-container .select2-selection--single:-ms-input-placeholder {
      font-size: 0.875rem;
      line-height: 1rem;
      font-style: normal;
      font-weight: 300;
      color: #808080; }
    .sorter-options + .select2-container .select2-selection--single:not(:disabled):not([readonly]):hover, .sorter-options + .select2-container a.ct-view-cta:hover .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:hover .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]), .sorter-options + .select2-container a.ct-view-cta:focus .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:focus .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:hover .title .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:focus .title .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]) {
      border-color: #74c7ce; }
    .sorter-options + .select2-container .select2-selection--single:not(:disabled):not([readonly]):focus {
      box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
      border-color: #191919; }
    .sorter-options + .select2-container .select2-selection--single:disabled {
      background-color: #fff;
      color: #ccc;
      -webkit-text-fill-color: #808080;
      border-color: #f2f2f2; }
      .sorter-options + .select2-container .select2-selection--single:disabled::-webkit-input-placeholder {
        font-size: 0.875rem;
        line-height: 1rem;
        font-style: normal;
        font-weight: 300;
        color: #ccc; }
      .sorter-options + .select2-container .select2-selection--single:disabled:-moz-placeholder {
        font-size: 0.875rem;
        line-height: 1rem;
        font-style: normal;
        font-weight: 300;
        color: #ccc; }
      .sorter-options + .select2-container .select2-selection--single:disabled::-moz-placeholder {
        font-size: 0.875rem;
        line-height: 1rem;
        font-style: normal;
        font-weight: 300;
        color: #ccc; }
      .sorter-options + .select2-container .select2-selection--single:disabled:-ms-input-placeholder {
        font-size: 0.875rem;
        line-height: 1rem;
        font-style: normal;
        font-weight: 300;
        color: #ccc; }
    .sorter-options + .select2-container .select2-selection--single::-webkit-input-placeholder {
      font-size: 1rem;
      line-height: 1.375em;
      font-style: normal;
      font-weight: 300;
      color: #b4b4b4; }
    .sorter-options + .select2-container .select2-selection--single:-moz-placeholder {
      font-size: 1rem;
      line-height: 1.375em;
      font-style: normal;
      font-weight: 300;
      color: #b4b4b4; }
    .sorter-options + .select2-container .select2-selection--single::-moz-placeholder {
      font-size: 1rem;
      line-height: 1.375em;
      font-style: normal;
      font-weight: 300;
      color: #b4b4b4; }
    .sorter-options + .select2-container .select2-selection--single:-ms-input-placeholder {
      font-size: 1rem;
      line-height: 1.375em;
      font-style: normal;
      font-weight: 300;
      color: #b4b4b4; }
    .sorter-options + .select2-container .select2-selection--single:not(:disabled):not([readonly]):hover, .sorter-options + .select2-container a.ct-view-cta:hover .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:hover .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]), .sorter-options + .select2-container a.ct-view-cta:focus .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:focus .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:hover .title .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]), a.ct-view-cta:focus .title .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]) {
      border-color: #6f6f6f; }
    .sorter-options + .select2-container .select2-selection--single:not(:disabled):not([readonly]):focus, .sorter-options + .select2-container .select2-selection--single:not(:disabled):not([readonly]):hover:focus, .sorter-options + .select2-container a.ct-view-cta:hover .select2-selection--single.button:not(:disabled):not([readonly]):focus, a.ct-view-cta:hover .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]):focus, .sorter-options + .select2-container a.ct-view-cta:focus .select2-selection--single.button:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]):focus, a.ct-view-cta:hover .title .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]):focus, a.ct-view-cta:focus .title .sorter-options + .select2-container .select2-selection--single.button:not(:disabled):not([readonly]):focus {
      border-color: #74c7ce; }
  .sorter-options,
  .sorter-options + .select2-container .select2-selection--single {
    background-color: #e5e5e5;
    border: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }

.sorter-action {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  display: block;
  vertical-align: middle;
  text-decoration: none; }
  .sorter-action:hover, a.ct-view-cta:hover .sorter-action.button, a.ct-view-cta:focus .sorter-action.button, .sorter-action:active, .sorter-action:focus {
    color: inherit; }
  .sorter-action:before, .sorter-action:after,
  .sorter-action i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .sorter-action > span:first-child:last-child,
  .sorter-action i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .sorter-action:before, .sorter-action:after,
  .sorter-action i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .sorter-action:link > span, .sorter-action:visited > span, .sorter-action:hover > span, a.ct-view-cta:hover .sorter-action.button > span, a.ct-view-cta:focus .sorter-action.button > span, a.ct-view-cta:hover .title .sorter-action.button > span, a.ct-view-cta:focus .title .sorter-action.button > span, .sorter-action:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .sorter-action:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f160";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .pager .toolbar-amount {
    margin: 0;
    padding: 0; }

.pages {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: auto;
  font-size: 1rem; }
  .products.wrapper ~ .toolbar .pages {
    display: block; }
  .pages > .label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .pages .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .pages .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 3.125rem;
    -ms-flex: 0 1 3.125rem;
    flex: 0 1 3.125rem; }
    .pages .item:not(.pages-item-previous):first-child {
      margin-left: auto; }
    .pages .item:not(.pages-item-next):last-child {
      margin-right: auto; }
    .pages .item.pages-item-previous, .pages .item.pages-item-next, .pages .item.current {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
    .pages .item.pages-item-previous {
      margin-right: auto; }
    .pages .item.pages-item-next {
      margin-left: auto; }
    .pages .item .label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .item.current .page {
      margin: 0;
      background-color: #191919;
      color: #fff; }
    @media only screen and (max-width: 63.875rem) {
      .pages .item {
        -webkit-flex-basis: 1.875rem;
        -ms-flex-preferred-size: 1.875rem;
        flex-basis: 1.875rem; } }
  .pages .page {
    color: inherit;
    text-decoration: none; }
    .pages .page:hover, .pages a.ct-view-cta:hover .page.button, a.ct-view-cta:hover .pages .page.button, .pages a.ct-view-cta:focus .page.button, a.ct-view-cta:focus .pages .page.button, .pages .page:active, .pages .page:focus {
      color: inherit; }
  .pages .action {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #74c7ce;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #6f6f6f;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    background-color: #fff;
    color: inherit; }
    .pages .action::before, .pages .action::after,
    .pages .action i:first-child,
    .pages .action i:last-child {
      font-size: 1rem; }
    .pages .action::before,
    .pages .action i:first-child {
      margin-right: 0.625rem; }
    .pages .action::after,
    .pages .action i:last-child {
      margin-left: 0.625rem; }
    .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
      color: #74c7ce;
      background-color: white; }
    .pages .action:active {
      color: #74c7ce;
      background-color: #f2f2f2; }
    .pages .action.disabled, .pages .action[disabled],
    fieldset[disabled] .pages .action {
      background: white;
      cursor: default;
      color: white; }
    .pages .action::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .pages .action::before, .pages .action::after,
    .pages .action i:first-child,
    .pages .action i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .pages .action span {
      position: relative;
      display: block; }
      .pages .action span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
      background-color: #e5e5e5; }
      .pages .action:hover span, .pages a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .pages .action.button span, .pages a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .pages .action.button span, .pages .action:focus span {
        position: relative; }
        .pages .action:hover span::after, .pages a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .pages .action.button span::after, .pages a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .pages .action.button span::after, .pages .action:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .pages .action:active {
      background-color: #f2f2f2; }
    .pages .action.disabled, .pages .action[disabled],
    fieldset[disabled] .pages .action {
      background: white;
      color: #fff; }
      .pages .action.disabled span::after, .pages .action[disabled] span::after,
      fieldset[disabled] .pages .action span::after {
        display: none; }
    .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
      background-color: #e5e5e5; }
    .pages .action:active {
      background-color: #f2f2f2; }
    .pages .action.disabled, .pages .action[disabled],
    fieldset[disabled] .pages .action {
      color: #e5e5e5;
      background-color: #fff; }
    .pages .action::before, .pages .action::after,
    .pages .action i:first-child,
    .pages .action i:last-child {
      font-size: 1rem; }
    .pages .action::before,
    .pages .action i:first-child {
      margin-right: 0.625rem; }
    .pages .action::after,
    .pages .action i:last-child {
      margin-left: 0.625rem; }
    .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
      color: #6f6f6f;
      background-color: white; }
    .pages .action:active {
      color: #6f6f6f;
      background-color: #f2f2f2; }
    .pages .action.disabled, .pages .action[disabled],
    fieldset[disabled] .pages .action {
      background: white;
      cursor: default;
      color: white; }
    .pages .action::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .pages .action::before, .pages .action::after,
    .pages .action i:first-child,
    .pages .action i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .pages .action span {
      position: relative;
      display: block; }
      .pages .action span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
      background-color: #e5e5e5; }
      .pages .action:hover span, .pages a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .pages .action.button span, .pages a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .pages .action.button span, .pages .action:focus span {
        position: relative; }
        .pages .action:hover span::after, .pages a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .pages .action.button span::after, .pages a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .pages .action.button span::after, .pages .action:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .pages .action:active {
      background-color: #f2f2f2; }
    .pages .action.disabled, .pages .action[disabled],
    fieldset[disabled] .pages .action {
      background: white;
      color: #fff; }
      .pages .action.disabled span::after, .pages .action[disabled] span::after,
      fieldset[disabled] .pages .action span::after {
        display: none; }
    .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
      background-color: #fbfbfb; }
    .pages .action:active {
      background-color: #e5e5e5; }
    .pages .action.disabled, .pages .action[disabled],
    fieldset[disabled] .pages .action {
      color: #ccc;
      background-color: #fbfbfb; }
    .pages .action:before, .pages .action:after,
    .pages .action i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .pages .action > span:first-child:last-child,
    .pages .action i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .pages .action:before, .pages .action:after,
    .pages .action i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .pages .action:link > span, .pages .action:visited > span, .pages .action:hover > span, .pages a.ct-view-cta:hover .action.button > span, a.ct-view-cta:hover .pages .action.button > span, .pages a.ct-view-cta:focus .action.button > span, a.ct-view-cta:focus .pages .action.button > span, .pages a.ct-view-cta:hover .title .action.button > span, .pages a.ct-view-cta:focus .title .action.button > span, .pages .action:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .pages .action.next:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f105";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      display: block; }
    .pages .action.previous:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f104";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      display: block; }
  .pages .action,
  .pages .page {
    display: block;
    padding: 0.9375rem;
    line-height: 1.25rem;
    text-align: center;
    border-radius: 0.1875rem; }
    @media only screen and (max-width: 63.875rem) {
      .pages .action,
      .pages .page {
        padding: 0.3125rem;
        font-size: 0.875rem; } }
  .pages .page.jump {
    padding-left: 0;
    padding-right: 0; }

.limiter {
  display: none; }

.tooltip.wrapper, .field .tooltip {
  position: relative;
  display: inline-block;
  position: relative; }
  .tooltip.wrapper .tooltip.content, .field .tooltip .tooltip.content {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1001;
    margin: 0.3125rem 0 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%); }
  .tooltip.wrapper:hover .tooltip.content, .field .tooltip:hover .tooltip.content, .field a.ct-view-cta:hover .tooltip.button .tooltip.content, a.ct-view-cta:hover .field .tooltip.button .tooltip.content, .field a.ct-view-cta:focus .tooltip.button .tooltip.content, a.ct-view-cta:focus .field .tooltip.button .tooltip.content, a.ct-view-cta:hover .tooltip.wrapper.button .tooltip.content, a.ct-view-cta:focus .tooltip.wrapper.button .tooltip.content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
  .tooltip.wrapper .tooltip.content, .field .tooltip .tooltip.content {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
    width: 100%;
    min-width: 6.25rem;
    border-radius: 0.1875rem;
    padding: 1.25rem;
    background: #333;
    font-size: 0.875rem;
    line-height: 1.25;
    color: #fff;
    box-shadow: none;
    min-width: 13.125rem; }
    .tooltip.wrapper .tooltip.content::before, .field .tooltip .tooltip.content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      bottom: 100%;
      z-index: 1002;
      width: 1.25rem;
      margin-left: -0.625rem;
      border-width: 0.3125rem 0.625rem;
      border-style: solid;
      border-color: #333 transparent;
      border-top-width: 0;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .tooltip.wrapper .tooltip.content a, .field .tooltip .tooltip.content a {
      color: #fff; }
      .tooltip.wrapper .tooltip.content a:hover, .field .tooltip .tooltip.content a:hover, .tooltip.wrapper .tooltip.content a.ct-view-cta:hover a.button, a.ct-view-cta:hover .tooltip.wrapper .tooltip.content a.button, .field .tooltip .tooltip.content a.ct-view-cta:hover a.button, a.ct-view-cta:hover .field .tooltip .tooltip.content a.button, .tooltip.wrapper .tooltip.content a.ct-view-cta:focus a.button, a.ct-view-cta:focus .tooltip.wrapper .tooltip.content a.button, .field .tooltip .tooltip.content a.ct-view-cta:focus a.button, a.ct-view-cta:focus .field .tooltip .tooltip.content a.button {
        color: #737373; }
    @media only screen and (max-width: 29.9375rem) {
      .tooltip.wrapper .tooltip.content, .field .tooltip .tooltip.content {
        min-width: 10rem; } }
    .tooltip.wrapper .tooltip.content dl, .field .tooltip .tooltip.content dl {
      margin-bottom: 0; }
    .tooltip.wrapper .tooltip.content dd, .field .tooltip .tooltip.content dd {
      white-space: normal; }
    .tooltip.wrapper .tooltip.content .subtitle, .field .tooltip .tooltip.content .subtitle {
      display: inline-block;
      margin-bottom: 0.9375rem; }
    .tooltip.wrapper .tooltip.content .label, .field .tooltip .tooltip.content .label {
      margin-top: 0.625rem; }
      .tooltip.wrapper .tooltip.content .label:first-child, .field .tooltip .tooltip.content .label:first-child {
        margin-top: 0; }
    .tooltip.wrapper .tooltip.content .values, .field .tooltip .tooltip.content .values {
      margin: 0; }
  .tooltip.wrapper .tooltip.toggle, .field .tooltip .tooltip.toggle {
    cursor: help; }
    .tooltip.wrapper .tooltip.toggle:after, .field .tooltip .tooltip.toggle:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f059";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      margin-left: 0.625rem; }

.ui-tooltip {
  position: absolute;
  z-index: 9999; }

.field .control._with-tooltip {
  position: relative;
  padding-right: 3.125rem; }

.field-tooltip {
  position: absolute;
  top: 1px;
  right: 1px;
  cursor: pointer; }
  @media only screen and (min-width: 75rem) {
    .field-tooltip {
      position: relative;
      position: absolute; }
      .field-tooltip .field-tooltip-content {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 1001;
        margin: 0.3125rem 0 0 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
        -webkit-transform: scaleY(0) translateX(-50%);
        transform: scaleY(0) translateX(-50%); }
      .field-tooltip._active .field-tooltip-content {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform: scaleY(1) translateX(-50%);
        transform: scaleY(1) translateX(-50%);
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; } }
  @media only screen and (max-width: 74.9375rem) {
    .field-tooltip {
      position: relative;
      position: absolute; }
      .field-tooltip .field-tooltip-content {
        position: absolute;
        top: 100%;
        right: 0;
        left: auto;
        z-index: 1001;
        margin: 0.3125rem 0 0 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
      .field-tooltip._active .field-tooltip-content {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; } }
  .field-tooltip._active {
    z-index: 100; }
  .field-tooltip .field-tooltip-action {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    display: inline-block; }
    .field-tooltip .field-tooltip-action:before, .field-tooltip .field-tooltip-action:after,
    .field-tooltip .field-tooltip-action i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .field-tooltip .field-tooltip-action > span:first-child:last-child,
    .field-tooltip .field-tooltip-action i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .field-tooltip .field-tooltip-action:before, .field-tooltip .field-tooltip-action:after,
    .field-tooltip .field-tooltip-action i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .field-tooltip .field-tooltip-action:link > span, .field-tooltip .field-tooltip-action:visited > span, .field-tooltip .field-tooltip-action:hover > span, .field-tooltip a.ct-view-cta:hover .field-tooltip-action.button > span, a.ct-view-cta:hover .field-tooltip .field-tooltip-action.button > span, .field-tooltip a.ct-view-cta:focus .field-tooltip-action.button > span, a.ct-view-cta:focus .field-tooltip .field-tooltip-action.button > span, .field-tooltip a.ct-view-cta:hover .title .field-tooltip-action.button > span, .field-tooltip a.ct-view-cta:focus .title .field-tooltip-action.button > span, .field-tooltip .field-tooltip-action:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .field-tooltip .field-tooltip-action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f059";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus {
      z-index: 100; }
      ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
        display: block; }
  .field-tooltip .field-tooltip-content {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
    width: 100%;
    min-width: 6.25rem;
    border-radius: 0.1875rem;
    padding: 1.25rem;
    background: #fff;
    font-size: 0.875rem;
    line-height: 1.25;
    border: 1px solid #f2f2f2;
    width: 12.5rem; }
    .field-tooltip .field-tooltip-content::before, .field-tooltip .field-tooltip-content::after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      bottom: 100%;
      z-index: 1002;
      width: 1.25rem;
      margin-left: -0.625rem;
      border-width: 0.3125rem 0.625rem;
      border-style: solid;
      border-color: #fff transparent;
      border-top-width: 0;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
    .field-tooltip .field-tooltip-content::before {
      z-index: 1001;
      width: 1.375rem;
      margin-left: -0.6875rem;
      border-color: #f2f2f2 transparent;
      border-width: 0.375rem 0.6875rem;
      border-top-width: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .field-tooltip .field-tooltip-content::before, .field-tooltip .field-tooltip-content::after {
        left: auto;
        right: 0.625rem;
        margin-left: 0; } }

.field.choice .field-tooltip {
  display: inline-block;
  position: relative;
  top: -0.1875rem;
  margin-left: 0.625rem; }

.field.choice .field-tooltip-action {
  line-height: 1.5rem; }

input:focus ~ .tooltip .tooltip-content,
select:focus ~ .tooltip .tooltip-content,
.select2-container--focus .select2-selection--single ~ .tooltip .tooltip-content {
  display: block; }

.ct-view-container .container-title {
  display: block;
  margin: 0 0 3.125rem;
  text-align: center;
  font-size: 2.875rem; }
  @media only screen and (max-width: 37.5rem) {
    .ct-view-container .container-title {
      margin: 2.8125rem 0 1.875rem;
      font-size: 2rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-container .container-title {
      font-size: 2rem;
      margin-bottom: 1.25rem; } }

.ct-view-container .container-footer {
  margin-bottom: 4.375rem;
  margin-top: 3.125rem;
  text-align: center; }
  @media only screen and (max-width: 60rem) {
    .ct-view-container .container-footer {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-container .container-footer {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-container .container-footer {
      margin-top: 1.25rem; } }
  .ct-view-container .container-footer .button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: transparent;
    color: inherit;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a1a1a; }
    .ct-view-container .container-footer .button::before, .ct-view-container .container-footer .button::after,
    .ct-view-container .container-footer .button i:first-child,
    .ct-view-container .container-footer .button i:last-child {
      font-size: 1rem; }
    .ct-view-container .container-footer .button::before,
    .ct-view-container .container-footer .button i:first-child {
      margin-right: 0.625rem; }
    .ct-view-container .container-footer .button::after,
    .ct-view-container .container-footer .button i:last-child {
      margin-left: 0.625rem; }
    .ct-view-container .container-footer .button:hover, .ct-view-container .container-footer a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-container .container-footer .button, .ct-view-container .container-footer a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-container .container-footer .button, .ct-view-container .container-footer .button:focus {
      color: inherit;
      background-color: rgba(26, 26, 26, 0); }
    .ct-view-container .container-footer .button:active {
      color: inherit;
      background-color: transparent; }
    .ct-view-container .container-footer .button.disabled, .ct-view-container .container-footer .button[disabled],
    fieldset[disabled] .ct-view-container .container-footer .button {
      background: rgba(77, 77, 77, 0);
      cursor: default;
      color: rgba(153, 153, 153, 0); }
    .ct-view-container .container-footer .button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .ct-view-container .container-footer .button::before, .ct-view-container .container-footer .button::after,
    .ct-view-container .container-footer .button i:first-child,
    .ct-view-container .container-footer .button i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .ct-view-container .container-footer .button span {
      position: relative;
      display: block; }
      .ct-view-container .container-footer .button span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .ct-view-container .container-footer .button:hover, .ct-view-container .container-footer a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-container .container-footer .button, .ct-view-container .container-footer a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-container .container-footer .button, .ct-view-container .container-footer .button:focus {
      background-color: rgba(51, 51, 51, 0); }
      .ct-view-container .container-footer .button:hover span, .ct-view-container .container-footer a.ct-view-cta:hover .button span, a.ct-view-cta:hover .ct-view-container .container-footer .button span, .ct-view-container .container-footer a.ct-view-cta:focus .button span, a.ct-view-cta:focus .ct-view-container .container-footer .button span, .ct-view-container .container-footer .button:focus span {
        position: relative; }
        .ct-view-container .container-footer .button:hover span::after, .ct-view-container .container-footer a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .ct-view-container .container-footer .button span::after, .ct-view-container .container-footer a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .ct-view-container .container-footer .button span::after, .ct-view-container .container-footer .button:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .ct-view-container .container-footer .button:active {
      background-color: transparent; }
    .ct-view-container .container-footer .button.disabled, .ct-view-container .container-footer .button[disabled],
    fieldset[disabled] .ct-view-container .container-footer .button {
      background: rgba(33, 33, 33, 0);
      color: #fff; }
      .ct-view-container .container-footer .button.disabled span::after, .ct-view-container .container-footer .button[disabled] span::after,
      fieldset[disabled] .ct-view-container .container-footer .button span::after {
        display: none; }
    .ct-view-container .container-footer .button:hover, .ct-view-container .container-footer a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-container .container-footer .button, .ct-view-container .container-footer a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-container .container-footer .button, .ct-view-container .container-footer .button:focus {
      border-color: #808080; }
    .ct-view-container .container-footer .button:active {
      background-color: rgba(0, 0, 0, 0.05); }
    .ct-view-container .container-footer .button.disabled, .ct-view-container .container-footer .button[disabled],
    fieldset[disabled] .ct-view-container .container-footer .button {
      background-color: transparent;
      color: #e5e5e5;
      border-color: #e5e5e5; }
    .ct-view-container .container-footer .button:hover, .ct-view-container .container-footer a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-container .container-footer .button, .ct-view-container .container-footer a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-container .container-footer .button, .ct-view-container .container-footer .button:active, .ct-view-container .container-footer .button:focus {
      color: #1a1a1a; }

.ct-view-container .slick-prev,
.ct-view-container .slick-next {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-image: none;
  background: none;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 2.5rem;
  font-size: 0;
  color: #1a1a1a; }
  .ct-view-container .slick-prev:focus, .ct-view-container .slick-prev:active, .ct-view-container .slick-prev:hover, .ct-view-container a.ct-view-cta:hover .slick-prev.button, a.ct-view-cta:hover .ct-view-container .slick-prev.button, .ct-view-container a.ct-view-cta:focus .slick-prev.button, a.ct-view-cta:focus .ct-view-container .slick-prev.button,
  .ct-view-container .slick-next:focus,
  .ct-view-container .slick-next:active,
  .ct-view-container .slick-next:hover,
  .ct-view-container a.ct-view-cta:hover .slick-next.button,
  a.ct-view-cta:hover .ct-view-container .slick-next.button,
  .ct-view-container a.ct-view-cta:focus .slick-next.button,
  a.ct-view-cta:focus .ct-view-container .slick-next.button {
    background: none;
    border: none; }
  .ct-view-container .slick-prev.disabled, .ct-view-container .slick-prev[disabled],
  fieldset[disabled] .ct-view-container .slick-prev,
  .ct-view-container .slick-next.disabled,
  .ct-view-container .slick-next[disabled],
  fieldset[disabled]
  .ct-view-container .slick-next {
    border: 0;
    background: none;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    color: #e5e5e5; }
  .ct-view-container .slick-prev span,
  .ct-view-container .slick-next span {
    font-size: 0; }
  .ct-view-container .slick-prev::before,
  .ct-view-container .slick-next::before {
    font-size: 4.375rem;
    margin: 0; }
  .ct-view-container .slick-prev:hover, .ct-view-container a.ct-view-cta:hover .slick-prev.button, a.ct-view-cta:hover .ct-view-container .slick-prev.button, .ct-view-container a.ct-view-cta:focus .slick-prev.button, a.ct-view-cta:focus .ct-view-container .slick-prev.button, .ct-view-container .slick-prev:focus,
  .ct-view-container .slick-next:hover,
  .ct-view-container a.ct-view-cta:hover .slick-next.button,
  a.ct-view-cta:hover .ct-view-container .slick-next.button,
  .ct-view-container a.ct-view-cta:focus .slick-next.button,
  a.ct-view-cta:focus .ct-view-container .slick-next.button,
  .ct-view-container .slick-next:focus {
    color: #191919; }

.ct-view-container .slick-prev {
  left: 1.25rem; }
  .ct-view-container .slick-prev:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300; }

.ct-view-container .slick-next {
  right: 1.25rem; }
  .ct-view-container .slick-next:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300; }

@media only screen and (max-width: 74.9375rem) {
  .ct-view-container .slick-prev,
  .ct-view-container .slick-next {
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    height: 2rem; }
    .ct-view-container .slick-prev::before,
    .ct-view-container .slick-next::before {
      font-size: 1.25rem; } }

.ct-view-container .slick-dots {
  margin: 0 auto;
  font-size: 0; }
  .ct-view-container .slick-dots li {
    display: inline-block; }
  .ct-view-container .slick-dots button {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    padding: 1rem 0.625rem;
    font-size: 0;
    opacity: 0.4;
    transition: opacity 0.2s linear, width 0.5s cubic-bezier(0.68, -1.5, 0.265, 2); }
    .ct-view-container .slick-dots button:focus, .ct-view-container .slick-dots button:active, .ct-view-container .slick-dots button:hover, .ct-view-container .slick-dots a.ct-view-cta:hover button.button, a.ct-view-cta:hover .ct-view-container .slick-dots button.button, .ct-view-container .slick-dots a.ct-view-cta:focus button.button, a.ct-view-cta:focus .ct-view-container .slick-dots button.button {
      background: none;
      border: none; }
    .ct-view-container .slick-dots button.disabled, .ct-view-container .slick-dots button[disabled],
    fieldset[disabled] .ct-view-container .slick-dots button {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .ct-view-container .slick-dots button::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 0.125rem;
      background-color: #1a1a1a; }
    .ct-view-container .slick-dots button:hover, .ct-view-container .slick-dots a.ct-view-cta:hover button.button, a.ct-view-cta:hover .ct-view-container .slick-dots button.button, .ct-view-container .slick-dots a.ct-view-cta:focus button.button, a.ct-view-cta:focus .ct-view-container .slick-dots button.button, .ct-view-container .slick-dots button:focus {
      opacity: 1; }
  .ct-view-container .slick-dots .slick-active button {
    width: 4.125rem;
    opacity: 1; }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-container .slick-dots {
      padding: 0 2.8125rem;
      text-align: center; }
      .ct-view-container .slick-dots button {
        width: 1.875rem;
        padding: 1rem 0.4375rem; }
      .ct-view-container .slick-dots .slick-active button {
        width: 3.125rem; } }

.block-content-slider {
  margin-bottom: 4.375rem; }
  @media only screen and (max-width: 60rem) {
    .block-content-slider {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .block-content-slider {
      margin-bottom: 2.5rem; } }
  .block-content-slider .block-list {
    white-space: nowrap; }
    .block-content-slider .block-list > div[class^='ct-view'],
    .block-content-slider .block-list .slick-track > div[class^='ct-view'] {
      display: inline-block;
      white-space: normal; }
  .block-content-slider .background {
    position: relative;
    width: 100%;
    height: 50rem;
    overflow: hidden; }
    .block-content-slider .background img {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: none;
      height: 50rem; }
    @media only screen and (max-width: 60rem) {
      .block-content-slider .background {
        height: 37.5rem; }
        .block-content-slider .background img {
          height: 37.5rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .block-content-slider .background {
        height: auto; }
        .block-content-slider .background img {
          position: static;
          max-width: 100%;
          height: auto;
          -webkit-transform: translateX(0);
          transform: translateX(0); } }
  .block-content-slider .slide-info {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 45.625rem;
    padding: 3.125rem 7.875rem 3.5rem 4rem;
    background: #1a1a1a;
    color: #fff;
    z-index: 2; }
    @media only screen and (max-width: 87.5rem) {
      .block-content-slider .slide-info {
        width: 60%; } }
    @media only screen and (max-width: 60rem) {
      .block-content-slider .slide-info {
        width: 70%;
        padding: 2.5rem 5.625rem 2.875rem 2.75rem; } }
    .block-content-slider .slide-info .info-wrapper {
      position: relative;
      z-index: 3; }
    .block-content-slider .slide-info h2 {
      margin-bottom: 2.25rem;
      font-size: 2.625rem;
      color: #fff; }
    .block-content-slider .slide-info .text {
      font-size: 1.125rem;
      line-height: 1.25; }
    .block-content-slider .slide-info .button {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid #b4b4b4;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: transparent;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: transparent;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      margin-top: 2.25rem;
      font-size: 1.125rem; }
      .block-content-slider .slide-info .button::before, .block-content-slider .slide-info .button::after,
      .block-content-slider .slide-info .button i:first-child,
      .block-content-slider .slide-info .button i:last-child {
        font-size: 1rem; }
      .block-content-slider .slide-info .button::before,
      .block-content-slider .slide-info .button i:first-child {
        margin-right: 0.625rem; }
      .block-content-slider .slide-info .button::after,
      .block-content-slider .slide-info .button i:last-child {
        margin-left: 0.625rem; }
      .block-content-slider .slide-info .button:hover, .block-content-slider .slide-info a.ct-view-cta:hover .button, a.ct-view-cta:hover .block-content-slider .slide-info .button, .block-content-slider .slide-info a.ct-view-cta:focus .button, a.ct-view-cta:focus .block-content-slider .slide-info .button, .block-content-slider .slide-info .button:focus {
        color: #fff;
        background-color: rgba(26, 26, 26, 0); }
      .block-content-slider .slide-info .button:active {
        color: #fff;
        background-color: transparent; }
      .block-content-slider .slide-info .button.disabled, .block-content-slider .slide-info .button[disabled],
      fieldset[disabled] .block-content-slider .slide-info .button {
        background: rgba(77, 77, 77, 0);
        cursor: default;
        color: rgba(153, 153, 153, 0); }
      .block-content-slider .slide-info .button::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .block-content-slider .slide-info .button::before, .block-content-slider .slide-info .button::after,
      .block-content-slider .slide-info .button i:first-child,
      .block-content-slider .slide-info .button i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .block-content-slider .slide-info .button span {
        position: relative;
        display: block; }
        .block-content-slider .slide-info .button span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .block-content-slider .slide-info .button:hover, .block-content-slider .slide-info a.ct-view-cta:hover .button, a.ct-view-cta:hover .block-content-slider .slide-info .button, .block-content-slider .slide-info a.ct-view-cta:focus .button, a.ct-view-cta:focus .block-content-slider .slide-info .button, .block-content-slider .slide-info .button:focus {
        background-color: rgba(51, 51, 51, 0); }
        .block-content-slider .slide-info .button:hover span, .block-content-slider .slide-info a.ct-view-cta:hover .button span, a.ct-view-cta:hover .block-content-slider .slide-info .button span, .block-content-slider .slide-info a.ct-view-cta:focus .button span, a.ct-view-cta:focus .block-content-slider .slide-info .button span, .block-content-slider .slide-info .button:focus span {
          position: relative; }
          .block-content-slider .slide-info .button:hover span::after, .block-content-slider .slide-info a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .block-content-slider .slide-info .button span::after, .block-content-slider .slide-info a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .block-content-slider .slide-info .button span::after, .block-content-slider .slide-info .button:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .block-content-slider .slide-info .button:active {
        background-color: transparent; }
      .block-content-slider .slide-info .button.disabled, .block-content-slider .slide-info .button[disabled],
      fieldset[disabled] .block-content-slider .slide-info .button {
        background: rgba(33, 33, 33, 0);
        color: #fff; }
        .block-content-slider .slide-info .button.disabled span::after, .block-content-slider .slide-info .button[disabled] span::after,
        fieldset[disabled] .block-content-slider .slide-info .button span::after {
          display: none; }
      .block-content-slider .slide-info .button:hover, .block-content-slider .slide-info a.ct-view-cta:hover .button, a.ct-view-cta:hover .block-content-slider .slide-info .button, .block-content-slider .slide-info a.ct-view-cta:focus .button, a.ct-view-cta:focus .block-content-slider .slide-info .button, .block-content-slider .slide-info .button:focus {
        border-color: #fff; }
      .block-content-slider .slide-info .button:active {
        background-color: rgba(255, 255, 255, 0.05); }
      .block-content-slider .slide-info .button.disabled, .block-content-slider .slide-info .button[disabled],
      fieldset[disabled] .block-content-slider .slide-info .button {
        background-color: rgba(255, 255, 255, 0.05);
        color: #808080;
        border-color: #808080; }
    @media only screen and (max-width: 74.9375rem) {
      .block-content-slider .slide-info {
        position: relative;
        top: -1.875rem;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        width: auto;
        margin: 0 0.625rem;
        padding: 1.875rem 1.875rem;
        text-align: center;
        box-shadow: 0 0 0.625rem 0.125rem rgba(0, 0, 0, 0.3); }
        .block-content-slider .slide-info h2 {
          margin-bottom: 1.25rem;
          font-size: 1.5rem; }
        .block-content-slider .slide-info .text {
          font-size: 0.875rem; }
        .block-content-slider .slide-info .button {
          margin-top: 1.25rem;
          border-radius: 1.3125rem;
          padding: 0.75rem 1.5rem;
          font-size: 0.875rem; } }
  @media only screen and (min-width: 75rem) {
    .block-content-slider .slick-prev,
    .block-content-slider .slick-next {
      color: #fff; }
    .block-content-slider .slick-prev {
      left: 1.25rem; }
    .block-content-slider .slick-next {
      right: 1.25rem;
      color: #fff; } }
  @media only screen and (max-width: 74.9375rem) {
    .block-content-slider .slick-prev,
    .block-content-slider .slick-next {
      top: auto;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      bottom: 0rem; }
      .block-content-slider .slick-prev::before,
      .block-content-slider .slick-next::before {
        font-size: 2.5rem; }
    .block-content-slider .slick-prev {
      left: 0; }
    .block-content-slider .slick-next {
      right: 0; } }
  .block-content-slider .slick-dots {
    position: absolute;
    bottom: 1.5rem;
    right: 6.875rem;
    font-size: 0; }
    @media only screen and (min-width: 75rem) {
      .block-content-slider .slick-dots button::before {
        background-color: #fff; } }
    @media only screen and (max-width: 74.9375rem) {
      .block-content-slider .slick-dots {
        left: 0;
        right: 0;
        bottom: -0.3125rem; } }

.ct-view-gallery {
  margin-bottom: 4.375rem;
  height: 100%;
  max-height: 31.25rem;
  overflow: hidden; }
  @media only screen and (max-width: 60rem) {
    .ct-view-gallery {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-gallery {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 90rem) {
    .ct-view-gallery {
      max-height: 34.9vw; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-gallery {
      max-height: 34vw;
      margin-bottom: 6.875rem; } }
  .ct-view-gallery.slick-initialized {
    overflow: visible; }
  .ct-view-gallery picture {
    display: block !important; }
  .ct-view-gallery .slick-prev,
  .ct-view-gallery .slick-next {
    display: block;
    border-radius: 1.875rem;
    width: 3.75rem;
    height: 3.75rem;
    text-align: center; }
    .ct-view-gallery .slick-prev::before,
    .ct-view-gallery .slick-next::before {
      font-size: 3.125rem; }
    @media only screen and (min-width: 75rem) {
      .ct-view-gallery .slick-prev,
      .ct-view-gallery .slick-next {
        background: rgba(26, 26, 26, 0.3);
        color: #fff; }
        .ct-view-gallery .slick-prev:hover, .ct-view-gallery a.ct-view-cta:hover .slick-prev.button, a.ct-view-cta:hover .ct-view-gallery .slick-prev.button, .ct-view-gallery a.ct-view-cta:focus .slick-prev.button, a.ct-view-cta:focus .ct-view-gallery .slick-prev.button, .ct-view-gallery .slick-prev:focus,
        .ct-view-gallery .slick-next:hover,
        .ct-view-gallery a.ct-view-cta:hover .slick-next.button,
        a.ct-view-cta:hover .ct-view-gallery .slick-next.button,
        .ct-view-gallery a.ct-view-cta:focus .slick-next.button,
        a.ct-view-cta:focus .ct-view-gallery .slick-next.button,
        .ct-view-gallery .slick-next:focus {
          background: rgba(26, 26, 26, 0.7);
          color: #fff; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-gallery .slick-prev,
      .ct-view-gallery .slick-next {
        bottom: -4.375rem;
        width: 2.875rem;
        height: 2.875rem; }
        .ct-view-gallery .slick-prev::before,
        .ct-view-gallery .slick-next::before {
          font-size: 2.5rem; } }
  .ct-view-gallery .slick-prev {
    left: 0.625rem; }
    .ct-view-gallery .slick-prev::before {
      margin-right: 0.25rem; }
  .ct-view-gallery .slick-next {
    right: 0.625rem; }
    .ct-view-gallery .slick-next::before {
      margin-left: 0.25rem; }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-gallery .slick-prev {
      left: 0; }
    .ct-view-gallery .slick-next {
      right: 0; } }
  @media only screen and (max-width: 22.4375rem) {
    .ct-view-gallery .slick-prev {
      left: -0.625rem; }
    .ct-view-gallery .slick-next {
      right: -0.625rem; } }
  .ct-view-gallery .slick-dots {
    position: absolute;
    bottom: 1.125rem;
    width: 100%;
    text-align: center;
    font-size: 0; }
    @media only screen and (min-width: 48rem) {
      .ct-view-gallery .slick-dots button::before {
        background-color: #fff; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-gallery .slick-dots {
        bottom: -4rem;
        padding: 0 3.4375rem; } }

.ct-view-productlist {
  margin-bottom: 4.375rem; }
  @media only screen and (max-width: 60rem) {
    .ct-view-productlist {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-productlist {
      margin-bottom: 2.5rem; } }
  .ct-view-productlist .productlist-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2.5rem; }
    @media only screen and (max-width: 75rem) {
      .ct-view-productlist .productlist-header {
        padding: 0; } }
    @media only screen and (max-width: 63.75rem) {
      .ct-view-productlist .productlist-header {
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-productlist .productlist-header {
        margin-bottom: 1.25rem; } }
  .ct-view-productlist h3 {
    text-align: left;
    font-size: 2.25rem;
    margin-bottom: 0; }
    @media only screen and (max-width: 63.75rem) {
      .ct-view-productlist h3 {
        text-align: center;
        margin-bottom: 1.5625rem; } }
    @media only screen and (max-width: 37.5rem) {
      .ct-view-productlist h3 {
        font-size: 2rem; } }
  @media only screen and (max-width: 63.75rem) {
    .ct-view-productlist h3 + div {
      display: inline-block; } }
  .ct-view-productlist .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 0; }
  @media only screen and (max-width: 75rem) {
    .ct-view-productlist .products-grid {
      padding: 0; } }
  .ct-view-productlist .products-grid .product-items .product-item {
    min-width: 0;
    float: none;
    height: auto; }
  @media only screen and (max-width: 30rem) {
    .ct-view-productlist .products-grid .product-item .price-box {
      width: 100%; } }
  .ct-view-productlist .slick-prev,
  .ct-view-productlist .slick-next {
    top: 11.375rem; }
    @media only screen and (max-width: 80rem) {
      .ct-view-productlist .slick-prev,
      .ct-view-productlist .slick-next {
        top: auto;
        bottom: -1.125rem;
        -webkit-transform: translateY(0);
        transform: translateY(0); } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-productlist .slick-prev,
      .ct-view-productlist .slick-next {
        bottom: -0.3125rem;
        width: 2.875rem;
        height: 2.875rem; }
        .ct-view-productlist .slick-prev::before,
        .ct-view-productlist .slick-next::before {
          font-size: 2.5rem; } }
  .ct-view-productlist .slick-prev {
    left: -3.125rem; }
    @media only screen and (max-width: 80rem) {
      .ct-view-productlist .slick-prev {
        left: 0; } }
  .ct-view-productlist .slick-next {
    right: -3.125rem; }
    @media only screen and (max-width: 80rem) {
      .ct-view-productlist .slick-next {
        right: 0; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-productlist .slick-prev {
      left: 0.625rem; }
    .ct-view-productlist .slick-next {
      right: 0.625rem; } }
  .ct-view-productlist .slick-dots {
    margin: 0 auto;
    padding: 0 2.8125rem;
    text-align: center; }
  .ct-view-productlist.image-left .productlist-row, .ct-view-productlist.image-right .productlist-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .ct-view-productlist.image-left .side-image, .ct-view-productlist.image-right .side-image {
    width: 40%; }
  .ct-view-productlist.image-left .productlist-content, .ct-view-productlist.image-right .productlist-content {
    width: 50%; }
  @media only screen and (max-width: 64rem) {
    .ct-view-productlist.image-left .productlist-content, .ct-view-productlist.image-right .productlist-content {
      width: 55%; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-productlist.image-left .productlist-row, .ct-view-productlist.image-right .productlist-row {
      display: block; }
    .ct-view-productlist.image-left .side-image, .ct-view-productlist.image-right .side-image {
      display: none; }
    .ct-view-productlist.image-left .productlist-content, .ct-view-productlist.image-right .productlist-content {
      width: 100%; } }
  .ct-view-productlist.image-right .productlist-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .ct-view-productlist.image-right .side-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

.ct-view-cta {
  margin-bottom: 4.375rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff; }
  @media only screen and (max-width: 60rem) {
    .ct-view-cta {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-cta {
      margin-bottom: 2.5rem; } }
  .ct-view-cta .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    transition: all 0.2s linear; }
  .ct-view-cta .content {
    position: relative;
    z-index: 3;
    padding: 1.875rem;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.375rem;
    color: #fff; }
  .ct-view-cta h3 {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 2.875rem;
    line-height: 1.2;
    color: #fff; }
  .ct-view-cta .button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: transparent;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 3.125rem;
    border-color: rgba(255, 255, 255, 0.5); }
    .ct-view-cta .button::before, .ct-view-cta .button::after,
    .ct-view-cta .button i:first-child,
    .ct-view-cta .button i:last-child {
      font-size: 1rem; }
    .ct-view-cta .button::before,
    .ct-view-cta .button i:first-child {
      margin-right: 0.625rem; }
    .ct-view-cta .button::after,
    .ct-view-cta .button i:last-child {
      margin-left: 0.625rem; }
    .ct-view-cta .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .ct-view-cta .button:focus {
      color: #fff;
      background-color: rgba(26, 26, 26, 0); }
    .ct-view-cta .button:active {
      color: #fff;
      background-color: transparent; }
    .ct-view-cta .button.disabled, .ct-view-cta .button[disabled],
    fieldset[disabled] .ct-view-cta .button {
      background: rgba(77, 77, 77, 0);
      cursor: default;
      color: rgba(153, 153, 153, 0); }
    .ct-view-cta .button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .ct-view-cta .button::before, .ct-view-cta .button::after,
    .ct-view-cta .button i:first-child,
    .ct-view-cta .button i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .ct-view-cta .button span {
      position: relative;
      display: block; }
      .ct-view-cta .button span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .ct-view-cta .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .ct-view-cta .button:focus {
      background-color: rgba(51, 51, 51, 0); }
      .ct-view-cta .button:hover span, a.ct-view-cta:hover .button span, a.ct-view-cta:focus .button span, a.ct-view-cta:hover .title .button span, a.ct-view-cta:focus .title .button span, .ct-view-cta .button:focus span {
        position: relative; }
        .ct-view-cta .button:hover span::after, a.ct-view-cta:hover .button span::after, a.ct-view-cta:focus .button span::after, a.ct-view-cta:hover .title .button span::after, a.ct-view-cta:focus .title .button span::after, .ct-view-cta .button:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .ct-view-cta .button:active {
      background-color: transparent; }
    .ct-view-cta .button.disabled, .ct-view-cta .button[disabled],
    fieldset[disabled] .ct-view-cta .button {
      background: rgba(33, 33, 33, 0);
      color: #fff; }
      .ct-view-cta .button.disabled span::after, .ct-view-cta .button[disabled] span::after,
      fieldset[disabled] .ct-view-cta .button span::after {
        display: none; }
    .ct-view-cta .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .ct-view-cta .button:focus {
      border-color: #fff; }
    .ct-view-cta .button:active {
      background-color: rgba(255, 255, 255, 0.05); }
    .ct-view-cta .button.disabled, .ct-view-cta .button[disabled],
    fieldset[disabled] .ct-view-cta .button {
      background-color: rgba(255, 255, 255, 0.05);
      color: #808080;
      border-color: #808080; }
    @media only screen and (min-width: 68.75rem) {
      .ct-view-cta .button {
        min-width: 15.625rem; } }
  @media only screen and (max-width: 60rem) {
    .ct-view-cta .content {
      font-size: 1.125rem; }
    .ct-view-cta h3 {
      font-size: 2.25rem; }
    .ct-view-cta .button {
      margin-top: 1.875rem; } }
  @media only screen and (max-width: 37.5rem) {
    .ct-view-cta .content {
      padding: 1.5rem; }
    .ct-view-cta h3 {
      font-size: 1.5rem; }
    .ct-view-cta .button {
      font-size: .875rem;
      padding: 0.3125rem 0.9375rem;
      font-size: 0.875rem;
      line-height: 0.9375rem;
      padding: 0.625rem 1.25rem;
      margin-top: 1.5rem; }
      .ct-view-cta .button span::after {
        bottom: -.3em;
        height: 0.0625rem; }
      .ct-view-cta .button::before, .ct-view-cta .button::after,
      .ct-view-cta .button i:first-child,
      .ct-view-cta .button i:last-child {
        font-size: 1.125rem; } }
  .ct-view-cta.center {
    height: 25rem;
    text-align: center;
    box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.35);
    overflow: hidden; }
    .ct-view-cta.center:hover .background, a.ct-view-cta:hover .ct-view-cta.center.button .background, a.ct-view-cta:focus .ct-view-cta.center.button .background, .ct-view-cta.center:focus .background {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .ct-view-cta.center .content {
      width: 100%; }
    .ct-view-cta.center::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(26, 26, 26, 0.75); }
    @media only screen and (max-width: 60rem) {
      .ct-view-cta.center {
        height: auto;
        box-shadow: none; }
        .ct-view-cta.center + .ct-view-cta {
          margin-top: 1.25rem; } }
    @media only screen and (max-width: 37.5rem) {
      .ct-view-cta.center + .ct-view-cta {
        margin-top: 0.625rem; } }

.block-brands {
  margin-bottom: 4.375rem; }
  @media only screen and (max-width: 60rem) {
    .block-brands {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .block-brands {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .block-brands {
      margin-bottom: 6.875rem; } }
  .block-brands .block-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .block-brands .block-list .ct-view-imagelink {
      width: 25%;
      margin-bottom: 1rem; }
      .block-brands .block-list .ct-view-imagelink .photo {
        margin: 0 auto; }
      .block-brands .block-list .ct-view-imagelink .title {
        position: absolute;
        left: -9999px; }
    @media only screen and (max-width: 74.9375rem) {
      .block-brands .block-list {
        display: block;
        overflow: hidden;
        height: 8.125rem; }
        .block-brands .block-list.slick-initialized {
          overflow: visible; }
        .block-brands .block-list .ct-view-imagelink {
          width: auto;
          margin-bottom: 0; } }
  .block-brands .slick-prev,
  .block-brands .slick-next {
    display: block;
    bottom: -3.125rem;
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 1.875rem;
    text-align: center; }
    .block-brands .slick-prev::before,
    .block-brands .slick-next::before {
      font-size: 2.5rem; }
  .block-brands .slick-prev::before {
    margin-right: 0.25rem; }
  .block-brands .slick-next::before {
    margin-left: 0.25rem; }
  @media only screen and (max-width: 74.9375rem) {
    .block-brands .slick-prev {
      left: 0; }
    .block-brands .slick-next {
      right: 0; } }
  @media only screen and (max-width: 22.4375rem) {
    .block-brands .slick-prev {
      left: -0.625rem; }
    .block-brands .slick-next {
      right: -0.625rem; } }
  .block-brands .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2.875rem; }

.ct-view-button {
  margin-bottom: 4.375rem;
  text-align: center; }
  @media only screen and (max-width: 60rem) {
    .ct-view-button {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-button {
      margin-bottom: 2.5rem; } }
  .ct-view-button .button {
    width: 18.75rem;
    max-width: 100%;
    padding: 1.5rem 2.5rem;
    padding: 1.3125rem 2.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: transparent;
    color: inherit;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a1a1a; }
    .ct-view-button .button::before, .ct-view-button .button::after,
    .ct-view-button .button i:first-child,
    .ct-view-button .button i:last-child {
      font-size: 1rem; }
    .ct-view-button .button::before,
    .ct-view-button .button i:first-child {
      margin-right: 0.625rem; }
    .ct-view-button .button::after,
    .ct-view-button .button i:last-child {
      margin-left: 0.625rem; }
    .ct-view-button .button:hover, .ct-view-button a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button .button, .ct-view-button a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button .button, .ct-view-button .button:focus {
      color: inherit;
      background-color: rgba(26, 26, 26, 0); }
    .ct-view-button .button:active {
      color: inherit;
      background-color: transparent; }
    .ct-view-button .button.disabled, .ct-view-button .button[disabled],
    fieldset[disabled] .ct-view-button .button {
      background: rgba(77, 77, 77, 0);
      cursor: default;
      color: rgba(153, 153, 153, 0); }
    .ct-view-button .button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .ct-view-button .button::before, .ct-view-button .button::after,
    .ct-view-button .button i:first-child,
    .ct-view-button .button i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .ct-view-button .button span {
      position: relative;
      display: block; }
      .ct-view-button .button span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .ct-view-button .button:hover, .ct-view-button a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button .button, .ct-view-button a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button .button, .ct-view-button .button:focus {
      background-color: rgba(51, 51, 51, 0); }
      .ct-view-button .button:hover span, .ct-view-button a.ct-view-cta:hover .button span, a.ct-view-cta:hover .ct-view-button .button span, .ct-view-button a.ct-view-cta:focus .button span, a.ct-view-cta:focus .ct-view-button .button span, .ct-view-button .button:focus span {
        position: relative; }
        .ct-view-button .button:hover span::after, .ct-view-button a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .ct-view-button .button span::after, .ct-view-button a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .ct-view-button .button span::after, .ct-view-button .button:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .ct-view-button .button:active {
      background-color: transparent; }
    .ct-view-button .button.disabled, .ct-view-button .button[disabled],
    fieldset[disabled] .ct-view-button .button {
      background: rgba(33, 33, 33, 0);
      color: #fff; }
      .ct-view-button .button.disabled span::after, .ct-view-button .button[disabled] span::after,
      fieldset[disabled] .ct-view-button .button span::after {
        display: none; }
    .ct-view-button .button:hover, .ct-view-button a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button .button, .ct-view-button a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button .button, .ct-view-button .button:focus {
      border-color: #808080; }
    .ct-view-button .button:active {
      background-color: rgba(0, 0, 0, 0.05); }
    .ct-view-button .button.disabled, .ct-view-button .button[disabled],
    fieldset[disabled] .ct-view-button .button {
      background-color: transparent;
      color: #e5e5e5;
      border-color: #e5e5e5; }
    .ct-view-button .button:hover, .ct-view-button a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button .button, .ct-view-button a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button .button, .ct-view-button .button:active, .ct-view-button .button:focus {
      color: #1a1a1a; }

.ct-view-video {
  margin-bottom: 4.375rem;
  width: 100%;
  max-width: 57.5rem;
  height: 56.13%;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 60rem) {
    .ct-view-video {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-video {
      margin-bottom: 2.5rem; } }
  @media only screen and (min-width: 75rem) {
    .ct-view-video {
      padding: 0; } }
  .ct-view-video .wrapper-video {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.13%; }
  .ct-view-video .video-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;
    cursor: pointer;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
    .ct-view-video .video-thumb:hover, .ct-view-video a.ct-view-cta:hover .video-thumb.button, a.ct-view-cta:hover .ct-view-video .video-thumb.button, .ct-view-video a.ct-view-cta:focus .video-thumb.button, a.ct-view-cta:focus .ct-view-video .video-thumb.button {
      -webkit-transform: scale(1.1) translate(-45%, -45%);
      transform: scale(1.1) translate(-45%, -45%); }
  .ct-view-video .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6.625rem;
    height: 6.625rem;
    pointer-events: none; }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-video .video-btn {
        width: 5rem;
        height: 5rem; } }
  .ct-view-video iframe,
  .ct-view-video object,
  .ct-view-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ct-view-textblock.text {
  margin-bottom: 4.375rem; }
  @media only screen and (max-width: 60rem) {
    .ct-view-textblock.text {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-textblock.text {
      margin-bottom: 2.5rem; } }
  .ct-view-textblock.text::before, .ct-view-textblock.text::after {
    content: ' ';
    display: table; }
  .ct-view-textblock.text::after {
    clear: both; }
  .ct-view-textblock.text .image-left {
    float: left;
    margin: 0 1.875rem 1.875rem 0; }
  .ct-view-textblock.text .image-right {
    float: right;
    margin: 0 0 1.875rem 1.875rem; }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-textblock.text .image-left,
    .ct-view-textblock.text .image-right {
      float: none;
      margin: 2.5rem auto 1.25rem; } }

.ct-view-textblock.intro {
  margin: 4.375rem 8%;
  text-align: center;
  font: 1.75rem/1.2 "Jura", "Helvetica Neue", helvetica, arial, sans-serif; }
  @media only screen and (max-width: 60rem) {
    .ct-view-textblock.intro {
      margin: 3.125rem 4%; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-textblock.intro {
      margin: 1.875rem 0;
      font-size: 1.25rem; } }

.contact-index-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .contact-index-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .contact-index-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .contact-index-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .contact-index-index .page-title-wrapper::before {
        height: 7.5rem; } }
  .contact-index-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .contact-index-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .contact-index-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .contact-index-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .contact-index-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .contact-index-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .contact-index-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .contact-index-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.contact-index-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .contact-index-index .columns {
      padding-top: 1.5rem; } }

@media only screen and (max-width: 74.9375rem) {
  .contact-index-index .page-wrapper {
    padding: 0; } }

.contact-index-index .columns {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 50rem;
  padding-top: 2.5rem; }
  @media only screen and (max-width: 74.9375rem) {
    .contact-index-index .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.contact-index-index .breadcrumbs {
  margin-bottom: 0; }

.contact-index-index #monkey-campaign + * {
  margin-top: 0; }

.page-layout-homepage .columns {
  padding-top: 0; }

.catalog-product-view .page-header {
  margin-bottom: 0; }

.catalog-product-view .columns {
  max-width: none;
  padding: 0; }

.catalog-product-view .column.main {
  width: 100%;
  padding-bottom: 0; }

@media only screen and (min-width: 63.9375rem) {
  .catalog-product-view .breadcrumbs {
    margin-bottom: 1.875rem; } }

@media only screen and (max-width: 63.875rem) {
  .catalog-product-view .column.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .catalog-product-view .breadcrumbs {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0; }
  .catalog-product-view .product.media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .catalog-product-view .product-info-main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; } }

.catalog-product-view .product-top {
  background: #fbfbfb; }
  .catalog-product-view .product-top .wrapper {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (max-width: 74.9375rem) {
      .catalog-product-view .product-top .wrapper {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .catalog-product-view .product-top .wrapper::before, .catalog-product-view .product-top .wrapper::after {
      content: ' ';
      display: table; }
    .catalog-product-view .product-top .wrapper::after {
      clear: both; }
    @media only screen and (max-width: 63.875rem) {
      .catalog-product-view .product-top .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.product.media {
  position: relative;
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 63.875rem) {
    .product.media {
      width: 100%; } }
  @media only screen and (min-width: 63.9375rem) {
    .product.media {
      float: left;
      width: 50%;
      margin-bottom: 7.5rem; } }
  .product.media .product.photo .photo.image {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto; }
  .product.media .placeholder .photo.container {
    max-width: 100%; }
  .product.media .notice {
    color: #808080;
    margin: 0.625rem; }
  .product.media .product.thumbs {
    margin: 1.25rem 0 1.875rem; }
  .product.media .items.thumbs {
    margin: 0;
    padding: 0;
    list-style: none none; }
    .product.media .items.thumbs > li {
      display: inline-block;
      vertical-align: top; }
    .product.media .items.thumbs .active {
      display: block;
      line-height: 1; }

.product-info-main {
  margin-bottom: 2.5rem; }
  @media only screen and (max-width: 63.875rem) {
    .product-info-main {
      font-size: 0.875rem; } }
  @media only screen and (min-width: 63.9375rem) {
    .product-info-main {
      float: right;
      width: 50%;
      margin-bottom: 7.5rem;
      padding-left: 10%; } }
  .product-info-main .page-title-wrapper .page-title {
    font: bold 2.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 300 1.625rem/1.23077 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    text-transform: uppercase;
    margin-bottom: 1em; }
    .product-info-main .page-title-wrapper .page-title.-alt {
      text-transform: uppercase; }
    .product-info-main .page-title-wrapper .page-title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .product-info-main .page-title-wrapper .page-title {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .product-info-main .page-title-wrapper .page-title {
        font-size: 1.5rem; } }
  .product-info-main .product-info-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.25rem; }
    .product-info-main .product-info-price .price-box {
      font-size: 1.3125rem; }
    .product-info-main .product-info-price .stock.available,
    .product-info-main .product-info-price .stock.unavailable {
      font-weight: bold;
      color: #333;
      font-size: 1.125rem; }
    .product-info-main .product-info-price .product.attribute.sku {
      display: inline-block;
      vertical-align: top;
      color: #808080; }
      .product-info-main .product-info-price .product.attribute.sku > .value {
        display: inline-block;
        vertical-align: top;
        word-break: break-all; }
      .product-info-main .product-info-price .product.attribute.sku .type {
        margin-right: 0.3125rem; }
  .product-info-main .product.attribute.overview {
    margin: 1.25rem 0 2.5rem; }
    @media only screen and (max-width: 63.875rem) {
      .product-info-main .product.attribute.overview {
        margin-bottom: 1.25rem; } }
  .product-info-main .product-add-form .field,
  .product-info-main .product-add-form .swatch-attribute {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .product-info-main .product-add-form .label,
  .product-info-main .product-add-form .swatch-attribute-label {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    margin-bottom: 0;
    padding-right: 1.25rem;
    font-weight: bold;
    color: #333; }
    @media only screen and (min-width: 63.9375rem) {
      .product-info-main .product-add-form .label,
      .product-info-main .product-add-form .swatch-attribute-label {
        font-size: 1.125rem;
        width: 6.25rem; } }
    @media only screen and (max-width: 63.875rem) {
      .product-info-main .product-add-form .label,
      .product-info-main .product-add-form .swatch-attribute-label {
        width: 4.0625rem; } }
  @media only screen and (min-width: 63.9375rem) {
    .product-options-bottom .product-addto-links,
    .product-addto-links {
      margin: 0.625rem 0; } }
  .product-options-bottom .product-addto-links .action,
  .product-addto-links .action {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #74c7ce;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #6f6f6f;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 0.625rem; }
    .product-options-bottom .product-addto-links .action::before, .product-options-bottom .product-addto-links .action::after,
    .product-options-bottom .product-addto-links .action i:first-child,
    .product-options-bottom .product-addto-links .action i:last-child,
    .product-addto-links .action::before,
    .product-addto-links .action::after,
    .product-addto-links .action i:first-child,
    .product-addto-links .action i:last-child {
      font-size: 1rem; }
    .product-options-bottom .product-addto-links .action::before,
    .product-options-bottom .product-addto-links .action i:first-child,
    .product-addto-links .action::before,
    .product-addto-links .action i:first-child {
      margin-right: 0.625rem; }
    .product-options-bottom .product-addto-links .action::after,
    .product-options-bottom .product-addto-links .action i:last-child,
    .product-addto-links .action::after,
    .product-addto-links .action i:last-child {
      margin-left: 0.625rem; }
    .product-options-bottom .product-addto-links .action:hover, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links .action:focus,
    .product-addto-links .action:hover,
    .product-addto-links a.ct-view-cta:hover .action.button,
    a.ct-view-cta:hover .product-addto-links .action.button,
    .product-addto-links a.ct-view-cta:focus .action.button,
    a.ct-view-cta:focus .product-addto-links .action.button,
    .product-addto-links .action:focus {
      color: #74c7ce;
      background-color: white; }
    .product-options-bottom .product-addto-links .action:active,
    .product-addto-links .action:active {
      color: #74c7ce;
      background-color: #f2f2f2; }
    .product-options-bottom .product-addto-links .action.disabled, .product-options-bottom .product-addto-links .action[disabled],
    fieldset[disabled] .product-options-bottom .product-addto-links .action,
    .product-addto-links .action.disabled,
    .product-addto-links .action[disabled],
    fieldset[disabled]
    .product-addto-links .action {
      background: white;
      cursor: default;
      color: white; }
    .product-options-bottom .product-addto-links .action::-moz-focus-inner,
    .product-addto-links .action::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .product-options-bottom .product-addto-links .action::before, .product-options-bottom .product-addto-links .action::after,
    .product-options-bottom .product-addto-links .action i:first-child,
    .product-options-bottom .product-addto-links .action i:last-child,
    .product-addto-links .action::before,
    .product-addto-links .action::after,
    .product-addto-links .action i:first-child,
    .product-addto-links .action i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .product-options-bottom .product-addto-links .action span,
    .product-addto-links .action span {
      position: relative;
      display: block; }
      .product-options-bottom .product-addto-links .action span::after,
      .product-addto-links .action span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .product-options-bottom .product-addto-links .action:hover, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links .action:focus,
    .product-addto-links .action:hover,
    .product-addto-links a.ct-view-cta:hover .action.button,
    a.ct-view-cta:hover .product-addto-links .action.button,
    .product-addto-links a.ct-view-cta:focus .action.button,
    a.ct-view-cta:focus .product-addto-links .action.button,
    .product-addto-links .action:focus {
      background-color: #e5e5e5; }
      .product-options-bottom .product-addto-links .action:hover span, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button span, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button span, .product-options-bottom .product-addto-links .action:focus span,
      .product-addto-links .action:hover span,
      .product-addto-links a.ct-view-cta:hover .action.button span,
      a.ct-view-cta:hover .product-addto-links .action.button span,
      .product-addto-links a.ct-view-cta:focus .action.button span,
      a.ct-view-cta:focus .product-addto-links .action.button span,
      .product-addto-links .action:focus span {
        position: relative; }
        .product-options-bottom .product-addto-links .action:hover span::after, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button span::after, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button span::after, .product-options-bottom .product-addto-links .action:focus span::after,
        .product-addto-links .action:hover span::after,
        .product-addto-links a.ct-view-cta:hover .action.button span::after,
        a.ct-view-cta:hover .product-addto-links .action.button span::after,
        .product-addto-links a.ct-view-cta:focus .action.button span::after,
        a.ct-view-cta:focus .product-addto-links .action.button span::after,
        .product-addto-links .action:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .product-options-bottom .product-addto-links .action:active,
    .product-addto-links .action:active {
      background-color: #f2f2f2; }
    .product-options-bottom .product-addto-links .action.disabled, .product-options-bottom .product-addto-links .action[disabled],
    fieldset[disabled] .product-options-bottom .product-addto-links .action,
    .product-addto-links .action.disabled,
    .product-addto-links .action[disabled],
    fieldset[disabled]
    .product-addto-links .action {
      background: white;
      color: #fff; }
      .product-options-bottom .product-addto-links .action.disabled span::after, .product-options-bottom .product-addto-links .action[disabled] span::after,
      fieldset[disabled] .product-options-bottom .product-addto-links .action span::after,
      .product-addto-links .action.disabled span::after,
      .product-addto-links .action[disabled] span::after,
      fieldset[disabled]
      .product-addto-links .action span::after {
        display: none; }
    .product-options-bottom .product-addto-links .action:hover, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links .action:focus,
    .product-addto-links .action:hover,
    .product-addto-links a.ct-view-cta:hover .action.button,
    a.ct-view-cta:hover .product-addto-links .action.button,
    .product-addto-links a.ct-view-cta:focus .action.button,
    a.ct-view-cta:focus .product-addto-links .action.button,
    .product-addto-links .action:focus {
      background-color: #e5e5e5; }
    .product-options-bottom .product-addto-links .action:active,
    .product-addto-links .action:active {
      background-color: #f2f2f2; }
    .product-options-bottom .product-addto-links .action.disabled, .product-options-bottom .product-addto-links .action[disabled],
    fieldset[disabled] .product-options-bottom .product-addto-links .action,
    .product-addto-links .action.disabled,
    .product-addto-links .action[disabled],
    fieldset[disabled]
    .product-addto-links .action {
      color: #e5e5e5;
      background-color: #fff; }
    .product-options-bottom .product-addto-links .action::before, .product-options-bottom .product-addto-links .action::after,
    .product-options-bottom .product-addto-links .action i:first-child,
    .product-options-bottom .product-addto-links .action i:last-child,
    .product-addto-links .action::before,
    .product-addto-links .action::after,
    .product-addto-links .action i:first-child,
    .product-addto-links .action i:last-child {
      font-size: 1rem; }
    .product-options-bottom .product-addto-links .action::before,
    .product-options-bottom .product-addto-links .action i:first-child,
    .product-addto-links .action::before,
    .product-addto-links .action i:first-child {
      margin-right: 0.625rem; }
    .product-options-bottom .product-addto-links .action::after,
    .product-options-bottom .product-addto-links .action i:last-child,
    .product-addto-links .action::after,
    .product-addto-links .action i:last-child {
      margin-left: 0.625rem; }
    .product-options-bottom .product-addto-links .action:hover, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links .action:focus,
    .product-addto-links .action:hover,
    .product-addto-links a.ct-view-cta:hover .action.button,
    a.ct-view-cta:hover .product-addto-links .action.button,
    .product-addto-links a.ct-view-cta:focus .action.button,
    a.ct-view-cta:focus .product-addto-links .action.button,
    .product-addto-links .action:focus {
      color: #6f6f6f;
      background-color: white; }
    .product-options-bottom .product-addto-links .action:active,
    .product-addto-links .action:active {
      color: #6f6f6f;
      background-color: #f2f2f2; }
    .product-options-bottom .product-addto-links .action.disabled, .product-options-bottom .product-addto-links .action[disabled],
    fieldset[disabled] .product-options-bottom .product-addto-links .action,
    .product-addto-links .action.disabled,
    .product-addto-links .action[disabled],
    fieldset[disabled]
    .product-addto-links .action {
      background: white;
      cursor: default;
      color: white; }
    .product-options-bottom .product-addto-links .action::-moz-focus-inner,
    .product-addto-links .action::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .product-options-bottom .product-addto-links .action::before, .product-options-bottom .product-addto-links .action::after,
    .product-options-bottom .product-addto-links .action i:first-child,
    .product-options-bottom .product-addto-links .action i:last-child,
    .product-addto-links .action::before,
    .product-addto-links .action::after,
    .product-addto-links .action i:first-child,
    .product-addto-links .action i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .product-options-bottom .product-addto-links .action span,
    .product-addto-links .action span {
      position: relative;
      display: block; }
      .product-options-bottom .product-addto-links .action span::after,
      .product-addto-links .action span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .product-options-bottom .product-addto-links .action:hover, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links .action:focus,
    .product-addto-links .action:hover,
    .product-addto-links a.ct-view-cta:hover .action.button,
    a.ct-view-cta:hover .product-addto-links .action.button,
    .product-addto-links a.ct-view-cta:focus .action.button,
    a.ct-view-cta:focus .product-addto-links .action.button,
    .product-addto-links .action:focus {
      background-color: #e5e5e5; }
      .product-options-bottom .product-addto-links .action:hover span, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button span, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button span, .product-options-bottom .product-addto-links .action:focus span,
      .product-addto-links .action:hover span,
      .product-addto-links a.ct-view-cta:hover .action.button span,
      a.ct-view-cta:hover .product-addto-links .action.button span,
      .product-addto-links a.ct-view-cta:focus .action.button span,
      a.ct-view-cta:focus .product-addto-links .action.button span,
      .product-addto-links .action:focus span {
        position: relative; }
        .product-options-bottom .product-addto-links .action:hover span::after, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button span::after, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button span::after, .product-options-bottom .product-addto-links .action:focus span::after,
        .product-addto-links .action:hover span::after,
        .product-addto-links a.ct-view-cta:hover .action.button span::after,
        a.ct-view-cta:hover .product-addto-links .action.button span::after,
        .product-addto-links a.ct-view-cta:focus .action.button span::after,
        a.ct-view-cta:focus .product-addto-links .action.button span::after,
        .product-addto-links .action:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .product-options-bottom .product-addto-links .action:active,
    .product-addto-links .action:active {
      background-color: #f2f2f2; }
    .product-options-bottom .product-addto-links .action.disabled, .product-options-bottom .product-addto-links .action[disabled],
    fieldset[disabled] .product-options-bottom .product-addto-links .action,
    .product-addto-links .action.disabled,
    .product-addto-links .action[disabled],
    fieldset[disabled]
    .product-addto-links .action {
      background: white;
      color: #fff; }
      .product-options-bottom .product-addto-links .action.disabled span::after, .product-options-bottom .product-addto-links .action[disabled] span::after,
      fieldset[disabled] .product-options-bottom .product-addto-links .action span::after,
      .product-addto-links .action.disabled span::after,
      .product-addto-links .action[disabled] span::after,
      fieldset[disabled]
      .product-addto-links .action span::after {
        display: none; }
    .product-options-bottom .product-addto-links .action:hover, .product-options-bottom .product-addto-links a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .product-options-bottom .product-addto-links .action.button, .product-options-bottom .product-addto-links .action:focus,
    .product-addto-links .action:hover,
    .product-addto-links a.ct-view-cta:hover .action.button,
    a.ct-view-cta:hover .product-addto-links .action.button,
    .product-addto-links a.ct-view-cta:focus .action.button,
    a.ct-view-cta:focus .product-addto-links .action.button,
    .product-addto-links .action:focus {
      background-color: #fbfbfb; }
    .product-options-bottom .product-addto-links .action:active,
    .product-addto-links .action:active {
      background-color: #e5e5e5; }
    .product-options-bottom .product-addto-links .action.disabled, .product-options-bottom .product-addto-links .action[disabled],
    fieldset[disabled] .product-options-bottom .product-addto-links .action,
    .product-addto-links .action.disabled,
    .product-addto-links .action[disabled],
    fieldset[disabled]
    .product-addto-links .action {
      color: #ccc;
      background-color: #fbfbfb; }
    .product-options-bottom .product-addto-links .action.towishlist:before,
    .product-addto-links .action.towishlist:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f004";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .product-options-bottom .product-addto-links .action.tocompare:before,
    .product-addto-links .action.tocompare:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f0ec";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .product-options-bottom .product-addto-links .action:not(:last-child),
    .product-addto-links .action:not(:last-child) {
      margin-right: 0.625rem; }
  .product-info-main .product.alert {
    margin: 0.625rem 0;
    font-size: 0.875rem;
    color: #808080; }
    .product-info-main .product.alert .action::before {
      margin-right: 0.3125rem;
      width: 1em;
      text-align: center; }
    .product-info-main .product.alert.stock .action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f187";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .product-info-main .product.alert.price .action:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      white-space: nowrap;
      letter-spacing: 0.0625rem; }

.box-tocart .field.qty,
.bundle-options-wrapper .field.qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem; }

.box-tocart .label,
.bundle-options-wrapper .label {
  padding-right: 1.25rem;
  font-size: 1.125rem; }

.box-tocart .input-text.qty,
.bundle-options-wrapper .input-text.qty {
  width: 5.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem; }

.box-tocart .actions .action.tocart:before,
.bundle-options-wrapper .actions .action.tocart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  vertical-align: middle;
  content: "\f217";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 1.25rem;
  margin: -0.125rem 0.625rem -0.125rem -0.125rem; }

.bundle-options-wrapper .field.qty {
  margin: 1.5rem 0 0 0; }

.product.info.detailed {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.875rem;
  padding-top: 1.875rem; }
  @media only screen and (max-width: 74.9375rem) {
    .product.info.detailed {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media only screen and (max-width: 63.875rem) {
    .product.info.detailed {
      font-size: 0.875rem; } }

.product.data.items {
  position: relative;
  z-index: 1;
  clear: both;
  margin: 0 0 1.25rem;
  padding: 0; }
  .product.data.items::before, .product.data.items::after {
    content: ' ';
    display: table; }
  .product.data.items::after {
    clear: both; }
  @media only screen and (max-width: 63.875rem) {
    .product.data.items {
      margin: 0;
      padding: 0; } }
  .product.data.items > .item.title {
    float: left;
    width: 22.5rem;
    max-width: 25%;
    margin: 0;
    color: #b4b4b4;
    background-color: #fbfbfb; }
    @media only screen and (max-width: 63.875rem) {
      .product.data.items > .item.title {
        float: none;
        width: 100%;
        max-width: none; } }
    @media only screen and (min-width: 63.9375rem) {
      .product.data.items > .item.title:not(:first-child) > .switch {
        border-left-color: #e5e5e5; } }
    @media only screen and (max-width: 63.875rem) {
      .product.data.items > .item.title:not(:first-child) > .switch {
        border-top-color: #e5e5e5; } }
    .product.data.items > .item.title > .switch {
      color: inherit;
      text-decoration: none;
      display: block;
      position: relative;
      z-index: 2;
      margin: 0.625rem 0;
      border: 1px solid transparent;
      padding: 0.875rem 1.25rem;
      font-size: 1.125rem;
      line-height: 1.625rem;
      color: #b4b4b4;
      text-align: center;
      transition: all 0.2s; }
      .product.data.items > .item.title > .switch:hover, a.ct-view-cta:hover .product.data.items > .item.title > .switch.button, a.ct-view-cta:focus .product.data.items > .item.title > .switch.button, .product.data.items > .item.title > .switch:active, .product.data.items > .item.title > .switch:focus {
        color: inherit; }
      @media only screen and (max-width: 63.875rem) {
        .product.data.items > .item.title > .switch {
          margin: 0; } }
      .product.data.items > .item.title > .switch .counter::before {
        content: '('; }
      .product.data.items > .item.title > .switch .counter::after {
        content: ')'; }
    .product.data.items > .item.title:not(.disabled) > .switch, .product.data.items > .item.title:not(.disabled) > .switch:active, .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover, a.ct-view-cta:hover .product.data.items > .item.title:not(.disabled) > .switch.button, a.ct-view-cta:focus .product.data.items > .item.title:not(.disabled) > .switch.button, .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:active, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover, a.ct-view-cta:hover .product.data.items > .item.title.active > .switch.button, a.ct-view-cta:focus .product.data.items > .item.title.active > .switch.button {
      background: initial; }
    .product.data.items > .item.title.active > .switch {
      margin: 0;
      border-color: #e5e5e5;
      border-bottom: 0.3125rem solid currentcolor;
      padding-top: 1.5rem;
      padding-bottom: 1.25rem;
      color: inherit;
      background-color: #fff; }
    .product.data.items > .item.title.active + .item.content {
      display: block; }
      .product.data.items > .item.title.active + .item.content + .item.title > .switch {
        border-left-color: transparent; }
  .product.data.items > .item.content {
    display: none;
    float: right;
    width: 100%;
    margin-top: 4.75rem;
    margin-left: -100%;
    border: none;
    padding: 3.75rem 0; }
    .product.data.items > .item.content::before, .product.data.items > .item.content::after {
      content: ' ';
      display: table; }
    .product.data.items > .item.content::after {
      clear: both; }
    @media only screen and (max-width: 63.875rem) {
      .product.data.items > .item.content {
        float: none;
        margin: 0 0 0.3125rem;
        padding: 1.875rem 0; } }
  @media only screen and (min-width: 63.9375rem) {
    .product.data.items[data-count][data-count="1"] > .item.title {
      max-width: 100%; }
    .product.data.items[data-count][data-count="2"] > .item.title {
      max-width: 50%; }
    .product.data.items[data-count][data-count="3"] > .item.title {
      max-width: 33.33333%; }
    .product.data.items[data-count][data-count="4"] > .item.title {
      max-width: 25%; }
    .product.data.items[data-count][data-count="5"] > .item.title {
      max-width: 20%; }
    .product.data.items[data-count][data-count="6"] > .item.title {
      max-width: 16.66667%; } }
  .product.data.items > .item.title {
    font: bold 1.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1rem/1.375 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    letter-spacing: .1em;
    margin: 0;
    padding: 1.25rem;
    border: 1px solid #f2f2f2;
    background-color: transparent;
    text-align: center; }
    .product.data.items > .item.title.-alt {
      text-transform: uppercase; }
    .product.data.items > .item.title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .product.data.items > .item.title {
        font-size: 1rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .product.data.items > .item.title {
        font-size: 1rem; } }
    .product.data.items > .item.title:not(:first-child) {
      margin-left: -1px; }
    .product.data.items > .item.title > .switch {
      color: inherit;
      text-decoration: none;
      display: inline-block;
      margin: 0;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      border: none;
      text-decoration: none; }
      .product.data.items > .item.title > .switch:hover, a.ct-view-cta:hover .product.data.items > .item.title > .switch.button, a.ct-view-cta:focus .product.data.items > .item.title > .switch.button, .product.data.items > .item.title > .switch:active, .product.data.items > .item.title > .switch:focus {
        color: #000; }
    .product.data.items > .item.title.active > .switch {
      padding-top: 0.625rem;
      padding-bottom: 0.3125rem;
      color: #000;
      border-bottom: 0.3125rem solid #000; }
  @media only screen and (max-width: 63.875rem) {
    .product.data.items .data.item {
      display: block; } }
  .product.data.items .additional-attributes tr:not(:first-child) {
    border-top: 1px solid #f2f2f2; }
  .product.data.items .additional-attributes .label {
    width: 25%; }
    @media only screen and (max-width: 63.875rem) {
      .product.data.items .additional-attributes .label {
        width: 50%; } }
  .product.data.items .additional-attributes .related-blog-posts {
    margin: 0 -1.25rem; }
    @media only screen and (max-width: 63.875rem) {
      .product.data.items .additional-attributes .related-blog-posts {
        margin: 0 -0.625rem; } }
    @media only screen and (min-width: 75rem) {
      .product.data.items .additional-attributes .related-blog-posts {
        margin: 0 -2.5rem; } }

.block-related {
  background: #fbfbfb; }
  .block-related ~ .block-related {
    background: transparent; }
  @media only screen and (min-width: 63.9375rem) {
    .block-related {
      padding: 3rem 0 6.25rem; } }
  @media only screen and (max-width: 63.875rem) {
    .block-related {
      padding: 2.5rem 0; } }

.related-list {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden; }
  @media only screen and (max-width: 74.9375rem) {
    .related-list {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .related-list .slider-container {
    overflow: hidden; }
  .related-list h2 {
    font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .related-list h2.-alt {
      text-transform: uppercase; }
    .related-list h2:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .related-list h2 {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .related-list h2 {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 75rem) {
      .related-list h2 {
        margin-bottom: 2em; } }
    .related-list h2::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 3.125rem;
      height: 0;
      border-top: 1px solid;
      margin: auto; }
    .related-list h2.-alt {
      text-transform: uppercase; }
    .related-list h2:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .related-list h2 {
        font-size: 1.875rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .related-list h2 {
        font-size: 1.75rem; } }
    @media only screen and (min-width: 75rem) {
      .related-list h2 {
        margin-bottom: 4.6875rem;
        padding-bottom: 2.8125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .related-list h2 {
        margin-bottom: 1.875rem; } }
    .related-list h2::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 1.375rem;
      height: 1.5rem;
      margin: -0.75rem auto;
      background: url(../../frontend/O2web/kalia/en_CA/images/shell-medium.svg) center center/cover no-repeat; }
    .related-list h2::after {
      width: 7.5rem;
      border-color: #e5e5e5; }
    .related-list h2 span {
      position: relative;
      z-index: 2; }
  .related-list .products-grid .product-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .related-list .products-grid .product-items.slick-initialized {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .related-list .products-grid .product-items.slick-initialized::after {
        display: none; }
  .related-list .products-grid .product-item {
    float: none;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0;
    width: auto; }
    @media only screen and (max-width: 63.875rem) {
      .related-list .products-grid .product-item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-width: 0;
        padding: 0 0.625rem; } }
    .related-list .products-grid .product-item:hover .product-item-info, .related-list .products-grid a.ct-view-cta:hover .product-item.button .product-item-info, a.ct-view-cta:hover .related-list .products-grid .product-item.button .product-item-info, .related-list .products-grid a.ct-view-cta:focus .product-item.button .product-item-info, a.ct-view-cta:focus .related-list .products-grid .product-item.button .product-item-info {
      box-shadow: none; }
    .related-list .products-grid .product-item .product-item-details {
      background-color: #fbfbfb;
      text-align: center;
      box-shadow: none; }
    .related-list .products-grid .product-item .product-item-name {
      font: 400 1.25rem/1.25 "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: none; }
      @media only screen and (max-width: 63.875rem) {
        .related-list .products-grid .product-item .product-item-name {
          font-size: 1.125rem;
          margin-bottom: 0.8em; } }
    .related-list .products-grid .product-item .product-reviews-summary {
      margin: 0.3125rem auto 0; }
      @media only screen and (max-width: 63.875rem) {
        .related-list .products-grid .product-item .product-reviews-summary {
          width: 100%;
          margin-top: 0; } }
  .related-list .products-grid .product-item-main {
    display: block; }
  .related-list .products-grid .price-box {
    width: 100%; }
    @media only screen and (max-width: 63.875rem) {
      .related-list .products-grid .price-box {
        text-align: center; } }
  .related-list .slick-slider .product-item {
    float: none;
    height: auto; }
  .related-list .slick-slider .product-item.-empty-item {
    display: none; }
  .related-list .slick-list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.875rem;
    margin: -1.875rem; }
  .related-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 0; }
  .related-list .slider-controls {
    position: relative;
    z-index: 2;
    margin: 0 auto 0.9375rem;
    text-align: center; }
    @media only screen and (min-width: 63.9375rem) {
      .related-list .slider-controls {
        position: absolute;
        bottom: 96.5%;
        right: 0.625rem;
        margin-bottom: 1.875rem; } }
    .related-list .slider-controls .slick-arrow {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid #e5e5e5;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #f2f2f2;
      color: #74c7ce;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #f2f2f2;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #f2f2f2;
      color: #6f6f6f;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #f2f2f2;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem;
      margin-left: 0.5rem;
      background-color: transparent;
      border: 1px solid #ccc;
      color: #000;
      font-size: 0;
      line-height: 0;
      width: 3.125rem; }
      .related-list .slider-controls .slick-arrow::before, .related-list .slider-controls .slick-arrow::after,
      .related-list .slider-controls .slick-arrow i:first-child,
      .related-list .slider-controls .slick-arrow i:last-child {
        font-size: 1rem; }
      .related-list .slider-controls .slick-arrow::before,
      .related-list .slider-controls .slick-arrow i:first-child {
        margin-right: 0.625rem; }
      .related-list .slider-controls .slick-arrow::after,
      .related-list .slider-controls .slick-arrow i:last-child {
        margin-left: 0.625rem; }
      .related-list .slider-controls .slick-arrow:hover, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls .slick-arrow:focus {
        color: #74c7ce;
        background-color: white; }
      .related-list .slider-controls .slick-arrow:active {
        color: #74c7ce;
        background-color: #f2f2f2; }
      .related-list .slider-controls .slick-arrow.disabled, .related-list .slider-controls .slick-arrow[disabled],
      fieldset[disabled] .related-list .slider-controls .slick-arrow {
        background: white;
        cursor: default;
        color: white; }
      .related-list .slider-controls .slick-arrow::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .related-list .slider-controls .slick-arrow::before, .related-list .slider-controls .slick-arrow::after,
      .related-list .slider-controls .slick-arrow i:first-child,
      .related-list .slider-controls .slick-arrow i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .related-list .slider-controls .slick-arrow span {
        position: relative;
        display: block; }
        .related-list .slider-controls .slick-arrow span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .related-list .slider-controls .slick-arrow:hover, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls .slick-arrow:focus {
        background-color: #e5e5e5; }
        .related-list .slider-controls .slick-arrow:hover span, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button span, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button span, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button span, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button span, .related-list .slider-controls .slick-arrow:focus span {
          position: relative; }
          .related-list .slider-controls .slick-arrow:hover span::after, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button span::after, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button span::after, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button span::after, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button span::after, .related-list .slider-controls .slick-arrow:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .related-list .slider-controls .slick-arrow:active {
        background-color: #f2f2f2; }
      .related-list .slider-controls .slick-arrow.disabled, .related-list .slider-controls .slick-arrow[disabled],
      fieldset[disabled] .related-list .slider-controls .slick-arrow {
        background: white;
        color: #fff; }
        .related-list .slider-controls .slick-arrow.disabled span::after, .related-list .slider-controls .slick-arrow[disabled] span::after,
        fieldset[disabled] .related-list .slider-controls .slick-arrow span::after {
          display: none; }
      .related-list .slider-controls .slick-arrow:hover, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls .slick-arrow:focus {
        background-color: #e5e5e5; }
      .related-list .slider-controls .slick-arrow:active {
        background-color: #f2f2f2; }
      .related-list .slider-controls .slick-arrow.disabled, .related-list .slider-controls .slick-arrow[disabled],
      fieldset[disabled] .related-list .slider-controls .slick-arrow {
        color: #e5e5e5;
        background-color: #fff; }
      .related-list .slider-controls .slick-arrow::before, .related-list .slider-controls .slick-arrow::after,
      .related-list .slider-controls .slick-arrow i:first-child,
      .related-list .slider-controls .slick-arrow i:last-child {
        font-size: 1rem; }
      .related-list .slider-controls .slick-arrow::before,
      .related-list .slider-controls .slick-arrow i:first-child {
        margin-right: 0.625rem; }
      .related-list .slider-controls .slick-arrow::after,
      .related-list .slider-controls .slick-arrow i:last-child {
        margin-left: 0.625rem; }
      .related-list .slider-controls .slick-arrow:hover, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls .slick-arrow:focus {
        color: #6f6f6f;
        background-color: white; }
      .related-list .slider-controls .slick-arrow:active {
        color: #6f6f6f;
        background-color: #f2f2f2; }
      .related-list .slider-controls .slick-arrow.disabled, .related-list .slider-controls .slick-arrow[disabled],
      fieldset[disabled] .related-list .slider-controls .slick-arrow {
        background: white;
        cursor: default;
        color: white; }
      .related-list .slider-controls .slick-arrow::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .related-list .slider-controls .slick-arrow::before, .related-list .slider-controls .slick-arrow::after,
      .related-list .slider-controls .slick-arrow i:first-child,
      .related-list .slider-controls .slick-arrow i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .related-list .slider-controls .slick-arrow span {
        position: relative;
        display: block; }
        .related-list .slider-controls .slick-arrow span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .related-list .slider-controls .slick-arrow:hover, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls .slick-arrow:focus {
        background-color: #e5e5e5; }
        .related-list .slider-controls .slick-arrow:hover span, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button span, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button span, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button span, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button span, .related-list .slider-controls .slick-arrow:focus span {
          position: relative; }
          .related-list .slider-controls .slick-arrow:hover span::after, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button span::after, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button span::after, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button span::after, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button span::after, .related-list .slider-controls .slick-arrow:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .related-list .slider-controls .slick-arrow:active {
        background-color: #f2f2f2; }
      .related-list .slider-controls .slick-arrow.disabled, .related-list .slider-controls .slick-arrow[disabled],
      fieldset[disabled] .related-list .slider-controls .slick-arrow {
        background: white;
        color: #fff; }
        .related-list .slider-controls .slick-arrow.disabled span::after, .related-list .slider-controls .slick-arrow[disabled] span::after,
        fieldset[disabled] .related-list .slider-controls .slick-arrow span::after {
          display: none; }
      .related-list .slider-controls .slick-arrow:hover, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls .slick-arrow:focus {
        background-color: #fbfbfb; }
      .related-list .slider-controls .slick-arrow:active {
        background-color: #e5e5e5; }
      .related-list .slider-controls .slick-arrow.disabled, .related-list .slider-controls .slick-arrow[disabled],
      fieldset[disabled] .related-list .slider-controls .slick-arrow {
        color: #ccc;
        background-color: #fbfbfb; }
      .related-list .slider-controls .slick-arrow:before, .related-list .slider-controls .slick-arrow:after,
      .related-list .slider-controls .slick-arrow i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .related-list .slider-controls .slick-arrow > span:first-child:last-child,
      .related-list .slider-controls .slick-arrow i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .related-list .slider-controls .slick-arrow:before, .related-list .slider-controls .slick-arrow:after,
      .related-list .slider-controls .slick-arrow i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .related-list .slider-controls .slick-arrow:link > span, .related-list .slider-controls .slick-arrow:visited > span, .related-list .slider-controls .slick-arrow:hover > span, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button > span, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button > span, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button > span, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button > span, .related-list .slider-controls a.ct-view-cta:hover .title .slick-arrow.button > span, .related-list .slider-controls a.ct-view-cta:focus .title .slick-arrow.button > span, .related-list .slider-controls .slick-arrow:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .related-list .slider-controls .slick-arrow::before {
        font-size: 1.25rem;
        margin: 0; }
      .related-list .slider-controls .slick-arrow.slick-prev:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f104";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .related-list .slider-controls .slick-arrow.slick-next:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .related-list .slider-controls .slick-arrow:hover, .related-list .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .related-list .slider-controls .slick-arrow.button, .related-list .slider-controls .slick-arrow:focus {
        background-color: #fff;
        color: #191919;
        box-shadow: none; }

.product-options-wrapper .field.configurable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.item-options::before, .item-options::after {
  content: ' ';
  display: table; }

.item-options::after {
  clear: both; }

.item-options dt {
  float: left;
  clear: left;
  margin: 0 0.625rem 0.3125rem 0; }
  .item-options dt:after {
    content: ': '; }

.item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 0.3125rem; }

.bundle-options-container {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 0;
  padding-top: 2.5rem; }
  @media only screen and (max-width: 74.9375rem) {
    .bundle-options-container {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .bundle-options-container .product-add-form {
    padding-bottom: 2.5rem; }
  .bundle-options-container #product_addtocart_form::before, .bundle-options-container #product_addtocart_form::after {
    display: none; }
  .bundle-options-container #product_addtocart_form .bundle-options-wrapper,
  .bundle-options-container #product_addtocart_form .product-options-wrapper,
  .bundle-options-container #product_addtocart_form .block-bundle-summary {
    float: none;
    width: 100%;
    padding: 0; }
  @media only screen and (min-width: 75rem) {
    .bundle-options-container #product_addtocart_form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .bundle-options-container #product_addtocart_form .bundle-options-wrapper,
      .bundle-options-container #product_addtocart_form .block-bundle-summary {
        width: 47.5%; } }
  @media only screen and (min-width: 60rem) {
    .bundle-options-container #product_addtocart_form .bundle-options-wrapper,
    .bundle-options-container #product_addtocart_form .block-bundle-summary {
      width: 45%; } }
  @media only screen and (max-width: 74.9375rem) {
    .bundle-options-container #product_addtocart_form .product-options-wrapper {
      margin-bottom: 2.5rem; } }
  @media only screen and (min-width: 75rem) and (max-width: 60rem) {
    .bundle-options-container #customizeTitle {
      font-size: 1.625rem; } }
  .bundle-options-container .fieldset-bundle-options .options-header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; }
  .bundle-options-container .fieldset-bundle-options .action.back {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    color: #191919;
    text-decoration: underline; }
    .bundle-options-container .fieldset-bundle-options .action.back:focus, .bundle-options-container .fieldset-bundle-options .action.back:active, .bundle-options-container .fieldset-bundle-options .action.back:hover, .bundle-options-container .fieldset-bundle-options a.ct-view-cta:hover .action.back.button, a.ct-view-cta:hover .bundle-options-container .fieldset-bundle-options .action.back.button, .bundle-options-container .fieldset-bundle-options a.ct-view-cta:focus .action.back.button, a.ct-view-cta:focus .bundle-options-container .fieldset-bundle-options .action.back.button {
      background: none;
      border: none; }
    .bundle-options-container .fieldset-bundle-options .action.back.disabled, .bundle-options-container .fieldset-bundle-options .action.back[disabled],
    fieldset[disabled] .bundle-options-container .fieldset-bundle-options .action.back {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .bundle-options-container .fieldset-bundle-options .action.back:focus, .bundle-options-container .fieldset-bundle-options .action.back:hover, .bundle-options-container .fieldset-bundle-options a.ct-view-cta:hover .action.back.button, a.ct-view-cta:hover .bundle-options-container .fieldset-bundle-options .action.back.button, .bundle-options-container .fieldset-bundle-options a.ct-view-cta:focus .action.back.button, a.ct-view-cta:focus .bundle-options-container .fieldset-bundle-options .action.back.button {
      color: #808080; }
  .bundle-options-container .option {
    margin: 0;
    padding: 1.875rem 0;
    border-bottom: 1px solid #e5e5e5; }
    @media only screen and (max-width: 74.9375rem) {
      .bundle-options-container .option {
        padding: 1.25rem 0; } }
    .bundle-options-container .option h3 {
      font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      margin-bottom: 1rem;
      font-size: 1rem; }
      .bundle-options-container .option h3.-alt {
        text-transform: uppercase; }
      .bundle-options-container .option h3:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .bundle-options-container .option h3 {
          font-size: 1.125rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .bundle-options-container .option h3 {
          font-size: 1.125rem; } }
      .bundle-options-container .option h3 abbr {
        margin-left: 0.25rem;
        font-size: 1.375rem;
        color: #191919;
        border: none; }
      .bundle-options-container .option h3 .required {
        margin-left: 0.625rem;
        font: 400 1rem / 1.625 "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
        color: #808080; }
        @media only screen and (max-width: 25rem) {
          .bundle-options-container .option h3 .required {
            display: block;
            margin-left: 0; } }
    .bundle-options-container .option .choice {
      margin: 0; }
      .bundle-options-container .option .choice + .choice {
        margin-top: 1.875rem; }
    .bundle-options-container .option .choice .label,
    .bundle-options-container .option .label.single {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 1.375; }
      @media only screen and (max-width: 25rem) {
        .bundle-options-container .option .choice .label,
        .bundle-options-container .option .label.single {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    .bundle-options-container .option .message.error, .bundle-options-container .option div.mage-error {
      display: inline-block !important;
      margin: 0;
      border: 1px solid #ff3d3d;
      border-top-width: 0.25rem;
      border-radius: 0 0 0.5rem 0.5rem;
      background-color: #fff;
      color: #ff3d3d; }
      .bundle-options-container .option .message.error:before, .bundle-options-container .option div.mage-error:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f06a";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        margin-right: 0.375rem;
        vertical-align: 0; }
  .bundle-options-container .option-img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 1.5rem 0 0.75rem; }
    @media only screen and (max-width: 25rem) {
      .bundle-options-container .option-img {
        padding: 0 0.75rem 0 0.375rem; } }
    .bundle-options-container .option-img img {
      width: 6.25rem; }
  .bundle-options-container .single .option-img {
    padding-left: 2.5rem; }
  @media only screen and (max-width: 25rem) {
    .bundle-options-container .single .option-img {
      padding: 0; } }
  .bundle-options-container .option-name {
    font-size: 1.125rem;
    color: #333; }
  .bundle-options-container .option-sku-price-wrapper {
    margin-bottom: 0.125rem; }
  .bundle-options-container .option-sku {
    display: inline-block;
    margin-right: 1rem;
    color: #b4b4b4; }
  .bundle-options-container .option-price {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #191919; }
  @media only screen and (max-width: 29.9375rem) {
    .bundle-options-container .option-sku,
    .bundle-options-container .option-price {
      display: block; } }
  .bundle-options-container .option-stock.unavailable {
    color: #b4b4b4; }
  .bundle-options-container .bundle-options-wrapper .required {
    color: #191919; }
  .bundle-options-container #product_addtocart_form .block-bundle-summary {
    border: none;
    padding-bottom: 1.875rem; }
    @media only screen and (max-width: 74.9375rem) {
      .bundle-options-container #product_addtocart_form .block-bundle-summary {
        padding: 1rem;
        border: 2px solid #191919; } }
  .bundle-options-container .block-bundle-summary h2,
  .bundle-options-container .bundle-summary h3 {
    font: bold 2.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 300 1.625rem/1.23077 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.625rem;
    font-size: 1.625rem; }
    .bundle-options-container .block-bundle-summary h2.-alt,
    .bundle-options-container .bundle-summary h3.-alt {
      text-transform: uppercase; }
    .bundle-options-container .block-bundle-summary h2:first-child,
    .bundle-options-container .bundle-summary h3:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .bundle-options-container .block-bundle-summary h2,
      .bundle-options-container .bundle-summary h3 {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .bundle-options-container .block-bundle-summary h2,
      .bundle-options-container .bundle-summary h3 {
        font-size: 1.5rem; } }
  .bundle-options-container .price-box .price {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 1.1;
    color: #191919; }
  .bundle-options-container .bundle-summary {
    margin: 2.5rem 0 1.25rem;
    font-size: 1.125rem; }
    .bundle-options-container .bundle-summary .label {
      font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      font-size: 1rem; }
      .bundle-options-container .bundle-summary .label.-alt {
        text-transform: uppercase; }
      .bundle-options-container .bundle-summary .label:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .bundle-options-container .bundle-summary .label {
          font-size: 1.125rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .bundle-options-container .bundle-summary .label {
          font-size: 1.125rem; } }
    .bundle-options-container .bundle-summary .bundle.items {
      margin-bottom: 2.25rem; }
      .bundle-options-container .bundle-summary .bundle.items > li {
        margin-bottom: 1.125rem; }
      @media only screen and (max-width: 74.9375rem) {
        .bundle-options-container .bundle-summary .bundle.items {
          margin-bottom: 1.5rem; }
          .bundle-options-container .bundle-summary .bundle.items > li {
            margin-bottom: 0.75rem; } }
  .bundle-options-container .action.tocart {
    font-size: 1.125rem; }
    .bundle-options-container .action.tocart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f217";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .bundle-options-container .action.tocart::before {
      font-size: 1.25rem; }

.downloadable.samples {
  margin-bottom: 1.25rem; }
  .downloadable.samples dd {
    margin: 0 0 0.625rem; }

.field.downloads .price-container {
  display: inline;
  white-space: nowrap; }
  .field.downloads .price-container:before {
    content: ' + ';
    display: inline; }

.field.downloads .price-excluding-tax {
  display: inline; }
  .field.downloads .price-excluding-tax:before {
    content: " (" attr(data-label) ": "; }
  .field.downloads .price-excluding-tax:after {
    content: ')'; }

.field.downloads .price-including-tax {
  display: inline;
  font-weight: bold; }

.field.downloads .sample.link {
  float: right; }

.page-product-downloadable .product-options-wrapper {
  float: left;
  width: 60%;
  padding-right: 1.875rem; }
  .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  @media only screen and (max-width: 74.9375rem) {
    .page-product-downloadable .product-options-wrapper {
      float: none;
      padding-right: 0; } }

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 1.5625rem; }

.page-product-downloadable .product-options-bottom {
  float: right;
  width: 40%; }
  .page-product-downloadable .product-options-bottom .field.qty {
    display: none !important; }
    .page-product-downloadable .product-options-bottom .field.qty + .actions {
      padding-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .page-product-downloadable .product-options-bottom .field.qty + .actions {
          padding-top: 1.25rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .page-product-downloadable .product-options-bottom {
      float: none; } }

.table.grouped > thead > tr > th,
.table.grouped > thead > tr > td,
.table.grouped > tbody > tr > th,
.table.grouped > tbody > tr > td,
.table.grouped > tfoot > tr > th,
.table.grouped > tfoot > tr > td {
  border-top: 0.0625rem solid #e5e5e5; }

.table.grouped > caption + thead > tr:first-child > th,
.table.grouped > caption + thead > tr:first-child > td,
.table.grouped > colgroup + thead > tr:first-child > th,
.table.grouped > colgroup + thead > tr:first-child > td,
.table.grouped > thead:first-child > tr:first-child > th,
.table.grouped > thead:first-child > tr:first-child > td {
  border-top: none; }

.table.grouped > tbody + tbody {
  border-top: 0.0625rem solid #e5e5e5; }

.table.grouped > thead > tr > th {
  border-bottom: 0; }

.table.grouped .product-item-name {
  font-weight: normal; }

.table.grouped .stock.unavailable {
  margin: 0;
  font-weight: normal;
  white-space: nowrap; }

.table.grouped .rown-tier-price td {
  border-top: 0; }

.table.grouped .rown-tier-price .prices-tier {
  margin: 0 -0.625rem 0.625rem; }

.page-products .page-header {
  margin-bottom: 0; }

.page-products .page-main {
  background: #fbfbfb; }

.page-products .breadcrumbs {
  background: #fff; }

.page-products .columns {
  padding-top: 0; }
  @media only screen and (min-width: 63.9375rem) {
    .page-products .columns {
      margin-top: 2.5rem; } }

.category-view {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.875rem 0;
  background: #1a1a1a;
  color: #fff; }
  .category-view .page-title {
    margin: 1em 0 .5em;
    font: bold 4rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    color: #191919;
    font: 300 2.5rem/1.25 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    color: inherit;
    text-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.4); }
    .category-view .page-title.-alt {
      text-transform: uppercase; }
    .category-view .page-title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .category-view .page-title {
        font-size: 2.25rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .category-view .page-title {
        font-size: 2rem; } }
    .category-view .page-title:last-child {
      margin-bottom: 0; }
  @media only screen and (min-width: 63.9375rem) {
    .category-view {
      height: 31.25rem;
      font-size: 1.125rem;
      line-height: 1.4; } }
  @media only screen and (min-width: 37.5625rem) and (max-width: 75rem) {
    .category-view {
      height: 50vw;
      min-height: 12.5rem; } }
  @media only screen and (max-width: 37.5rem) {
    .category-view {
      bottom: 0;
      padding: 0;
      font-size: 0.875rem; }
      .category-view .page-title-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        height: 50vw;
        min-height: 12.5rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; }
      .category-view .page-title {
        margin-bottom: 0; }
      .category-view .category-description {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }
  .category-view .category-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0; }
    @media only screen and (min-width: 63.9375rem) {
      .category-view .category-image {
        bottom: 0; } }
    @media only screen and (max-width: 74.9375rem) {
      .category-view .category-image {
        height: 50vw;
        min-height: 12.5rem; } }
  .category-view .page-title-wrapper,
  .category-view .category-description {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (max-width: 74.9375rem) {
      .category-view .page-title-wrapper,
      .category-view .category-description {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    @media only screen and (min-width: 63.9375rem) {
      .category-view .page-title-wrapper,
      .category-view .category-description {
        padding-left: 4.0625rem;
        padding-right: 4.0625rem; } }
    .category-view .page-title-wrapper h1,
    .category-view .page-title-wrapper p,
    .category-view .category-description h1,
    .category-view .category-description p {
      max-width: 31.25rem; }

.products-grid .product-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.9375rem; }
  @media only screen and (max-width: 74.9375rem) {
    .products-grid .product-items {
      margin: 0 -0.5rem; } }
  @media only screen and (max-width: 37.5rem) {
    .products-grid .product-items {
      margin: 0 -0.3125rem; } }
  .products-grid .product-items .product-item {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33%;
    padding: 0 0.9375rem;
    margin-bottom: 1.875rem; }
    @media only screen and (max-width: 78.125rem) {
      .products-grid .product-items .product-item {
        width: 33%;
        padding: 0 0.625rem;
        margin-bottom: 1.25rem; } }
    @media only screen and (max-width: 60rem) {
      .products-grid .product-items .product-item {
        width: 50%;
        padding: 0 0.625rem;
        margin-bottom: 1.25rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .products-grid .product-items .product-item {
        width: 33%;
        padding: 0 0.5rem;
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 36.25rem) {
      .products-grid .product-items .product-item {
        width: 50%;
        padding: 0 0.5rem;
        margin-bottom: 1rem; } }
    .products-grid .product-items .product-item.-empty-item {
      -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
      align-self: flex-start;
      margin: 0;
      padding: 0; }

.products-grid .product-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .products-grid .product-item .overlay-form {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1001;
    margin: 0.3125rem 0 0 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
  .products-grid .product-item.-active .overlay-form {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
  @media only screen and (min-width: 64.0625rem) {
    .products-grid .product-item {
      position: relative; }
      .products-grid .product-item .product-item-inner {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1001;
        margin: 0.3125rem 0 0 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top;
        transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
        transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s; }
      .products-grid .product-item:not(.-active):hover .product-item-inner, .products-grid a.ct-view-cta:hover .product-item.button:not(.-active) .product-item-inner, a.ct-view-cta:hover .products-grid .product-item.button:not(.-active) .product-item-inner, .products-grid a.ct-view-cta:focus .product-item.button:not(.-active) .product-item-inner, a.ct-view-cta:focus .products-grid .product-item.button:not(.-active) .product-item-inner {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        transition: opacity 0.2s, -webkit-transform 0.2s;
        transition: transform 0.2s, opacity 0.2s;
        transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; } }
  .products-grid .product-item.-active {
    position: relative;
    z-index: 2; }
  .products-grid .product-item:hover .product-item-info, .products-grid a.ct-view-cta:hover .product-item.button .product-item-info, a.ct-view-cta:hover .products-grid .product-item.button .product-item-info, .products-grid a.ct-view-cta:focus .product-item.button .product-item-info, a.ct-view-cta:focus .products-grid .product-item.button .product-item-info {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1); }
  .products-grid .product-item .product-item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: auto;
    width: 100%;
    background: #fff;
    transition: box-shadow 0.2s; }
  .products-grid .product-item .product-item-photo {
    position: relative;
    display: block;
    width: 100%; }
    .products-grid .product-item .product-item-photo .product-image-wrapper::after {
      box-shadow: inset 0 0 4.375rem rgba(0, 0, 0, 0.07);
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .products-grid .product-item .product-image-container {
    display: block; }
    .products-grid .product-item .product-image-container .product-image-photo {
      position: absolute; }
  .products-grid .product-item .product-item-details {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1); }
    .page-products .products-grid .product-item .product-item-details {
      box-shadow: none; }
  .products-grid .product-item .product-item-main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: relative;
    width: 100%;
    padding: 1.875rem 10%;
    color: #333; }
    @media only screen and (min-width: 64.0625rem) {
      .products-grid .product-item .product-item-main {
        padding-bottom: 1.25rem; } }
    @media only screen and (max-width: 64rem) {
      .products-grid .product-item .product-item-main {
        padding-bottom: 3.75rem; } }
  .products-grid .product-item .product-item-name {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.2; }
    .products-grid .product-item .product-item-name .product-item-link {
      color: inherit;
      text-decoration: none; }
      .products-grid .product-item .product-item-name .product-item-link:hover, .products-grid .product-item .product-item-name a.ct-view-cta:hover .product-item-link.button, a.ct-view-cta:hover .products-grid .product-item .product-item-name .product-item-link.button, .products-grid .product-item .product-item-name a.ct-view-cta:focus .product-item-link.button, a.ct-view-cta:focus .products-grid .product-item .product-item-name .product-item-link.button, .products-grid .product-item .product-item-name .product-item-link:active, .products-grid .product-item .product-item-name .product-item-link:focus {
        color: inherit; }
  .products-grid .product-item .price-box {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-left: auto;
    width: calc(100% - 3.125rem);
    text-align: right; }
    @media only screen and (max-width: 74.9375rem) {
      .products-grid .product-item .price-box {
        width: 100%;
        text-align: center; } }
  .products-grid .product-item .product-reviews-summary {
    margin-top: 0; }
    @media only screen and (min-width: 63.9375rem) {
      .products-grid .product-item .product-reviews-summary {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        line-height: 2.375rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .products-grid .product-item .product-reviews-summary {
        width: 100%;
        margin-bottom: 0.375rem;
        text-align: center; } }
  .products-grid .product-item .product-item-inner {
    position: absolute;
    right: 0;
    left: 0;
    overflow: hidden; }
    .products-grid .product-item .product-item-inner .stock.unavailable {
      width: 100%;
      text-align: center;
      font-size: 0.875rem;
      font-style: italic;
      line-height: 1; }
      .products-grid .product-item .product-item-inner .stock.unavailable span {
        display: inline-block;
        padding: 0.5625rem 0.375rem; }
    @media only screen and (min-width: 64.0625rem) {
      .products-grid .product-item .product-item-inner {
        top: auto;
        bottom: 100%;
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        margin-top: 0;
        z-index: 1;
        background: rgba(255, 255, 255, 0.4); } }
    @media only screen and (max-width: 64rem) {
      .products-grid .product-item .product-item-inner {
        bottom: 0; } }
  .products-grid .product-item .actions-primary {
    padding: 0.625rem 2.75rem; }
  .products-grid .product-item .action.open-form,
  .products-grid .product-item .action.tocart {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f69052;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f69052;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem;
    width: 100%;
    line-height: 1.5rem;
    padding: 0.3125rem 0.375rem; }
    .products-grid .product-item .action.open-form::before, .products-grid .product-item .action.open-form::after,
    .products-grid .product-item .action.open-form i:first-child,
    .products-grid .product-item .action.open-form i:last-child,
    .products-grid .product-item .action.tocart::before,
    .products-grid .product-item .action.tocart::after,
    .products-grid .product-item .action.tocart i:first-child,
    .products-grid .product-item .action.tocart i:last-child {
      font-size: 1rem; }
    .products-grid .product-item .action.open-form::before,
    .products-grid .product-item .action.open-form i:first-child,
    .products-grid .product-item .action.tocart::before,
    .products-grid .product-item .action.tocart i:first-child {
      margin-right: 0.625rem; }
    .products-grid .product-item .action.open-form::after,
    .products-grid .product-item .action.open-form i:last-child,
    .products-grid .product-item .action.tocart::after,
    .products-grid .product-item .action.tocart i:last-child {
      margin-left: 0.625rem; }
    .products-grid .product-item .action.open-form:hover, .products-grid .product-item a.ct-view-cta:hover .action.open-form.button, a.ct-view-cta:hover .products-grid .product-item .action.open-form.button, .products-grid .product-item a.ct-view-cta:focus .action.open-form.button, a.ct-view-cta:focus .products-grid .product-item .action.open-form.button, .products-grid .product-item .action.open-form:focus,
    .products-grid .product-item .action.tocart:hover,
    .products-grid .product-item a.ct-view-cta:hover .action.tocart.button,
    a.ct-view-cta:hover .products-grid .product-item .action.tocart.button,
    .products-grid .product-item a.ct-view-cta:focus .action.tocart.button,
    a.ct-view-cta:focus .products-grid .product-item .action.tocart.button,
    .products-grid .product-item .action.tocart:focus {
      color: #fff;
      background-color: #f9af82; }
    .products-grid .product-item .action.open-form:active,
    .products-grid .product-item .action.tocart:active {
      color: #fff;
      background-color: #f69052; }
    .products-grid .product-item .action.open-form.disabled, .products-grid .product-item .action.open-form[disabled],
    fieldset[disabled] .products-grid .product-item .action.open-form,
    .products-grid .product-item .action.tocart.disabled,
    .products-grid .product-item .action.tocart[disabled],
    fieldset[disabled]
    .products-grid .product-item .action.tocart {
      background: #feede3;
      cursor: default;
      color: white; }
    .products-grid .product-item .action.open-form::-moz-focus-inner,
    .products-grid .product-item .action.tocart::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .products-grid .product-item .action.open-form::before, .products-grid .product-item .action.open-form::after,
    .products-grid .product-item .action.open-form i:first-child,
    .products-grid .product-item .action.open-form i:last-child,
    .products-grid .product-item .action.tocart::before,
    .products-grid .product-item .action.tocart::after,
    .products-grid .product-item .action.tocart i:first-child,
    .products-grid .product-item .action.tocart i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .products-grid .product-item .action.open-form span,
    .products-grid .product-item .action.tocart span {
      position: relative;
      display: block; }
      .products-grid .product-item .action.open-form span::after,
      .products-grid .product-item .action.tocart span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .products-grid .product-item .action.open-form:hover, .products-grid .product-item a.ct-view-cta:hover .action.open-form.button, a.ct-view-cta:hover .products-grid .product-item .action.open-form.button, .products-grid .product-item a.ct-view-cta:focus .action.open-form.button, a.ct-view-cta:focus .products-grid .product-item .action.open-form.button, .products-grid .product-item .action.open-form:focus,
    .products-grid .product-item .action.tocart:hover,
    .products-grid .product-item a.ct-view-cta:hover .action.tocart.button,
    a.ct-view-cta:hover .products-grid .product-item .action.tocart.button,
    .products-grid .product-item a.ct-view-cta:focus .action.tocart.button,
    a.ct-view-cta:focus .products-grid .product-item .action.tocart.button,
    .products-grid .product-item .action.tocart:focus {
      background-color: #f7a06a; }
      .products-grid .product-item .action.open-form:hover span, .products-grid .product-item a.ct-view-cta:hover .action.open-form.button span, a.ct-view-cta:hover .products-grid .product-item .action.open-form.button span, .products-grid .product-item a.ct-view-cta:focus .action.open-form.button span, a.ct-view-cta:focus .products-grid .product-item .action.open-form.button span, .products-grid .product-item .action.open-form:focus span,
      .products-grid .product-item .action.tocart:hover span,
      .products-grid .product-item a.ct-view-cta:hover .action.tocart.button span,
      a.ct-view-cta:hover .products-grid .product-item .action.tocart.button span,
      .products-grid .product-item a.ct-view-cta:focus .action.tocart.button span,
      a.ct-view-cta:focus .products-grid .product-item .action.tocart.button span,
      .products-grid .product-item .action.tocart:focus span {
        position: relative; }
        .products-grid .product-item .action.open-form:hover span::after, .products-grid .product-item a.ct-view-cta:hover .action.open-form.button span::after, a.ct-view-cta:hover .products-grid .product-item .action.open-form.button span::after, .products-grid .product-item a.ct-view-cta:focus .action.open-form.button span::after, a.ct-view-cta:focus .products-grid .product-item .action.open-form.button span::after, .products-grid .product-item .action.open-form:focus span::after,
        .products-grid .product-item .action.tocart:hover span::after,
        .products-grid .product-item a.ct-view-cta:hover .action.tocart.button span::after,
        a.ct-view-cta:hover .products-grid .product-item .action.tocart.button span::after,
        .products-grid .product-item a.ct-view-cta:focus .action.tocart.button span::after,
        a.ct-view-cta:focus .products-grid .product-item .action.tocart.button span::after,
        .products-grid .product-item .action.tocart:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .products-grid .product-item .action.open-form:active,
    .products-grid .product-item .action.tocart:active {
      background-color: #f69052; }
    .products-grid .product-item .action.open-form.disabled, .products-grid .product-item .action.open-form[disabled],
    fieldset[disabled] .products-grid .product-item .action.open-form,
    .products-grid .product-item .action.tocart.disabled,
    .products-grid .product-item .action.tocart[disabled],
    fieldset[disabled]
    .products-grid .product-item .action.tocart {
      background: #f9b891;
      color: #fff; }
      .products-grid .product-item .action.open-form.disabled span::after, .products-grid .product-item .action.open-form[disabled] span::after,
      fieldset[disabled] .products-grid .product-item .action.open-form span::after,
      .products-grid .product-item .action.tocart.disabled span::after,
      .products-grid .product-item .action.tocart[disabled] span::after,
      fieldset[disabled]
      .products-grid .product-item .action.tocart span::after {
        display: none; }
    .products-grid .product-item .action.open-form span::after,
    .products-grid .product-item .action.tocart span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .products-grid .product-item .action.open-form::before, .products-grid .product-item .action.open-form::after,
    .products-grid .product-item .action.open-form i:first-child,
    .products-grid .product-item .action.open-form i:last-child,
    .products-grid .product-item .action.tocart::before,
    .products-grid .product-item .action.tocart::after,
    .products-grid .product-item .action.tocart i:first-child,
    .products-grid .product-item .action.tocart i:last-child {
      font-size: 1.125rem; }
    .products-grid .product-item .action.open-form:before,
    .products-grid .product-item .action.tocart:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f217";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400;
      vertical-align: top;
      font-size: 1.125rem;
      line-height: 1.333;
      margin-right: 0; }
    .products-grid .product-item .action.open-form span,
    .products-grid .product-item .action.tocart span {
      display: inline-block;
      vertical-align: middle;
      font-size: 0.875rem;
      margin-left: 0.3125rem; }
      @media only screen and (max-width: 63.9375rem) {
        .products-grid .product-item .action.open-form span,
        .products-grid .product-item .action.tocart span {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; } }
  .products-grid .product-item .actions-secondary .action {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #74c7ce;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #74c7ce;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem;
    position: absolute;
    bottom: 0.75rem;
    width: 2.25rem;
    padding: 0.375rem; }
    .products-grid .product-item .actions-secondary .action::before, .products-grid .product-item .actions-secondary .action::after,
    .products-grid .product-item .actions-secondary .action i:first-child,
    .products-grid .product-item .actions-secondary .action i:last-child {
      font-size: 1rem; }
    .products-grid .product-item .actions-secondary .action::before,
    .products-grid .product-item .actions-secondary .action i:first-child {
      margin-right: 0.625rem; }
    .products-grid .product-item .actions-secondary .action::after,
    .products-grid .product-item .actions-secondary .action i:last-child {
      margin-left: 0.625rem; }
    .products-grid .product-item .actions-secondary .action:hover, .products-grid .product-item .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .products-grid .product-item .actions-secondary .action.button, .products-grid .product-item .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .products-grid .product-item .actions-secondary .action.button, .products-grid .product-item .actions-secondary .action:focus {
      color: #fff;
      background-color: #9ad6db; }
    .products-grid .product-item .actions-secondary .action:active {
      color: #fff;
      background-color: #74c7ce; }
    .products-grid .product-item .actions-secondary .action.disabled, .products-grid .product-item .actions-secondary .action[disabled],
    fieldset[disabled] .products-grid .product-item .actions-secondary .action {
      background: #e5f5f6;
      cursor: default;
      color: white; }
    .products-grid .product-item .actions-secondary .action::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .products-grid .product-item .actions-secondary .action::before, .products-grid .product-item .actions-secondary .action::after,
    .products-grid .product-item .actions-secondary .action i:first-child,
    .products-grid .product-item .actions-secondary .action i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .products-grid .product-item .actions-secondary .action span {
      position: relative;
      display: block; }
      .products-grid .product-item .actions-secondary .action span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .products-grid .product-item .actions-secondary .action:hover, .products-grid .product-item .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .products-grid .product-item .actions-secondary .action.button, .products-grid .product-item .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .products-grid .product-item .actions-secondary .action.button, .products-grid .product-item .actions-secondary .action:focus {
      background-color: #87cfd5; }
      .products-grid .product-item .actions-secondary .action:hover span, .products-grid .product-item .actions-secondary a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .products-grid .product-item .actions-secondary .action.button span, .products-grid .product-item .actions-secondary a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .products-grid .product-item .actions-secondary .action.button span, .products-grid .product-item .actions-secondary .action:focus span {
        position: relative; }
        .products-grid .product-item .actions-secondary .action:hover span::after, .products-grid .product-item .actions-secondary a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .products-grid .product-item .actions-secondary .action.button span::after, .products-grid .product-item .actions-secondary a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .products-grid .product-item .actions-secondary .action.button span::after, .products-grid .product-item .actions-secondary .action:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .products-grid .product-item .actions-secondary .action:active {
      background-color: #74c7ce; }
    .products-grid .product-item .actions-secondary .action.disabled, .products-grid .product-item .actions-secondary .action[disabled],
    fieldset[disabled] .products-grid .product-item .actions-secondary .action {
      background: #a5dbdf;
      color: #fff; }
      .products-grid .product-item .actions-secondary .action.disabled span::after, .products-grid .product-item .actions-secondary .action[disabled] span::after,
      fieldset[disabled] .products-grid .product-item .actions-secondary .action span::after {
        display: none; }
    .products-grid .product-item .actions-secondary .action:before, .products-grid .product-item .actions-secondary .action:after,
    .products-grid .product-item .actions-secondary .action i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .products-grid .product-item .actions-secondary .action > span:first-child:last-child,
    .products-grid .product-item .actions-secondary .action i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .products-grid .product-item .actions-secondary .action:before, .products-grid .product-item .actions-secondary .action:after,
    .products-grid .product-item .actions-secondary .action i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .products-grid .product-item .actions-secondary .action:link > span, .products-grid .product-item .actions-secondary .action:visited > span, .products-grid .product-item .actions-secondary .action:hover > span, .products-grid .product-item .actions-secondary a.ct-view-cta:hover .action.button > span, a.ct-view-cta:hover .products-grid .product-item .actions-secondary .action.button > span, .products-grid .product-item .actions-secondary a.ct-view-cta:focus .action.button > span, a.ct-view-cta:focus .products-grid .product-item .actions-secondary .action.button > span, .products-grid .product-item .actions-secondary a.ct-view-cta:hover .title .action.button > span, .products-grid .product-item .actions-secondary a.ct-view-cta:focus .title .action.button > span, .products-grid .product-item .actions-secondary .action:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .products-grid .product-item .actions-secondary .action span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .products-grid .product-item .actions-secondary .action::before, .products-grid .product-item .actions-secondary .action::after,
    .products-grid .product-item .actions-secondary .action i:first-child,
    .products-grid .product-item .actions-secondary .action i:last-child {
      font-size: 1.125rem; }
    .products-grid .product-item .actions-secondary .action::before {
      font-size: 1.125rem; }
    .products-grid .product-item .actions-secondary .action:first-child {
      left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .products-grid .product-item .actions-secondary .action:last-child {
      right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .products-grid .product-item .actions-secondary .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .products-grid .product-item .actions-secondary .action.tocompare:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f0ec";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .products-grid .product-item .overlay-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    z-index: 1;
    min-height: 100%;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 1.25rem 10%;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center; }
    .products-grid .product-item .overlay-form h2 {
      font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      color: #333;
      letter-spacing: normal;
      color: inherit;
      margin-bottom: 1.25rem;
      margin-top: 0;
      margin-right: 1.875rem; }
      .products-grid .product-item .overlay-form h2.-alt {
        text-transform: uppercase; }
      .products-grid .product-item .overlay-form h2:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .products-grid .product-item .overlay-form h2 {
          font-size: 1rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .products-grid .product-item .overlay-form h2 {
          font-size: 0.875rem; } }
    .products-grid .product-item .overlay-form .close-overlay {
      margin: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      background-image: none;
      background: none;
      font-weight: normal;
      line-height: inherit;
      text-decoration: none;
      text-shadow: none;
      box-shadow: none;
      color: inherit;
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem;
      position: absolute;
      top: 0;
      right: 0; }
      .products-grid .product-item .overlay-form .close-overlay:focus, .products-grid .product-item .overlay-form .close-overlay:active, .products-grid .product-item .overlay-form .close-overlay:hover, .products-grid .product-item .overlay-form a.ct-view-cta:hover .close-overlay.button, a.ct-view-cta:hover .products-grid .product-item .overlay-form .close-overlay.button, .products-grid .product-item .overlay-form a.ct-view-cta:focus .close-overlay.button, a.ct-view-cta:focus .products-grid .product-item .overlay-form .close-overlay.button {
        background: none;
        border: none; }
      .products-grid .product-item .overlay-form .close-overlay.disabled, .products-grid .product-item .overlay-form .close-overlay[disabled],
      fieldset[disabled] .products-grid .product-item .overlay-form .close-overlay {
        border: 0;
        background: none;
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
        color: #e5e5e5; }
      .products-grid .product-item .overlay-form .close-overlay:before, .products-grid .product-item .overlay-form .close-overlay:after,
      .products-grid .product-item .overlay-form .close-overlay i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .products-grid .product-item .overlay-form .close-overlay > span:first-child:last-child,
      .products-grid .product-item .overlay-form .close-overlay i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .products-grid .product-item .overlay-form .close-overlay:before, .products-grid .product-item .overlay-form .close-overlay:after,
      .products-grid .product-item .overlay-form .close-overlay i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .products-grid .product-item .overlay-form .close-overlay:link > span, .products-grid .product-item .overlay-form .close-overlay:visited > span, .products-grid .product-item .overlay-form .close-overlay:hover > span, .products-grid .product-item .overlay-form a.ct-view-cta:hover .close-overlay.button > span, a.ct-view-cta:hover .products-grid .product-item .overlay-form .close-overlay.button > span, .products-grid .product-item .overlay-form a.ct-view-cta:focus .close-overlay.button > span, a.ct-view-cta:focus .products-grid .product-item .overlay-form .close-overlay.button > span, .products-grid .product-item .overlay-form a.ct-view-cta:hover .title .close-overlay.button > span, .products-grid .product-item .overlay-form a.ct-view-cta:focus .title .close-overlay.button > span, .products-grid .product-item .overlay-form .close-overlay:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .products-grid .product-item .overlay-form .close-overlay:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
    .products-grid .product-item .overlay-form .swatch-attribute {
      margin-bottom: 1.25rem; }
    .products-grid .product-item .overlay-form .action.tocart {
      margin-top: auto; }

.product-image-container {
  display: inline-block;
  max-width: 100%; }

.product-image-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden; }
  .product-image-wrapper .product-image-photo {
    position: static; }

.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: auto;
  margin: auto; }

.amlocator-index-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .amlocator-index-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .amlocator-index-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .amlocator-index-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .amlocator-index-index .page-title-wrapper::before {
        height: 7.5rem; } }
  .amlocator-index-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .amlocator-index-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .amlocator-index-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .amlocator-index-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .amlocator-index-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .amlocator-index-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .amlocator-index-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .amlocator-index-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.amlocator-index-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .amlocator-index-index .columns {
      padding-top: 1.5rem; } }

.storelocator-filters {
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1.875rem; }
  .storelocator-filters .block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .storelocator-filters .storelocator-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 -0.3125rem; }
  .storelocator-filters .field {
    width: 12.5rem;
    padding: 0 0.3125rem; }
  .storelocator-filters #current-address {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .storelocator-filters label {
    margin-bottom: 0.3125rem; }
  .storelocator-filters .actions {
    padding: 0 0.3125rem; }
    .storelocator-filters .actions .button.search {
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem; }
      .storelocator-filters .actions .button.search:before, .storelocator-filters .actions .button.search:after,
      .storelocator-filters .actions .button.search i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .storelocator-filters .actions .button.search > span:first-child:last-child,
      .storelocator-filters .actions .button.search i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .storelocator-filters .actions .button.search:before, .storelocator-filters .actions .button.search:after,
      .storelocator-filters .actions .button.search i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .storelocator-filters .actions .button.search:link > span, .storelocator-filters .actions .button.search:visited > span, .storelocator-filters .actions .button.search:hover > span, .storelocator-filters .actions a.ct-view-cta:hover .button.search > span, a.ct-view-cta:hover .storelocator-filters .actions .button.search > span, .storelocator-filters .actions a.ct-view-cta:focus .button.search > span, a.ct-view-cta:focus .storelocator-filters .actions .button.search > span, .storelocator-filters .actions a.ct-view-cta:hover .title .button.search > span, .storelocator-filters .actions a.ct-view-cta:focus .title .button.search > span, .storelocator-filters .actions .button.search:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .storelocator-filters .actions .button.search:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f002";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
  .storelocator-filters .storelocator-locate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .storelocator-filters .storelocator-locate::before {
      content: "- " attr(data-text) " -";
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      white-space: nowrap; }
    .storelocator-filters .storelocator-locate .block-content {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .storelocator-filters .storelocator-locate #locateNearBy:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f05b";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .storelocator-filters .storelocator-filter {
    margin-top: 1.875rem; }
    .storelocator-filters .storelocator-filter .block-title {
      font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal; }
      .storelocator-filters .storelocator-filter .block-title.-alt {
        text-transform: uppercase; }
      .storelocator-filters .storelocator-filter .block-title:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .storelocator-filters .storelocator-filter .block-title {
          font-size: 1.125rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .storelocator-filters .storelocator-filter .block-title {
          font-size: 1.125rem; } }
    .storelocator-filters .storelocator-filter .attributes {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin: 0 -0.3125rem; }
    .storelocator-filters .storelocator-filter .filter-attribute:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f0b0";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .storelocator-filters .storelocator-filter .actions {
      margin-top: 0.625rem; }
  @media only screen and (min-width: 64rem) {
    .storelocator-filters .storelocator-locate {
      width: 21.875rem;
      margin-top: 1.6875rem; }
      .storelocator-filters .storelocator-locate::before {
        margin: 0 1.25rem; } }
  @media only screen and (max-width: 63.9375rem) {
    .storelocator-filters > .block-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .storelocator-filters .storelocator-locate {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .storelocator-filters .storelocator-locate::before {
        margin: 0.625rem 0; } }
  @media only screen and (max-width: 74.9375rem) {
    .storelocator-filters .storelocator-search .field {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .storelocator-filters .storelocator-search #current-address {
      width: 100%;
      margin-bottom: 0.625rem; }
    .storelocator-filters .storelocator-locate #locateNearBy {
      width: 100%; }
    .storelocator-filters .storelocator-filter .attributes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start; }
      .storelocator-filters .storelocator-filter .attributes .field,
      .storelocator-filters .storelocator-filter .attributes .actions {
        width: 100%; }
    .storelocator-filters .storelocator-filter .action.filter-attribute {
      width: 100%; } }

.amlocator_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem; }
  .amlocator_center .amlocator_store_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media only screen and (max-width: 74.9375rem) {
    .amlocator_center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .amlocator_center .amlocator_store_list {
        margin-top: 1.25rem; } }
  @media only screen and (min-width: 75rem) {
    .amlocator_center {
      height: 37.5rem; }
      .amlocator_center .amlocator_mapblock {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 60%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .amlocator_center .amlocator_store_list {
        margin-right: 1.25rem;
        height: 100%;
        overflow-y: auto; } }
  @media only screen and (min-width: 64rem) {
    .amlocator_center .amlocator_mapblock {
      width: 70%; } }

.amlocator_store_list .store {
  font-size: 0.875rem; }
  .amlocator_store_list .store:not(:last-child) {
    margin-bottom: 1.25rem; }
  .amlocator_store_list .store .location_header {
    font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal; }
    .amlocator_store_list .store .location_header.-alt {
      text-transform: uppercase; }
    .amlocator_store_list .store .location_header:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .amlocator_store_list .store .location_header {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .amlocator_store_list .store .location_header {
        font-size: 1.125rem; } }
  .amlocator_store_list .store .today_schedule,
  .amlocator_store_list .store .all_schedule,
  .amlocator_store_list .store p,
  .amlocator_store_list .store .additionnal_links {
    margin: 0.3125rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .amlocator_store_list .store .today_schedule::before,
    .amlocator_store_list .store .all_schedule::before,
    .amlocator_store_list .store p::before,
    .amlocator_store_list .store .additionnal_links::before {
      width: 1em;
      margin-right: 0.625rem; }
    .amlocator_store_list .store .today_schedule:last-child,
    .amlocator_store_list .store .all_schedule:last-child,
    .amlocator_store_list .store p:last-child,
    .amlocator_store_list .store .additionnal_links:last-child {
      margin-bottom: 0; }
  .amlocator_store_list .store p .label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .amlocator_store_list .store p.location-address {
    display: block; }
  .amlocator_store_list .store p.website {
    width: 100%; }
    .amlocator_store_list .store p.website:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f108";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .amlocator_store_list .store p.website .value {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
  .amlocator_store_list .store p.email:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f0e0";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .amlocator_store_list .store p.phone:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .amlocator_store_list .store p.fax:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f1ac";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .amlocator_store_list .store .today_schedule:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f017";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .amlocator_store_list .store .today_schedule .locator_arrow {
    margin-left: auto; }
    .amlocator_store_list .store .today_schedule .locator_arrow:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f067";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .amlocator_store_list .store .today_schedule .locator_arrow.arrow_active:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f068";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .amlocator_store_list .store .today_schedule,
  .amlocator_store_list .store .all_schedule {
    margin: 0;
    cursor: pointer; }
    .amlocator_store_list .store .today_schedule .title,
    .amlocator_store_list .store .all_schedule .title {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 0.625rem; }
    .amlocator_store_list .store .today_schedule span,
    .amlocator_store_list .store .all_schedule span {
      display: inline-block; }
  .amlocator_store_list .store .all_schedule {
    display: none;
    margin-top: 0.625rem;
    border-top: 1px solid #e5e5e5;
    padding-top: 0.625rem; }
    .amlocator_store_list .store .all_schedule .day {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .amlocator_store_list .store .all_schedule .title {
      width: 5rem; }

#amlocator-map-canvas {
  width: 100%; }
  @media only screen and (min-width: 75rem) {
    #amlocator-map-canvas {
      height: 100%; } }
  @media only screen and (max-width: 74.9375rem) {
    #amlocator-map-canvas {
      height: 18.75rem; } }

.acm-container h2 {
  margin-top: 0; }

.page-layout-landing .columns {
  max-width: none;
  padding: 0; }

.page-layout-landing .banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 31.25rem;
  overflow: hidden;
  padding: 0 2.5rem; }
  .page-layout-landing .banner .background {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    width: 87.5rem; }
  .page-layout-landing .banner header {
    position: relative;
    z-index: 2;
    color: #fff; }
  .page-layout-landing .banner h1 {
    margin-bottom: 0;
    font-size: 4.5rem;
    line-height: 1em;
    color: #fff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
  .page-layout-landing .banner .subtitle {
    margin-top: 1.375rem;
    font: 1.375rem/1.25 "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    text-shadow: none; }

@media only screen and (max-width: 60rem) {
  .page-layout-landing .banner {
    height: 21.875rem;
    padding: 1.25rem; }
    .page-layout-landing .banner .background {
      width: 61.25rem; }
    .page-layout-landing .banner h1 {
      font-size: 3.5rem; }
    .page-layout-landing .banner .subtitle {
      padding: 0 1.25rem;
      font-size: 1.25rem;
      text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); } }

@media only screen and (max-width: 74.9375rem) {
  .page-layout-landing .banner {
    display: block;
    height: auto;
    padding: 0; }
    .page-layout-landing .banner::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 18.75rem;
      background: linear-gradient(to bottom, rgba(26, 26, 26, 0.8) 30%, rgba(26, 26, 26, 0) 70%); }
    .page-layout-landing .banner .background {
      position: static;
      z-index: 1;
      -webkit-transform: none;
      transform: none;
      width: 100%; }
    .page-layout-landing .banner header {
      position: absolute;
      top: 5%;
      left: 0;
      z-index: 3;
      width: 100%;
      text-align: center; }
    .page-layout-landing .banner h1 {
      font-size: 2.75rem; }
    .page-layout-landing .banner .subtitle {
      margin-top: 0.625rem; } }

@media only screen and (max-width: 74.9375rem) and (max-width: 29.9375rem) {
  .page-layout-landing .banner {
    height: 15rem;
    overflow: hidden; }
    .page-layout-landing .banner .background {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 30rem; }
    .page-layout-landing .banner header {
      top: 10%; }
    .page-layout-landing .banner h1 {
      font-size: 2.25rem; }
    .page-layout-landing .banner .subtitle {
      font-size: 1rem; } }

.page-layout-landing .breadcrumbs {
  margin-bottom: 4.375rem;
  padding: 1.25rem 1.25rem 0; }
  @media only screen and (max-width: 60rem) {
    .page-layout-landing .breadcrumbs {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .page-layout-landing .breadcrumbs {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .page-layout-landing .breadcrumbs {
      padding: 1rem 0 0;
      font-size: 0.875rem; } }

.page-layout-text .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .page-layout-text .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .page-layout-text .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center/auto no-repeat; }
    .page-layout-text .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .page-layout-text .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .page-layout-text .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .page-layout-text .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .page-layout-text .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .page-layout-text .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .page-layout-text .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.page-layout-text .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .page-layout-text .columns {
      padding-top: 1.5rem; } }

.sendfriend-product-send .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .sendfriend-product-send .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sendfriend-product-send .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .sendfriend-product-send .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .sendfriend-product-send .page-title-wrapper::before {
        height: 7.5rem; } }
  .sendfriend-product-send .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .sendfriend-product-send .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .sendfriend-product-send .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .sendfriend-product-send .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .sendfriend-product-send .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .sendfriend-product-send .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .sendfriend-product-send .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .sendfriend-product-send .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.sendfriend-product-send .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .sendfriend-product-send .columns {
      padding-top: 1.5rem; } }

@media only screen and (max-width: 74.9375rem) {
  .sendfriend-product-send .page-wrapper {
    padding: 0; } }

.sendfriend-product-send .page-title-wrapper {
  position: relative; }
  .sendfriend-product-send .page-title-wrapper .page-title:not(:last-child) {
    z-index: 1; }
  .sendfriend-product-send .page-title-wrapper .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1a1a1a; }

.sendfriend-product-send .columns {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 50rem;
  padding-top: 2.5rem; }
  @media only screen and (max-width: 74.9375rem) {
    .sendfriend-product-send .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.sendfriend-product-send .breadcrumbs {
  margin-bottom: 0; }

.sendfriend-product-send #monkey-campaign + * {
  margin-top: 0; }

@media only print {
  *, *::before, *::after {
    color: #000 !important; }
  body {
    max-width: 700px;
    margin: 0 auto; }
  html {
    font-size: 0.875rem !important; }
  .page-wrapper {
    padding: 0; }
  .page-header,
  .page-header.-fixed {
    position: static;
    box-shadow: none;
    height: 3.5rem;
    padding: 0.625rem 0; }
  .actions-toolbar,
  .toolbar-products {
    display: none; }
  .header.content .logo {
    margin: 0 auto; }
  .page-title-wrapper .page-title {
    max-width: none; }
    .page-main > .page-title-wrapper .page-title {
      max-width: none; }
  .breadcrumbs .items {
    text-align: left; }
  .page.messages {
    display: none; }
  .page-footer {
    border-top: 1px solid; }
    .page-footer .footer-top-wrapper,
    .page-footer .footer-bottom-wrapper {
      display: none; }
    .page-footer .footer-content-wrapper {
      padding-bottom: 0; }
    .page-footer .footer-content {
      max-width: none; }
    .page-footer .footer-block.store-info {
      width: 50%; }
      .page-footer .footer-block.store-info .logo {
        display: none !important; }
      .page-footer .footer-block.store-info .store-address {
        margin-top: 0; }
    .page-footer .footer-block.store-opening-hours a {
      display: none; }
    .page-footer .footer-block.store-support, .page-footer .footer-block.store-about, .page-footer .footer-block.store-social {
      display: none; } }

.button.-arrow,
button.-arrow {
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background-image: none;
  background: none;
  font-weight: normal;
  line-height: inherit;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  color: inherit;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #191919;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.125rem; }
  .button.-arrow:focus, .button.-arrow:active, .button.-arrow:hover, a.ct-view-cta:hover .button.-arrow, a.ct-view-cta:focus .button.-arrow,
  button.-arrow:focus,
  button.-arrow:active,
  button.-arrow:hover,
  a.ct-view-cta:hover button.-arrow.button,
  a.ct-view-cta:focus button.-arrow.button {
    background: none;
    border: none; }
  .button.-arrow.disabled, .button.-arrow[disabled],
  fieldset[disabled] .button.-arrow,
  button.-arrow.disabled,
  button.-arrow[disabled],
  fieldset[disabled]
  button.-arrow {
    border: 0;
    background: none;
    cursor: not-allowed;
    pointer-events: none;
    opacity: .5;
    color: #e5e5e5; }
  .button.-arrow:after,
  button.-arrow:after {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .button.-arrow::after,
  button.-arrow::after {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 1.875rem;
    line-height: 1.125rem;
    margin-left: 1.666em; }
    @media only screen and (max-width: 74.9375rem) {
      .button.-arrow::after,
      button.-arrow::after {
        margin-left: .5em; } }
  .button.-arrow span::after,
  button.-arrow span::after {
    bottom: -.1em; }
  .button.-arrow:hover, a.ct-view-cta:hover .button.-arrow, a.ct-view-cta:focus .button.-arrow, .button.-arrow:focus,
  button.-arrow:hover,
  a.ct-view-cta:hover button.-arrow.button,
  a.ct-view-cta:focus button.-arrow.button,
  button.-arrow:focus {
    color: #8e8e8e; }
    .button.-arrow:hover span::after, a.ct-view-cta:hover .button.-arrow span::after, a.ct-view-cta:focus .button.-arrow span::after, .button.-arrow:focus span::after,
    button.-arrow:hover span::after,
    a.ct-view-cta:hover button.-arrow.button span::after,
    a.ct-view-cta:focus button.-arrow.button span::after,
    button.-arrow:focus span::after {
      background-color: #74c7ce; }

label {
  margin-bottom: 1em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #191919; }

select {
  background-image: url(../../frontend/O2web/kalia/en_CA/images/double-arrows.svg); }

input[type='checkbox']:not(:last-child) + label,
input[type='radio']:not(:last-child) + label {
  padding-left: 2.1875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
  text-transform: none; }
  input[type='checkbox']:not(:last-child) + label::before,
  input[type='radio']:not(:last-child) + label::before {
    background-color: #fff;
    border: 1px solid #6f6f6f; }
  input[type='checkbox']:not(:last-child) + label::before, input[type='checkbox']:not(:last-child) + label::after,
  input[type='radio']:not(:last-child) + label::before,
  input[type='radio']:not(:last-child) + label::after {
    top: 0.8125rem;
    width: 1.375rem;
    height: 1.375rem;
    line-height: 1.375rem; }

input[type=checkbox]:not(:last-child):checked + label:after,
input[type=radio]:not(:last-child):checked + label:after {
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: 'icons';
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

input[type='checkbox']:not(:last-child):checked + label::before,
input[type='radio']:not(:last-child):checked + label::before {
  background-color: #fff; }

input[type='checkbox']:not(:last-child):checked + label::after,
input[type='radio']:not(:last-child):checked + label::after {
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #74c7ce;
  background-color: transparent; }

input[type='checkbox']:not(:last-child) + label::before {
  border-radius: 0.375rem; }

.noUi-target {
  padding: 0 0.625rem; }

hr {
  border-top: 1px solid #e5e5e5; }

img.lazyload {
  opacity: 0;
  transition: opacity 0.2s; }
  img.lazyload.loaded {
    opacity: 1; }

body {
  font: 300 1rem / 1.625 "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif; }

blockquote {
  border-left: 1px solid #74c7ce; }

a {
  text-decoration: underline; }

.page-layout-text .columns ul:not(.items):not(.slick-dots) li, .modals-wrapper .content ul:not(.items):not(.slick-dots) li, .wysiwyg ul:not(.items):not(.slick-dots) li,
.std ul:not(.items):not(.slick-dots) li, .ct-view-formblock .content ul:not(.items):not(.slick-dots) li {
  margin-bottom: 1.375rem;
  padding-left: 1.5rem;
  line-height: 1.25; }
  .page-layout-text .columns ul:not(.items):not(.slick-dots) li::before, .modals-wrapper .content ul:not(.items):not(.slick-dots) li::before, .wysiwyg ul:not(.items):not(.slick-dots) li::before,
  .std ul:not(.items):not(.slick-dots) li::before, .ct-view-formblock .content ul:not(.items):not(.slick-dots) li::before {
    top: .625em;
    left: 0;
    width: 0.375rem;
    height: 0.0625rem;
    border-radius: 0;
    background-color: #74c7ce; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li, .wysiwyg ol:not(.items):not(.minicart-items) li,
.std ol:not(.items):not(.minicart-items) li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li {
  margin-bottom: 1.25rem;
  line-height: 1.25; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li::before, .wysiwyg ol:not(.items):not(.minicart-items) li::before,
  .std ol:not(.items):not(.minicart-items) li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li::before {
    content: counters(bullet, ".");
    font-size: 0.875rem;
    top: 0.0625rem;
    color: #74c7ce; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li ol, .modals-wrapper .content ol:not(.items):not(.minicart-items) li ol, .wysiwyg ol:not(.items):not(.minicart-items) li ol,
  .std ol:not(.items):not(.minicart-items) li ol, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li ol {
    margin-top: 1.25rem; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li, .wysiwyg ol:not(.items):not(.minicart-items) li,
.std ol:not(.items):not(.minicart-items) li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li {
  margin-left: 1.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li::before, .wysiwyg ol:not(.items):not(.minicart-items) li::before,
  .std ol:not(.items):not(.minicart-items) li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li::before {
    width: 1.7142em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li, .wysiwyg ol:not(.items):not(.minicart-items) li li,
.std ol:not(.items):not(.minicart-items) li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li {
  margin-left: 2.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li::before,
  .std ol:not(.items):not(.minicart-items) li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li::before {
    width: 2.9284em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li,
.std ol:not(.items):not(.minicart-items) li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li {
  margin-left: 3.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li::before,
  .std ol:not(.items):not(.minicart-items) li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li::before {
    width: 4.1426em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li,
.std ol:not(.items):not(.minicart-items) li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li {
  margin-left: 4.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li::before,
  .std ol:not(.items):not(.minicart-items) li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li::before {
    width: 5.3568em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li,
.std ol:not(.items):not(.minicart-items) li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li {
  margin-left: 5.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li::before,
  .std ol:not(.items):not(.minicart-items) li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li::before {
    width: 6.571em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li,
.std ol:not(.items):not(.minicart-items) li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li {
  margin-left: 6.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li::before,
  .std ol:not(.items):not(.minicart-items) li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li::before {
    width: 7.7852em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li,
.std ol:not(.items):not(.minicart-items) li li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li {
  margin-left: 7.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li::before,
  .std ol:not(.items):not(.minicart-items) li li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li::before {
    width: 8.9994em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li,
.std ol:not(.items):not(.minicart-items) li li li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li {
  margin-left: 8.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li::before,
  .std ol:not(.items):not(.minicart-items) li li li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li::before {
    width: 10.2136em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li li,
.std ol:not(.items):not(.minicart-items) li li li li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li li {
  margin-left: 9.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li li::before,
  .std ol:not(.items):not(.minicart-items) li li li li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li li::before {
    width: 11.4278em; }

.page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li li li, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li li li, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li li li,
.std ol:not(.items):not(.minicart-items) li li li li li li li li li li, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li li li {
  margin-left: 10.5em; }
  .page-layout-text .columns ol:not(.items):not(.minicart-items) li li li li li li li li li li::before, .modals-wrapper .content ol:not(.items):not(.minicart-items) li li li li li li li li li li::before, .wysiwyg ol:not(.items):not(.minicart-items) li li li li li li li li li li::before,
  .std ol:not(.items):not(.minicart-items) li li li li li li li li li li::before, .ct-view-formblock .content ol:not(.items):not(.minicart-items) li li li li li li li li li li::before {
    width: 12.642em; }

.panel.wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (max-width: 74.9375rem) {
    .panel.wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media only screen and (min-width: 56.25rem) {
  .page-header:not(.-fixed) .header.content .block-search {
    margin-top: 1.25rem; } }

@media only screen and (min-width: 75rem) {
  .page-header:not(.-fixed) .header.content .logo {
    position: absolute;
    bottom: 100%;
    left: 1.25rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .page-header:not(.-fixed) .header.content .block-search {
    position: absolute;
    top: 100%;
    right: 1.25rem;
    margin-top: 1.125rem; } }

.header.content .form.minisearch .amsearch-loupe:hover, .header.content .form.minisearch a.ct-view-cta:hover .amsearch-loupe.button, a.ct-view-cta:hover .header.content .form.minisearch .amsearch-loupe.button, .header.content .form.minisearch a.ct-view-cta:focus .amsearch-loupe.button, a.ct-view-cta:focus .header.content .form.minisearch .amsearch-loupe.button {
  background-color: transparent; }

.header.content .form.minisearch > .actions {
  display: none; }

.form.minisearch .search-autocomplete {
  right: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .form.minisearch .search-autocomplete {
      top: 76px;
      margin: -15px 0 0; } }

@media only screen and (min-width: 75rem) {
  .page-header:not(.-fixed) .nav-sections {
    position: relative;
    padding-bottom: 0;
    padding-right: 4.375rem; }
    .page-header:not(.-fixed) .nav-sections .submenu.level0 {
      position: absolute;
      top: 100%;
      left: 50%;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      -webkit-transform: scaleY(0) translateX(-50%);
      transform: scaleY(0) translateX(-50%); }
    .page-header:not(.-fixed) .nav-sections .level0.parent.-active .submenu.level0 {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform: scaleY(1) translateX(-50%);
      transform: scaleY(1) translateX(-50%);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .page-header:not(.-fixed) .nav-sections .navigation li.level0 {
      position: relative; }
      .page-header:not(.-fixed) .nav-sections .navigation li.level0.first .submenu.level0 {
        left: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0); }
      .nav-sections:not(.-initialized) .navigation li:hover .submenu.level0, .nav-sections:not(.-initialized) .navigation a.ct-view-cta:hover li.button .submenu.level0, a.ct-view-cta:hover .nav-sections:not(.-initialized) .navigation li.button .submenu.level0, .nav-sections:not(.-initialized) .navigation a.ct-view-cta:focus li.button .submenu.level0, a.ct-view-cta:focus .nav-sections:not(.-initialized) .navigation li.button .submenu.level0, .page-header:not(.-fixed) .nav-sections .navigation li.level0.first.-hover .submenu.level0 {
        -webkit-transform: scaleY(1);
        transform: scaleY(1); }
        .nav-sections:not(.-initialized) .navigation li:hover .submenu.level0::before, .nav-sections:not(.-initialized) .navigation a.ct-view-cta:hover li.button .submenu.level0::before, a.ct-view-cta:hover .nav-sections:not(.-initialized) .navigation li.button .submenu.level0::before, .nav-sections:not(.-initialized) .navigation a.ct-view-cta:focus li.button .submenu.level0::before, a.ct-view-cta:focus .nav-sections:not(.-initialized) .navigation li.button .submenu.level0::before, .page-header:not(.-fixed) .nav-sections .navigation li.level0.first.-hover .submenu.level0::before {
          left: 3.125rem; }
      .nav-sections:not(.-initialized) .navigation li:hover .submenu.level0, .nav-sections:not(.-initialized) .navigation a.ct-view-cta:hover li.button .submenu.level0, a.ct-view-cta:hover .nav-sections:not(.-initialized) .navigation li.button .submenu.level0, .nav-sections:not(.-initialized) .navigation a.ct-view-cta:focus li.button .submenu.level0, a.ct-view-cta:focus .nav-sections:not(.-initialized) .navigation li.button .submenu.level0, .page-header:not(.-fixed) .nav-sections .navigation li.level0:not(.first).-hover .submenu.level0 {
        -webkit-transform: scaleY(1) translateX(-50%);
        transform: scaleY(1) translateX(-50%); }
      .page-header:not(.-fixed) .nav-sections .navigation li.level0.menu-item-active {
        border-bottom-color: #191919; }
      .page-header:not(.-fixed) .nav-sections .navigation li.level0.parent > a::before, .page-header:not(.-fixed) .nav-sections .navigation li.level0.parent > a::after {
        content: none; }
      .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 {
        box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
        width: 100%;
        min-width: 6.25rem;
        border-radius: 0.1875rem;
        padding: 1.25rem;
        background: #000;
        font-size: 0.875rem;
        line-height: 1.25;
        color: #fff;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
        width: 12.5rem;
        padding-bottom: 0.625rem; }
        .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0::before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          bottom: 100%;
          z-index: 1002;
          width: 1.25rem;
          margin-left: -0.625rem;
          border-width: 0.3125rem 0.625rem;
          border-style: solid;
          border-color: #000 transparent;
          border-top-width: 0;
          -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s; }
        .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a {
          color: #fff; }
          .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a:hover, .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a.button, .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a.button {
            color: #404040; }
        .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a:hover, .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a.button, .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-header:not(.-fixed) .nav-sections .navigation li.level0 .submenu.level0 a.button {
          color: #999; } }

@media only screen and (max-width: 74.9375rem) {
  .page-header:not(.-fixed) .nav-sections .submenu.level0.parent {
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
    .page-header:not(.-fixed) .nav-sections .submenu.level0.parent.-active {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1) translateX(-50%);
      transform: scaleY(1) translateX(-50%);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; } }

.navigation li {
  text-transform: uppercase; }

.navigation li.level0 > a,
.navigation li.level0 > span {
  display: block;
  position: relative;
  padding: 0.9375rem 0 0.6875rem;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 56.25rem) {
    .navigation li.level0 > a,
    .navigation li.level0 > span {
      font-size: 1rem; } }

.navigation a {
  text-decoration: none; }

.navigation .submenu li {
  text-transform: none; }

.header.panel {
  line-height: 1.25rem;
  padding: 1.25rem 5rem 1.5rem 12.5rem; }
  .header.panel a {
    text-decoration: none; }
  .header.panel .compare.wrapper .action.compare,
  .header.panel .top-menu-links > li,
  .header.panel .account-links,
  .header.panel .customer-menu .header.links > li {
    margin-left: 0.625rem;
    padding-left: 0.625rem;
    border-left: 1px solid #e5e5e5; }
  .header.panel .customer-menu .header.links > li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none; }
  .header.panel .account-links {
    display: none; }
    .header.panel .account-links a {
      display: block; }
  .header.panel .top-menu-links {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  @media only screen and (min-width: 75rem) and (max-width: 63.9375rem) {
    .header.panel .switcher.language .action.toggle {
      padding-right: 0.9375rem; }
    .header.panel .switcher.language .switcher-option::before,
    .header.panel .switcher.language strong::before {
      font-size: 1rem;
      line-height: 1;
      margin-right: 0.3125rem; }
    .header.panel .compare.wrapper .action.compare,
    .header.panel .top-menu-links > li {
      margin-left: 0.4375rem;
      padding-left: 0.4375rem; }
    .header.panel .compare.wrapper {
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .header.panel .compare.wrapper .action.compare {
        display: block;
        white-space: nowrap; }
        .header.panel .compare.wrapper .action.compare .counter.qty {
          margin-left: 0; }
    .header.panel .top-menu-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .header.panel .account-links span.customer-name {
    display: none; }
  .header.panel .account-links .header.links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header.panel .account-links .header.links .link.wishlist {
      display: none; }

.minicart-wrapper {
  position: absolute;
  bottom: 10px;
  right: 50px;
  z-index: 55; }
  @media only screen and (max-width: 74.9375rem) {
    .minicart-wrapper {
      right: 90px; } }
  .minicart-wrapper .action.showcart:link:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .minicart-wrapper .action.showcart:link .counter.qty {
    clip: auto;
    height: 12px;
    font-size: 0.8em;
    font-weight: 600; }
  .minicart-wrapper .ui-dialog .block-minicart {
    min-width: 280px; }
  .minicart-wrapper .ui-dialog #minicart-content-wrapper .block-content .minicart-items-wrapper {
    min-height: auto;
    height: auto; }
  .minicart-wrapper .ui-dialog #minicart-content-wrapper .block-content .btn_commande {
    display: none; }
  .minicart-wrapper .ui-dialog #minicart-content-wrapper .block-content .product-item-details .product.options {
    display: none; }
  .minicart-wrapper .ui-dialog #minicart-content-wrapper .block-content .product-item-details .details-qty {
    display: none; }
  .minicart-wrapper .ui-dialog #minicart-content-wrapper .block-content .items-total {
    display: none; }
  .minicart-wrapper .ui-dialog #minicart-content-wrapper .block-content .subtotal {
    display: none; }
  .minicart-wrapper .ui-dialog #minicart-content-wrapper .block-content .actions .secondary .action.viewcart {
    background: #f69052;
    color: #fff;
    text-decoration: none;
    font-size: 1em; }
  .minicart-wrapper .ui-dialog #minicart-content-wrapper .block-content .actions.tocheckout {
    display: none; }

.switcher.language {
  white-space: nowrap; }
  .switcher.language .dropdown .dropdown {
    width: calc(100% + 1.25rem);
    padding: 0.625rem;
    color: #000; }
    .mobile-nav-links .switcher.language .dropdown .dropdown {
      padding: 0.625rem 1.5625rem; }
      .mobile-nav-links .switcher.language .dropdown .dropdown a {
        color: inherit;
        text-decoration: none;
        display: inline;
        padding: 0;
        text-decoration: none; }
        .mobile-nav-links .switcher.language .dropdown .dropdown a:hover, .mobile-nav-links .switcher.language .dropdown .dropdown a.ct-view-cta:hover a.button, a.ct-view-cta:hover .mobile-nav-links .switcher.language .dropdown .dropdown a.button, .mobile-nav-links .switcher.language .dropdown .dropdown a.ct-view-cta:focus a.button, a.ct-view-cta:focus .mobile-nav-links .switcher.language .dropdown .dropdown a.button, .mobile-nav-links .switcher.language .dropdown .dropdown a:active, .mobile-nav-links .switcher.language .dropdown .dropdown a:focus {
          color: inherit; }
  .switcher.language strong:before,
  .switcher.language .switcher-option:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .switcher.language strong[class^="view-us_"]:before,
  .switcher.language .switcher-option[class^="view-us_"]:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .switcher.language strong::before,
  .switcher.language .switcher-option::before {
    vertical-align: middle;
    margin-right: 0.625rem;
    font-size: 1.5rem; }

.page-header.-fixed .minicart-wrapper {
  top: -5px;
  right: 100px; }

@media (min-width: 768px) and (max-width: 1199px) {
  .page-header.-fixed .minicart-wrapper {
    top: unset; } }

.page-header.-fixed + .page-main .page.messages.rm-sticky {
  position: inherit; }

@media only screen and (max-width: 74.9375rem) {
  .page-main .page.messages {
    position: fixed;
    top: 3.5rem;
    left: 0;
    width: 100%;
    z-index: 1000; }
    .page-main .page.messages.rm-sticky {
      position: inherit; } }

.page-layout-text .colservices {
  max-width: 87.5rem; }
  .page-layout-text .colservices .content_columns {
    display: block; }
    .page-layout-text .colservices .content_columns:after {
      clear: both;
      content: "";
      display: table; }
    .page-layout-text .colservices .content_columns .col_menu_services {
      float: left;
      width: 30%; }
      @media only screen and (max-width: 62.5rem) {
        .page-layout-text .colservices .content_columns .col_menu_services {
          width: 25%; } }
      @media only screen and (max-width: 50.9375rem) {
        .page-layout-text .colservices .content_columns .col_menu_services {
          width: 100%; } }
      .page-layout-text .colservices .content_columns .col_menu_services .menu_sidebar {
        margin-top: 30px; }
        .page-layout-text .colservices .content_columns .col_menu_services .menu_sidebar ul li {
          padding-left: 0;
          margin-bottom: 30px; }
          @media only screen and (max-width: 50.9375rem) {
            .page-layout-text .colservices .content_columns .col_menu_services .menu_sidebar ul li {
              margin-bottom: 10px; } }
          @media only screen and (max-width: 62.5rem) {
            .page-layout-text .colservices .content_columns .col_menu_services .menu_sidebar ul li {
              margin-bottom: 20px; } }
          .page-layout-text .colservices .content_columns .col_menu_services .menu_sidebar ul li a {
            text-decoration: none;
            font: 500 1.125rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif;
            text-transform: uppercase; }
            @media only screen and (max-width: 50.9375rem) {
              .page-layout-text .colservices .content_columns .col_menu_services .menu_sidebar ul li a {
                font: 500 0.9rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif; } }
            @media only screen and (max-width: 62.5rem) {
              .page-layout-text .colservices .content_columns .col_menu_services .menu_sidebar ul li a {
                font: 500 1.05rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif; } }
        .page-layout-text .colservices .content_columns .col_menu_services .menu_sidebar ul li::before {
          display: none; }
    .page-layout-text .colservices .content_columns .col_services {
      float: left;
      width: 65%; }
      @media only screen and (max-width: 50.9375rem) {
        .page-layout-text .colservices .content_columns .col_services {
          width: 100%; } }
      .page-layout-text .colservices .content_columns .col_services .contents-items {
        display: block; }
        .page-layout-text .colservices .content_columns .col_services .contents-items:after {
          clear: both;
          content: "";
          display: table; }
        .page-layout-text .colservices .content_columns .col_services .contents-items .content-item {
          width: 100%;
          margin: 20px auto;
          float: left; }
        .page-layout-text .colservices .content_columns .col_services .contents-items .content-item:first-child {
          width: 48%;
          margin-right: 4%; }
          @media only screen and (max-width: 50.9375rem) {
            .page-layout-text .colservices .content_columns .col_services .contents-items .content-item:first-child {
              width: 100%; } }
        .page-layout-text .colservices .content_columns .col_services .contents-items .content-item:nth-child(2) {
          width: 48%; }
          @media only screen and (max-width: 50.9375rem) {
            .page-layout-text .colservices .content_columns .col_services .contents-items .content-item:nth-child(2) {
              width: 100%; } }
        .page-layout-text .colservices .content_columns .col_services .contents-items .content-item:nth-child(5) {
          width: 48%;
          margin-right: 4%; }
          @media only screen and (max-width: 50.9375rem) {
            .page-layout-text .colservices .content_columns .col_services .contents-items .content-item:nth-child(5) {
              width: 100%;
              margin-right: 0; } }
        .page-layout-text .colservices .content_columns .col_services .contents-items .content-item:nth-child(6) {
          width: 48%; }
          @media only screen and (max-width: 50.9375rem) {
            .page-layout-text .colservices .content_columns .col_services .contents-items .content-item:nth-child(6) {
              width: 100%; } }
      .page-layout-text .colservices .content_columns .col_services .service-tab {
        padding: 10px 35px 10px 10px;
        box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.25);
        background: url(../../frontend/O2web/kalia/en_CA/images/tab_plus.svg);
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; }
        .page-layout-text .colservices .content_columns .col_services .service-tab .tabname {
          line-height: 17px;
          margin-left: 55px; }
        .page-layout-text .colservices .content_columns .col_services .service-tab .icontab {
          position: absolute;
          left: 10px;
          height: 50px; }
        .page-layout-text .colservices .content_columns .col_services .service-tab span {
          font: 500 1.125rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif; }
        @media only screen and (max-width: 62.5rem) {
          .page-layout-text .colservices .content_columns .col_services .service-tab {
            background-size: 15px; }
            .page-layout-text .colservices .content_columns .col_services .service-tab .tabname {
              margin-left: 40px; }
            .page-layout-text .colservices .content_columns .col_services .service-tab .icontab {
              width: 35px;
              height: auto; }
            .page-layout-text .colservices .content_columns .col_services .service-tab span {
              font: 500 1rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif; } }
      .page-layout-text .colservices .content_columns .col_services .service-tab.open {
        background: url(../../frontend/O2web/kalia/en_CA/images/tab_moin.svg);
        background-repeat: no-repeat;
        background-position: right 15px center;
        background-size: 20px; }
        @media only screen and (max-width: 62.5rem) {
          .page-layout-text .colservices .content_columns .col_services .service-tab.open {
            background-size: 15px; } }
      .page-layout-text .colservices .content_columns .col_services .service-content {
        margin-top: 25px;
        padding-left: 10px; }
        .page-layout-text .colservices .content_columns .col_services .service-content .ct-view-video {
          width: 100%; }
          @media only screen and (max-width: 50.9375rem) {
            .page-layout-text .colservices .content_columns .col_services .service-content .ct-view-video {
              width: 45%; } }
          @media only screen and (max-width: 26.875rem) {
            .page-layout-text .colservices .content_columns .col_services .service-content .ct-view-video {
              width: 100%; } }
        .page-layout-text .colservices .content_columns .col_services .service-content .pdf {
          color: #74C7CE;
          text-decoration: none;
          font-weight: 600; }
        .page-layout-text .colservices .content_columns .col_services .service-content table {
          width: 100% !important;
          margin: 0 0 20px 0; }
          .page-layout-text .colservices .content_columns .col_services .service-content table thead tr {
            border-bottom: none; }
            .page-layout-text .colservices .content_columns .col_services .service-content table thead tr th {
              font: 500 1.15rem/1.111 "Helvetica Neue",helvetica,arial,sans-serif;
              color: #707070;
              padding-bottom: 10px;
              width: 50%; }
          @media only screen and (max-width: 48rem) {
            .page-layout-text .colservices .content_columns .col_services .service-content table thead {
              display: block; }
              .page-layout-text .colservices .content_columns .col_services .service-content table thead tr th {
                font: 500 0.9rem/1.111 "Helvetica Neue",helvetica,arial,sans-serif;
                float: left; }
              .page-layout-text .colservices .content_columns .col_services .service-content table thead tr:after {
                clear: both;
                content: "";
                display: table; } }
          .page-layout-text .colservices .content_columns .col_services .service-content table tbody tr {
            border-bottom: .0625rem solid #e5e5e5; }
            .page-layout-text .colservices .content_columns .col_services .service-content table tbody tr td {
              color: #000000;
              font: 400 1rem/1.111 "Helvetica Neue",helvetica,arial,sans-serif;
              padding-top: 1rem;
              padding-bottom: 1rem;
              border-left: 1px solid #74C6CE;
              width: 50%; }
          @media only screen and (max-width: 48rem) {
            .page-layout-text .colservices .content_columns .col_services .service-content table tbody tr td {
              padding: 15px;
              margin: 0;
              float: left;
              font: 400 0.85rem/1.111 "Helvetica Neue",helvetica,arial,sans-serif; }
            .page-layout-text .colservices .content_columns .col_services .service-content table tbody tr:after {
              clear: both;
              content: "";
              display: table; } }

.column.main .widget .accordion li:before {
  border: 1px solid #74C6CE;
  padding: 5px 0;
  background-color: #ffffff;
  border-radius: 50%;
  line-height: 13px;
  top: -3px;
  text-align: center;
  margin-right: 15px; }

.column.main .widget .accordion .toggle {
  text-decoration: none;
  font: 500 1.125rem/1.111 "Helvetica Neue",helvetica,arial,sans-serif;
  text-transform: uppercase;
  color: #707070;
  padding: 5px 10px 5px 0;
  line-height: 26px; }
  @media only screen and (max-width: 62.5rem) {
    .column.main .widget .accordion .toggle {
      font: 500 1rem/1.111 "Helvetica Neue",helvetica,arial,sans-serif; } }
  @media only screen and (max-width: 50.9375rem) {
    .column.main .widget .accordion .toggle {
      font: 500 0.9rem/1.111 "Helvetica Neue",helvetica,arial,sans-serif; } }

.column.main .widget .accordion .inner {
  display: none;
  overflow: hidden;
  margin-top: 1em;
  padding-left: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
  border-left: 1px solid #74C6CE; }

.store-social ul li a[class^="fa-"]::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  font-family: 'Font Awesome 5 Brands';
  display: inline-block; }

.sidebar .block {
  color: #333; }
  .page-products .sidebar .block:not(:last-child) {
    margin-bottom: 3.125rem; }
  .sidebar .block .block-title strong {
    font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 0; }
    .sidebar .block .block-title strong.-alt {
      text-transform: uppercase; }
    .sidebar .block .block-title strong:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .sidebar .block .block-title strong {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .sidebar .block .block-title strong {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 75rem) {
      .sidebar .block .block-title strong {
        font-size: 1.375rem; } }

.sidebar .block.block-compare {
  padding-top: 0; }

.sidebar-main,
.sidebar-additional {
  margin-bottom: 0; }

.sidebar-main + .sidebar-additional {
  margin-top: 3.125rem; }

.page-footer .footer-top-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: none;
  margin-bottom: -4.375rem;
  color: #333; }
  @media only screen and (max-width: 74.9375rem) {
    .page-footer .footer-top-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .page-footer .footer-top-wrapper .footer-top {
    position: relative;
    max-width: none;
    background: #fbfbfb url(../../frontend/O2web/kalia/en_CA/images/shell-dark.svg) calc(50% - 5.3125rem) 1.875rem/6.875rem no-repeat; }
    .page-footer .footer-top-wrapper .footer-top::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #e5e5e5; }
    @media only screen and (max-width: 74.9375rem) {
      .page-footer .footer-top-wrapper .footer-top {
        background-position: calc(50% - 4.6875rem) -0.625rem; } }
    .page-footer .footer-top-wrapper .footer-top .block {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 55rem; }
      @media only screen and (max-width: 74.9375rem) {
        .page-footer .footer-top-wrapper .footer-top .block {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.page-footer .footer-content-wrapper {
  padding-top: 10rem; }

.page-footer .footer-content .footer-title {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.625rem; }
  .page-footer .footer-content .footer-title:not(:first-child) {
    margin-top: 3.75rem; }

.page-footer .footer-content li {
  margin-bottom: 0.3125rem; }
  .page-footer .footer-content li::before {
    content: none; }

.page-footer .footer-block {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  max-width: 23%;
  padding-right: 5%; }
  .page-footer .footer-block.store-info {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: 30%;
    max-width: 30%; }
    .page-footer .footer-block.store-info .logo img {
      width: 166px; }
    .page-footer .footer-block.store-info .store-email:before {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .page-footer .footer-block.store-info .store-phone-number::before {
      -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1);
      text-align: right; }
  .page-footer .footer-block.store-social {
    max-width: 100%;
    margin-top: 1.25rem;
    padding: 2.5rem 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333; }
    .page-footer .footer-block.store-social ul {
      margin-top: 0;
      margin-left: 0; }
    .page-footer .footer-block.store-social a {
      border-radius: 50%;
      color: #1a1a1a;
      background-color: #3d3d3d;
      transition: background-color 0.2s; }
      .page-footer .footer-block.store-social a:hover, .page-footer .footer-block.store-social a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-footer .footer-block.store-social a.button, .page-footer .footer-block.store-social a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-footer .footer-block.store-social a.button {
        background-color: #808080;
        color: #1a1a1a; }
      .page-footer .footer-block.store-social a::before {
        width: 2em;
        height: 2em;
        line-height: 2em;
        font-size: 1.5rem;
        text-align: center; }
  .page-footer .footer-block a {
    color: inherit;
    text-decoration: none; }
    .page-footer .footer-block a:hover, .page-footer .footer-block a.ct-view-cta:hover a.button, a.ct-view-cta:hover .page-footer .footer-block a.button, .page-footer .footer-block a.ct-view-cta:focus a.button, a.ct-view-cta:focus .page-footer .footer-block a.button, .page-footer .footer-block a:active, .page-footer .footer-block a:focus {
      color: #999; }
  @media only screen and (max-width: 63.9375rem) {
    .page-footer .footer-block {
      padding-right: 0;
      max-width: 48%; }
      .page-footer .footer-block.store-info {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        max-width: 50%; } }
  @media only screen and (max-width: 63.875rem) {
    .page-footer .footer-block.store-info {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
    .page-footer .footer-block.store-retailers {
      display: block; }
    .page-footer .footer-block.store-social {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1.25rem 0;
      text-align: center; }
      .page-footer .footer-block.store-social ul li:not(:last-child) {
        margin-right: 1.25rem; }
      .page-footer .footer-block.store-social a::before {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 30rem) {
    .page-footer .footer-block.store-social ul li:not(:last-child) {
      margin-right: 0.625rem; }
    .page-footer .footer-block.store-social a::before {
      font-size: 0.9375rem; } }

.page-footer .footer-bottom {
  border-top: none;
  color: #4d4d4d; }
  .page-footer .footer-bottom .copyright {
    font-size: 0.875rem; }

@media only screen and (min-width: 75rem) {
  .product-attachment-container {
    margin: 1.875rem 0 3.75rem; } }

@media only screen and (max-width: 74.9375rem) {
  .product-attachment-container {
    margin: 1.875rem 0 2.5rem; } }

.product-attachment-container h2 {
  font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 600; }
  .product-attachment-container h2.-alt {
    text-transform: uppercase; }
  .product-attachment-container h2:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .product-attachment-container h2 {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .product-attachment-container h2 {
      font-size: 1.125rem; } }

.product-attachment-container .section-title {
  font-weight: bold; }

.product-attachment-container span {
  padding-left: 0.3125rem;
  color: #ff3d3d;
  font-style: italic; }

.product-attachment-container .downloads-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  width: 14.375rem;
  margin-top: 1.875rem;
  margin-right: 1.875rem; }
  .product-attachment-container .downloads-item .item-icon {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    margin-right: 0.625rem; }
  .product-attachment-container .downloads-item .item-link a {
    display: block; }
  .product-attachment-container .downloads-item .item-description {
    font-size: 1rem;
    line-height: 1.2;
    color: #1a1a1a; }
    .product-attachment-container .downloads-item .item-description:hover, .product-attachment-container .downloads-item a.ct-view-cta:hover .item-description.button, a.ct-view-cta:hover .product-attachment-container .downloads-item .item-description.button, .product-attachment-container .downloads-item a.ct-view-cta:focus .item-description.button, a.ct-view-cta:focus .product-attachment-container .downloads-item .item-description.button, .product-attachment-container .downloads-item .item-description:focus {
      color: #666; }
  .product-attachment-container .downloads-item .section-files {
    padding: 0 0 0.625rem 0.625rem; }
  @media only screen and (max-width: 74.9375rem) {
    .product-attachment-container .downloads-item {
      width: 12.5rem;
      margin-top: 0.625rem;
      margin-right: 0.625rem; }
      .product-attachment-container .downloads-item .item-icon {
        width: 1.875rem; }
      .product-attachment-container .downloads-item .item-description {
        font-size: 1em; } }

.breadcrumbs {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 1rem; }
  .breadcrumbs a {
    color: inherit;
    text-decoration: none; }
    .breadcrumbs a:hover, .breadcrumbs a.ct-view-cta:hover a.button, a.ct-view-cta:hover .breadcrumbs a.button, .breadcrumbs a.ct-view-cta:focus a.button, a.ct-view-cta:focus .breadcrumbs a.button, .breadcrumbs a:active, .breadcrumbs a:focus {
      color: #999; }
  .breadcrumbs .items > li strong {
    font-weight: 300;
    color: #999; }
  .breadcrumbs .item:not(:last-child)::after {
    color: #ccc; }

.category-pdf {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #74c7ce;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #6f6f6f;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center/contain no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background: #fbfbfb; }
  .category-pdf::before, .category-pdf::after,
  .category-pdf i:first-child,
  .category-pdf i:last-child {
    font-size: 1rem; }
  .category-pdf::before,
  .category-pdf i:first-child {
    margin-right: 0.625rem; }
  .category-pdf::after,
  .category-pdf i:last-child {
    margin-left: 0.625rem; }
  .category-pdf:hover, a.ct-view-cta:hover .category-pdf.button, a.ct-view-cta:focus .category-pdf.button, .category-pdf:focus {
    color: #74c7ce;
    background-color: white; }
  .category-pdf:active {
    color: #74c7ce;
    background-color: #f2f2f2; }
  .category-pdf.disabled, .category-pdf[disabled],
  fieldset[disabled] .category-pdf {
    background: white;
    cursor: default;
    color: white; }
  .category-pdf::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .category-pdf::before, .category-pdf::after,
  .category-pdf i:first-child,
  .category-pdf i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .category-pdf span {
    position: relative;
    display: block; }
    .category-pdf span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .category-pdf:hover, a.ct-view-cta:hover .category-pdf.button, a.ct-view-cta:focus .category-pdf.button, .category-pdf:focus {
    background-color: #e5e5e5; }
    .category-pdf:hover span, a.ct-view-cta:hover .category-pdf.button span, a.ct-view-cta:focus .category-pdf.button span, .category-pdf:focus span {
      position: relative; }
      .category-pdf:hover span::after, a.ct-view-cta:hover .category-pdf.button span::after, a.ct-view-cta:focus .category-pdf.button span::after, .category-pdf:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .category-pdf:active {
    background-color: #f2f2f2; }
  .category-pdf.disabled, .category-pdf[disabled],
  fieldset[disabled] .category-pdf {
    background: white;
    color: #fff; }
    .category-pdf.disabled span::after, .category-pdf[disabled] span::after,
    fieldset[disabled] .category-pdf span::after {
      display: none; }
  .category-pdf:hover, a.ct-view-cta:hover .category-pdf.button, a.ct-view-cta:focus .category-pdf.button, .category-pdf:focus {
    background-color: #e5e5e5; }
  .category-pdf:active {
    background-color: #f2f2f2; }
  .category-pdf.disabled, .category-pdf[disabled],
  fieldset[disabled] .category-pdf {
    color: #e5e5e5;
    background-color: #fff; }
  .category-pdf::before, .category-pdf::after,
  .category-pdf i:first-child,
  .category-pdf i:last-child {
    font-size: 1rem; }
  .category-pdf::before,
  .category-pdf i:first-child {
    margin-right: 0.625rem; }
  .category-pdf::after,
  .category-pdf i:last-child {
    margin-left: 0.625rem; }
  .category-pdf:hover, a.ct-view-cta:hover .category-pdf.button, a.ct-view-cta:focus .category-pdf.button, .category-pdf:focus {
    color: #6f6f6f;
    background-color: white; }
  .category-pdf:active {
    color: #6f6f6f;
    background-color: #f2f2f2; }
  .category-pdf.disabled, .category-pdf[disabled],
  fieldset[disabled] .category-pdf {
    background: white;
    cursor: default;
    color: white; }
  .category-pdf::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .category-pdf::before, .category-pdf::after,
  .category-pdf i:first-child,
  .category-pdf i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .category-pdf span {
    position: relative;
    display: block; }
    .category-pdf span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .category-pdf:hover, a.ct-view-cta:hover .category-pdf.button, a.ct-view-cta:focus .category-pdf.button, .category-pdf:focus {
    background-color: #e5e5e5; }
    .category-pdf:hover span, a.ct-view-cta:hover .category-pdf.button span, a.ct-view-cta:focus .category-pdf.button span, .category-pdf:focus span {
      position: relative; }
      .category-pdf:hover span::after, a.ct-view-cta:hover .category-pdf.button span::after, a.ct-view-cta:focus .category-pdf.button span::after, .category-pdf:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .category-pdf:active {
    background-color: #f2f2f2; }
  .category-pdf.disabled, .category-pdf[disabled],
  fieldset[disabled] .category-pdf {
    background: white;
    color: #fff; }
    .category-pdf.disabled span::after, .category-pdf[disabled] span::after,
    fieldset[disabled] .category-pdf span::after {
      display: none; }
  .category-pdf:hover, a.ct-view-cta:hover .category-pdf.button, a.ct-view-cta:focus .category-pdf.button, .category-pdf:focus {
    background-color: #fbfbfb; }
  .category-pdf:active {
    background-color: #e5e5e5; }
  .category-pdf.disabled, .category-pdf[disabled],
  fieldset[disabled] .category-pdf {
    color: #ccc;
    background-color: #fbfbfb; }
  .category-pdf:after {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .category-pdf::after {
    font-size: 1.666em;
    line-height: .3;
    margin-left: 1.666em; }
  @media only screen and (min-width: 75rem) {
    .category-pdf {
      padding: 4.6875rem 1.875rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .category-pdf {
      padding: 2.5rem 1.25rem; }
      .category-pdf::after {
        margin-left: .5em; } }
  .category-pdf:hover, a.ct-view-cta:hover .category-pdf.button, a.ct-view-cta:focus .category-pdf.button, .category-pdf:focus {
    background: #f2f2f2; }
  @media only screen and (min-width: 75rem) {
    .category-pdf {
      padding: 2.5rem;
      margin-top: 3.75rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .category-pdf {
      padding: 1.25rem; } }
  .category-pdf::before {
    content: '';
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 8.75rem;
    margin: 0 -4.375rem;
    background: url(../../frontend/O2web/kalia/en_CA/images/shell-dark.svg) center center/100% no-repeat; }
    @media only screen and (min-width: 75rem) {
      .category-pdf::before {
        margin-top: -2.5rem;
        margin-bottom: -2.5rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .category-pdf::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 33.33%; } }
  .category-pdf .category-pdf-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    @media only screen and (min-width: 75rem) {
      .category-pdf .category-pdf-img {
        margin-top: -6.25rem;
        margin-right: 2.5rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .category-pdf .category-pdf-img {
        width: 4.0625rem;
        margin-right: 1.25rem; } }
    @media only screen and (max-width: 28.125rem) {
      .category-pdf .category-pdf-img {
        display: none; } }
  .category-pdf .category-pdf-label {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .category-pdf::after {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4; }

.contact-info-popup {
  position: fixed;
  bottom: 1.875rem;
  right: 0;
  z-index: 10001;
  max-width: calc(100% - 0.9375rem);
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0 1.25rem;
  background: #000;
  transition: all 0.2s; }
  @media only screen and (max-width: 74.9375rem) {
    .page-with-filter .contact-info-popup {
      bottom: 3.75rem;
      max-height: calc(90% - 1.875rem); } }
  .contact-info-popup .popup-title {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    transition: color 0.15s linear 0s;
    display: block;
    width: 5.625rem;
    height: 5.625rem;
    padding: 1.25rem 0.9375rem; }
    .contact-info-popup .popup-title:focus, .contact-info-popup .popup-title:active, .contact-info-popup .popup-title:hover, .contact-info-popup a.ct-view-cta:hover .popup-title.button, a.ct-view-cta:hover .contact-info-popup .popup-title.button, .contact-info-popup a.ct-view-cta:focus .popup-title.button, a.ct-view-cta:focus .contact-info-popup .popup-title.button {
      background: none;
      border: none;
      color: #8e8e8e; }
    .contact-info-popup .popup-title.disabled, .contact-info-popup .popup-title[disabled],
    fieldset[disabled] .contact-info-popup .popup-title {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .contact-info-popup .popup-title:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "  ";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .contact-info-popup .popup-title::before {
      -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
      -webkit-transform: scale(-1, 1);
      transform: scale(-1, 1);
      vertical-align: top;
      display: block;
      height: 1.5em;
      line-height: 1.5;
      margin: 0;
      margin-bottom: 0.625rem;
      font-size: 1.25rem;
      color: #4d4d4d; }
    .contact-info-popup .popup-title .block-title {
      vertical-align: top;
      width: 100%;
      min-width: 100%;
      margin: 0;
      border: none;
      padding: 0;
      text-align: center;
      font-size: 0.75rem;
      line-height: 1;
      font-weight: 600;
      text-transform: uppercase;
      color: inherit; }
      .contact-info-popup .popup-title .block-title::after {
        content: none; }
  .contact-info-popup .popup-content {
    position: fixed;
    visibility: hidden;
    margin: 0;
    width: 31.25rem;
    overflow: hidden;
    height: 0;
    padding: 0;
    transition: height 0.2s, padding 0.2s; }
    .contact-info-popup .popup-content .btn-close {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid #b4b4b4;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: transparent;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: transparent;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem;
      position: absolute;
      top: 2.5rem;
      right: 2.8125rem;
      line-height: 0.75rem; }
      .contact-info-popup .popup-content .btn-close:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }
      .contact-info-popup .popup-content .btn-close::before, .contact-info-popup .popup-content .btn-close::after,
      .contact-info-popup .popup-content .btn-close i:first-child,
      .contact-info-popup .popup-content .btn-close i:last-child {
        font-size: 1rem; }
      .contact-info-popup .popup-content .btn-close::before,
      .contact-info-popup .popup-content .btn-close i:first-child {
        margin-right: 0.625rem; }
      .contact-info-popup .popup-content .btn-close::after,
      .contact-info-popup .popup-content .btn-close i:last-child {
        margin-left: 0.625rem; }
      .contact-info-popup .popup-content .btn-close:hover, .contact-info-popup .popup-content a.ct-view-cta:hover .btn-close.button, a.ct-view-cta:hover .contact-info-popup .popup-content .btn-close.button, .contact-info-popup .popup-content a.ct-view-cta:focus .btn-close.button, a.ct-view-cta:focus .contact-info-popup .popup-content .btn-close.button, .contact-info-popup .popup-content .btn-close:focus {
        color: #fff;
        background-color: rgba(26, 26, 26, 0); }
      .contact-info-popup .popup-content .btn-close:active {
        color: #fff;
        background-color: transparent; }
      .contact-info-popup .popup-content .btn-close.disabled, .contact-info-popup .popup-content .btn-close[disabled],
      fieldset[disabled] .contact-info-popup .popup-content .btn-close {
        background: rgba(77, 77, 77, 0);
        cursor: default;
        color: rgba(153, 153, 153, 0); }
      .contact-info-popup .popup-content .btn-close::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .contact-info-popup .popup-content .btn-close::before, .contact-info-popup .popup-content .btn-close::after,
      .contact-info-popup .popup-content .btn-close i:first-child,
      .contact-info-popup .popup-content .btn-close i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .contact-info-popup .popup-content .btn-close span {
        position: relative;
        display: block; }
        .contact-info-popup .popup-content .btn-close span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .contact-info-popup .popup-content .btn-close:hover, .contact-info-popup .popup-content a.ct-view-cta:hover .btn-close.button, a.ct-view-cta:hover .contact-info-popup .popup-content .btn-close.button, .contact-info-popup .popup-content a.ct-view-cta:focus .btn-close.button, a.ct-view-cta:focus .contact-info-popup .popup-content .btn-close.button, .contact-info-popup .popup-content .btn-close:focus {
        background-color: rgba(51, 51, 51, 0); }
        .contact-info-popup .popup-content .btn-close:hover span, .contact-info-popup .popup-content a.ct-view-cta:hover .btn-close.button span, a.ct-view-cta:hover .contact-info-popup .popup-content .btn-close.button span, .contact-info-popup .popup-content a.ct-view-cta:focus .btn-close.button span, a.ct-view-cta:focus .contact-info-popup .popup-content .btn-close.button span, .contact-info-popup .popup-content .btn-close:focus span {
          position: relative; }
          .contact-info-popup .popup-content .btn-close:hover span::after, .contact-info-popup .popup-content a.ct-view-cta:hover .btn-close.button span::after, a.ct-view-cta:hover .contact-info-popup .popup-content .btn-close.button span::after, .contact-info-popup .popup-content a.ct-view-cta:focus .btn-close.button span::after, a.ct-view-cta:focus .contact-info-popup .popup-content .btn-close.button span::after, .contact-info-popup .popup-content .btn-close:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .contact-info-popup .popup-content .btn-close:active {
        background-color: transparent; }
      .contact-info-popup .popup-content .btn-close.disabled, .contact-info-popup .popup-content .btn-close[disabled],
      fieldset[disabled] .contact-info-popup .popup-content .btn-close {
        background: rgba(33, 33, 33, 0);
        color: #fff; }
        .contact-info-popup .popup-content .btn-close.disabled span::after, .contact-info-popup .popup-content .btn-close[disabled] span::after,
        fieldset[disabled] .contact-info-popup .popup-content .btn-close span::after {
          display: none; }
      .contact-info-popup .popup-content .btn-close:hover, .contact-info-popup .popup-content a.ct-view-cta:hover .btn-close.button, a.ct-view-cta:hover .contact-info-popup .popup-content .btn-close.button, .contact-info-popup .popup-content a.ct-view-cta:focus .btn-close.button, a.ct-view-cta:focus .contact-info-popup .popup-content .btn-close.button, .contact-info-popup .popup-content .btn-close:focus {
        border-color: #fff; }
      .contact-info-popup .popup-content .btn-close:active {
        background-color: rgba(255, 255, 255, 0.05); }
      .contact-info-popup .popup-content .btn-close.disabled, .contact-info-popup .popup-content .btn-close[disabled],
      fieldset[disabled] .contact-info-popup .popup-content .btn-close {
        background-color: rgba(255, 255, 255, 0.05);
        color: #808080;
        border-color: #808080; }
      .contact-info-popup .popup-content .btn-close:before, .contact-info-popup .popup-content .btn-close:after,
      .contact-info-popup .popup-content .btn-close i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .contact-info-popup .popup-content .btn-close > span:first-child:last-child,
      .contact-info-popup .popup-content .btn-close i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .contact-info-popup .popup-content .btn-close:before, .contact-info-popup .popup-content .btn-close:after,
      .contact-info-popup .popup-content .btn-close i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .contact-info-popup .popup-content .btn-close:link > span, .contact-info-popup .popup-content .btn-close:visited > span, .contact-info-popup .popup-content .btn-close:hover > span, .contact-info-popup .popup-content a.ct-view-cta:hover .btn-close.button > span, a.ct-view-cta:hover .contact-info-popup .popup-content .btn-close.button > span, .contact-info-popup .popup-content a.ct-view-cta:focus .btn-close.button > span, a.ct-view-cta:focus .contact-info-popup .popup-content .btn-close.button > span, .contact-info-popup .popup-content a.ct-view-cta:hover .title .btn-close.button > span, .contact-info-popup .popup-content a.ct-view-cta:focus .title .btn-close.button > span, .contact-info-popup .popup-content .btn-close:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .contact-info-popup .popup-content .btn-close::before {
        font-size: 0.8125rem;
        width: 1em;
        line-height: 1em; }
    .contact-info-popup .popup-content .footer-block {
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
      .contact-info-popup .popup-content .footer-block.store-social {
        border: none;
        padding: 0; }
        .contact-info-popup .popup-content .footer-block.store-social ul {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0 -0.5625rem; }
        .contact-info-popup .popup-content .footer-block.store-social li {
          margin: 0 0.5625rem; }
          .contact-info-popup .popup-content .footer-block.store-social li:not(:last-child) {
            margin-right: 0.5625rem; }
        .contact-info-popup .popup-content .footer-block.store-social a::before {
          font-size: 1.125rem; }
  .contact-info-popup.-active {
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
    border-radius: 0 7.8125rem;
    background-color: #1a1a1a; }
    .contact-info-popup.-active .popup-title {
      display: none; }
    .contact-info-popup.-active .popup-content {
      position: static;
      visibility: visible;
      height: auto;
      padding: 7.5rem 3.4375rem 6.25rem 4.375rem; }
  @media only screen and (max-width: 63.9375rem) {
    .contact-info-popup .popup-content {
      width: 18.75rem; }
      .contact-info-popup .popup-content .btn-close {
        top: 1.25rem;
        right: 1.875rem; }
      .contact-info-popup .popup-content .footer-block.store-social ul {
        margin: 0 -0.3125rem; }
      .contact-info-popup .popup-content .footer-block.store-social li {
        margin: 0 0.3125rem 0.625rem; }
        .contact-info-popup .popup-content .footer-block.store-social li:not(:last-child) {
          margin-right: 0.3125rem; }
      .contact-info-popup .popup-content .footer-block.store-social a::before {
        font-size: 0.875rem; }
    .contact-info-popup.-active {
      margin-top: -9.1875rem;
      border-radius: 0 3.75rem; }
      .contact-info-popup.-active .popup-content {
        padding: 3.75rem 1.25rem 1.875rem; } }
  @media only screen and (max-width: 37.5rem) {
    .contact-info-popup {
      margin-top: -2rem;
      border-radius: 0 0.9375rem; }
      .contact-info-popup .popup-title {
        width: 2.5rem;
        height: auto;
        padding: 0.625rem; }
        .contact-info-popup .popup-title::before {
          height: auto;
          margin-bottom: 0;
          font-size: 0.9375rem;
          color: inherit; }
        .contact-info-popup .popup-title .block-title {
          display: none; } }

.header.panel .compare.wrapper {
  margin: 0;
  padding: 0;
  width: auto;
  max-width: none; }

.block-compare.block .block-title strong {
  line-height: 1; }

.block-compare .counter.qty {
  border-radius: 0;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 300;
  color: #666; }

.block-compare .product-item .product-item-name {
  font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0; }
  .block-compare .product-item .product-item-name.-alt {
    text-transform: uppercase; }
  .block-compare .product-item .product-item-name:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .block-compare .product-item .product-item-name {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .block-compare .product-item .product-item-name {
      font-size: 1.125rem; } }
  .block-compare .product-item .product-item-name a {
    color: inherit;
    text-decoration: none; }
    .block-compare .product-item .product-item-name a:hover, .block-compare .product-item .product-item-name a.ct-view-cta:hover a.button, a.ct-view-cta:hover .block-compare .product-item .product-item-name a.button, .block-compare .product-item .product-item-name a.ct-view-cta:focus a.button, a.ct-view-cta:focus .block-compare .product-item .product-item-name a.button, .block-compare .product-item .product-item-name a:active, .block-compare .product-item .product-item-name a:focus {
      color: #b4b4b4; }

.block-compare .product-item .action.delete {
  color: #b4b4b4;
  top: -0.6875rem; }

.block-compare .actions-toolbar .primary {
  margin-right: 1.25rem;
  margin-bottom: 0.625rem;
  width: auto; }

.block-compare .actions-toolbar .secondary {
  width: auto; }

.block-compare .actions-toolbar .action.compare {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #74c7ce;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #6f6f6f;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  padding: 0.625rem 1.25rem;
  width: auto; }
  .block-compare .actions-toolbar .action.compare:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .block-compare .actions-toolbar .action.compare::before, .block-compare .actions-toolbar .action.compare::after,
  .block-compare .actions-toolbar .action.compare i:first-child,
  .block-compare .actions-toolbar .action.compare i:last-child {
    font-size: 1rem; }
  .block-compare .actions-toolbar .action.compare::before,
  .block-compare .actions-toolbar .action.compare i:first-child {
    margin-right: 0.625rem; }
  .block-compare .actions-toolbar .action.compare::after,
  .block-compare .actions-toolbar .action.compare i:last-child {
    margin-left: 0.625rem; }
  .block-compare .actions-toolbar .action.compare:hover, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar .action.compare:focus {
    color: #74c7ce;
    background-color: white; }
  .block-compare .actions-toolbar .action.compare:active {
    color: #74c7ce;
    background-color: #f2f2f2; }
  .block-compare .actions-toolbar .action.compare.disabled, .block-compare .actions-toolbar .action.compare[disabled],
  fieldset[disabled] .block-compare .actions-toolbar .action.compare {
    background: white;
    cursor: default;
    color: white; }
  .block-compare .actions-toolbar .action.compare::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .block-compare .actions-toolbar .action.compare::before, .block-compare .actions-toolbar .action.compare::after,
  .block-compare .actions-toolbar .action.compare i:first-child,
  .block-compare .actions-toolbar .action.compare i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .block-compare .actions-toolbar .action.compare span {
    position: relative;
    display: block; }
    .block-compare .actions-toolbar .action.compare span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .block-compare .actions-toolbar .action.compare:hover, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar .action.compare:focus {
    background-color: #e5e5e5; }
    .block-compare .actions-toolbar .action.compare:hover span, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button span, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button span, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button span, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button span, .block-compare .actions-toolbar .action.compare:focus span {
      position: relative; }
      .block-compare .actions-toolbar .action.compare:hover span::after, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button span::after, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button span::after, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button span::after, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button span::after, .block-compare .actions-toolbar .action.compare:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .block-compare .actions-toolbar .action.compare:active {
    background-color: #f2f2f2; }
  .block-compare .actions-toolbar .action.compare.disabled, .block-compare .actions-toolbar .action.compare[disabled],
  fieldset[disabled] .block-compare .actions-toolbar .action.compare {
    background: white;
    color: #fff; }
    .block-compare .actions-toolbar .action.compare.disabled span::after, .block-compare .actions-toolbar .action.compare[disabled] span::after,
    fieldset[disabled] .block-compare .actions-toolbar .action.compare span::after {
      display: none; }
  .block-compare .actions-toolbar .action.compare:hover, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar .action.compare:focus {
    background-color: #e5e5e5; }
  .block-compare .actions-toolbar .action.compare:active {
    background-color: #f2f2f2; }
  .block-compare .actions-toolbar .action.compare.disabled, .block-compare .actions-toolbar .action.compare[disabled],
  fieldset[disabled] .block-compare .actions-toolbar .action.compare {
    color: #e5e5e5;
    background-color: #fff; }
  .block-compare .actions-toolbar .action.compare::before, .block-compare .actions-toolbar .action.compare::after,
  .block-compare .actions-toolbar .action.compare i:first-child,
  .block-compare .actions-toolbar .action.compare i:last-child {
    font-size: 1rem; }
  .block-compare .actions-toolbar .action.compare::before,
  .block-compare .actions-toolbar .action.compare i:first-child {
    margin-right: 0.625rem; }
  .block-compare .actions-toolbar .action.compare::after,
  .block-compare .actions-toolbar .action.compare i:last-child {
    margin-left: 0.625rem; }
  .block-compare .actions-toolbar .action.compare:hover, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar .action.compare:focus {
    color: #6f6f6f;
    background-color: white; }
  .block-compare .actions-toolbar .action.compare:active {
    color: #6f6f6f;
    background-color: #f2f2f2; }
  .block-compare .actions-toolbar .action.compare.disabled, .block-compare .actions-toolbar .action.compare[disabled],
  fieldset[disabled] .block-compare .actions-toolbar .action.compare {
    background: white;
    cursor: default;
    color: white; }
  .block-compare .actions-toolbar .action.compare::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .block-compare .actions-toolbar .action.compare::before, .block-compare .actions-toolbar .action.compare::after,
  .block-compare .actions-toolbar .action.compare i:first-child,
  .block-compare .actions-toolbar .action.compare i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .block-compare .actions-toolbar .action.compare span {
    position: relative;
    display: block; }
    .block-compare .actions-toolbar .action.compare span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .block-compare .actions-toolbar .action.compare:hover, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar .action.compare:focus {
    background-color: #e5e5e5; }
    .block-compare .actions-toolbar .action.compare:hover span, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button span, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button span, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button span, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button span, .block-compare .actions-toolbar .action.compare:focus span {
      position: relative; }
      .block-compare .actions-toolbar .action.compare:hover span::after, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button span::after, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button span::after, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button span::after, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button span::after, .block-compare .actions-toolbar .action.compare:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .block-compare .actions-toolbar .action.compare:active {
    background-color: #f2f2f2; }
  .block-compare .actions-toolbar .action.compare.disabled, .block-compare .actions-toolbar .action.compare[disabled],
  fieldset[disabled] .block-compare .actions-toolbar .action.compare {
    background: white;
    color: #fff; }
    .block-compare .actions-toolbar .action.compare.disabled span::after, .block-compare .actions-toolbar .action.compare[disabled] span::after,
    fieldset[disabled] .block-compare .actions-toolbar .action.compare span::after {
      display: none; }
  .block-compare .actions-toolbar .action.compare:hover, .block-compare .actions-toolbar a.ct-view-cta:hover .action.compare.button, a.ct-view-cta:hover .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar a.ct-view-cta:focus .action.compare.button, a.ct-view-cta:focus .block-compare .actions-toolbar .action.compare.button, .block-compare .actions-toolbar .action.compare:focus {
    background-color: #fbfbfb; }
  .block-compare .actions-toolbar .action.compare:active {
    background-color: #e5e5e5; }
  .block-compare .actions-toolbar .action.compare.disabled, .block-compare .actions-toolbar .action.compare[disabled],
  fieldset[disabled] .block-compare .actions-toolbar .action.compare {
    color: #ccc;
    background-color: #fbfbfb; }
  .block-compare .actions-toolbar .action.compare span::after {
    bottom: -.3em;
    height: 0.0625rem; }
  .block-compare .actions-toolbar .action.compare::before, .block-compare .actions-toolbar .action.compare::after,
  .block-compare .actions-toolbar .action.compare i:first-child,
  .block-compare .actions-toolbar .action.compare i:last-child {
    font-size: 1.125rem; }

body.catalog-product-compare-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    body.catalog-product-compare-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  body.catalog-product-compare-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      body.catalog-product-compare-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      body.catalog-product-compare-index .page-title-wrapper::before {
        height: 7.5rem; } }
  body.catalog-product-compare-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    body.catalog-product-compare-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      body.catalog-product-compare-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      body.catalog-product-compare-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    body.catalog-product-compare-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        body.catalog-product-compare-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    body.catalog-product-compare-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        body.catalog-product-compare-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

body.catalog-product-compare-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    body.catalog-product-compare-index .columns {
      padding-top: 1.5rem; } }

body.catalog-product-compare-index .columns {
  background: none; }
  @media only print {
    body.catalog-product-compare-index .columns {
      padding-top: 0; } }

body.catalog-product-compare-index .tablesaw-bar {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-bottom: 1.25rem; }
  body.catalog-product-compare-index .tablesaw-bar::before, body.catalog-product-compare-index .tablesaw-bar::after {
    content: ' ';
    display: table; }
  body.catalog-product-compare-index .tablesaw-bar::after {
    clear: both; }
  @media only screen and (max-width: 74.9375rem) {
    body.catalog-product-compare-index .tablesaw-bar {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media only print {
  body.catalog-product-compare-index .action.print {
    display: none; } }

.table-wrapper.comparison {
  overflow: auto; }
  .table-wrapper.comparison .tablesaw-advance-dots li:first-child {
    display: none; }

.table-comparison .cell {
  width: 15rem;
  padding: 0.625rem; }
  @media only screen and (max-width: 87.5rem) {
    .table-comparison .cell .cell {
      width: 12.5rem; }
      .table-comparison .cell .cell.label {
        width: 6.25rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .table-comparison .cell {
      width: 10.9375rem; }
      .table-comparison .cell.label {
        width: 6.25rem; } }

@media only print {
  .table-comparison:not(:last-child) {
    page-break-after: always; }
  .table-comparison tr::before {
    content: none; }
  .table-comparison .cell {
    display: table-cell !important;
    width: 12.5rem !important;
    padding: 0.625rem; }
    .table-comparison .cell.hidden {
      display: none !important; }
    .table-comparison .cell.shown {
      display: table-cell !important; }
    .table-comparison .cell.label {
      width: 6.25rem !important; } }

.table-comparison .product-item-name {
  font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  .table-comparison .product-item-name.-alt {
    text-transform: uppercase; }
  .table-comparison .product-item-name:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .table-comparison .product-item-name {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .table-comparison .product-item-name {
      font-size: 1.125rem; } }
  @media only print {
    .table-comparison .product-item-name {
      font-size: 0.9375rem; } }

@media only print {
  .table-comparison .product-item-actions {
    display: none; } }

.table-comparison .std ul:not(.items):not(.slick-dots) li, .table-comparison .ct-view-formblock .content ul:not(.items):not(.slick-dots) li {
  margin-bottom: .5em;
  padding-left: 0.9375rem; }

@media only screen and (min-width: 63.9375rem) {
  .block.filter {
    padding-top: 0; } }

@media only screen and (max-width: 74.9375rem) {
  .block.filter {
    border-top: none; }
    .block.filter .block-title strong {
      line-height: 2.25rem; } }

.block.filter .filter-options {
  border-bottom: 1px solid #e5e5e5; }
  .block.filter .filter-options .filter-options-title {
    font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 0; }
    .block.filter .filter-options .filter-options-title.-alt {
      text-transform: uppercase; }
    .block.filter .filter-options .filter-options-title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .block.filter .filter-options .filter-options-title {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .block.filter .filter-options .filter-options-title {
        font-size: 1.125rem; } }
    .block.filter .filter-options .filter-options-title::after {
      color: #666; }
    .block.filter .filter-options .filter-options-title[aria-expanded=true] + .filter-options-item {
      display: block;
      -webkit-animation: appear 0.2s;
      animation: appear 0.2s; }
  .block.filter .filter-options .filter-options-content .item {
    position: relative; }
    .block.filter .filter-options .filter-options-content .item a {
      display: block; }
    .block.filter .filter-options .filter-options-content .item.selected {
      padding-right: 1.25rem; }
      .block.filter .filter-options .filter-options-content .item.selected a {
        font-weight: bold; }
        .block.filter .filter-options .filter-options-content .item.selected a:after {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f00d";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
        .block.filter .filter-options .filter-options-content .item.selected a::after {
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -.5em; }

.fotorama__thumb-border {
  box-sizing: content-box;
  box-shadow: none;
  border-bottom: 0.25rem solid #000; }
  @media only screen and (min-width: 75rem) {
    .fotorama__thumb-border {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .fotorama__thumb-border {
      padding-top: 0.375rem;
      padding-bottom: 0.375rem; } }

@media only screen and (min-width: 75rem) {
  .fotorama__nav__shaft {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; } }

@media only screen and (max-width: 74.9375rem) {
  .fotorama__nav__shaft {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; } }

.fotorama__fullscreen-icon {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  display: block !important;
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 1;
  color: #999;
  cursor: pointer;
  transition: color 0.2s; }
  .fotorama__fullscreen-icon:hover, a.ct-view-cta:hover .fotorama__fullscreen-icon.button, a.ct-view-cta:focus .fotorama__fullscreen-icon.button, .fotorama__fullscreen-icon:active, .fotorama__fullscreen-icon:focus {
    color: inherit; }
  .fotorama__fullscreen-icon:before, .fotorama__fullscreen-icon:after,
  .fotorama__fullscreen-icon i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .fotorama__fullscreen-icon > span:first-child:last-child,
  .fotorama__fullscreen-icon i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .fotorama__fullscreen-icon:before, .fotorama__fullscreen-icon:after,
  .fotorama__fullscreen-icon i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .fotorama__fullscreen-icon:link > span, .fotorama__fullscreen-icon:visited > span, .fotorama__fullscreen-icon:hover > span, a.ct-view-cta:hover .fotorama__fullscreen-icon.button > span, a.ct-view-cta:focus .fotorama__fullscreen-icon.button > span, a.ct-view-cta:hover .title .fotorama__fullscreen-icon.button > span, a.ct-view-cta:focus .title .fotorama__fullscreen-icon.button > span, .fotorama__fullscreen-icon:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .fotorama__fullscreen-icon:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .fotorama__fullscreen-icon::before {
    font-size: 1.9375rem; }

.fotorama__arr,
.fotorama__thumb__arr {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  border-radius: .8em 0; }
  .fotorama__arr::before, .fotorama__arr::after,
  .fotorama__arr i:first-child,
  .fotorama__arr i:last-child,
  .fotorama__thumb__arr::before,
  .fotorama__thumb__arr::after,
  .fotorama__thumb__arr i:first-child,
  .fotorama__thumb__arr i:last-child {
    font-size: 1rem; }
  .fotorama__arr::before,
  .fotorama__arr i:first-child,
  .fotorama__thumb__arr::before,
  .fotorama__thumb__arr i:first-child {
    margin-right: 0.625rem; }
  .fotorama__arr::after,
  .fotorama__arr i:last-child,
  .fotorama__thumb__arr::after,
  .fotorama__thumb__arr i:last-child {
    margin-left: 0.625rem; }
  .fotorama__arr:hover, a.ct-view-cta:hover .fotorama__arr.button, a.ct-view-cta:focus .fotorama__arr.button, .fotorama__arr:focus,
  .fotorama__thumb__arr:hover,
  a.ct-view-cta:hover .fotorama__thumb__arr.button,
  a.ct-view-cta:focus .fotorama__thumb__arr.button,
  .fotorama__thumb__arr:focus {
    color: #fff;
    background-color: #1a1a1a; }
  .fotorama__arr:active,
  .fotorama__thumb__arr:active {
    color: #fff;
    background-color: #000; }
  .fotorama__arr.disabled, .fotorama__arr[disabled],
  fieldset[disabled] .fotorama__arr,
  .fotorama__thumb__arr.disabled,
  .fotorama__thumb__arr[disabled],
  fieldset[disabled]
  .fotorama__thumb__arr {
    background: #4d4d4d;
    cursor: default;
    color: #999999; }
  .fotorama__arr::-moz-focus-inner,
  .fotorama__thumb__arr::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .fotorama__arr::before, .fotorama__arr::after,
  .fotorama__arr i:first-child,
  .fotorama__arr i:last-child,
  .fotorama__thumb__arr::before,
  .fotorama__thumb__arr::after,
  .fotorama__thumb__arr i:first-child,
  .fotorama__thumb__arr i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .fotorama__arr span,
  .fotorama__thumb__arr span {
    position: relative;
    display: block; }
    .fotorama__arr span::after,
    .fotorama__thumb__arr span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .fotorama__arr:hover, a.ct-view-cta:hover .fotorama__arr.button, a.ct-view-cta:focus .fotorama__arr.button, .fotorama__arr:focus,
  .fotorama__thumb__arr:hover,
  a.ct-view-cta:hover .fotorama__thumb__arr.button,
  a.ct-view-cta:focus .fotorama__thumb__arr.button,
  .fotorama__thumb__arr:focus {
    background-color: #333333; }
    .fotorama__arr:hover span, a.ct-view-cta:hover .fotorama__arr.button span, a.ct-view-cta:focus .fotorama__arr.button span, .fotorama__arr:focus span,
    .fotorama__thumb__arr:hover span,
    a.ct-view-cta:hover .fotorama__thumb__arr.button span,
    a.ct-view-cta:focus .fotorama__thumb__arr.button span,
    .fotorama__thumb__arr:focus span {
      position: relative; }
      .fotorama__arr:hover span::after, a.ct-view-cta:hover .fotorama__arr.button span::after, a.ct-view-cta:focus .fotorama__arr.button span::after, .fotorama__arr:focus span::after,
      .fotorama__thumb__arr:hover span::after,
      a.ct-view-cta:hover .fotorama__thumb__arr.button span::after,
      a.ct-view-cta:focus .fotorama__thumb__arr.button span::after,
      .fotorama__thumb__arr:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .fotorama__arr:active,
  .fotorama__thumb__arr:active {
    background-color: #000; }
  .fotorama__arr.disabled, .fotorama__arr[disabled],
  fieldset[disabled] .fotorama__arr,
  .fotorama__thumb__arr.disabled,
  .fotorama__thumb__arr[disabled],
  fieldset[disabled]
  .fotorama__thumb__arr {
    background: #212121;
    color: #fff; }
    .fotorama__arr.disabled span::after, .fotorama__arr[disabled] span::after,
    fieldset[disabled] .fotorama__arr span::after,
    .fotorama__thumb__arr.disabled span::after,
    .fotorama__thumb__arr[disabled] span::after,
    fieldset[disabled]
    .fotorama__thumb__arr span::after {
      display: none; }
  .fotorama__arr span::after,
  .fotorama__thumb__arr span::after {
    bottom: -.3em;
    height: 0.0625rem; }
  .fotorama__arr::before, .fotorama__arr::after,
  .fotorama__arr i:first-child,
  .fotorama__arr i:last-child,
  .fotorama__thumb__arr::before,
  .fotorama__thumb__arr::after,
  .fotorama__thumb__arr i:first-child,
  .fotorama__thumb__arr i:last-child {
    font-size: 1.125rem; }
  .fotorama__arr:before, .fotorama__arr:after,
  .fotorama__arr i,
  .fotorama__thumb__arr:before,
  .fotorama__thumb__arr:after,
  .fotorama__thumb__arr i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .fotorama__arr > span:first-child:last-child,
  .fotorama__arr i + span:last-child,
  .fotorama__thumb__arr > span:first-child:last-child,
  .fotorama__thumb__arr i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .fotorama__arr:before, .fotorama__arr:after,
  .fotorama__arr i,
  .fotorama__thumb__arr:before,
  .fotorama__thumb__arr:after,
  .fotorama__thumb__arr i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .fotorama__arr:link > span, .fotorama__arr:visited > span, .fotorama__arr:hover > span, a.ct-view-cta:hover .fotorama__arr.button > span, a.ct-view-cta:focus .fotorama__arr.button > span, a.ct-view-cta:hover .title .fotorama__arr.button > span, a.ct-view-cta:focus .title .fotorama__arr.button > span, .fotorama__arr:active > span,
  .fotorama__thumb__arr:link > span,
  .fotorama__thumb__arr:visited > span,
  .fotorama__thumb__arr:hover > span,
  a.ct-view-cta:hover .fotorama__thumb__arr.button > span,
  a.ct-view-cta:focus .fotorama__thumb__arr.button > span,
  a.ct-view-cta:hover .title .fotorama__thumb__arr.button > span,
  a.ct-view-cta:focus .title .fotorama__thumb__arr.button > span,
  .fotorama__thumb__arr:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .fotorama__arr::before,
  .fotorama__thumb__arr::before {
    line-height: 2em; }
  .fotorama__arr--left, .fotorama__arr--prev,
  .fotorama__thumb__arr--left,
  .fotorama__thumb__arr--prev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .fotorama__arr--right, .fotorama__arr--next,
  .fotorama__thumb__arr--right,
  .fotorama__thumb__arr--next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .fotorama__arr--right.fotorama__arr--disabled, .fotorama__arr--next.fotorama__arr--disabled,
    .fotorama__thumb__arr--right.fotorama__arr--disabled,
    .fotorama__thumb__arr--next.fotorama__arr--disabled {
      -webkit-transform: none;
      transform: none; }

.fotorama__arr {
  width: 3.125rem; }

.fotorama__caption {
  display: none; }

.fotorama__thumb__arr {
  padding: 0.5625rem 0; }
  .fotorama__thumb__arr::before {
    font-size: 0.875rem; }

.video-thumb-icon:after {
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: 'icons';
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.video-thumb-icon::before, .video-thumb-icon::after {
  content: none; }

.video-thumb-icon .fotorama__thumb {
  background: #1a1a1a; }
  .video-thumb-icon .fotorama__thumb:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .video-thumb-icon .fotorama__thumb::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8125rem;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .video-thumb-icon .fotorama__thumb img {
    display: none; }

.fotorama-video-container::before {
  border-radius: 0 50%;
  border: none; }

.fotorama--fullscreen {
  z-index: 10000 !important; }
  .fotorama--fullscreen .fotorama__fullscreen-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #000;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #000;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    top: 0.625rem;
    right: 0.625rem;
    bottom: auto; }
    .fotorama--fullscreen .fotorama__fullscreen-icon::before, .fotorama--fullscreen .fotorama__fullscreen-icon::after,
    .fotorama--fullscreen .fotorama__fullscreen-icon i:first-child,
    .fotorama--fullscreen .fotorama__fullscreen-icon i:last-child {
      font-size: 1rem; }
    .fotorama--fullscreen .fotorama__fullscreen-icon::before,
    .fotorama--fullscreen .fotorama__fullscreen-icon i:first-child {
      margin-right: 0.625rem; }
    .fotorama--fullscreen .fotorama__fullscreen-icon::after,
    .fotorama--fullscreen .fotorama__fullscreen-icon i:last-child {
      margin-left: 0.625rem; }
    
    .fotorama--fullscreen .fotorama__fullscreen-icon:hover,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__fullscreen-icon.button,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__fullscreen-icon.button,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__fullscreen-icon.button,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__fullscreen-icon.button, .fotorama--fullscreen .fotorama__fullscreen-icon:focus {
      color: #fff;
      background-color: #1a1a1a; }
    .fotorama--fullscreen .fotorama__fullscreen-icon:active {
      color: #fff;
      background-color: #000; }
    .fotorama--fullscreen .fotorama__fullscreen-icon.disabled, .fotorama--fullscreen .fotorama__fullscreen-icon[disabled],
    fieldset[disabled] .fotorama--fullscreen .fotorama__fullscreen-icon {
      background: #4d4d4d;
      cursor: default;
      color: #999999; }
    .fotorama--fullscreen .fotorama__fullscreen-icon::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .fotorama--fullscreen .fotorama__fullscreen-icon::before, .fotorama--fullscreen .fotorama__fullscreen-icon::after,
    .fotorama--fullscreen .fotorama__fullscreen-icon i:first-child,
    .fotorama--fullscreen .fotorama__fullscreen-icon i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .fotorama--fullscreen .fotorama__fullscreen-icon span {
      position: relative;
      display: block; }
      .fotorama--fullscreen .fotorama__fullscreen-icon span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    
    .fotorama--fullscreen .fotorama__fullscreen-icon:hover,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__fullscreen-icon.button,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__fullscreen-icon.button,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__fullscreen-icon.button,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__fullscreen-icon.button, .fotorama--fullscreen .fotorama__fullscreen-icon:focus {
      background-color: #333333; }
      .fotorama--fullscreen .fotorama__fullscreen-icon:hover span, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__fullscreen-icon.button span, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__fullscreen-icon.button span, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__fullscreen-icon.button span, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__fullscreen-icon.button span, .fotorama--fullscreen .fotorama__fullscreen-icon:focus span {
        position: relative; }
        .fotorama--fullscreen .fotorama__fullscreen-icon:hover span::after, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__fullscreen-icon.button span::after, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__fullscreen-icon.button span::after, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__fullscreen-icon.button span::after, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__fullscreen-icon.button span::after, .fotorama--fullscreen .fotorama__fullscreen-icon:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .fotorama--fullscreen .fotorama__fullscreen-icon:active {
      background-color: #000; }
    .fotorama--fullscreen .fotorama__fullscreen-icon.disabled, .fotorama--fullscreen .fotorama__fullscreen-icon[disabled],
    fieldset[disabled] .fotorama--fullscreen .fotorama__fullscreen-icon {
      background: #212121;
      color: #fff; }
      .fotorama--fullscreen .fotorama__fullscreen-icon.disabled span::after, .fotorama--fullscreen .fotorama__fullscreen-icon[disabled] span::after,
      fieldset[disabled] .fotorama--fullscreen .fotorama__fullscreen-icon span::after {
        display: none; }
    .fotorama--fullscreen .fotorama__fullscreen-icon:before, .fotorama--fullscreen .fotorama__fullscreen-icon:after,
    .fotorama--fullscreen .fotorama__fullscreen-icon i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .fotorama--fullscreen .fotorama__fullscreen-icon > span:first-child:last-child,
    .fotorama--fullscreen .fotorama__fullscreen-icon i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .fotorama--fullscreen .fotorama__fullscreen-icon:before, .fotorama--fullscreen .fotorama__fullscreen-icon:after,
    .fotorama--fullscreen .fotorama__fullscreen-icon i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .fotorama--fullscreen .fotorama__fullscreen-icon:link > span, .fotorama--fullscreen .fotorama__fullscreen-icon:visited > span,
    .fotorama--fullscreen .fotorama__fullscreen-icon:hover > span,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__fullscreen-icon.button > span,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__fullscreen-icon.button > span,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__fullscreen-icon.button > span,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__fullscreen-icon.button > span,
    .fotorama--fullscreen a.ct-view-cta:hover .title .fotorama__fullscreen-icon.button > span,
    .fotorama--fullscreen a.ct-view-cta:focus .title .fotorama__fullscreen-icon.button > span, .fotorama--fullscreen .fotorama__fullscreen-icon:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .fotorama--fullscreen .fotorama__fullscreen-icon::before {
      line-height: 2rem; }
  .fotorama--fullscreen .fotorama__zoom-in,
  .fotorama--fullscreen .fotorama__zoom-out {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: transparent;
    color: inherit;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a1a1a;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    display: none;
    left: 0.625rem; }
    .fotorama--fullscreen .fotorama__zoom-in::before, .fotorama--fullscreen .fotorama__zoom-in::after,
    .fotorama--fullscreen .fotorama__zoom-in i:first-child,
    .fotorama--fullscreen .fotorama__zoom-in i:last-child,
    .fotorama--fullscreen .fotorama__zoom-out::before,
    .fotorama--fullscreen .fotorama__zoom-out::after,
    .fotorama--fullscreen .fotorama__zoom-out i:first-child,
    .fotorama--fullscreen .fotorama__zoom-out i:last-child {
      font-size: 1rem; }
    .fotorama--fullscreen .fotorama__zoom-in::before,
    .fotorama--fullscreen .fotorama__zoom-in i:first-child,
    .fotorama--fullscreen .fotorama__zoom-out::before,
    .fotorama--fullscreen .fotorama__zoom-out i:first-child {
      margin-right: 0.625rem; }
    .fotorama--fullscreen .fotorama__zoom-in::after,
    .fotorama--fullscreen .fotorama__zoom-in i:last-child,
    .fotorama--fullscreen .fotorama__zoom-out::after,
    .fotorama--fullscreen .fotorama__zoom-out i:last-child {
      margin-left: 0.625rem; }
    .fotorama--fullscreen .fotorama__zoom-in:hover, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen .fotorama__zoom-in:focus,
    .fotorama--fullscreen .fotorama__zoom-out:hover,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen .fotorama__zoom-out:focus {
      color: inherit;
      background-color: rgba(26, 26, 26, 0); }
    .fotorama--fullscreen .fotorama__zoom-in:active,
    .fotorama--fullscreen .fotorama__zoom-out:active {
      color: inherit;
      background-color: transparent; }
    .fotorama--fullscreen .fotorama__zoom-in.disabled, .fotorama--fullscreen .fotorama__zoom-in[disabled],
    fieldset[disabled] .fotorama--fullscreen .fotorama__zoom-in,
    .fotorama--fullscreen .fotorama__zoom-out.disabled,
    .fotorama--fullscreen .fotorama__zoom-out[disabled],
    fieldset[disabled]
    .fotorama--fullscreen .fotorama__zoom-out {
      background: rgba(77, 77, 77, 0);
      cursor: default;
      color: rgba(153, 153, 153, 0); }
    .fotorama--fullscreen .fotorama__zoom-in::-moz-focus-inner,
    .fotorama--fullscreen .fotorama__zoom-out::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .fotorama--fullscreen .fotorama__zoom-in::before, .fotorama--fullscreen .fotorama__zoom-in::after,
    .fotorama--fullscreen .fotorama__zoom-in i:first-child,
    .fotorama--fullscreen .fotorama__zoom-in i:last-child,
    .fotorama--fullscreen .fotorama__zoom-out::before,
    .fotorama--fullscreen .fotorama__zoom-out::after,
    .fotorama--fullscreen .fotorama__zoom-out i:first-child,
    .fotorama--fullscreen .fotorama__zoom-out i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .fotorama--fullscreen .fotorama__zoom-in span,
    .fotorama--fullscreen .fotorama__zoom-out span {
      position: relative;
      display: block; }
      .fotorama--fullscreen .fotorama__zoom-in span::after,
      .fotorama--fullscreen .fotorama__zoom-out span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .fotorama--fullscreen .fotorama__zoom-in:hover, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen .fotorama__zoom-in:focus,
    .fotorama--fullscreen .fotorama__zoom-out:hover,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen .fotorama__zoom-out:focus {
      background-color: rgba(51, 51, 51, 0); }
      .fotorama--fullscreen .fotorama__zoom-in:hover span, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button span, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button span, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button span, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button span, .fotorama--fullscreen .fotorama__zoom-in:focus span,
      .fotorama--fullscreen .fotorama__zoom-out:hover span,
      .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button span,
      a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button span,
      .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button span,
      a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button span,
      .fotorama--fullscreen .fotorama__zoom-out:focus span {
        position: relative; }
        .fotorama--fullscreen .fotorama__zoom-in:hover span::after, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button span::after, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button span::after, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button span::after, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button span::after, .fotorama--fullscreen .fotorama__zoom-in:focus span::after,
        .fotorama--fullscreen .fotorama__zoom-out:hover span::after,
        .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button span::after,
        a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button span::after,
        .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button span::after,
        a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button span::after,
        .fotorama--fullscreen .fotorama__zoom-out:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .fotorama--fullscreen .fotorama__zoom-in:active,
    .fotorama--fullscreen .fotorama__zoom-out:active {
      background-color: transparent; }
    .fotorama--fullscreen .fotorama__zoom-in.disabled, .fotorama--fullscreen .fotorama__zoom-in[disabled],
    fieldset[disabled] .fotorama--fullscreen .fotorama__zoom-in,
    .fotorama--fullscreen .fotorama__zoom-out.disabled,
    .fotorama--fullscreen .fotorama__zoom-out[disabled],
    fieldset[disabled]
    .fotorama--fullscreen .fotorama__zoom-out {
      background: rgba(33, 33, 33, 0);
      color: #fff; }
      .fotorama--fullscreen .fotorama__zoom-in.disabled span::after, .fotorama--fullscreen .fotorama__zoom-in[disabled] span::after,
      fieldset[disabled] .fotorama--fullscreen .fotorama__zoom-in span::after,
      .fotorama--fullscreen .fotorama__zoom-out.disabled span::after,
      .fotorama--fullscreen .fotorama__zoom-out[disabled] span::after,
      fieldset[disabled]
      .fotorama--fullscreen .fotorama__zoom-out span::after {
        display: none; }
    .fotorama--fullscreen .fotorama__zoom-in:hover, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen .fotorama__zoom-in:focus,
    .fotorama--fullscreen .fotorama__zoom-out:hover,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen .fotorama__zoom-out:focus {
      border-color: #808080; }
    .fotorama--fullscreen .fotorama__zoom-in:active,
    .fotorama--fullscreen .fotorama__zoom-out:active {
      background-color: rgba(0, 0, 0, 0.05); }
    .fotorama--fullscreen .fotorama__zoom-in.disabled, .fotorama--fullscreen .fotorama__zoom-in[disabled],
    fieldset[disabled] .fotorama--fullscreen .fotorama__zoom-in,
    .fotorama--fullscreen .fotorama__zoom-out.disabled,
    .fotorama--fullscreen .fotorama__zoom-out[disabled],
    fieldset[disabled]
    .fotorama--fullscreen .fotorama__zoom-out {
      background-color: transparent;
      color: #e5e5e5;
      border-color: #e5e5e5; }
    .fotorama--fullscreen .fotorama__zoom-in:hover, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button, .fotorama--fullscreen .fotorama__zoom-in:active, .fotorama--fullscreen .fotorama__zoom-in:focus,
    .fotorama--fullscreen .fotorama__zoom-out:hover,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button,
    .fotorama--fullscreen .fotorama__zoom-out:active,
    .fotorama--fullscreen .fotorama__zoom-out:focus {
      color: #1a1a1a; }
    .fotorama--fullscreen .fotorama__zoom-in:before, .fotorama--fullscreen .fotorama__zoom-in:after,
    .fotorama--fullscreen .fotorama__zoom-in i,
    .fotorama--fullscreen .fotorama__zoom-out:before,
    .fotorama--fullscreen .fotorama__zoom-out:after,
    .fotorama--fullscreen .fotorama__zoom-out i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .fotorama--fullscreen .fotorama__zoom-in > span:first-child:last-child,
    .fotorama--fullscreen .fotorama__zoom-in i + span:last-child,
    .fotorama--fullscreen .fotorama__zoom-out > span:first-child:last-child,
    .fotorama--fullscreen .fotorama__zoom-out i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .fotorama--fullscreen .fotorama__zoom-in:before, .fotorama--fullscreen .fotorama__zoom-in:after,
    .fotorama--fullscreen .fotorama__zoom-in i,
    .fotorama--fullscreen .fotorama__zoom-out:before,
    .fotorama--fullscreen .fotorama__zoom-out:after,
    .fotorama--fullscreen .fotorama__zoom-out i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .fotorama--fullscreen .fotorama__zoom-in:link > span, .fotorama--fullscreen .fotorama__zoom-in:visited > span, .fotorama--fullscreen .fotorama__zoom-in:hover > span, .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-in.button > span, a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-in.button > span, .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-in.button > span, a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-in.button > span, .fotorama--fullscreen a.ct-view-cta:hover .title .fotorama__zoom-in.button > span, .fotorama--fullscreen a.ct-view-cta:focus .title .fotorama__zoom-in.button > span, .fotorama--fullscreen .fotorama__zoom-in:active > span,
    .fotorama--fullscreen .fotorama__zoom-out:link > span,
    .fotorama--fullscreen .fotorama__zoom-out:visited > span,
    .fotorama--fullscreen .fotorama__zoom-out:hover > span,
    .fotorama--fullscreen a.ct-view-cta:hover .fotorama__zoom-out.button > span,
    a.ct-view-cta:hover .fotorama--fullscreen .fotorama__zoom-out.button > span,
    .fotorama--fullscreen a.ct-view-cta:focus .fotorama__zoom-out.button > span,
    a.ct-view-cta:focus .fotorama--fullscreen .fotorama__zoom-out.button > span,
    .fotorama--fullscreen a.ct-view-cta:hover .title .fotorama__zoom-out.button > span,
    .fotorama--fullscreen a.ct-view-cta:focus .title .fotorama__zoom-out.button > span,
    .fotorama--fullscreen .fotorama__zoom-out:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .fotorama--fullscreen .fotorama__zoom-in::before,
    .fotorama--fullscreen .fotorama__zoom-out::before {
      line-height: 2rem; }
    .fotorama--fullscreen .fotorama__zoom-in.zoom-in-loaded, .fotorama--fullscreen .fotorama__zoom-in.zoom-out-loaded,
    .fotorama--fullscreen .fotorama__zoom-out.zoom-in-loaded,
    .fotorama--fullscreen .fotorama__zoom-out.zoom-out-loaded {
      display: block; }
    .fotorama--fullscreen .fotorama__zoom-in--disabled,
    .fotorama--fullscreen .fotorama__zoom-out--disabled {
      display: none !important; }
  .fotorama--fullscreen .fotorama__zoom-in {
    top: 0.625rem; }
  .fotorama--fullscreen .fotorama__zoom-out {
    top: 5rem; }

.block.newsletter {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000; }
  .block.newsletter .title {
    width: 100%;
    margin-bottom: 3.125rem; }
    .block.newsletter .title strong {
      font: bold 2.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 300 1.625rem/1.23077 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      color: #000;
      margin-bottom: 0; }
      .block.newsletter .title strong.-alt {
        text-transform: uppercase; }
      .block.newsletter .title strong:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .block.newsletter .title strong {
          font-size: 1.5rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .block.newsletter .title strong {
          font-size: 1.5rem; } }
  .block.newsletter .content {
    margin-top: 0;
    margin-left: 0;
    border-top: none;
    border-left: none;
    padding: 0; }
  .block.newsletter .form.subscribe .field input {
    border-width: 0 0 1px 0;
    border-color: #ccc;
    border-radius: 0;
    padding-top: 0;
    padding-left: 3.125rem;
    color: #000; }
    .block.newsletter .form.subscribe .field input::-webkit-input-placeholder {
      font-size: 1rem;
      line-height: 1.625;
      font-style: normal;
      font-weight: normal;
      color: #808080; }
    .block.newsletter .form.subscribe .field input:-moz-placeholder {
      font-size: 1rem;
      line-height: 1.625;
      font-style: normal;
      font-weight: normal;
      color: #808080; }
    .block.newsletter .form.subscribe .field input::-moz-placeholder {
      font-size: 1rem;
      line-height: 1.625;
      font-style: normal;
      font-weight: normal;
      color: #808080; }
    .block.newsletter .form.subscribe .field input:-ms-input-placeholder {
      font-size: 1rem;
      line-height: 1.625;
      font-style: normal;
      font-weight: normal;
      color: #808080; }
    .block.newsletter .form.subscribe .field input:not(:hover):not(:focus) {
      border-color: #ccc; }
    .block.newsletter .form.subscribe .field input:focus {
      border-color: #f69052;
      box-shadow: none; }
  .block.newsletter .form.subscribe .action.subscribe {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191919;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem; }
    .block.newsletter .form.subscribe .action.subscribe:focus, .block.newsletter .form.subscribe .action.subscribe:active, .block.newsletter .form.subscribe .action.subscribe:hover, .block.newsletter .form.subscribe a.ct-view-cta:hover .action.subscribe.button, a.ct-view-cta:hover .block.newsletter .form.subscribe .action.subscribe.button, .block.newsletter .form.subscribe a.ct-view-cta:focus .action.subscribe.button, a.ct-view-cta:focus .block.newsletter .form.subscribe .action.subscribe.button {
      background: none;
      border: none; }
    .block.newsletter .form.subscribe .action.subscribe.disabled, .block.newsletter .form.subscribe .action.subscribe[disabled],
    fieldset[disabled] .block.newsletter .form.subscribe .action.subscribe {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .block.newsletter .form.subscribe .action.subscribe:after {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .block.newsletter .form.subscribe .action.subscribe::after {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 1.875rem;
      line-height: 1.125rem;
      margin-left: 1.666em; }
      @media only screen and (max-width: 74.9375rem) {
        .block.newsletter .form.subscribe .action.subscribe::after {
          margin-left: .5em; } }
    .block.newsletter .form.subscribe .action.subscribe span::after {
      bottom: -.1em; }
    .block.newsletter .form.subscribe .action.subscribe:hover, .block.newsletter .form.subscribe a.ct-view-cta:hover .action.subscribe.button, a.ct-view-cta:hover .block.newsletter .form.subscribe .action.subscribe.button, .block.newsletter .form.subscribe a.ct-view-cta:focus .action.subscribe.button, a.ct-view-cta:focus .block.newsletter .form.subscribe .action.subscribe.button, .block.newsletter .form.subscribe .action.subscribe:focus {
      color: #8e8e8e; }
      .block.newsletter .form.subscribe .action.subscribe:hover span::after, .block.newsletter .form.subscribe a.ct-view-cta:hover .action.subscribe.button span::after, a.ct-view-cta:hover .block.newsletter .form.subscribe .action.subscribe.button span::after, .block.newsletter .form.subscribe a.ct-view-cta:focus .action.subscribe.button span::after, a.ct-view-cta:focus .block.newsletter .form.subscribe .action.subscribe.button span::after, .block.newsletter .form.subscribe .action.subscribe:focus span::after {
        background-color: #74c7ce; }
  @media only screen and (min-width: 75rem) {
    .block.newsletter {
      padding: 5rem 0; }
      .block.newsletter .form.subscribe {
        margin-left: -1.25rem;
        margin-right: -1.25rem; }
        .block.newsletter .form.subscribe .field,
        .block.newsletter .form.subscribe .actions {
          margin-left: 1.25rem;
          margin-right: 1.25rem; }
        .block.newsletter .form.subscribe .field:before {
          content: "";
          display: inline-block;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          font-family: 'icons';
          text-decoration: inherit;
          text-transform: none;
          speak: none;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          position: absolute;
          font-size: 1.4375rem;
          top: 0;
          left: 0;
          margin-top: 0;
          line-height: 1; } }
  @media only screen and (max-width: 74.9375rem) {
    .block.newsletter {
      padding: 2.5rem 0; }
      .block.newsletter .title {
        margin-bottom: 1.25rem; }
      .block.newsletter .form.subscribe .field input {
        padding-left: 0;
        padding-right: 0;
        min-width: 12.5rem; }
      .block.newsletter .form.subscribe .action.subscribe::after {
        margin-left: 0.625rem; } }

.price-box .price {
  font-weight: 300; }

.price-box .special-price {
  color: inherit; }

.price-box .normal-price {
  line-height: normal; }
  .price-box .normal-price .price-label {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #666;
    text-align: left; }

.product-reviews-summary {
  line-height: 1; }
  .product-reviews-summary::before {
    content: none; }
  .product-reviews-summary .reviews-actions .action.add {
    margin-left: auto; }
  .product-reviews-summary .reviews-actions .action.view {
    margin-right: 0.625rem; }
    .product-reviews-summary .reviews-actions .action.view::before {
      content: '('; }
    .product-reviews-summary .reviews-actions .action.view::after {
      content: ')';
      margin-left: -.25em; }
    .product-reviews-summary .reviews-actions .action.view span:not([itemprop]) {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .product-reviews-summary .rating-summary {
    display: inline-block;
    margin-right: 0.3125rem;
    margin-bottom: 0; }
    .product-reviews-summary .rating-summary .label {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }

.rating-summary {
  margin-bottom: 0.625rem; }
  .rating-summary .rating-result {
    width: 7.75em;
    font-size: 0.625rem;
    letter-spacing: .375em;
    text-indent: .375em;
    margin-left: -.375em; }
    .rating-summary .rating-result > span::before {
      font-weight: bold; }

.review-control-vote::before {
  font-size: 1rem; }

.review-control-vote input[type=radio] + label {
  padding-left: 0; }
  .review-control-vote input[type=radio] + label.rating-1::before, .review-control-vote input[type=radio] + label.rating-2::before, .review-control-vote input[type=radio] + label.rating-3::before, .review-control-vote input[type=radio] + label.rating-4::before, .review-control-vote input[type=radio] + label.rating-5::before {
    font-weight: bold; }
  .review-control-vote input[type=radio] + label::before {
    border: none; }
  .review-control-vote input[type=radio] + label:after {
    content: none !important; }

@media only screen and (min-width: 63.9375rem) {
  .review-form {
    max-width: 37.5rem;
    margin-left: 0;
    padding-left: 0; } }

@media only screen and (min-width: 75rem) {
  .review-form {
    margin-right: 0;
    padding-right: 0; } }

.header.content .block-search .field.search .label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #000;
  color: #fff;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #000;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  padding: 0.5625rem; }
  .header.content .block-search .field.search .label::before, .header.content .block-search .field.search .label::after,
  .header.content .block-search .field.search .label i:first-child,
  .header.content .block-search .field.search .label i:last-child {
    font-size: 1rem; }
  .header.content .block-search .field.search .label::before,
  .header.content .block-search .field.search .label i:first-child {
    margin-right: 0.625rem; }
  .header.content .block-search .field.search .label::after,
  .header.content .block-search .field.search .label i:last-child {
    margin-left: 0.625rem; }
  .header.content .block-search .field.search .label:hover, .header.content .block-search .field.search a.ct-view-cta:hover .label.button, a.ct-view-cta:hover .header.content .block-search .field.search .label.button, .header.content .block-search .field.search a.ct-view-cta:focus .label.button, a.ct-view-cta:focus .header.content .block-search .field.search .label.button, .header.content .block-search .field.search .label:focus {
    color: #fff;
    background-color: #1a1a1a; }
  .header.content .block-search .field.search .label:active {
    color: #fff;
    background-color: #000; }
  .header.content .block-search .field.search .label.disabled, .header.content .block-search .field.search .label[disabled],
  fieldset[disabled] .header.content .block-search .field.search .label {
    background: #4d4d4d;
    cursor: default;
    color: #999999; }
  .header.content .block-search .field.search .label::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .header.content .block-search .field.search .label::before, .header.content .block-search .field.search .label::after,
  .header.content .block-search .field.search .label i:first-child,
  .header.content .block-search .field.search .label i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .header.content .block-search .field.search .label span {
    position: relative;
    display: block; }
    .header.content .block-search .field.search .label span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .header.content .block-search .field.search .label:hover, .header.content .block-search .field.search a.ct-view-cta:hover .label.button, a.ct-view-cta:hover .header.content .block-search .field.search .label.button, .header.content .block-search .field.search a.ct-view-cta:focus .label.button, a.ct-view-cta:focus .header.content .block-search .field.search .label.button, .header.content .block-search .field.search .label:focus {
    background-color: #333333; }
    .header.content .block-search .field.search .label:hover span, .header.content .block-search .field.search a.ct-view-cta:hover .label.button span, a.ct-view-cta:hover .header.content .block-search .field.search .label.button span, .header.content .block-search .field.search a.ct-view-cta:focus .label.button span, a.ct-view-cta:focus .header.content .block-search .field.search .label.button span, .header.content .block-search .field.search .label:focus span {
      position: relative; }
      .header.content .block-search .field.search .label:hover span::after, .header.content .block-search .field.search a.ct-view-cta:hover .label.button span::after, a.ct-view-cta:hover .header.content .block-search .field.search .label.button span::after, .header.content .block-search .field.search a.ct-view-cta:focus .label.button span::after, a.ct-view-cta:focus .header.content .block-search .field.search .label.button span::after, .header.content .block-search .field.search .label:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .header.content .block-search .field.search .label:active {
    background-color: #000; }
  .header.content .block-search .field.search .label.disabled, .header.content .block-search .field.search .label[disabled],
  fieldset[disabled] .header.content .block-search .field.search .label {
    background: #212121;
    color: #fff; }
    .header.content .block-search .field.search .label.disabled span::after, .header.content .block-search .field.search .label[disabled] span::after,
    fieldset[disabled] .header.content .block-search .field.search .label span::after {
      display: none; }
  .header.content .block-search .field.search .label span::after {
    bottom: -.3em;
    height: 0.0625rem; }
  .header.content .block-search .field.search .label::before, .header.content .block-search .field.search .label::after,
  .header.content .block-search .field.search .label i:first-child,
  .header.content .block-search .field.search .label i:last-child {
    font-size: 1.125rem; }
  .header.content .block-search .field.search .label:before, .header.content .block-search .field.search .label:after,
  .header.content .block-search .field.search .label i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .header.content .block-search .field.search .label > span:first-child:last-child,
  .header.content .block-search .field.search .label i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .header.content .block-search .field.search .label:before, .header.content .block-search .field.search .label:after,
  .header.content .block-search .field.search .label i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .header.content .block-search .field.search .label:link > span, .header.content .block-search .field.search .label:visited > span, .header.content .block-search .field.search .label:hover > span, .header.content .block-search .field.search a.ct-view-cta:hover .label.button > span, a.ct-view-cta:hover .header.content .block-search .field.search .label.button > span, .header.content .block-search .field.search a.ct-view-cta:focus .label.button > span, a.ct-view-cta:focus .header.content .block-search .field.search .label.button > span, .header.content .block-search .field.search a.ct-view-cta:hover .title .label.button > span, .header.content .block-search .field.search a.ct-view-cta:focus .title .label.button > span, .header.content .block-search .field.search .label:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .header.content .block-search .field.search .label:hover, .header.content .block-search .field.search a.ct-view-cta:hover .label.button, a.ct-view-cta:hover .header.content .block-search .field.search .label.button, .header.content .block-search .field.search a.ct-view-cta:focus .label.button, a.ct-view-cta:focus .header.content .block-search .field.search .label.button {
    background-color: #333; }
  .header.content .block-search .field.search .label::before {
    color: inherit;
    font-size: 1rem;
    width: 1em;
    line-height: 1em; }

.header.content .block-search .field.search .action.search {
  padding: 0.625rem; }
  .header.content .block-search .field.search .action.search::before {
    font-size: 1rem; }

.header.content .block-search .field.search .input-text + .action.search {
  display: none; }

@media only screen and (min-width: 75rem) {
  .page-header:not(.-fixed) .header.content .block-search .field.search .label + .control {
    margin-right: 0.625rem; }
    .page-header:not(.-fixed) .header.content .block-search .field.search .label + .control input {
      padding-top: 0.375rem;
      padding-bottom: 0.375rem; }
  .page-header:not(.-fixed) .header.content .block-search .field.search .action.search {
    padding: 0.5rem; }
  .page-header:not(.-fixed) .header.content .block-search .field.search .label {
    position: relative; }
    .page-header:not(.-fixed) .header.content .block-search .field.search .label + .control {
      position: absolute;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 1001;
      margin: 0.3125rem 0 0 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: center top;
      transform-origin: center top;
      transition: opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s;
      transition: transform 0.2s, opacity 0.2s, visibility 0.2s linear 0.2s, -webkit-transform 0.2s;
      box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
      margin-top: 0.625rem;
      margin-right: 0;
      padding: 0.625rem;
      border-radius: 0 0.625rem;
      background-color: #fff;
      visibility: visible; }
      .page-header:not(.-fixed) .header.content .block-search .field.search .label + .control::before, .page-header:not(.-fixed) .header.content .block-search .field.search .label + .control::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 100%;
        z-index: 1002;
        width: 1.25rem;
        margin-left: -0.625rem;
        border-width: 0.3125rem 0.625rem;
        border-style: solid;
        border-color: #fff transparent;
        border-top-width: 0;
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s; }
      .page-header:not(.-fixed) .header.content .block-search .field.search .label + .control::before {
        z-index: 1001;
        width: 1.375rem;
        margin-left: -0.6875rem;
        border-color: #f2f2f2 transparent;
        border-width: 0.375rem 0.6875rem;
        border-top-width: 0; }
      .page-header:not(.-fixed) .header.content .block-search .field.search .label + .control::before, .page-header:not(.-fixed) .header.content .block-search .field.search .label + .control::after {
        left: auto;
        right: 0.4375rem;
        margin-left: 0; }
    .page-header:not(.-fixed) .header.content .block-search .field.search .label.active + .control {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
      transition: opacity 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, opacity 0.2s;
      transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
  .page-header:not(.-fixed) .header.content .block-search .field.search .action.search {
    top: 0.625rem;
    right: 0.625rem; } }

@media only screen and (min-width: 64rem) {
  .page-header.-fixed .header.content .block-search {
    position: relative; }
    .page-header.-fixed .header.content .block-search .field.search .label + .control {
      top: 0;
      left: auto;
      right: 100%;
      width: 18.75rem;
      min-width: 0;
      margin-top: 0;
      margin-right: 0.625rem;
      border: none;
      border-radius: 0;
      padding: 0;
      background: transparent;
      box-shadow: none;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: center right;
      transform-origin: center right; }
      .page-header.-fixed .header.content .block-search .field.search .label + .control input {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem; }
    .page-header.-fixed .header.content .block-search .field.search .label.active + .control {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
    .page-header.-fixed .header.content .block-search .field.search .action.search {
      margin-top: 0;
      margin-right: 0; } }

.search-autocomplete {
  border-radius: 0.625rem 0;
  max-height: calc(100vh - 9.375rem); }
  @media only screen and (max-width: 93.75rem) {
    .page-header.-fixed .search-autocomplete {
      width: 100% !important; } }
  @media only screen and (min-width: 75rem) and (max-width: 84.375rem) {
    .page-header:not(.-fixed) .search-autocomplete {
      width: calc(100% - 1.25rem) !important;
      max-height: calc(100vh - 12.5rem); } }
  .search-autocomplete .autocomplete-list dd {
    border-radius: 0.3125rem 0;
    color: #1a1a1a; }
    .search-autocomplete .autocomplete-list dd .product-item .product-sku {
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-bottom: .5em;
      color: #4d4d4d; }
    .search-autocomplete .autocomplete-list dd .product-item .product-name {
      font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      color: #333;
      letter-spacing: normal;
      margin-top: 0;
      color: inherit; }
      .search-autocomplete .autocomplete-list dd .product-item .product-name.-alt {
        text-transform: uppercase; }
      .search-autocomplete .autocomplete-list dd .product-item .product-name:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .search-autocomplete .autocomplete-list dd .product-item .product-name {
          font-size: 1rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .search-autocomplete .autocomplete-list dd .product-item .product-name {
          font-size: 0.875rem; } }

.sendfriend-product-send .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .sendfriend-product-send .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .sendfriend-product-send .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .sendfriend-product-send .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .sendfriend-product-send .page-title-wrapper::before {
        height: 7.5rem; } }
  .sendfriend-product-send .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .sendfriend-product-send .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .sendfriend-product-send .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .sendfriend-product-send .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .sendfriend-product-send .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .sendfriend-product-send .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .sendfriend-product-send .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .sendfriend-product-send .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.sendfriend-product-send .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .sendfriend-product-send .columns {
      padding-top: 1.5rem; } }

.form.send.friend {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 50rem; }
  @media only screen and (max-width: 74.9375rem) {
    .form.send.friend {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .form.send.friend .fields {
    position: relative;
    margin-bottom: 1.875rem; }
  .form.send.friend .action.remove {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    transition: color 0.15s linear 0s;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    margin-left: 0;
    line-height: 1; }
    .form.send.friend .action.remove:before, .form.send.friend .action.remove:after,
    .form.send.friend .action.remove i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .form.send.friend .action.remove > span:first-child:last-child,
    .form.send.friend .action.remove i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .form.send.friend .action.remove:before, .form.send.friend .action.remove:after,
    .form.send.friend .action.remove i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .form.send.friend .action.remove:link > span, .form.send.friend .action.remove:visited > span, .form.send.friend .action.remove:hover > span, .form.send.friend a.ct-view-cta:hover .action.remove.button > span, a.ct-view-cta:hover .form.send.friend .action.remove.button > span, .form.send.friend a.ct-view-cta:focus .action.remove.button > span, a.ct-view-cta:focus .form.send.friend .action.remove.button > span, .form.send.friend a.ct-view-cta:hover .title .action.remove.button > span, .form.send.friend a.ct-view-cta:focus .title .action.remove.button > span, .form.send.friend .action.remove:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .form.send.friend .action.remove:focus, .form.send.friend .action.remove:active, .form.send.friend .action.remove:hover, .form.send.friend a.ct-view-cta:hover .action.remove.button, a.ct-view-cta:hover .form.send.friend .action.remove.button, .form.send.friend a.ct-view-cta:focus .action.remove.button, a.ct-view-cta:focus .form.send.friend .action.remove.button {
      background: none;
      border: none;
      color: #8e8e8e; }
    .form.send.friend .action.remove.disabled, .form.send.friend .action.remove[disabled],
    fieldset[disabled] .form.send.friend .action.remove {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .form.send.friend .action.remove:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .form.send.friend .action.remove::before {
      font-size: 1rem; }
  .form.send.friend .action.add {
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem; }
    .form.send.friend .action.add span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .form.send.friend .action.add::before, .form.send.friend .action.add::after,
    .form.send.friend .action.add i:first-child,
    .form.send.friend .action.add i:last-child {
      font-size: 1.125rem; }
  @media only screen and (min-width: 75rem) {
    .form.send.friend .fieldset .additional .action.remove {
      margin-left: 0;
      top: 0; } }

.swatch-option.color, .swatch-option.image {
  width: 1.875rem !important;
  height: 1.875rem !important;
  border-radius: 20%;
  padding: 0;
  transition: initial; }
  .swatch-option.color, .swatch-option.color.selected, .swatch-option.image, .swatch-option.image.selected {
    margin: 5px; }
  .swatch-option.color:after, .swatch-option.image:after {
    top: -5px;
    border: 0;
    left: -5px;
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    transition: border-color .2s; }
  .swatch-option.color:hover, a.ct-view-cta:hover .swatch-option.color.button, a.ct-view-cta:focus .swatch-option.color.button, .swatch-option.color.selected, .swatch-option.image:hover, a.ct-view-cta:hover .swatch-option.image.button, a.ct-view-cta:focus .swatch-option.image.button, .swatch-option.image.selected {
    border: 0; }
    .swatch-option.color:hover:after, a.ct-view-cta:hover .swatch-option.color.button:after, a.ct-view-cta:focus .swatch-option.color.button:after, .swatch-option.color.selected:after, .swatch-option.image:hover:after, a.ct-view-cta:hover .swatch-option.image.button:after, a.ct-view-cta:focus .swatch-option.image.button:after, .swatch-option.image.selected:after {
      border: 1px solid black; }

.product-item .swatch-attribute {
  margin: 10px 0;
  overflow: hidden; }

.catalog-product-view .product-add-form .product-options-wrapper .swatch-attribute-options {
  max-width: 120px; }

.swatch-option-tooltip {
  margin-left: -10px; }
  .swatch-option-tooltip .image {
    display: none !important; }

@media only print {
  .tablesaw-bar {
    display: none; } }

.tablesaw-advance a.tablesaw-nav-btn {
  border-radius: 0 .8rem; }
  .tablesaw-advance a.tablesaw-nav-btn.right {
    border-radius: .8rem 0; }

.tablesaw-advance a.tablesaw-columntoggle-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #74c7ce;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #6f6f6f;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  width: auto;
  height: auto;
  margin-left: 0.625rem;
  text-indent: 0;
  font-size: 0;
  border-radius: 0 .8rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::before, .tablesaw-advance a.tablesaw-columntoggle-btn::after,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:first-child,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:last-child {
    font-size: 1rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::before,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:first-child {
    margin-right: 0.625rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::after,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:last-child {
    margin-left: 0.625rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.tablesaw-columntoggle-btn:focus {
    color: #74c7ce;
    background-color: white; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:active {
    color: #74c7ce;
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.disabled, .tablesaw-advance a.tablesaw-columntoggle-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-columntoggle-btn {
    background: white;
    cursor: default;
    color: white; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::before, .tablesaw-advance a.tablesaw-columntoggle-btn::after,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:first-child,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn span {
    position: relative;
    display: block; }
    .tablesaw-advance a.tablesaw-columntoggle-btn span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.tablesaw-columntoggle-btn:focus {
    background-color: #e5e5e5; }
    .tablesaw-advance a.tablesaw-columntoggle-btn:hover span, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button span, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button span, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button span, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button span, .tablesaw-advance a.tablesaw-columntoggle-btn:focus span {
      position: relative; }
      .tablesaw-advance a.tablesaw-columntoggle-btn:hover span::after, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button span::after, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button span::after, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button span::after, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button span::after, .tablesaw-advance a.tablesaw-columntoggle-btn:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:active {
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.disabled, .tablesaw-advance a.tablesaw-columntoggle-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-columntoggle-btn {
    background: white;
    color: #fff; }
    .tablesaw-advance a.tablesaw-columntoggle-btn.disabled span::after, .tablesaw-advance a.tablesaw-columntoggle-btn[disabled] span::after,
    fieldset[disabled] .tablesaw-advance a.tablesaw-columntoggle-btn span::after {
      display: none; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.tablesaw-columntoggle-btn:focus {
    background-color: #e5e5e5; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:active {
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.disabled, .tablesaw-advance a.tablesaw-columntoggle-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-columntoggle-btn {
    color: #e5e5e5;
    background-color: #fff; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::before, .tablesaw-advance a.tablesaw-columntoggle-btn::after,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:first-child,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:last-child {
    font-size: 1rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::before,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:first-child {
    margin-right: 0.625rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::after,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:last-child {
    margin-left: 0.625rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.tablesaw-columntoggle-btn:focus {
    color: #6f6f6f;
    background-color: white; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:active {
    color: #6f6f6f;
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.disabled, .tablesaw-advance a.tablesaw-columntoggle-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-columntoggle-btn {
    background: white;
    cursor: default;
    color: white; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .tablesaw-advance a.tablesaw-columntoggle-btn::before, .tablesaw-advance a.tablesaw-columntoggle-btn::after,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:first-child,
  .tablesaw-advance a.tablesaw-columntoggle-btn i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn span {
    position: relative;
    display: block; }
    .tablesaw-advance a.tablesaw-columntoggle-btn span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.tablesaw-columntoggle-btn:focus {
    background-color: #e5e5e5; }
    .tablesaw-advance a.tablesaw-columntoggle-btn:hover span, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button span, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button span, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button span, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button span, .tablesaw-advance a.tablesaw-columntoggle-btn:focus span {
      position: relative; }
      .tablesaw-advance a.tablesaw-columntoggle-btn:hover span::after, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button span::after, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button span::after, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button span::after, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button span::after, .tablesaw-advance a.tablesaw-columntoggle-btn:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:active {
    background-color: #f2f2f2; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.disabled, .tablesaw-advance a.tablesaw-columntoggle-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-columntoggle-btn {
    background: white;
    color: #fff; }
    .tablesaw-advance a.tablesaw-columntoggle-btn.disabled span::after, .tablesaw-advance a.tablesaw-columntoggle-btn[disabled] span::after,
    fieldset[disabled] .tablesaw-advance a.tablesaw-columntoggle-btn span::after {
      display: none; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:hover, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button, .tablesaw-advance a.tablesaw-columntoggle-btn:focus {
    background-color: #fbfbfb; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:active {
    background-color: #e5e5e5; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.disabled, .tablesaw-advance a.tablesaw-columntoggle-btn[disabled],
  fieldset[disabled] .tablesaw-advance a.tablesaw-columntoggle-btn {
    color: #ccc;
    background-color: #fbfbfb; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:before, .tablesaw-advance a.tablesaw-columntoggle-btn:after,
  .tablesaw-advance a.tablesaw-columntoggle-btn i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .tablesaw-advance a.tablesaw-columntoggle-btn > span:first-child:last-child,
  .tablesaw-advance a.tablesaw-columntoggle-btn i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:before, .tablesaw-advance a.tablesaw-columntoggle-btn:after,
  .tablesaw-advance a.tablesaw-columntoggle-btn i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .tablesaw-advance a.tablesaw-columntoggle-btn:link > span, .tablesaw-advance a.tablesaw-columntoggle-btn:visited > span, .tablesaw-advance a.tablesaw-columntoggle-btn:hover > span, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.button > span, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.button > span, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.button > span, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.button > span, .tablesaw-advance a.ct-view-cta:hover .title a.tablesaw-columntoggle-btn.button > span, .tablesaw-advance a.ct-view-cta:focus .title a.tablesaw-columntoggle-btn.button > span, .tablesaw-advance a.tablesaw-columntoggle-btn:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    font-size: 0; }
    .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro:before, .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro:after,
    .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro > span:first-child:last-child,
    .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro:before, .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro:after,
    .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro:link > span, .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro:visited > span, .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro:hover > span, .tablesaw-advance a.ct-view-cta:hover a.tablesaw-columntoggle-btn.btn-micro.button > span, a.ct-view-cta:hover .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro.button > span, .tablesaw-advance a.ct-view-cta:focus a.tablesaw-columntoggle-btn.btn-micro.button > span, a.ct-view-cta:focus .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro.button > span, .tablesaw-advance a.ct-view-cta:hover .title a.tablesaw-columntoggle-btn.btn-micro.button > span, .tablesaw-advance a.ct-view-cta:focus .title a.tablesaw-columntoggle-btn.btn-micro.button > span, .tablesaw-advance a.tablesaw-columntoggle-btn.btn-micro:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.down:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.up:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .tablesaw-advance a.tablesaw-columntoggle-btn.down::before, .tablesaw-advance a.tablesaw-columntoggle-btn.up::before {
    position: static;
    border: none;
    height: auto;
    width: 1em;
    line-height: 1.2em; }

.tablesaw-columntoggle-btnwrap.visible .tablesaw-columntoggle-popup {
  box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
  top: 3.125rem;
  border: none;
  border-radius: .8rem 0;
  -webkit-animation: appear 0.2s;
  animation: appear 0.2s; }

.tablesaw-bar .tablesaw-bar-section .btn-select:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: -.125em;
  vertical-align: middle;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400; }

.tablesaw-bar .tablesaw-bar-section .btn-select::after {
  font-size: 1rem;
  padding: 0;
  line-height: 2.1875rem;
  text-align: right; }

.toolbar-products {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 1rem;
  color: #808080;
  margin-bottom: 0.625rem; }
  @media only screen and (min-width: 75rem) {
    .products.wrapper ~ .toolbar-products {
      margin-top: 3.75rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .products.wrapper ~ .toolbar-products {
      margin-top: 1.875rem; } }

.toolbar-amount {
  color: #1a1a1a;
  font-weight: 300; }

.sorter-label {
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  text-transform: none;
  color: inherit; }

.sorter-options {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0.5rem 1.875rem 0.5rem 0.625rem;
  background-color: transparent;
  background-image: url(../../frontend/O2web/kalia/en_CA/images/angle-down.svg); }

.sorter-action {
  padding: 0.6875rem; }
  .sorter-action::before {
    font-size: 1.125rem;
    width: 1em;
    line-height: 1em; }

.pages .action {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #b4b4b4;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: transparent;
  color: inherit;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #1a1a1a;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  color: #000;
  border-color: #e5e5e5;
  font-size: 1rem; }
  .pages .action::before, .pages .action::after,
  .pages .action i:first-child,
  .pages .action i:last-child {
    font-size: 1rem; }
  .pages .action::before,
  .pages .action i:first-child {
    margin-right: 0.625rem; }
  .pages .action::after,
  .pages .action i:last-child {
    margin-left: 0.625rem; }
  .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
    color: inherit;
    background-color: rgba(26, 26, 26, 0); }
  .pages .action:active {
    color: inherit;
    background-color: transparent; }
  .pages .action.disabled, .pages .action[disabled],
  fieldset[disabled] .pages .action {
    background: rgba(77, 77, 77, 0);
    cursor: default;
    color: rgba(153, 153, 153, 0); }
  .pages .action::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .pages .action::before, .pages .action::after,
  .pages .action i:first-child,
  .pages .action i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .pages .action span {
    position: relative;
    display: block; }
    .pages .action span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
    background-color: rgba(51, 51, 51, 0); }
    .pages .action:hover span, .pages a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .pages .action.button span, .pages a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .pages .action.button span, .pages .action:focus span {
      position: relative; }
      .pages .action:hover span::after, .pages a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .pages .action.button span::after, .pages a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .pages .action.button span::after, .pages .action:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .pages .action:active {
    background-color: transparent; }
  .pages .action.disabled, .pages .action[disabled],
  fieldset[disabled] .pages .action {
    background: rgba(33, 33, 33, 0);
    color: #fff; }
    .pages .action.disabled span::after, .pages .action[disabled] span::after,
    fieldset[disabled] .pages .action span::after {
      display: none; }
  .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
    border-color: #808080; }
  .pages .action:active {
    background-color: rgba(0, 0, 0, 0.05); }
  .pages .action.disabled, .pages .action[disabled],
  fieldset[disabled] .pages .action {
    background-color: transparent;
    color: #e5e5e5;
    border-color: #e5e5e5; }
  .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:active, .pages .action:focus {
    color: #1a1a1a; }
  .pages .action:before, .pages .action:after,
  .pages .action i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .pages .action > span:first-child:last-child,
  .pages .action i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .pages .action:before, .pages .action:after,
  .pages .action i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .pages .action:link > span, .pages .action:visited > span, .pages .action:hover > span, .pages a.ct-view-cta:hover .action.button > span, a.ct-view-cta:hover .pages .action.button > span, .pages a.ct-view-cta:focus .action.button > span, a.ct-view-cta:focus .pages .action.button > span, .pages a.ct-view-cta:hover .title .action.button > span, .pages a.ct-view-cta:focus .title .action.button > span, .pages .action:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  @media only screen and (min-width: 75rem) {
    .pages .action {
      padding: 1rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .pages .action {
      font-size: 0.875rem;
      padding: 0.4375rem; } }
  .pages .action:hover, .pages a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .pages .action.button, .pages a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .pages .action.button, .pages .action:focus {
    color: #000;
    border-color: #b4b4b4; }
  .pages .action:active {
    border-color: #e5e5e5;
    color: #000; }
  .pages .action::before {
    font-size: inherit;
    width: 1em; }

.pages .action,
.pages .page {
  border-radius: 0 .75em; }

.ct-view-button {
  width: 100%; }
  .ct-view-button.button-store-locator .button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #e5e5e5;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #74c7ce;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #f2f2f2;
    color: #6f6f6f;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f2f2f2;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center/contain no-repeat;
    background: #fbfbfb url(../../frontend/O2web/kalia/en_CA/images/btn-store-locator.png) center center no-repeat;
    color: #000; }
    .ct-view-button.button-store-locator .button::before, .ct-view-button.button-store-locator .button::after,
    .ct-view-button.button-store-locator .button i:first-child,
    .ct-view-button.button-store-locator .button i:last-child {
      font-size: 1rem; }
    .ct-view-button.button-store-locator .button::before,
    .ct-view-button.button-store-locator .button i:first-child {
      margin-right: 0.625rem; }
    .ct-view-button.button-store-locator .button::after,
    .ct-view-button.button-store-locator .button i:last-child {
      margin-left: 0.625rem; }
    .ct-view-button.button-store-locator .button:hover, .ct-view-button.button-store-locator a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator .button:focus {
      color: #74c7ce;
      background-color: white; }
    .ct-view-button.button-store-locator .button:active {
      color: #74c7ce;
      background-color: #f2f2f2; }
    .ct-view-button.button-store-locator .button.disabled, .ct-view-button.button-store-locator .button[disabled],
    fieldset[disabled] .ct-view-button.button-store-locator .button {
      background: white;
      cursor: default;
      color: white; }
    .ct-view-button.button-store-locator .button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .ct-view-button.button-store-locator .button::before, .ct-view-button.button-store-locator .button::after,
    .ct-view-button.button-store-locator .button i:first-child,
    .ct-view-button.button-store-locator .button i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .ct-view-button.button-store-locator .button span {
      position: relative;
      display: block; }
      .ct-view-button.button-store-locator .button span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .ct-view-button.button-store-locator .button:hover, .ct-view-button.button-store-locator a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator .button:focus {
      background-color: #e5e5e5; }
      .ct-view-button.button-store-locator .button:hover span, .ct-view-button.button-store-locator a.ct-view-cta:hover .button span, a.ct-view-cta:hover .ct-view-button.button-store-locator .button span, .ct-view-button.button-store-locator a.ct-view-cta:focus .button span, a.ct-view-cta:focus .ct-view-button.button-store-locator .button span, .ct-view-button.button-store-locator .button:focus span {
        position: relative; }
        .ct-view-button.button-store-locator .button:hover span::after, .ct-view-button.button-store-locator a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .ct-view-button.button-store-locator .button span::after, .ct-view-button.button-store-locator a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .ct-view-button.button-store-locator .button span::after, .ct-view-button.button-store-locator .button:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .ct-view-button.button-store-locator .button:active {
      background-color: #f2f2f2; }
    .ct-view-button.button-store-locator .button.disabled, .ct-view-button.button-store-locator .button[disabled],
    fieldset[disabled] .ct-view-button.button-store-locator .button {
      background: white;
      color: #fff; }
      .ct-view-button.button-store-locator .button.disabled span::after, .ct-view-button.button-store-locator .button[disabled] span::after,
      fieldset[disabled] .ct-view-button.button-store-locator .button span::after {
        display: none; }
    .ct-view-button.button-store-locator .button:hover, .ct-view-button.button-store-locator a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator .button:focus {
      background-color: #e5e5e5; }
    .ct-view-button.button-store-locator .button:active {
      background-color: #f2f2f2; }
    .ct-view-button.button-store-locator .button.disabled, .ct-view-button.button-store-locator .button[disabled],
    fieldset[disabled] .ct-view-button.button-store-locator .button {
      color: #e5e5e5;
      background-color: #fff; }
    .ct-view-button.button-store-locator .button::before, .ct-view-button.button-store-locator .button::after,
    .ct-view-button.button-store-locator .button i:first-child,
    .ct-view-button.button-store-locator .button i:last-child {
      font-size: 1rem; }
    .ct-view-button.button-store-locator .button::before,
    .ct-view-button.button-store-locator .button i:first-child {
      margin-right: 0.625rem; }
    .ct-view-button.button-store-locator .button::after,
    .ct-view-button.button-store-locator .button i:last-child {
      margin-left: 0.625rem; }
    .ct-view-button.button-store-locator .button:hover, .ct-view-button.button-store-locator a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator .button:focus {
      color: #6f6f6f;
      background-color: white; }
    .ct-view-button.button-store-locator .button:active {
      color: #6f6f6f;
      background-color: #f2f2f2; }
    .ct-view-button.button-store-locator .button.disabled, .ct-view-button.button-store-locator .button[disabled],
    fieldset[disabled] .ct-view-button.button-store-locator .button {
      background: white;
      cursor: default;
      color: white; }
    .ct-view-button.button-store-locator .button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .ct-view-button.button-store-locator .button::before, .ct-view-button.button-store-locator .button::after,
    .ct-view-button.button-store-locator .button i:first-child,
    .ct-view-button.button-store-locator .button i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .ct-view-button.button-store-locator .button span {
      position: relative;
      display: block; }
      .ct-view-button.button-store-locator .button span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .ct-view-button.button-store-locator .button:hover, .ct-view-button.button-store-locator a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator .button:focus {
      background-color: #e5e5e5; }
      .ct-view-button.button-store-locator .button:hover span, .ct-view-button.button-store-locator a.ct-view-cta:hover .button span, a.ct-view-cta:hover .ct-view-button.button-store-locator .button span, .ct-view-button.button-store-locator a.ct-view-cta:focus .button span, a.ct-view-cta:focus .ct-view-button.button-store-locator .button span, .ct-view-button.button-store-locator .button:focus span {
        position: relative; }
        .ct-view-button.button-store-locator .button:hover span::after, .ct-view-button.button-store-locator a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .ct-view-button.button-store-locator .button span::after, .ct-view-button.button-store-locator a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .ct-view-button.button-store-locator .button span::after, .ct-view-button.button-store-locator .button:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .ct-view-button.button-store-locator .button:active {
      background-color: #f2f2f2; }
    .ct-view-button.button-store-locator .button.disabled, .ct-view-button.button-store-locator .button[disabled],
    fieldset[disabled] .ct-view-button.button-store-locator .button {
      background: white;
      color: #fff; }
      .ct-view-button.button-store-locator .button.disabled span::after, .ct-view-button.button-store-locator .button[disabled] span::after,
      fieldset[disabled] .ct-view-button.button-store-locator .button span::after {
        display: none; }
    .ct-view-button.button-store-locator .button:hover, .ct-view-button.button-store-locator a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator .button:focus {
      background-color: #fbfbfb; }
    .ct-view-button.button-store-locator .button:active {
      background-color: #e5e5e5; }
    .ct-view-button.button-store-locator .button.disabled, .ct-view-button.button-store-locator .button[disabled],
    fieldset[disabled] .ct-view-button.button-store-locator .button {
      color: #ccc;
      background-color: #fbfbfb; }
    .ct-view-button.button-store-locator .button:after {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .ct-view-button.button-store-locator .button::after {
      font-size: 1.666em;
      line-height: .3;
      margin-left: 1.666em; }
    @media only screen and (min-width: 75rem) {
      .ct-view-button.button-store-locator .button {
        padding: 4.6875rem 1.875rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-button.button-store-locator .button {
        padding: 2.5rem 1.25rem; }
        .ct-view-button.button-store-locator .button::after {
          margin-left: .5em; } }
    .ct-view-button.button-store-locator .button:before {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      margin-right: 1em;
      font-size: 2.6875rem;
      color: #808080; }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-button.button-store-locator .button:before {
          font-size: 2rem;
          margin-right: .5em; } }
    .ct-view-button.button-store-locator .button:hover, .ct-view-button.button-store-locator a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-button.button-store-locator .button, .ct-view-button.button-store-locator .button:focus {
      background-color: #f2f2f2;
      color: #000; }

@media only screen and (min-width: 75rem) {
  .content > .acm-container,
  .ct-view-landing > .wrapper > .acm-container {
    margin-bottom: 3.75rem; } }

@media only screen and (max-width: 74.9375rem) {
  .content > .acm-container,
  .ct-view-landing > .wrapper > .acm-container {
    margin-bottom: 1.875rem; } }

.content > .acm-container:last-child,
.ct-view-landing > .wrapper > .acm-container:last-child {
  margin-bottom: 0; }

.ct-view-container {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-container {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .ct-view-container .container-title-container {
    font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal; }
    .ct-view-container .container-title-container.-alt {
      text-transform: uppercase; }
    .ct-view-container .container-title-container:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-container .container-title-container {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-container .container-title-container {
        font-size: 1.125rem; } }
    @media only screen and (min-width: 75rem) {
      .ct-view-container .container-title-container {
        margin-bottom: 2em; } }
    .ct-view-container .container-title-container::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 3.125rem;
      height: 0;
      border-top: 1px solid;
      margin: auto; }
    .ct-view-container .container-title-container.-alt {
      text-transform: uppercase; }
    .ct-view-container .container-title-container:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-container .container-title-container {
        font-size: 1.875rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-container .container-title-container {
        font-size: 1.75rem; } }
    @media only screen and (min-width: 75rem) {
      .ct-view-container .container-title-container {
        margin-bottom: 4.6875rem;
        padding-bottom: 2.8125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-container .container-title-container {
        margin-bottom: 1.875rem; } }
    .ct-view-container .container-title-container::before {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 1.375rem;
      height: 1.5rem;
      margin: -0.75rem auto;
      background: url(../../frontend/O2web/kalia/en_CA/images/shell-medium.svg) center center/cover no-repeat; }
    .ct-view-container .container-title-container::after {
      width: 7.5rem;
      border-color: #e5e5e5; }
    .ct-view-container .container-title-container .container-title {
      font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      margin-bottom: 0; }
      .ct-view-container .container-title-container .container-title.-alt {
        text-transform: uppercase; }
      .ct-view-container .container-title-container .container-title:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-container .container-title-container .container-title {
          font-size: 1.875rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-container .container-title-container .container-title {
          font-size: 1.75rem; } }
    .ct-view-container .container-title-container .container-subtitle {
      font: bold 1.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 1rem/1.375 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      color: #333;
      letter-spacing: .1em;
      margin-bottom: 0; }
      .ct-view-container .container-title-container .container-subtitle.-alt {
        text-transform: uppercase; }
      .ct-view-container .container-title-container .container-subtitle:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-container .container-title-container .container-subtitle {
          font-size: 1rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-container .container-title-container .container-subtitle {
          font-size: 1rem; } }
  .ct-view-container .block-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .ct-view-container .container-footer {
    margin-bottom: 0; }
    .ct-view-container .container-footer .button {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #1a1a1a;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #1a1a1a;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%;
      border-radius: 0;
      background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center/contain no-repeat; }
      .ct-view-container .container-footer .button::before, .ct-view-container .container-footer .button::after,
      .ct-view-container .container-footer .button i:first-child,
      .ct-view-container .container-footer .button i:last-child {
        font-size: 1rem; }
      .ct-view-container .container-footer .button::before,
      .ct-view-container .container-footer .button i:first-child {
        margin-right: 0.625rem; }
      .ct-view-container .container-footer .button::after,
      .ct-view-container .container-footer .button i:last-child {
        margin-left: 0.625rem; }
      .ct-view-container .container-footer .button:hover, .ct-view-container .container-footer a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-container .container-footer .button, .ct-view-container .container-footer a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-container .container-footer .button, .ct-view-container .container-footer .button:focus {
        color: #fff;
        background-color: #343434; }
      .ct-view-container .container-footer .button:active {
        color: #fff;
        background-color: #1a1a1a; }
      .ct-view-container .container-footer .button.disabled, .ct-view-container .container-footer .button[disabled],
      fieldset[disabled] .ct-view-container .container-footer .button {
        background: #676767;
        cursor: default;
        color: #b3b3b3; }
      .ct-view-container .container-footer .button::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .ct-view-container .container-footer .button::before, .ct-view-container .container-footer .button::after,
      .ct-view-container .container-footer .button i:first-child,
      .ct-view-container .container-footer .button i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .ct-view-container .container-footer .button span {
        position: relative;
        display: block; }
        .ct-view-container .container-footer .button span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .ct-view-container .container-footer .button:hover, .ct-view-container .container-footer a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-container .container-footer .button, .ct-view-container .container-footer a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-container .container-footer .button, .ct-view-container .container-footer .button:focus {
        background-color: #272727; }
        .ct-view-container .container-footer .button:hover span, .ct-view-container .container-footer a.ct-view-cta:hover .button span, a.ct-view-cta:hover .ct-view-container .container-footer .button span, .ct-view-container .container-footer a.ct-view-cta:focus .button span, a.ct-view-cta:focus .ct-view-container .container-footer .button span, .ct-view-container .container-footer .button:focus span {
          position: relative; }
          .ct-view-container .container-footer .button:hover span::after, .ct-view-container .container-footer a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .ct-view-container .container-footer .button span::after, .ct-view-container .container-footer a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .ct-view-container .container-footer .button span::after, .ct-view-container .container-footer .button:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .ct-view-container .container-footer .button:active {
        background-color: #1a1a1a; }
      .ct-view-container .container-footer .button.disabled, .ct-view-container .container-footer .button[disabled],
      fieldset[disabled] .ct-view-container .container-footer .button {
        background: #3b3b3b;
        color: #fff; }
        .ct-view-container .container-footer .button.disabled span::after, .ct-view-container .container-footer .button[disabled] span::after,
        fieldset[disabled] .ct-view-container .container-footer .button span::after {
          display: none; }
      .ct-view-container .container-footer .button:after {
        content: "";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-family: 'icons';
        text-decoration: inherit;
        text-transform: none;
        speak: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased; }
      .ct-view-container .container-footer .button::after {
        font-size: 1.666em;
        line-height: .3;
        margin-left: 1.666em; }
      @media only screen and (min-width: 75rem) {
        .ct-view-container .container-footer .button {
          padding: 4.6875rem 1.875rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-container .container-footer .button {
          padding: 2.5rem 1.25rem; }
          .ct-view-container .container-footer .button::after {
            margin-left: .5em; } }

.ct-view-cta {
  text-decoration: none; }
  .ct-view-cta .image img {
    display: block; }
  .ct-view-cta .image .image-wrapper {
    overflow: hidden;
    transition: opacity 0.2s; }
    .ct-view-cta .image .image-wrapper img {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
  .ct-view-cta .content {
    box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 0;
    background: #fff;
    color: #333;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 16;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%; }
  .ct-view-cta .title {
    font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-bottom: 1em; }
    .ct-view-cta .title.-alt {
      text-transform: uppercase; }
    .ct-view-cta .title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-cta .title {
        font-size: 1.25rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-cta .title {
        font-size: 1.125rem; } }
  .ct-view-cta .button {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191919;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem;
    padding: 0;
    margin-top: 1.25rem;
    min-width: 0; }
    .ct-view-cta .button:focus, .ct-view-cta .button:active, .ct-view-cta .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button {
      background: none;
      border: none; }
    .ct-view-cta .button.disabled, .ct-view-cta .button[disabled],
    fieldset[disabled] .ct-view-cta .button {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .ct-view-cta .button:after {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .ct-view-cta .button::after {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 1.875rem;
      line-height: 1.125rem;
      margin-left: 1.666em; }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-cta .button::after {
          margin-left: .5em; } }
    .ct-view-cta .button span::after {
      bottom: -.1em; }
    .ct-view-cta .button:hover, a.ct-view-cta:hover .button, a.ct-view-cta:focus .button, a.ct-view-cta:hover .title .button, a.ct-view-cta:focus .title .button, .ct-view-cta .button:focus {
      color: #8e8e8e; }
      .ct-view-cta .button:hover span::after, a.ct-view-cta:hover .button span::after, a.ct-view-cta:focus .button span::after, a.ct-view-cta:hover .title .button span::after, a.ct-view-cta:focus .title .button span::after, .ct-view-cta .button:focus span::after {
        background-color: #74c7ce; }
    .ct-view-cta .button span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .ct-view-cta .button::before, .ct-view-cta .button::after,
    .ct-view-cta .button i:first-child,
    .ct-view-cta .button i:last-child {
      font-size: 1.125rem; }
    .ct-view-cta .button::after {
      font-size: 1.25em;
      margin-left: .5em; }
    .ct-view-cta .button[href$=".pdf"]:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f1c1";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  a.ct-view-cta:hover, a.ct-view-cta:hover a.ct-view-cta.button, a.ct-view-cta:focus a.ct-view-cta.button, a.ct-view-cta:focus {
    text-decoration: none; }
    a.ct-view-cta:hover .image .image-wrapper, a.ct-view-cta:focus a.ct-view-cta.button .image .image-wrapper, a.ct-view-cta:focus .image .image-wrapper {
      opacity: .8; }
      a.ct-view-cta:hover .image .image-wrapper img, a.ct-view-cta:focus a.ct-view-cta.button .image .image-wrapper img, a.ct-view-cta:focus .image .image-wrapper img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
  @media only screen and (min-width: 63.9375rem) {
    .ct-view-cta .content {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 63.9375rem) and (max-width: 63.9375rem) {
    .ct-view-cta .button {
      font-size: 1rem; }
      .ct-view-cta .button::after {
        margin-left: 0.625rem; } }
  @media only screen and (max-width: 37.5rem) {
    .ct-view-cta .title {
      line-height: 1.2;
      margin-bottom: .5em; }
    .ct-view-cta .text {
      font-size: 0.875rem; }
    .ct-view-cta .button {
      font-size: 0.875rem; } }
  .ct-view-cta.horizontal, .ct-view-cta.vertical {
    display: block;
    position: relative;
    padding: 0 0.625rem; }
    .ct-view-cta.horizontal .image, .ct-view-cta.vertical .image {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1; }
    .ct-view-cta.horizontal .content, .ct-view-cta.vertical .content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      width: 100%; }
    .ct-view-cta.horizontal .title, .ct-view-cta.vertical .title {
      font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      line-height: 1.5; }
      .ct-view-cta.horizontal .title.-alt, .ct-view-cta.vertical .title.-alt {
        text-transform: uppercase; }
      .ct-view-cta.horizontal .title:first-child, .ct-view-cta.vertical .title:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-cta.horizontal .title, .ct-view-cta.vertical .title {
          font-size: 1.125rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-cta.horizontal .title, .ct-view-cta.vertical .title {
          font-size: 1.125rem; } }
      .ct-view-cta.horizontal .title .button, .ct-view-cta.vertical .title .button {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        margin: 0;
        border: 1px solid transparent;
        border-radius: 0.1875rem;
        padding: 1rem 1.25rem;
        background-image: none;
        background: #191919;
        color: #fff;
        font-size: 0.875rem;
        font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        background-color: #f69052;
        border-radius: 0 .8em;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 1.125rem;
        padding: 1rem 1.875rem;
        text-decoration: none;
        text-transform: uppercase;
        margin: 0;
        border: 0;
        border-radius: 0;
        padding: 0;
        background-image: none;
        background: none;
        font-weight: normal;
        line-height: inherit;
        text-decoration: none;
        text-shadow: none;
        box-shadow: none;
        color: inherit;
        display: inline-flex;
        align-items: center;
        color: #191919;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.125rem;
        text-align: left; }
        .ct-view-cta.horizontal .title .button::before, .ct-view-cta.horizontal .title .button::after,
        .ct-view-cta.horizontal .title .button i:first-child,
        .ct-view-cta.horizontal .title .button i:last-child, .ct-view-cta.vertical .title .button::before, .ct-view-cta.vertical .title .button::after,
        .ct-view-cta.vertical .title .button i:first-child,
        .ct-view-cta.vertical .title .button i:last-child {
          font-size: 1rem; }
        .ct-view-cta.horizontal .title .button::before,
        .ct-view-cta.horizontal .title .button i:first-child, .ct-view-cta.vertical .title .button::before,
        .ct-view-cta.vertical .title .button i:first-child {
          margin-right: 0.625rem; }
        .ct-view-cta.horizontal .title .button::after,
        .ct-view-cta.horizontal .title .button i:last-child, .ct-view-cta.vertical .title .button::after,
        .ct-view-cta.vertical .title .button i:last-child {
          margin-left: 0.625rem; }
        .ct-view-cta.horizontal .title .button:hover, .ct-view-cta.horizontal .title a.ct-view-cta:hover .button, .ct-view-cta.horizontal .title a.ct-view-cta:focus .button, .ct-view-cta.horizontal a.ct-view-cta:hover .title .button, a.ct-view-cta:hover .ct-view-cta.horizontal .title .button, .ct-view-cta.horizontal a.ct-view-cta:focus .title .button, a.ct-view-cta:focus .ct-view-cta.horizontal .title .button, .ct-view-cta.horizontal .title .button:focus, .ct-view-cta.vertical .title .button:hover, .ct-view-cta.vertical .title a.ct-view-cta:hover .button, .ct-view-cta.vertical .title a.ct-view-cta:focus .button, .ct-view-cta.vertical a.ct-view-cta:hover .title .button, a.ct-view-cta:hover .ct-view-cta.vertical .title .button, .ct-view-cta.vertical a.ct-view-cta:focus .title .button, a.ct-view-cta:focus .ct-view-cta.vertical .title .button, .ct-view-cta.vertical .title .button:focus {
          color: #fff;
          background-color: #333333; }
        .ct-view-cta.horizontal .title .button:active, .ct-view-cta.vertical .title .button:active {
          color: #fff;
          background-color: #191919; }
        .ct-view-cta.horizontal .title .button.disabled, .ct-view-cta.horizontal .title .button[disabled],
        fieldset[disabled] .ct-view-cta.horizontal .title .button, .ct-view-cta.vertical .title .button.disabled, .ct-view-cta.vertical .title .button[disabled],
        fieldset[disabled] .ct-view-cta.vertical .title .button {
          background: #666666;
          cursor: default;
          color: #b2b2b2; }
        .ct-view-cta.horizontal .title .button::-moz-focus-inner, .ct-view-cta.vertical .title .button::-moz-focus-inner {
          border: 0;
          padding: 0; }
        .ct-view-cta.horizontal .title .button::before, .ct-view-cta.horizontal .title .button::after,
        .ct-view-cta.horizontal .title .button i:first-child,
        .ct-view-cta.horizontal .title .button i:last-child, .ct-view-cta.vertical .title .button::before, .ct-view-cta.vertical .title .button::after,
        .ct-view-cta.vertical .title .button i:first-child,
        .ct-view-cta.vertical .title .button i:last-child {
          font-size: 1.625rem;
          margin-top: -0.3125rem;
          margin-bottom: -0.3125rem; }
        .ct-view-cta.horizontal .title .button span, .ct-view-cta.vertical .title .button span {
          position: relative;
          display: block; }
          .ct-view-cta.horizontal .title .button span::after, .ct-view-cta.vertical .title .button span::after {
            content: '';
            display: block;
            height: 0.125rem;
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -.5em;
            transition: all 0.2s; }
        .ct-view-cta.horizontal .title .button:hover, .ct-view-cta.horizontal .title a.ct-view-cta:hover .button, .ct-view-cta.horizontal .title a.ct-view-cta:focus .button, .ct-view-cta.horizontal a.ct-view-cta:hover .title .button, a.ct-view-cta:hover .ct-view-cta.horizontal .title .button, .ct-view-cta.horizontal a.ct-view-cta:focus .title .button, a.ct-view-cta:focus .ct-view-cta.horizontal .title .button, .ct-view-cta.horizontal .title .button:focus, .ct-view-cta.vertical .title .button:hover, .ct-view-cta.vertical .title a.ct-view-cta:hover .button, .ct-view-cta.vertical .title a.ct-view-cta:focus .button, .ct-view-cta.vertical a.ct-view-cta:hover .title .button, a.ct-view-cta:hover .ct-view-cta.vertical .title .button, .ct-view-cta.vertical a.ct-view-cta:focus .title .button, a.ct-view-cta:focus .ct-view-cta.vertical .title .button, .ct-view-cta.vertical .title .button:focus {
          background-color: #f7a06a; }
          .ct-view-cta.horizontal .title .button:hover span, .ct-view-cta.horizontal .title a.ct-view-cta:hover .button span, .ct-view-cta.horizontal .title a.ct-view-cta:focus .button span, .ct-view-cta.horizontal a.ct-view-cta:hover .title .button span, a.ct-view-cta:hover .ct-view-cta.horizontal .title .button span, .ct-view-cta.horizontal a.ct-view-cta:focus .title .button span, a.ct-view-cta:focus .ct-view-cta.horizontal .title .button span, .ct-view-cta.horizontal .title .button:focus span, .ct-view-cta.vertical .title .button:hover span, .ct-view-cta.vertical .title a.ct-view-cta:hover .button span, .ct-view-cta.vertical .title a.ct-view-cta:focus .button span, .ct-view-cta.vertical a.ct-view-cta:hover .title .button span, a.ct-view-cta:hover .ct-view-cta.vertical .title .button span, .ct-view-cta.vertical a.ct-view-cta:focus .title .button span, a.ct-view-cta:focus .ct-view-cta.vertical .title .button span, .ct-view-cta.vertical .title .button:focus span {
            position: relative; }
            .ct-view-cta.horizontal .title .button:hover span::after, .ct-view-cta.horizontal .title a.ct-view-cta:hover .button span::after, .ct-view-cta.horizontal .title a.ct-view-cta:focus .button span::after, .ct-view-cta.horizontal a.ct-view-cta:hover .title .button span::after, a.ct-view-cta:hover .ct-view-cta.horizontal .title .button span::after, .ct-view-cta.horizontal a.ct-view-cta:focus .title .button span::after, a.ct-view-cta:focus .ct-view-cta.horizontal .title .button span::after, .ct-view-cta.horizontal .title .button:focus span::after, .ct-view-cta.vertical .title .button:hover span::after, .ct-view-cta.vertical .title a.ct-view-cta:hover .button span::after, .ct-view-cta.vertical .title a.ct-view-cta:focus .button span::after, .ct-view-cta.vertical a.ct-view-cta:hover .title .button span::after, a.ct-view-cta:hover .ct-view-cta.vertical .title .button span::after, .ct-view-cta.vertical a.ct-view-cta:focus .title .button span::after, a.ct-view-cta:focus .ct-view-cta.vertical .title .button span::after, .ct-view-cta.vertical .title .button:focus span::after {
              left: 0;
              right: 0;
              background: currentcolor; }
        .ct-view-cta.horizontal .title .button:active, .ct-view-cta.vertical .title .button:active {
          background-color: #f69052; }
        .ct-view-cta.horizontal .title .button.disabled, .ct-view-cta.horizontal .title .button[disabled],
        fieldset[disabled] .ct-view-cta.horizontal .title .button, .ct-view-cta.vertical .title .button.disabled, .ct-view-cta.vertical .title .button[disabled],
        fieldset[disabled] .ct-view-cta.vertical .title .button {
          background: #f9b891;
          color: #fff; }
          .ct-view-cta.horizontal .title .button.disabled span::after, .ct-view-cta.horizontal .title .button[disabled] span::after,
          fieldset[disabled] .ct-view-cta.horizontal .title .button span::after, .ct-view-cta.vertical .title .button.disabled span::after, .ct-view-cta.vertical .title .button[disabled] span::after,
          fieldset[disabled] .ct-view-cta.vertical .title .button span::after {
            display: none; }
        .ct-view-cta.horizontal .title .button:focus, .ct-view-cta.horizontal .title .button:active, .ct-view-cta.horizontal .title .button:hover, .ct-view-cta.horizontal .title a.ct-view-cta:hover .button, .ct-view-cta.horizontal .title a.ct-view-cta:focus .button, .ct-view-cta.horizontal a.ct-view-cta:hover .title .button, a.ct-view-cta:hover .ct-view-cta.horizontal .title .button, .ct-view-cta.horizontal a.ct-view-cta:focus .title .button, a.ct-view-cta:focus .ct-view-cta.horizontal .title .button, .ct-view-cta.vertical .title .button:focus, .ct-view-cta.vertical .title .button:active, .ct-view-cta.vertical .title .button:hover, .ct-view-cta.vertical .title a.ct-view-cta:hover .button, .ct-view-cta.vertical .title a.ct-view-cta:focus .button, .ct-view-cta.vertical a.ct-view-cta:hover .title .button, a.ct-view-cta:hover .ct-view-cta.vertical .title .button, .ct-view-cta.vertical a.ct-view-cta:focus .title .button, a.ct-view-cta:focus .ct-view-cta.vertical .title .button {
          background: none;
          border: none; }
        .ct-view-cta.horizontal .title .button.disabled, .ct-view-cta.horizontal .title .button[disabled],
        fieldset[disabled] .ct-view-cta.horizontal .title .button, .ct-view-cta.vertical .title .button.disabled, .ct-view-cta.vertical .title .button[disabled],
        fieldset[disabled] .ct-view-cta.vertical .title .button {
          border: 0;
          background: none;
          cursor: not-allowed;
          pointer-events: none;
          opacity: .5;
          color: #e5e5e5; }
        .ct-view-cta.horizontal .title .button:after, .ct-view-cta.vertical .title .button:after {
          content: "";
          display: inline-block;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          font-family: 'icons';
          text-decoration: inherit;
          text-transform: none;
          speak: none;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased; }
        .ct-view-cta.horizontal .title .button::after, .ct-view-cta.vertical .title .button::after {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          font-size: 1.875rem;
          line-height: 1.125rem;
          margin-left: 1.666em; }
          @media only screen and (max-width: 74.9375rem) {
            .ct-view-cta.horizontal .title .button::after, .ct-view-cta.vertical .title .button::after {
              margin-left: .5em; } }
        .ct-view-cta.horizontal .title .button span::after, .ct-view-cta.vertical .title .button span::after {
          bottom: -.1em; }
        .ct-view-cta.horizontal .title .button:hover, .ct-view-cta.horizontal .title a.ct-view-cta:hover .button, .ct-view-cta.horizontal .title a.ct-view-cta:focus .button, .ct-view-cta.horizontal a.ct-view-cta:hover .title .button, a.ct-view-cta:hover .ct-view-cta.horizontal .title .button, .ct-view-cta.horizontal a.ct-view-cta:focus .title .button, a.ct-view-cta:focus .ct-view-cta.horizontal .title .button, .ct-view-cta.horizontal .title .button:focus, .ct-view-cta.vertical .title .button:hover, .ct-view-cta.vertical .title a.ct-view-cta:hover .button, .ct-view-cta.vertical .title a.ct-view-cta:focus .button, .ct-view-cta.vertical a.ct-view-cta:hover .title .button, a.ct-view-cta:hover .ct-view-cta.vertical .title .button, .ct-view-cta.vertical a.ct-view-cta:focus .title .button, a.ct-view-cta:focus .ct-view-cta.vertical .title .button, .ct-view-cta.vertical .title .button:focus {
          color: #8e8e8e; }
          .ct-view-cta.horizontal .title .button:hover span::after, .ct-view-cta.horizontal .title a.ct-view-cta:hover .button span::after, .ct-view-cta.horizontal .title a.ct-view-cta:focus .button span::after, .ct-view-cta.horizontal a.ct-view-cta:hover .title .button span::after, a.ct-view-cta:hover .ct-view-cta.horizontal .title .button span::after, .ct-view-cta.horizontal a.ct-view-cta:focus .title .button span::after, a.ct-view-cta:focus .ct-view-cta.horizontal .title .button span::after, .ct-view-cta.horizontal .title .button:focus span::after, .ct-view-cta.vertical .title .button:hover span::after, .ct-view-cta.vertical .title a.ct-view-cta:hover .button span::after, .ct-view-cta.vertical .title a.ct-view-cta:focus .button span::after, .ct-view-cta.vertical a.ct-view-cta:hover .title .button span::after, a.ct-view-cta:hover .ct-view-cta.vertical .title .button span::after, .ct-view-cta.vertical a.ct-view-cta:focus .title .button span::after, a.ct-view-cta:focus .ct-view-cta.vertical .title .button span::after, .ct-view-cta.vertical .title .button:focus span::after {
            background-color: #74c7ce; }
        .ct-view-cta.horizontal .title .button::after, .ct-view-cta.vertical .title .button::after {
          margin-left: 1em; }
        .ct-view-cta.horizontal .title .button::after, .ct-view-cta.vertical .title .button::after {
          color: #ccc; }
    .ct-view-cta.horizontal .text, .ct-view-cta.vertical .text {
      font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      color: #333;
      letter-spacing: normal;
      margin: 0; }
      .ct-view-cta.horizontal .text.-alt, .ct-view-cta.vertical .text.-alt {
        text-transform: uppercase; }
      .ct-view-cta.horizontal .text:first-child, .ct-view-cta.vertical .text:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-cta.horizontal .text, .ct-view-cta.vertical .text {
          font-size: 1rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-cta.horizontal .text, .ct-view-cta.vertical .text {
          font-size: 0.875rem; } }
    .ct-view-cta.horizontal .button, .ct-view-cta.vertical .button {
      text-align: left;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    @media only screen and (min-width: 64rem) {
      .ct-view-cta.horizontal, .ct-view-cta.vertical {
        width: 22.75%;
        margin-right: 3%;
        margin-bottom: 2.8125rem; }
        .ct-view-cta.horizontal:nth-child(4n), .ct-view-cta.vertical:nth-child(4n) {
          margin-right: 0; } }
    @media only screen and (min-width: 37.5625rem) and (max-width: 63.9375rem) {
      .ct-view-cta.horizontal, .ct-view-cta.vertical {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 1.875rem; }
        .ct-view-cta.horizontal:nth-child(3n), .ct-view-cta.vertical:nth-child(3n) {
          margin-right: 0; } }
    @media only screen and (max-width: 63.875rem) {
      .ct-view-cta.horizontal, .ct-view-cta.vertical {
        margin-bottom: 0.9375rem; }
        .ct-view-cta.horizontal .content, .ct-view-cta.vertical .content {
          padding-top: 0.9375rem; }
        .ct-view-cta.horizontal .title, .ct-view-cta.vertical .title {
          margin-bottom: .5em; }
          .ct-view-cta.horizontal .title a::after, .ct-view-cta.vertical .title a::after {
            font-size: 1.25em;
            margin-left: .5em; } }
    @media only screen and (min-width: 25.0625rem) and (max-width: 37.5rem) {
      .ct-view-cta.horizontal, .ct-view-cta.vertical {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 1.25rem; }
        .ct-view-cta.horizontal:nth-child(2n), .ct-view-cta.vertical:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 25rem) {
      .ct-view-cta.horizontal, .ct-view-cta.vertical {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        width: 100%;
        margin-right: 0;
        padding-right: 0; }
        .ct-view-cta.horizontal .image, .ct-view-cta.vertical .image {
          position: static;
          width: 40%; }
        .ct-view-cta.horizontal .content, .ct-view-cta.vertical .content {
          width: 100%;
          height: 100%;
          margin-left: -40%;
          padding-left: 40%; } }
  .ct-view-cta.horizontal .image {
    top: 0;
    margin-top: 10%; }
  .ct-view-cta.horizontal .content {
    height: 100%;
    padding-top: calc(75% + 0.625rem); }
  @media only screen and (max-width: 25rem) {
    .ct-view-cta.horizontal {
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch; }
      .ct-view-cta.horizontal .image {
        margin: 0 0.625rem 0 -0.625rem;
        padding: 0.625rem 0; }
      .ct-view-cta.horizontal .content {
        padding-top: 0.9375rem; }
      .ct-view-cta.horizontal .text {
        margin-top: 0; } }
  .ct-view-cta.vertical {
    position: relative; }
    .ct-view-cta.vertical .image {
      width: 56%;
      top: 0;
      text-align: center;
      margin: 0 auto; }
    .ct-view-cta.vertical .content {
      width: 100%;
      margin-top: 1.875rem;
      height: calc(100% - 1.875rem);
      padding-top: 80%; }
    @media only screen and (max-width: 25rem) {
      .ct-view-cta.vertical {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        padding: 0.625rem 0; }
        .ct-view-cta.vertical .image {
          width: 40%;
          margin: -0.625rem 0;
          padding: 0 0.625rem; }
        .ct-view-cta.vertical .content {
          -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
          align-self: stretch;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin-top: 0;
          padding-top: 0.625rem;
          height: auto; }
        .ct-view-cta.vertical .text {
          margin-top: 0; } }
  .ct-view-cta.large {
    display: block; }
    .ct-view-cta.large .image {
      position: relative;
      z-index: 1; }
      .ct-view-cta.large .image::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: -3.75rem;
        width: 0.25rem;
        height: 5.625rem;
        margin-left: 0.3125rem;
        background-color: #e5e5e5; }
    .ct-view-cta.large .content {
      width: 100%;
      margin-left: 0.75rem;
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; }
      .ct-view-cta.large .content::before, .ct-view-cta.large .content::after {
        content: '';
        display: block;
        position: absolute;
        top: 1.5625rem;
        bottom: 1.5625rem;
        left: -0.75rem;
        right: 100%;
        background: #f2f2f2; }
      .ct-view-cta.large .content::after {
        right: -0.75rem;
        left: 100%; }
    .ct-view-cta.large .button {
      margin: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      background-image: none;
      background: none;
      font-weight: normal;
      line-height: inherit;
      text-decoration: none;
      text-shadow: none;
      box-shadow: none;
      color: inherit;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #191919;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.125rem;
      color: #b4b4b4; }
      .ct-view-cta.large .button:focus, .ct-view-cta.large .button:active, .ct-view-cta.large .button:hover, .ct-view-cta.large a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-cta.large .button, .ct-view-cta.large a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-cta.large .button {
        background: none;
        border: none; }
      .ct-view-cta.large .button.disabled, .ct-view-cta.large .button[disabled],
      fieldset[disabled] .ct-view-cta.large .button {
        border: 0;
        background: none;
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
        color: #e5e5e5; }
      .ct-view-cta.large .button:after {
        content: "";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-family: 'icons';
        text-decoration: inherit;
        text-transform: none;
        speak: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased; }
      .ct-view-cta.large .button::after {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 1.875rem;
        line-height: 1.125rem;
        margin-left: 1.666em; }
        @media only screen and (max-width: 74.9375rem) {
          .ct-view-cta.large .button::after {
            margin-left: .5em; } }
      .ct-view-cta.large .button span::after {
        bottom: -.1em; }
      .ct-view-cta.large .button:hover, .ct-view-cta.large a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-cta.large .button, .ct-view-cta.large a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-cta.large .button, .ct-view-cta.large .button:focus {
        color: #8e8e8e; }
        .ct-view-cta.large .button:hover span::after, .ct-view-cta.large a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .ct-view-cta.large .button span::after, .ct-view-cta.large a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .ct-view-cta.large .button span::after, .ct-view-cta.large .button:focus span::after {
          background-color: #74c7ce; }
    @media only screen and (min-width: 63.9375rem) {
      .ct-view-cta.large {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.125rem; }
        .ct-view-cta.large:nth-child(3n) {
          margin-right: 0; }
        .ct-view-cta.large:nth-child(even) {
          padding-top: 2.5rem; }
        .ct-view-cta.large:nth-child(3n + 1):last-child {
          margin-left: auto;
          margin-right: auto; }
        .ct-view-cta.large .image {
          margin-bottom: 1.875rem; } }
    @media only screen and (min-width: 75rem) and (max-width: 63.9375rem) {
      .ct-view-cta.large {
        margin-bottom: 1.875rem; }
        .ct-view-cta.large:nth-child(even) {
          padding-top: 1.25rem; }
        .ct-view-cta.large .image {
          margin-bottom: 1.25rem; }
        .ct-view-cta.large .content {
          margin-left: 0; } }
    @media only screen and (max-width: 63.875rem) {
      .ct-view-cta.large {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-bottom: 1.25rem; }
        .ct-view-cta.large .image {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
          flex-shrink: 0;
          width: 40%;
          margin-right: 1.25rem; }
          .ct-view-cta.large .image::after {
            top: 50%;
            left: auto;
            right: -2.5rem;
            width: 3.75rem;
            height: 0.25rem;
            margin-left: 0;
            margin-top: -0.125rem; }
        .ct-view-cta.large .content {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          padding-top: 1.875rem;
          padding-bottom: 1.875rem;
          margin-left: 0; }
          .ct-view-cta.large .content::before, .ct-view-cta.large .content::after {
            top: -0.625rem;
            bottom: 100%;
            left: 1.25rem;
            right: 1.25rem; }
          .ct-view-cta.large .content::after {
            top: 100%;
            bottom: -0.625rem; }
        .ct-view-cta.large:nth-child(even) .image {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
          -ms-flex-order: 2;
          order: 2;
          margin-right: 0;
          margin-left: 1.25rem; }
          .ct-view-cta.large:nth-child(even) .image::after {
            right: auto;
            left: -2.5rem; } }
    @media only screen and (max-width: 37.5rem) {
      .ct-view-cta.large .image {
        width: 30%;
        margin-right: -0.625rem; }
        .ct-view-cta.large .image::after {
          content: none; }
      .ct-view-cta.large .content {
        padding: 1.25rem 0.625rem 1.25rem 1.25rem; }
      .ct-view-cta.large .button {
        font-size: 0.875rem; }
      .ct-view-cta.large:nth-child(even) .image {
        margin-right: 0;
        margin-left: -0.625rem; }
      .ct-view-cta.large:nth-child(even) .content {
        padding-left: 0.625rem;
        padding-right: 1.25rem; } }
  .ct-view-cta.None .content {
    box-shadow: none; }
  .ct-view-cta.None .button {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #191919;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 1.25rem; }
    .ct-view-cta.None .button:focus, .ct-view-cta.None .button:active, .ct-view-cta.None .button:hover, .ct-view-cta.None a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-cta.None .button, .ct-view-cta.None a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-cta.None .button {
      background: none;
      border: none; }
    .ct-view-cta.None .button.disabled, .ct-view-cta.None .button[disabled],
    fieldset[disabled] .ct-view-cta.None .button {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .ct-view-cta.None .button:after {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .ct-view-cta.None .button::after {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 1.875rem;
      line-height: 1.125rem;
      margin-left: 1.666em; }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-cta.None .button::after {
          margin-left: .5em; } }
    .ct-view-cta.None .button span::after {
      bottom: -.1em; }
    .ct-view-cta.None .button:hover, .ct-view-cta.None a.ct-view-cta:hover .button, a.ct-view-cta:hover .ct-view-cta.None .button, .ct-view-cta.None a.ct-view-cta:focus .button, a.ct-view-cta:focus .ct-view-cta.None .button, .ct-view-cta.None .button:focus {
      color: #8e8e8e; }
      .ct-view-cta.None .button:hover span::after, .ct-view-cta.None a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .ct-view-cta.None .button span::after, .ct-view-cta.None a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .ct-view-cta.None .button span::after, .ct-view-cta.None .button:focus span::after {
        background-color: #74c7ce; }
    @media only screen and (max-width: 63.875rem) {
      .ct-view-cta.None .button {
        margin-top: 0.625rem; } }

.block-inspiration {
  margin-bottom: 3.125rem; }
  .block-inspiration .block-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
  .block-inspiration .content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 26.25rem;
    padding: 1.875rem;
    font-size: 1.125rem;
    text-align: center; }
  .block-inspiration .ct-view-textblock.intro {
    background: none;
    color: #333; }
  .block-inspiration .item-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
    .block-inspiration .item-1::after {
      content: '';
      display: block;
      width: 0; }
    .block-inspiration .item-1 ~ .ct-view-imagelink {
      -webkit-box-ordinal-group: 12;
      -webkit-order: 11;
      -ms-flex-order: 11;
      order: 11; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(5) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(7) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(8) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(9) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(10) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9; }
      .block-inspiration .item-1 ~ .ct-view-imagelink:nth-child(11) {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10; }
  .block-inspiration .ct-view-cta {
    text-decoration: none; }
  .block-inspiration .ct-view-imagelink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
    .block-inspiration .ct-view-imagelink a {
      display: block;
      overflow: hidden;
      transition: opacity 0.2s; }
      .block-inspiration .ct-view-imagelink a img {
        transition: -webkit-transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s; }
      .block-inspiration .ct-view-imagelink a:hover, .block-inspiration .ct-view-imagelink a.ct-view-cta:hover a.button, a.ct-view-cta:hover .block-inspiration .ct-view-imagelink a.button, .block-inspiration .ct-view-imagelink a.ct-view-cta:focus a.button, a.ct-view-cta:focus .block-inspiration .ct-view-imagelink a.button, .block-inspiration .ct-view-imagelink a:focus {
        opacity: .8; }
        .block-inspiration .ct-view-imagelink a:hover img, a.ct-view-cta:hover .block-inspiration .ct-view-imagelink a.button img, .block-inspiration .ct-view-imagelink a.ct-view-cta:focus a.button img, a.ct-view-cta:focus .block-inspiration .ct-view-imagelink a.button img, .block-inspiration .ct-view-imagelink a.ct-view-cta:hover .title a.button img, .block-inspiration .ct-view-imagelink a:focus img {
          -webkit-transform: scale(1.05);
          transform: scale(1.05); }
    .block-inspiration .ct-view-imagelink:last-child {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .block-inspiration .ct-view-imagelink::before, .block-inspiration .ct-view-imagelink::after {
      content: none;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      display: block;
      width: calc(50% - 0.3125rem);
      margin: 0 0.625rem 0 0;
      background: #fbfbfb url(../../frontend/O2web/kalia/en_CA/images/shell-dark.svg) center center/cover no-repeat; }
    .block-inspiration .ct-view-imagelink::after {
      background-color: #1a1a1a;
      background-image: url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg);
      margin: 0 0 0 0.625rem; }
  @media only screen and (min-width: 75rem) {
    .block-inspiration .block-list > div {
      border: 0.3125rem solid #fff; }
    .block-inspiration .item-1:not(.ct-view-imagelink) {
      width: 50%; }
      .block-inspiration .item-1:not(.ct-view-imagelink) .content {
        box-shadow: none; }
      .block-inspiration .item-1:not(.ct-view-imagelink)::after {
        padding-top: 25%; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n - 3) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        width: 100%; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n - 2) {
        width: 75%; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(-n + 4) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        width: 100%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n) ~ .ct-view-imagelink:last-child {
          width: 50%; }
          .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n) ~ .ct-view-imagelink:last-child::before {
            content: ''; }
    .block-inspiration .item-1.ct-view-imagelink {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
      -ms-flex-order: 0;
      order: 0; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 5) ~ .ct-view-imagelink:last-child, .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 6) ~ .ct-view-imagelink:last-child, .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 7) ~ .ct-view-imagelink:last-child {
        width: 50%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 5) ~ .ct-view-imagelink:last-child::before, .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 6) ~ .ct-view-imagelink:last-child::before, .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 7) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 6) {
        width: 50%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 6)::after {
          content: ''; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 5) + .ct-view-imagelink {
        width: 75%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 5) + .ct-view-imagelink:before, .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 5) + .ct-view-imagelink::after {
          content: '';
          width: calc(33.333% - 0.3125rem); }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(-n + 4) {
        margin-left: auto; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(-n + 4) ~ .ct-view-imagelink {
          -webkit-box-flex: 0;
          -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
          flex-grow: 0; }
          .block-inspiration .item-1.ct-view-imagelink:nth-last-child(-n + 4) ~ .ct-view-imagelink:last-child {
            margin-right: auto; }
    .block-inspiration .ct-view-imagelink {
      width: 25%; } }
  @media only screen and (min-width: 75rem) and (max-width: 64rem) {
    .block-inspiration .item-1 .content {
      padding: 1.25rem;
      font-size: 0.875rem;
      line-height: 1.25; }
    .block-inspiration .item-1 .title {
      margin-bottom: 0.625rem; }
    .block-inspiration .item-1 .button {
      margin-top: 0.625rem;
      font-size: 1rem; }
      .block-inspiration .item-1 .button::after {
        margin-left: 0.625rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .block-inspiration .block-list > div {
      border: 0.1875rem solid #fff; }
    .block-inspiration .item-1 {
      width: 100%; }
    .block-inspiration .ct-view-imagelink::before {
      width: calc(50% - 0.1875rem);
      margin: 0 0.375rem 0 0; } }
  @media only screen and (min-width: 37.5625rem) and (max-width: 74.9375rem) {
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n - 0) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n - 0) ~ .ct-view-imagelink {
        width: 33.33333%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n - 0) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n - 0) {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n - 0) ~ .ct-view-imagelink {
        width: 25%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n - 0) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(5n - 0) {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(5n - 0) ~ .ct-view-imagelink {
        width: 20%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(5n - 0) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n + 1) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n + 1) ~ .ct-view-imagelink {
        width: 33.33333%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n + 1) ~ .ct-view-imagelink:last-child::before {
          content: none; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n + 1) {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n + 1) ~ .ct-view-imagelink {
        width: 25%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n + 1) ~ .ct-view-imagelink:last-child::before {
          content: none; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(5n + 1) {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(5n + 1) ~ .ct-view-imagelink {
        width: 20%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(5n + 1) ~ .ct-view-imagelink:last-child::before {
          content: none; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n + 6) {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
      -ms-flex-order: 6;
      order: 6; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n + 6) ~ .ct-view-imagelink {
        width: 25%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(4n + 6) ~ .ct-view-imagelink:nth-child(-n + 6) {
          width: 20%; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(-n + 2) {
      width: 50%; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(-n + 2) ~ .ct-view-imagelink {
        width: 50%; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n - 1) {
      width: 33.33333%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n - 1) ~ .ct-view-imagelink {
        width: 33.33333%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n - 1) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n - 1) {
      width: 25%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n - 1) ~ .ct-view-imagelink {
        width: 25%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n - 1) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(5n - 1) {
      width: 20%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(5n - 1) ~ .ct-view-imagelink {
        width: 20%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(5n - 1) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n + 0) {
      width: 33.33333%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n + 0) ~ .ct-view-imagelink {
        width: 33.33333%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n + 0) ~ .ct-view-imagelink:last-child::before {
          content: none; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 0) {
      width: 25%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 0) ~ .ct-view-imagelink {
        width: 25%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(4n + 0) ~ .ct-view-imagelink:last-child::before {
          content: none; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(5n + 0) {
      width: 20%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(5n + 0) ~ .ct-view-imagelink {
        width: 20%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(5n + 0) ~ .ct-view-imagelink:last-child::before {
          content: none; } }
  @media only screen and (max-width: 37.5rem) {
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(2n - 0) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(2n - 0) ~ .ct-view-imagelink {
        width: 50%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(2n - 0) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n - 0) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n - 0) ~ .ct-view-imagelink {
        width: 33.33333%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n - 0) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(2n + 1) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(2n + 1) ~ .ct-view-imagelink {
        width: 50%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(2n + 1) ~ .ct-view-imagelink:last-child::before {
          content: none; }
    .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n + 1) {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
      .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n + 1) ~ .ct-view-imagelink {
        width: 33.33333%; }
        .block-inspiration .item-1:not(.ct-view-imagelink):nth-last-child(3n + 1) ~ .ct-view-imagelink:last-child::before {
          content: none; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(2n - 1) {
      width: 50%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(2n - 1) ~ .ct-view-imagelink {
        width: 50%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(2n - 1) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n - 1) {
      width: 33.33333%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n - 1) ~ .ct-view-imagelink {
        width: 33.33333%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n - 1) ~ .ct-view-imagelink:last-child::before {
          content: ''; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(2n + 0) {
      width: 50%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(2n + 0) ~ .ct-view-imagelink {
        width: 50%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(2n + 0) ~ .ct-view-imagelink:last-child::before {
          content: none; }
    .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n + 0) {
      width: 33.33333%; }
      .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n + 0) ~ .ct-view-imagelink {
        width: 33.33333%; }
        .block-inspiration .item-1.ct-view-imagelink:nth-last-child(3n + 0) ~ .ct-view-imagelink:last-child::before {
          content: none; } }

#inspiration-popup {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  max-width: 100%; }
  @media only screen and (max-width: 74.9375rem) {
    #inspiration-popup {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  #inspiration-popup::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5); }
  #inspiration-popup .content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    padding: 2.5rem;
    max-width: 100%;
    background: #fff;
    -webkit-animation: appear 0.2s;
    animation: appear 0.2s;
    -webkit-transform: translateY(1.75rem);
    transform: translateY(1.75rem); }
    #inspiration-popup .content img {
      max-height: calc(100vh - 11rem); }
  #inspiration-popup .close-popup {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    position: absolute;
    top: 0;
    right: 0; }
    #inspiration-popup .close-popup:focus, #inspiration-popup .close-popup:active, #inspiration-popup .close-popup:hover, #inspiration-popup a.ct-view-cta:hover .close-popup.button, a.ct-view-cta:hover #inspiration-popup .close-popup.button, #inspiration-popup a.ct-view-cta:focus .close-popup.button, a.ct-view-cta:focus #inspiration-popup .close-popup.button {
      background: none;
      border: none; }
    #inspiration-popup .close-popup.disabled, #inspiration-popup .close-popup[disabled],
    fieldset[disabled] #inspiration-popup .close-popup {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    #inspiration-popup .close-popup:before, #inspiration-popup .close-popup:after,
    #inspiration-popup .close-popup i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    #inspiration-popup .close-popup > span:first-child:last-child,
    #inspiration-popup .close-popup i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    #inspiration-popup .close-popup:before, #inspiration-popup .close-popup:after,
    #inspiration-popup .close-popup i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    #inspiration-popup .close-popup:link > span, #inspiration-popup .close-popup:visited > span, #inspiration-popup .close-popup:hover > span, #inspiration-popup a.ct-view-cta:hover .close-popup.button > span, a.ct-view-cta:hover #inspiration-popup .close-popup.button > span, #inspiration-popup a.ct-view-cta:focus .close-popup.button > span, a.ct-view-cta:focus #inspiration-popup .close-popup.button > span, #inspiration-popup a.ct-view-cta:hover .title .close-popup.button > span, #inspiration-popup a.ct-view-cta:focus .title .close-popup.button > span, #inspiration-popup .close-popup:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    #inspiration-popup .close-popup:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  #inspiration-popup .product-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #191919;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f69052;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    color: #191919;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    margin-top: 1.25rem; }
    #inspiration-popup .product-link::before, #inspiration-popup .product-link::after,
    #inspiration-popup .product-link i:first-child,
    #inspiration-popup .product-link i:last-child {
      font-size: 1rem; }
    #inspiration-popup .product-link::before,
    #inspiration-popup .product-link i:first-child {
      margin-right: 0.625rem; }
    #inspiration-popup .product-link::after,
    #inspiration-popup .product-link i:last-child {
      margin-left: 0.625rem; }
    #inspiration-popup .product-link:hover, #inspiration-popup a.ct-view-cta:hover .product-link.button, a.ct-view-cta:hover #inspiration-popup .product-link.button, #inspiration-popup a.ct-view-cta:focus .product-link.button, a.ct-view-cta:focus #inspiration-popup .product-link.button, #inspiration-popup .product-link:focus {
      color: #fff;
      background-color: #333333; }
    #inspiration-popup .product-link:active {
      color: #fff;
      background-color: #191919; }
    #inspiration-popup .product-link.disabled, #inspiration-popup .product-link[disabled],
    fieldset[disabled] #inspiration-popup .product-link {
      background: #666666;
      cursor: default;
      color: #b2b2b2; }
    #inspiration-popup .product-link::-moz-focus-inner {
      border: 0;
      padding: 0; }
    #inspiration-popup .product-link::before, #inspiration-popup .product-link::after,
    #inspiration-popup .product-link i:first-child,
    #inspiration-popup .product-link i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    #inspiration-popup .product-link span {
      position: relative;
      display: block; }
      #inspiration-popup .product-link span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    #inspiration-popup .product-link:hover, #inspiration-popup a.ct-view-cta:hover .product-link.button, a.ct-view-cta:hover #inspiration-popup .product-link.button, #inspiration-popup a.ct-view-cta:focus .product-link.button, a.ct-view-cta:focus #inspiration-popup .product-link.button, #inspiration-popup .product-link:focus {
      background-color: #f7a06a; }
      #inspiration-popup .product-link:hover span, #inspiration-popup a.ct-view-cta:hover .product-link.button span, a.ct-view-cta:hover #inspiration-popup .product-link.button span, #inspiration-popup a.ct-view-cta:focus .product-link.button span, a.ct-view-cta:focus #inspiration-popup .product-link.button span, #inspiration-popup .product-link:focus span {
        position: relative; }
        #inspiration-popup .product-link:hover span::after, #inspiration-popup a.ct-view-cta:hover .product-link.button span::after, a.ct-view-cta:hover #inspiration-popup .product-link.button span::after, #inspiration-popup a.ct-view-cta:focus .product-link.button span::after, a.ct-view-cta:focus #inspiration-popup .product-link.button span::after, #inspiration-popup .product-link:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    #inspiration-popup .product-link:active {
      background-color: #f69052; }
    #inspiration-popup .product-link.disabled, #inspiration-popup .product-link[disabled],
    fieldset[disabled] #inspiration-popup .product-link {
      background: #f9b891;
      color: #fff; }
      #inspiration-popup .product-link.disabled span::after, #inspiration-popup .product-link[disabled] span::after,
      fieldset[disabled] #inspiration-popup .product-link span::after {
        display: none; }
    #inspiration-popup .product-link:focus, #inspiration-popup .product-link:active, #inspiration-popup .product-link:hover, #inspiration-popup a.ct-view-cta:hover .product-link.button, a.ct-view-cta:hover #inspiration-popup .product-link.button, #inspiration-popup a.ct-view-cta:focus .product-link.button, a.ct-view-cta:focus #inspiration-popup .product-link.button {
      background: none;
      border: none; }
    #inspiration-popup .product-link.disabled, #inspiration-popup .product-link[disabled],
    fieldset[disabled] #inspiration-popup .product-link {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    #inspiration-popup .product-link:after {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    #inspiration-popup .product-link::after {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 1.875rem;
      line-height: 1.125rem;
      margin-left: 1.666em; }
      @media only screen and (max-width: 74.9375rem) {
        #inspiration-popup .product-link::after {
          margin-left: .5em; } }
    #inspiration-popup .product-link span::after {
      bottom: -.1em; }
    #inspiration-popup .product-link:hover, #inspiration-popup a.ct-view-cta:hover .product-link.button, a.ct-view-cta:hover #inspiration-popup .product-link.button, #inspiration-popup a.ct-view-cta:focus .product-link.button, a.ct-view-cta:focus #inspiration-popup .product-link.button, #inspiration-popup .product-link:focus {
      color: #8e8e8e; }
      #inspiration-popup .product-link:hover span::after, #inspiration-popup a.ct-view-cta:hover .product-link.button span::after, a.ct-view-cta:hover #inspiration-popup .product-link.button span::after, #inspiration-popup a.ct-view-cta:focus .product-link.button span::after, a.ct-view-cta:focus #inspiration-popup .product-link.button span::after, #inspiration-popup .product-link:focus span::after {
        background-color: #74c7ce; }
  @media only screen and (max-width: 74.9375rem) {
    #inspiration-popup .content {
      padding: 1.5625rem; }
      #inspiration-popup .content img {
        max-height: calc(100vh - 8.5rem); }
    #inspiration-popup .close-popup {
      padding: 0.3125rem; }
      #inspiration-popup .close-popup::before {
        font-size: 1rem; } }

.job-offer:not(:last-child) {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1.25rem; }

.job-offer .job-offer-title {
  position: relative;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
  padding-right: 1.25rem; }
  .job-offer .job-offer-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .job-offer .job-offer-title::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }

.job-offer .job-offer-title[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1); }

.job-offer .job-offer-title .ct-field-title {
  font: bold 2.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 300 1.625rem/1.23077 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  .job-offer .job-offer-title .ct-field-title.-alt {
    text-transform: uppercase; }
  .job-offer .job-offer-title .ct-field-title:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .job-offer .job-offer-title .ct-field-title {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .job-offer .job-offer-title .ct-field-title {
      font-size: 1.5rem; } }

.job-offer .job-offer-content {
  display: none;
  margin-top: 1.25rem;
  border-left: 1px solid #74c7ce;
  padding-left: 1.25rem;
  color: #333;
  -webkit-animation: appear 0.2s;
  animation: appear 0.2s; }

.job-offer .ct-field-file {
  margin-top: 1.875rem; }
  .job-offer .ct-field-file .ct-file-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #191919;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f69052;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    color: #191919;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem; }
    .job-offer .ct-field-file .ct-file-link::before, .job-offer .ct-field-file .ct-file-link::after,
    .job-offer .ct-field-file .ct-file-link i:first-child,
    .job-offer .ct-field-file .ct-file-link i:last-child {
      font-size: 1rem; }
    .job-offer .ct-field-file .ct-file-link::before,
    .job-offer .ct-field-file .ct-file-link i:first-child {
      margin-right: 0.625rem; }
    .job-offer .ct-field-file .ct-file-link::after,
    .job-offer .ct-field-file .ct-file-link i:last-child {
      margin-left: 0.625rem; }
    .job-offer .ct-field-file .ct-file-link:hover, .job-offer .ct-field-file a.ct-view-cta:hover .ct-file-link.button, a.ct-view-cta:hover .job-offer .ct-field-file .ct-file-link.button, .job-offer .ct-field-file a.ct-view-cta:focus .ct-file-link.button, a.ct-view-cta:focus .job-offer .ct-field-file .ct-file-link.button, .job-offer .ct-field-file .ct-file-link:focus {
      color: #fff;
      background-color: #333333; }
    .job-offer .ct-field-file .ct-file-link:active {
      color: #fff;
      background-color: #191919; }
    .job-offer .ct-field-file .ct-file-link.disabled, .job-offer .ct-field-file .ct-file-link[disabled],
    fieldset[disabled] .job-offer .ct-field-file .ct-file-link {
      background: #666666;
      cursor: default;
      color: #b2b2b2; }
    .job-offer .ct-field-file .ct-file-link::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .job-offer .ct-field-file .ct-file-link::before, .job-offer .ct-field-file .ct-file-link::after,
    .job-offer .ct-field-file .ct-file-link i:first-child,
    .job-offer .ct-field-file .ct-file-link i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .job-offer .ct-field-file .ct-file-link span {
      position: relative;
      display: block; }
      .job-offer .ct-field-file .ct-file-link span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .job-offer .ct-field-file .ct-file-link:hover, .job-offer .ct-field-file a.ct-view-cta:hover .ct-file-link.button, a.ct-view-cta:hover .job-offer .ct-field-file .ct-file-link.button, .job-offer .ct-field-file a.ct-view-cta:focus .ct-file-link.button, a.ct-view-cta:focus .job-offer .ct-field-file .ct-file-link.button, .job-offer .ct-field-file .ct-file-link:focus {
      background-color: #f7a06a; }
      .job-offer .ct-field-file .ct-file-link:hover span, .job-offer .ct-field-file a.ct-view-cta:hover .ct-file-link.button span, a.ct-view-cta:hover .job-offer .ct-field-file .ct-file-link.button span, .job-offer .ct-field-file a.ct-view-cta:focus .ct-file-link.button span, a.ct-view-cta:focus .job-offer .ct-field-file .ct-file-link.button span, .job-offer .ct-field-file .ct-file-link:focus span {
        position: relative; }
        .job-offer .ct-field-file .ct-file-link:hover span::after, .job-offer .ct-field-file a.ct-view-cta:hover .ct-file-link.button span::after, a.ct-view-cta:hover .job-offer .ct-field-file .ct-file-link.button span::after, .job-offer .ct-field-file a.ct-view-cta:focus .ct-file-link.button span::after, a.ct-view-cta:focus .job-offer .ct-field-file .ct-file-link.button span::after, .job-offer .ct-field-file .ct-file-link:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .job-offer .ct-field-file .ct-file-link:active {
      background-color: #f69052; }
    .job-offer .ct-field-file .ct-file-link.disabled, .job-offer .ct-field-file .ct-file-link[disabled],
    fieldset[disabled] .job-offer .ct-field-file .ct-file-link {
      background: #f9b891;
      color: #fff; }
      .job-offer .ct-field-file .ct-file-link.disabled span::after, .job-offer .ct-field-file .ct-file-link[disabled] span::after,
      fieldset[disabled] .job-offer .ct-field-file .ct-file-link span::after {
        display: none; }
    .job-offer .ct-field-file .ct-file-link:focus, .job-offer .ct-field-file .ct-file-link:active, .job-offer .ct-field-file .ct-file-link:hover, .job-offer .ct-field-file a.ct-view-cta:hover .ct-file-link.button, a.ct-view-cta:hover .job-offer .ct-field-file .ct-file-link.button, .job-offer .ct-field-file a.ct-view-cta:focus .ct-file-link.button, a.ct-view-cta:focus .job-offer .ct-field-file .ct-file-link.button {
      background: none;
      border: none; }
    .job-offer .ct-field-file .ct-file-link.disabled, .job-offer .ct-field-file .ct-file-link[disabled],
    fieldset[disabled] .job-offer .ct-field-file .ct-file-link {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .job-offer .ct-field-file .ct-file-link:after {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .job-offer .ct-field-file .ct-file-link::after {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 1.875rem;
      line-height: 1.125rem;
      margin-left: 1.666em; }
      @media only screen and (max-width: 74.9375rem) {
        .job-offer .ct-field-file .ct-file-link::after {
          margin-left: .5em; } }
    .job-offer .ct-field-file .ct-file-link span::after {
      bottom: -.1em; }
    .job-offer .ct-field-file .ct-file-link:hover, .job-offer .ct-field-file a.ct-view-cta:hover .ct-file-link.button, a.ct-view-cta:hover .job-offer .ct-field-file .ct-file-link.button, .job-offer .ct-field-file a.ct-view-cta:focus .ct-file-link.button, a.ct-view-cta:focus .job-offer .ct-field-file .ct-file-link.button, .job-offer .ct-field-file .ct-file-link:focus {
      color: #8e8e8e; }
      .job-offer .ct-field-file .ct-file-link:hover span::after, .job-offer .ct-field-file a.ct-view-cta:hover .ct-file-link.button span::after, a.ct-view-cta:hover .job-offer .ct-field-file .ct-file-link.button span::after, .job-offer .ct-field-file a.ct-view-cta:focus .ct-file-link.button span::after, a.ct-view-cta:focus .job-offer .ct-field-file .ct-file-link.button span::after, .job-offer .ct-field-file .ct-file-link:focus span::after {
        background-color: #74c7ce; }
    .job-offer .ct-field-file .ct-file-link:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f1c1";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }

.page-layout-landing .breadcrumbs {
  padding: 0; }

.page-layout-landing .column.main {
  padding-bottom: 0; }

.page-layout-landing .banner {
  display: block;
  overflow: visible;
  padding: 0;
  height: auto; }
  @media only screen and (min-width: 75rem) {
    .page-layout-landing .banner {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .page-layout-landing .banner {
      margin-bottom: 1.875rem; }
      .page-layout-landing .banner::before {
        content: none; } }
  .page-layout-landing .banner .banner-image {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 6.5vw; }
    .page-layout-landing .banner .banner-image img {
      margin: 0 auto; }
    .page-layout-landing .banner .banner-image + .header-wrapper {
      margin-top: -6.5vw; }
    .page-layout-landing .banner .banner-image:empty {
      height: 23.4375vw;
      background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 74.9375rem) {
        .page-layout-landing .banner .banner-image:empty {
          height: 9.375rem; } }
      @media only screen and (max-width: 29.9375rem) {
        .page-layout-landing .banner .banner-image:empty {
          height: 7.5rem; } }
  .page-layout-landing .banner .header-wrapper {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-landing .banner .header-wrapper {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  .page-layout-landing .banner header {
    position: relative;
    text-align: center;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center/auto no-repeat; }
    .page-layout-landing .banner header::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 75rem) {
      .page-layout-landing .banner header {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-landing .banner header {
        padding: 2.5rem 0 1.25rem; } }
  .page-layout-landing .banner .header-content {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 50rem; }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-landing .banner .header-content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  @media only screen and (max-width: 37.5rem) {
    .page-layout-landing .banner .page-title-wrapper {
      display: block;
      padding-top: 0;
      padding-bottom: 0;
      height: auto;
      min-height: 0; } }
  .page-layout-landing .banner .page-title-wrapper .page-title {
    font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    color: inherit; }
    .page-layout-landing .banner .page-title-wrapper .page-title.-alt {
      text-transform: uppercase; }
    .page-layout-landing .banner .page-title-wrapper .page-title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-landing .banner .page-title-wrapper .page-title {
        font-size: 1.875rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-landing .banner .page-title-wrapper .page-title {
        font-size: 1.75rem; } }
  .page-layout-landing .banner .subtitle {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 1.25rem; }
    @media only screen and (max-width: 37.5rem) {
      .page-layout-landing .banner .subtitle {
        padding-top: 0;
        padding-bottom: 0; } }

.page-layout-landing .breadcrumbs {
  padding-top: 0; }

.page-layout-landing .ct-view-textblock.intro {
  position: relative;
  background-color: #fbfbfb;
  background-image: url(../../frontend/O2web/kalia/en_CA/images/shell-dark.svg);
  color: #333; }
  .page-layout-landing .ct-view-textblock.intro::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -1.5625rem;
    width: 0.25rem;
    height: 3.125rem;
    margin-left: -0.125rem;
    background-color: #e5e5e5; }
  @media only screen and (min-width: 75rem) {
    .page-layout-landing .ct-view-textblock.intro {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .page-layout-landing .ct-view-textblock.intro {
      margin-bottom: 1.875rem; } }

.ct-view-landing .ct-view-container .container-title-container {
  font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 1em;
  margin-bottom: 1em;
  font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  position: relative;
  border-bottom: 1px solid #f2f2f2; }
  .ct-view-landing .ct-view-container .container-title-container.-alt {
    text-transform: uppercase; }
  .ct-view-landing .ct-view-container .container-title-container:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-landing .ct-view-container .container-title-container {
      font-size: 1.25rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-landing .ct-view-container .container-title-container {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 75rem) {
    .ct-view-landing .ct-view-container .container-title-container {
      margin-bottom: 2em; } }
  .ct-view-landing .ct-view-container .container-title-container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3.125rem;
    height: 0;
    border-top: 1px solid;
    margin: auto; }
  .ct-view-landing .ct-view-container .container-title-container.-alt {
    text-transform: uppercase; }
  .ct-view-landing .ct-view-container .container-title-container:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-landing .ct-view-container .container-title-container {
      font-size: 1.875rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-landing .ct-view-container .container-title-container {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 75rem) {
    .ct-view-landing .ct-view-container .container-title-container {
      margin-bottom: 4.6875rem;
      padding-bottom: 2.8125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-landing .ct-view-container .container-title-container {
      margin-bottom: 1.875rem; } }
  .ct-view-landing .ct-view-container .container-title-container::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1.375rem;
    height: 1.5rem;
    margin: -0.75rem auto;
    background: url(../../frontend/O2web/kalia/en_CA/images/shell-medium.svg) center center/cover no-repeat; }
  .ct-view-landing .ct-view-container .container-title-container::after {
    width: 7.5rem;
    border-color: #e5e5e5; }
  .ct-view-landing .ct-view-container .container-title-container::before, .ct-view-landing .ct-view-container .container-title-container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5rem;
    margin: -0.75rem auto; }
  .ct-view-landing .ct-view-container .container-title-container::before {
    width: 4.6875rem;
    background: #fff; }
  .ct-view-landing .ct-view-container .container-title-container::after {
    width: 1.375rem;
    background: url(../../frontend/O2web/kalia/en_CA/images/shell-medium.svg) center center/cover no-repeat;
    opacity: .5;
    border: none; }

.ct-view-productlist {
  margin-bottom: 4.375rem;
  width: 100%; }
  @media only screen and (max-width: 60rem) {
    .ct-view-productlist {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-productlist {
      margin-bottom: 2.5rem; } }
  .ct-view-productlist .ct-field-product {
    padding-top: 0; }
  .ct-view-productlist.slider .product-items {
    overflow: hidden; }
  .ct-view-productlist.slider .products-grid .slider-controls {
    right: 0; }
  .ct-view-productlist.slider .products-grid .slick-prev,
  .ct-view-productlist.slider .products-grid .slick-next {
    display: inline-block;
    position: static;
    -webkit-transform: none;
    transform: none; }
  .ct-view-productlist.grid .products-grid {
    max-width: 76.875rem;
    margin: 0 auto; }

.block-content-slider {
  padding: 0;
  margin: 0;
  max-width: none; }
  .block-content-slider .block-list {
    display: block; }
  .block-content-slider .background {
    background: #0d0d0d; }
    .block-content-slider .background img {
      position: absolute;
      top: 0;
      left: 50%;
      max-width: none;
      height: 100%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      .block-content-slider .background img[data-src], .block-content-slider .background img[data-srcset] {
        display: block;
        min-height: 1px; }
  .block-content-slider .ct-view-slide {
    position: relative;
    height: 100%;
    width: 100%; }
  .block-content-slider .slide-info {
    box-shadow: none;
    margin-bottom: 20; }
    .block-content-slider .slide-info h2 {
      margin: 1em 0 .5em;
      font: bold 4rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      color: #191919;
      font: 300 2.5rem/1.25 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      color: inherit; }
      .block-content-slider .slide-info h2.-alt {
        text-transform: uppercase; }
      .block-content-slider .slide-info h2:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .block-content-slider .slide-info h2 {
          font-size: 2.25rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .block-content-slider .slide-info h2 {
          font-size: 2rem; } }
    .block-content-slider .slide-info .button {
      margin: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      background-image: none;
      background: none;
      font-weight: normal;
      line-height: inherit;
      text-decoration: none;
      text-shadow: none;
      box-shadow: none;
      color: inherit;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      color: #191919;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.125rem;
      color: inherit;
      margin-bottom: 20px; }
      .block-content-slider .slide-info .button:focus, .block-content-slider .slide-info .button:active, .block-content-slider .slide-info .button:hover, .block-content-slider .slide-info a.ct-view-cta:hover .button, a.ct-view-cta:hover .block-content-slider .slide-info .button, .block-content-slider .slide-info a.ct-view-cta:focus .button, a.ct-view-cta:focus .block-content-slider .slide-info .button {
        background: none;
        border: none; }
      .block-content-slider .slide-info .button.disabled, .block-content-slider .slide-info .button[disabled],
      fieldset[disabled] .block-content-slider .slide-info .button {
        border: 0;
        background: none;
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
        color: #e5e5e5; }
      .block-content-slider .slide-info .button:after {
        content: "";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-family: 'icons';
        text-decoration: inherit;
        text-transform: none;
        speak: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased; }
      .block-content-slider .slide-info .button::after {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 1.875rem;
        line-height: 1.125rem;
        margin-left: 1.666em; }
        @media only screen and (max-width: 74.9375rem) {
          .block-content-slider .slide-info .button::after {
            margin-left: .5em; } }
      .block-content-slider .slide-info .button span::after {
        bottom: -.1em; }
      .block-content-slider .slide-info .button:hover, .block-content-slider .slide-info a.ct-view-cta:hover .button, a.ct-view-cta:hover .block-content-slider .slide-info .button, .block-content-slider .slide-info a.ct-view-cta:focus .button, a.ct-view-cta:focus .block-content-slider .slide-info .button, .block-content-slider .slide-info .button:focus {
        color: #8e8e8e; }
        .block-content-slider .slide-info .button:hover span::after, .block-content-slider .slide-info a.ct-view-cta:hover .button span::after, a.ct-view-cta:hover .block-content-slider .slide-info .button span::after, .block-content-slider .slide-info a.ct-view-cta:focus .button span::after, a.ct-view-cta:focus .block-content-slider .slide-info .button span::after, .block-content-slider .slide-info .button:focus span::after {
          background-color: #74c7ce; }
  .block-content-slider .slick-slider {
    padding: 0; }
    .block-content-slider .slick-slider .slick-dots {
      left: 0;
      right: 0;
      text-align: center; }
      .block-content-slider .slick-slider .slick-dots li {
        margin: 0 0.625rem; }
      .block-content-slider .slick-slider .slick-dots button {
        width: 0.625rem;
        height: 0.625rem;
        padding: 0;
        border-radius: 50%;
        border: 1px solid white;
        opacity: 1;
        transition: background 0.2s; }
        .block-content-slider .slick-slider .slick-dots button::before {
          content: none; }
        .block-content-slider .slick-slider .slick-dots button:hover, .block-content-slider .slick-slider .slick-dots a.ct-view-cta:hover button.button, a.ct-view-cta:hover .block-content-slider .slick-slider .slick-dots button.button, .block-content-slider .slick-slider .slick-dots a.ct-view-cta:focus button.button, a.ct-view-cta:focus .block-content-slider .slick-slider .slick-dots button.button {
          background: #fff; }
      .block-content-slider .slick-slider .slick-dots .slick-active button {
        width: 0.625rem;
        background: #fff; }
    .block-content-slider .slick-slider .slick-prev,
    .block-content-slider .slick-slider .slick-next {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #000;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #000;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      line-height: 1;
      white-space: nowrap;
      padding: 0.875rem;
      padding: 0.8125rem;
      width: 3.125rem;
      height: 3.875rem;
      padding: 1.1875rem;
      border: none;
      background: #000 !important;
      font-size: 0; }
      .block-content-slider .slick-slider .slick-prev::before, .block-content-slider .slick-slider .slick-prev::after,
      .block-content-slider .slick-slider .slick-prev i:first-child,
      .block-content-slider .slick-slider .slick-prev i:last-child,
      .block-content-slider .slick-slider .slick-next::before,
      .block-content-slider .slick-slider .slick-next::after,
      .block-content-slider .slick-slider .slick-next i:first-child,
      .block-content-slider .slick-slider .slick-next i:last-child {
        font-size: 1rem; }
      .block-content-slider .slick-slider .slick-prev::before,
      .block-content-slider .slick-slider .slick-prev i:first-child,
      .block-content-slider .slick-slider .slick-next::before,
      .block-content-slider .slick-slider .slick-next i:first-child {
        margin-right: 0.625rem; }
      .block-content-slider .slick-slider .slick-prev::after,
      .block-content-slider .slick-slider .slick-prev i:last-child,
      .block-content-slider .slick-slider .slick-next::after,
      .block-content-slider .slick-slider .slick-next i:last-child {
        margin-left: 0.625rem; }
      .block-content-slider .slick-slider .slick-prev:hover, .block-content-slider .slick-slider a.ct-view-cta:hover .slick-prev.button, a.ct-view-cta:hover .block-content-slider .slick-slider .slick-prev.button, .block-content-slider .slick-slider a.ct-view-cta:focus .slick-prev.button, a.ct-view-cta:focus .block-content-slider .slick-slider .slick-prev.button, .block-content-slider .slick-slider .slick-prev:focus,
      .block-content-slider .slick-slider .slick-next:hover,
      .block-content-slider .slick-slider a.ct-view-cta:hover .slick-next.button,
      a.ct-view-cta:hover .block-content-slider .slick-slider .slick-next.button,
      .block-content-slider .slick-slider a.ct-view-cta:focus .slick-next.button,
      a.ct-view-cta:focus .block-content-slider .slick-slider .slick-next.button,
      .block-content-slider .slick-slider .slick-next:focus {
        color: #fff;
        background-color: #1a1a1a; }
      .block-content-slider .slick-slider .slick-prev:active,
      .block-content-slider .slick-slider .slick-next:active {
        color: #fff;
        background-color: #000; }
      .block-content-slider .slick-slider .slick-prev.disabled, .block-content-slider .slick-slider .slick-prev[disabled],
      fieldset[disabled] .block-content-slider .slick-slider .slick-prev,
      .block-content-slider .slick-slider .slick-next.disabled,
      .block-content-slider .slick-slider .slick-next[disabled],
      fieldset[disabled]
      .block-content-slider .slick-slider .slick-next {
        background: #4d4d4d;
        cursor: default;
        color: #999999; }
      .block-content-slider .slick-slider .slick-prev::-moz-focus-inner,
      .block-content-slider .slick-slider .slick-next::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .block-content-slider .slick-slider .slick-prev::before, .block-content-slider .slick-slider .slick-prev::after,
      .block-content-slider .slick-slider .slick-prev i:first-child,
      .block-content-slider .slick-slider .slick-prev i:last-child,
      .block-content-slider .slick-slider .slick-next::before,
      .block-content-slider .slick-slider .slick-next::after,
      .block-content-slider .slick-slider .slick-next i:first-child,
      .block-content-slider .slick-slider .slick-next i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .block-content-slider .slick-slider .slick-prev span,
      .block-content-slider .slick-slider .slick-next span {
        position: relative;
        display: block; }
        .block-content-slider .slick-slider .slick-prev span::after,
        .block-content-slider .slick-slider .slick-next span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .block-content-slider .slick-slider .slick-prev:hover, .block-content-slider .slick-slider a.ct-view-cta:hover .slick-prev.button, a.ct-view-cta:hover .block-content-slider .slick-slider .slick-prev.button, .block-content-slider .slick-slider a.ct-view-cta:focus .slick-prev.button, a.ct-view-cta:focus .block-content-slider .slick-slider .slick-prev.button, .block-content-slider .slick-slider .slick-prev:focus,
      .block-content-slider .slick-slider .slick-next:hover,
      .block-content-slider .slick-slider a.ct-view-cta:hover .slick-next.button,
      a.ct-view-cta:hover .block-content-slider .slick-slider .slick-next.button,
      .block-content-slider .slick-slider a.ct-view-cta:focus .slick-next.button,
      a.ct-view-cta:focus .block-content-slider .slick-slider .slick-next.button,
      .block-content-slider .slick-slider .slick-next:focus {
        background-color: #333333; }
        .block-content-slider .slick-slider .slick-prev:hover span, .block-content-slider .slick-slider a.ct-view-cta:hover .slick-prev.button span, a.ct-view-cta:hover .block-content-slider .slick-slider .slick-prev.button span, .block-content-slider .slick-slider a.ct-view-cta:focus .slick-prev.button span, a.ct-view-cta:focus .block-content-slider .slick-slider .slick-prev.button span, .block-content-slider .slick-slider .slick-prev:focus span,
        .block-content-slider .slick-slider .slick-next:hover span,
        .block-content-slider .slick-slider a.ct-view-cta:hover .slick-next.button span,
        a.ct-view-cta:hover .block-content-slider .slick-slider .slick-next.button span,
        .block-content-slider .slick-slider a.ct-view-cta:focus .slick-next.button span,
        a.ct-view-cta:focus .block-content-slider .slick-slider .slick-next.button span,
        .block-content-slider .slick-slider .slick-next:focus span {
          position: relative; }
          .block-content-slider .slick-slider .slick-prev:hover span::after, .block-content-slider .slick-slider a.ct-view-cta:hover .slick-prev.button span::after, a.ct-view-cta:hover .block-content-slider .slick-slider .slick-prev.button span::after, .block-content-slider .slick-slider a.ct-view-cta:focus .slick-prev.button span::after, a.ct-view-cta:focus .block-content-slider .slick-slider .slick-prev.button span::after, .block-content-slider .slick-slider .slick-prev:focus span::after,
          .block-content-slider .slick-slider .slick-next:hover span::after,
          .block-content-slider .slick-slider a.ct-view-cta:hover .slick-next.button span::after,
          a.ct-view-cta:hover .block-content-slider .slick-slider .slick-next.button span::after,
          .block-content-slider .slick-slider a.ct-view-cta:focus .slick-next.button span::after,
          a.ct-view-cta:focus .block-content-slider .slick-slider .slick-next.button span::after,
          .block-content-slider .slick-slider .slick-next:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .block-content-slider .slick-slider .slick-prev:active,
      .block-content-slider .slick-slider .slick-next:active {
        background-color: #000; }
      .block-content-slider .slick-slider .slick-prev.disabled, .block-content-slider .slick-slider .slick-prev[disabled],
      fieldset[disabled] .block-content-slider .slick-slider .slick-prev,
      .block-content-slider .slick-slider .slick-next.disabled,
      .block-content-slider .slick-slider .slick-next[disabled],
      fieldset[disabled]
      .block-content-slider .slick-slider .slick-next {
        background: #212121;
        color: #fff; }
        .block-content-slider .slick-slider .slick-prev.disabled span::after, .block-content-slider .slick-slider .slick-prev[disabled] span::after,
        fieldset[disabled] .block-content-slider .slick-slider .slick-prev span::after,
        .block-content-slider .slick-slider .slick-next.disabled span::after,
        .block-content-slider .slick-slider .slick-next[disabled] span::after,
        fieldset[disabled]
        .block-content-slider .slick-slider .slick-next span::after {
          display: none; }
      .block-content-slider .slick-slider .slick-prev:before, .block-content-slider .slick-slider .slick-prev:after,
      .block-content-slider .slick-slider .slick-prev i,
      .block-content-slider .slick-slider .slick-next:before,
      .block-content-slider .slick-slider .slick-next:after,
      .block-content-slider .slick-slider .slick-next i {
        vertical-align: top;
        margin: 0;
        font-size: 1.25rem; }
      .block-content-slider .slick-slider .slick-prev > span:first-child:last-child,
      .block-content-slider .slick-slider .slick-prev i + span:last-child,
      .block-content-slider .slick-slider .slick-next > span:first-child:last-child,
      .block-content-slider .slick-slider .slick-next i + span:last-child {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        vertical-align: top; }
      .block-content-slider .slick-slider .slick-prev:before, .block-content-slider .slick-slider .slick-prev:after,
      .block-content-slider .slick-slider .slick-prev i,
      .block-content-slider .slick-slider .slick-next:before,
      .block-content-slider .slick-slider .slick-next:after,
      .block-content-slider .slick-slider .slick-next i {
        width: 1.2em;
        line-height: 1.2em;
        text-align: center; }
      .block-content-slider .slick-slider .slick-prev:link > span, .block-content-slider .slick-slider .slick-prev:visited > span, .block-content-slider .slick-slider .slick-prev:hover > span, .block-content-slider .slick-slider a.ct-view-cta:hover .slick-prev.button > span, a.ct-view-cta:hover .block-content-slider .slick-slider .slick-prev.button > span, .block-content-slider .slick-slider a.ct-view-cta:focus .slick-prev.button > span, a.ct-view-cta:focus .block-content-slider .slick-slider .slick-prev.button > span, .block-content-slider .slick-slider a.ct-view-cta:hover .title .slick-prev.button > span, .block-content-slider .slick-slider a.ct-view-cta:focus .title .slick-prev.button > span, .block-content-slider .slick-slider .slick-prev:active > span,
      .block-content-slider .slick-slider .slick-next:link > span,
      .block-content-slider .slick-slider .slick-next:visited > span,
      .block-content-slider .slick-slider .slick-next:hover > span,
      .block-content-slider .slick-slider a.ct-view-cta:hover .slick-next.button > span,
      a.ct-view-cta:hover .block-content-slider .slick-slider .slick-next.button > span,
      .block-content-slider .slick-slider a.ct-view-cta:focus .slick-next.button > span,
      a.ct-view-cta:focus .block-content-slider .slick-slider .slick-next.button > span,
      .block-content-slider .slick-slider a.ct-view-cta:hover .title .slick-next.button > span,
      .block-content-slider .slick-slider a.ct-view-cta:focus .title .slick-next.button > span,
      .block-content-slider .slick-slider .slick-next:active > span {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .block-content-slider .slick-slider .slick-prev:before,
      .block-content-slider .slick-slider .slick-next:before {
        width: auto;
        line-height: 1;
        font-size: 1.5rem; }
      .block-content-slider .slick-slider .slick-prev:after,
      .block-content-slider .slick-slider .slick-next:after {
        content: initial; }
    .block-content-slider .slick-slider .slick-arrow.slick-prev {
      left: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      border-bottom-right-radius: 0.9375rem; }
      .block-content-slider .slick-slider .slick-arrow.slick-prev:before {
        content: "\f104"; }
    .block-content-slider .slick-slider .slick-arrow.slick-next {
      right: 0;
      border-bottom-left-radius: 0.9375rem; }
      .block-content-slider .slick-slider .slick-arrow.slick-next:before {
        content: "\f105"; }
  @media only screen and (min-width: 75rem) and (max-width: 76.875rem) {
    .block-content-slider .background:after {
      background-image: linear-gradient(to right, #0d0d0d 0%, transparent 75%); } }
  @media only screen and (max-width: 79.9375rem) {
    .block-content-slider .slide-info h2 {
      font-size: 2rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .block-content-slider .background {
      height: 52.083333333vw; }
    .block-content-slider .slick-slider .slide-info {
      top: 0;
      margin: -6vw 0.9375rem 0; }
      .block-content-slider .slick-slider .slide-info h2 {
        font-size: 1.5rem; }
      .block-content-slider .slick-slider .slide-info .text {
        margin-bottom: 1.25rem; }
      .block-content-slider .slick-slider .slide-info .button {
        font-size: 0.875rem; }
      .block-content-slider .slick-slider .slide-info .slider-video {
        display: none; }
    .block-content-slider .slick-slider .slick-dots {
      bottom: auto;
      top: 40vw; }
    .block-content-slider .slick-slider .slick-prev,
    .block-content-slider .slick-slider .slick-next {
      top: 26.041666666vw;
      bottom: auto;
      width: 2.5rem;
      height: auto;
      padding: 0.9375rem;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .block-content-slider .slick-slider .slick-prev::before,
      .block-content-slider .slick-slider .slick-next::before {
        font-size: 1.25rem; } }
  @media only screen and (max-width: 125rem) {
    .block-content-slider .slider-video {
      max-width: 800px;
      width: 55%; }
      .block-content-slider .slider-video .photo {
        max-width: 800px;
        width: 100%; } }
  @media only screen and (max-width: 75rem) {
    .block-content-slider .slider-video {
      max-width: 650px;
      width: 50%; } }
  @media only screen and (max-width: 66.25rem) {
    .block-content-slider .slider-video {
      max-width: 500px;
      width: 45%; } }
  @media only screen and (max-width: 62.5rem) {
    .block-content-slider .slider-video {
      width: 35%; } }
  @media only screen and (max-width: 52.1875rem) {
    .block-content-slider .slider-video {
      width: 28%; } }
  @media only screen and (min-width: 62.5rem) {
    .block-content-slider .slider-video .photo {
      position: absolute;
      right: 1.3rem;
      top: 0;
      width: 45%;
      z-index: 44; } }
  @media only screen and (min-width: 81.25rem) {
    .block-content-slider .slider-video .photo {
      position: absolute;
      right: 1.3rem;
      top: 0;
      width: 50%;
      z-index: 44; } }
  @media only screen and (min-width: 75rem) {
    .block-content-slider .background {
      height: 40.625vw;
      min-height: 31.25rem;
      max-height: 48.75rem; }
      .block-content-slider .background::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        margin: auto; }
    .block-content-slider .info-wrapper {
      padding-left: 3.75rem; }
    .block-content-slider .slide-info {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      position: absolute;
      left: 0;
      right: 0;
      background: none;
      padding-top: 1.875rem;
      padding-bottom: 5.625rem; } }
  @media only screen and (min-width: 75rem) and (max-width: 74.9375rem) {
    .block-content-slider .slide-info {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  @media only screen and (min-width: 75rem) {
      .block-content-slider .slide-info .text {
        margin-bottom: 2.5rem; }
    .block-content-slider .slick-dots {
      bottom: 3.75rem; }
    .block-content-slider .info-wrapper {
      max-width: 31.25rem;
      float: left; }
    .block-content-slider .slider-video {
      float: right; } }
  @media only screen and (min-width: 75rem) and (max-width: 74.9375rem) {
    .block-content-slider .slider-video {
      display: none; } }
  @media only screen and (min-width: 120.0625rem) {
    .block-content-slider .background::after {
      width: 120rem;
      background-image: linear-gradient(to right, #0d0d0d 0%, transparent 20%, transparent 80%, #0d0d0d 95%); } }

.container-accueil-new-slider, .container-accueil-new-slider .ct-view-textblock {
  padding: 0;
  margin: 0;
  max-width: none; }

.ct-view-textblock {
  margin-bottom: 4.375rem;
  width: 100%; }
  @media only screen and (max-width: 60rem) {
    .ct-view-textblock {
      margin-bottom: 3.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .ct-view-textblock {
      margin-bottom: 2.5rem; } }
  .ct-view-textblock.intro {
    position: relative;
    margin: 0;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat;
    background-size: 20.625rem auto;
    color: #fff;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1rem; }
    .ct-view-textblock.intro::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 75rem) {
      .ct-view-textblock.intro {
        font-size: 1.125rem; }
        .ct-view-textblock.intro .content {
          padding: 4.375rem 3.125rem 3.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .ct-view-textblock.intro {
        position: relative; }
        .ct-view-textblock.intro::before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: -1.5625rem;
          width: 0.25rem;
          height: 3.125rem;
          margin-left: -0.125rem;
          background-color: #f2f2f2; }
        .ct-view-textblock.intro .content {
          padding: 2.5rem 1.25rem 1.25rem; } }
    .ct-view-textblock.intro .textblock-title {
      color: inherit;
      margin-bottom: 1.25rem; }
  .ct-view-textblock.image-text, .ct-view-textblock.text-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (min-width: 80rem) {
      .ct-view-textblock.image-text + .ct-view-textblock, .ct-view-textblock.text-image + .ct-view-textblock {
        margin-top: 3.75rem; } }
    .ct-view-textblock.image-text .content, .ct-view-textblock.text-image .content {
      border-left: 0.875rem solid #fbfbfb; }
      @media only screen and (min-width: 75rem) {
        .ct-view-textblock.image-text .content, .ct-view-textblock.text-image .content {
          width: 40%;
          min-width: 25rem;
          margin-left: 5%;
          padding: 4.375rem 4% 4.375rem 3.125rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .ct-view-textblock.image-text .content, .ct-view-textblock.text-image .content {
          width: 50%;
          min-width: 18.125rem;
          padding: 1.875rem 4% 1.875rem 1.25rem;
          border-left-width: 0.625rem;
          font-size: 0.875rem; } }
    .ct-view-textblock.image-text .image, .ct-view-textblock.text-image .image {
      box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
      position: relative;
      width: 48%; }
      .ct-view-textblock.image-text .image::after, .ct-view-textblock.text-image .image::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -6.5%;
        width: 13%;
        margin-top: -0.125rem;
        border-top: 0.25rem solid #000; }
  .ct-view-textblock.image-text .image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }
    .ct-view-textblock.image-text .image::after {
      left: auto;
      right: -6.5%; }
  @media only screen and (max-width: 37.5rem) {
    .ct-view-textblock.image-text, .ct-view-textblock.text-image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .ct-view-textblock.image-text .content, .ct-view-textblock.text-image .content {
        width: 100%; }
      .ct-view-textblock.image-text .image, .ct-view-textblock.text-image .image {
        margin-top: 1.5625rem;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
        .ct-view-textblock.image-text .image::after, .ct-view-textblock.text-image .image::after {
          top: -1.5625rem;
          right: auto;
          left: 50%;
          width: 0;
          height: 3.125rem;
          margin-left: -0.3125rem;
          border-top: none;
          border-left: 0.25rem solid #000; } }

.ct-view-video {
  max-width: none;
  height: auto;
  margin-left: 0; }
  .ct-view-video .wrapper-video.image {
    padding-bottom: 54.838709677%;
    transition: opacity 0.2s;
    color: #333; }
    .ct-view-video .wrapper-video.image .video-thumb {
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
      .ct-view-video .wrapper-video.image .video-thumb:hover, .ct-view-video .wrapper-video.image a.ct-view-cta:hover .video-thumb.button, a.ct-view-cta:hover .ct-view-video .wrapper-video.image .video-thumb.button, .ct-view-video .wrapper-video.image a.ct-view-cta:focus .video-thumb.button, a.ct-view-cta:focus .ct-view-video .wrapper-video.image .video-thumb.button {
        -webkit-transform: scale(1.05) translate(-47.5%, -47.5%);
        transform: scale(1.05) translate(-47.5%, -47.5%); }
    .ct-view-video .wrapper-video.image:hover, .ct-view-video a.ct-view-cta:hover .wrapper-video.image.button, a.ct-view-cta:hover .ct-view-video .wrapper-video.image.button, .ct-view-video a.ct-view-cta:focus .wrapper-video.image.button, a.ct-view-cta:focus .ct-view-video .wrapper-video.image.button {
      opacity: .8; }
  @media only screen and (min-width: 25.0625rem) {
    .ct-view-video.play::before {
      content: '';
      display: block;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999999;
      background: rgba(0, 0, 0, 0.5); }
    .ct-view-video.play .wrapper-video.image {
      box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
      opacity: 1;
      position: fixed;
      top: 50%;
      right: 0;
      left: 0;
      width: 42.5rem;
      height: auto;
      max-width: 90%;
      max-height: 90%;
      z-index: 1000000;
      margin: auto;
      padding: 2.5rem;
      background: #fff;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .ct-view-video.play .wrapper-video.image::before {
        content: '';
        display: block;
        padding-top: 56.25%; }
      .ct-view-video.play .wrapper-video.image iframe {
        top: 2.5rem;
        right: 2.5rem;
        bottom: 2.5rem;
        left: 2.5rem;
        width: calc(100% - 5rem);
        height: calc(100% - 5rem); }
    .ct-view-video.play .close-btn {
      display: block; } }
  .ct-view-video .content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .ct-view-video .content .text {
      line-height: 1.2; }
  @media only screen and (max-width: 25rem) {
    .ct-view-video.horizontal {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
      .ct-view-video.horizontal .wrapper-video.image {
        position: absolute;
        width: auto;
        left: 0;
        right: 0;
        margin: 5% 0 0 0;
        padding-top: 0; }
      .ct-view-video.horizontal .content {
        padding-top: calc(65% + 0.9375rem);
        height: auto;
        margin-left: 0;
        padding-left: 0.9375rem; } }
  .ct-view-video .video-btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #74c7ce;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #74c7ce;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    width: 3.125rem;
    height: 3.125rem; }
    .ct-view-video .video-btn::before, .ct-view-video .video-btn::after,
    .ct-view-video .video-btn i:first-child,
    .ct-view-video .video-btn i:last-child {
      font-size: 1rem; }
    .ct-view-video .video-btn::before,
    .ct-view-video .video-btn i:first-child {
      margin-right: 0.625rem; }
    .ct-view-video .video-btn::after,
    .ct-view-video .video-btn i:last-child {
      margin-left: 0.625rem; }
    .ct-view-video .video-btn:hover, .ct-view-video a.ct-view-cta:hover .video-btn.button, a.ct-view-cta:hover .ct-view-video .video-btn.button, .ct-view-video a.ct-view-cta:focus .video-btn.button, a.ct-view-cta:focus .ct-view-video .video-btn.button, .ct-view-video .video-btn:focus {
      color: #fff;
      background-color: #9ad6db; }
    .ct-view-video .video-btn:active {
      color: #fff;
      background-color: #74c7ce; }
    .ct-view-video .video-btn.disabled, .ct-view-video .video-btn[disabled],
    fieldset[disabled] .ct-view-video .video-btn {
      background: #e5f5f6;
      cursor: default;
      color: white; }
    .ct-view-video .video-btn::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .ct-view-video .video-btn::before, .ct-view-video .video-btn::after,
    .ct-view-video .video-btn i:first-child,
    .ct-view-video .video-btn i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .ct-view-video .video-btn span {
      position: relative;
      display: block; }
      .ct-view-video .video-btn span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .ct-view-video .video-btn:hover, .ct-view-video a.ct-view-cta:hover .video-btn.button, a.ct-view-cta:hover .ct-view-video .video-btn.button, .ct-view-video a.ct-view-cta:focus .video-btn.button, a.ct-view-cta:focus .ct-view-video .video-btn.button, .ct-view-video .video-btn:focus {
      background-color: #87cfd5; }
      .ct-view-video .video-btn:hover span, .ct-view-video a.ct-view-cta:hover .video-btn.button span, a.ct-view-cta:hover .ct-view-video .video-btn.button span, .ct-view-video a.ct-view-cta:focus .video-btn.button span, a.ct-view-cta:focus .ct-view-video .video-btn.button span, .ct-view-video .video-btn:focus span {
        position: relative; }
        .ct-view-video .video-btn:hover span::after, .ct-view-video a.ct-view-cta:hover .video-btn.button span::after, a.ct-view-cta:hover .ct-view-video .video-btn.button span::after, .ct-view-video a.ct-view-cta:focus .video-btn.button span::after, a.ct-view-cta:focus .ct-view-video .video-btn.button span::after, .ct-view-video .video-btn:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .ct-view-video .video-btn:active {
      background-color: #74c7ce; }
    .ct-view-video .video-btn.disabled, .ct-view-video .video-btn[disabled],
    fieldset[disabled] .ct-view-video .video-btn {
      background: #a5dbdf;
      color: #fff; }
      .ct-view-video .video-btn.disabled span::after, .ct-view-video .video-btn[disabled] span::after,
      fieldset[disabled] .ct-view-video .video-btn span::after {
        display: none; }
    .ct-view-video .video-btn:before, .ct-view-video .video-btn:after,
    .ct-view-video .video-btn i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .ct-view-video .video-btn > span:first-child:last-child,
    .ct-view-video .video-btn i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .ct-view-video .video-btn:before, .ct-view-video .video-btn:after,
    .ct-view-video .video-btn i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .ct-view-video .video-btn:link > span, .ct-view-video .video-btn:visited > span, .ct-view-video .video-btn:hover > span, .ct-view-video a.ct-view-cta:hover .video-btn.button > span, a.ct-view-cta:hover .ct-view-video .video-btn.button > span, .ct-view-video a.ct-view-cta:focus .video-btn.button > span, a.ct-view-cta:focus .ct-view-video .video-btn.button > span, .ct-view-video a.ct-view-cta:hover .title .video-btn.button > span, .ct-view-video a.ct-view-cta:focus .title .video-btn.button > span, .ct-view-video .video-btn:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .ct-view-video .video-btn:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f04b";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .ct-view-video .close-btn {
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    transition: color 0.15s linear 0s;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
    .ct-view-video .close-btn:focus, .ct-view-video .close-btn:active, .ct-view-video .close-btn:hover, .ct-view-video a.ct-view-cta:hover .close-btn.button, a.ct-view-cta:hover .ct-view-video .close-btn.button, .ct-view-video a.ct-view-cta:focus .close-btn.button, a.ct-view-cta:focus .ct-view-video .close-btn.button {
      background: none;
      border: none;
      color: #8e8e8e; }
    .ct-view-video .close-btn.disabled, .ct-view-video .close-btn[disabled],
    fieldset[disabled] .ct-view-video .close-btn {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .ct-view-video .close-btn:before, .ct-view-video .close-btn:after,
    .ct-view-video .close-btn i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .ct-view-video .close-btn > span:first-child:last-child,
    .ct-view-video .close-btn i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .ct-view-video .close-btn:before, .ct-view-video .close-btn:after,
    .ct-view-video .close-btn i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .ct-view-video .close-btn:link > span, .ct-view-video .close-btn:visited > span, .ct-view-video .close-btn:hover > span, .ct-view-video a.ct-view-cta:hover .close-btn.button > span, a.ct-view-cta:hover .ct-view-video .close-btn.button > span, .ct-view-video a.ct-view-cta:focus .close-btn.button > span, a.ct-view-cta:focus .ct-view-video .close-btn.button > span, .ct-view-video a.ct-view-cta:hover .title .close-btn.button > span, .ct-view-video a.ct-view-cta:focus .title .close-btn.button > span, .ct-view-video .close-btn:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .ct-view-video .close-btn:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f00d";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }

.ct-view-advantages {
  text-align: center; }
  .ct-view-advantages .icon {
    color: #6f6f6f;
    padding: 0.875rem 0;
    font-size: 3.25rem;
    line-height: 1em;
    display: inline-block; }
    .ct-view-advantages .icon.icon-boxes {
      font-size: 4.0625rem;
      padding: 0.4375rem 0; }
    .ct-view-advantages .icon.icon-customer-services {
      font-size: 2.875rem;
      padding: 1.0625rem 0; }
    .ct-view-advantages .icon.icon-shop {
      font-size: 3.5625rem;
      padding: 0.6875rem 0; }
    .ct-view-advantages .icon.icon-shipping {
      font-size: 4.875rem;
      padding: 0; }
    .ct-view-advantages .icon.icon-maple-leaf {
      font-size: 3.875rem;
      padding: 0.53125rem 0; }
    .ct-view-advantages .icon.icon-medal {
      font-size: 2.625rem;
      padding: 1.15625rem 0; }
  .ct-view-advantages .text {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    margin-top: 0.3125rem; }

.header-landing-partner {
  display: none; }

@media only screen and (min-width: 75rem) {
  .page-layout-landingpartner .page-header:not(.-fixed) {
    height: 128px; }
    .page-layout-landingpartner .page-header:not(.-fixed) .header.content .logo {
      position: static; } }

@media only screen and (max-width: 74.9375rem) {
  .page-layout-landingpartner .page-header:not(.-fixed) .header-landing-partner .action {
    font-size: 0.875rem;
    padding: .5rem 1.375rem; }
  .page-layout-landingpartner .page-header:not(.-fixed) .header.content .logo {
    margin: 0; } }

.page-layout-landingpartner .page-header.-fixed .header-landing-partner .action {
  font-size: 0.875rem;
  padding: .5rem 1.375rem; }

.page-layout-landingpartner .page-header.-fixed .header.content .logo {
  -webkit-transform: none;
  transform: none;
  position: static;
  margin: 0; }

.page-layout-landingpartner .page-header .header.content .nav-toggle,
.page-layout-landingpartner .page-header .header.content .block-search,
.page-layout-landingpartner .page-header .header.content .minicart-wrapper {
  display: none; }

.page-layout-landingpartner .page-header .sections.nav-sections {
  display: none; }

.page-layout-landingpartner .page-header .panel.wrapper .panel.header {
  padding-right: 0;
  padding-left: 0; }
  .page-layout-landingpartner .page-header .panel.wrapper .panel.header .switcher-language {
    display: block; }
  .page-layout-landingpartner .page-header .panel.wrapper .panel.header .compare,
  .page-layout-landingpartner .page-header .panel.wrapper .panel.header .account-links,
  .page-layout-landingpartner .page-header .panel.wrapper .panel.header .top-menu-links {
    display: none; }

.page-layout-landingpartner .page.messages {
  position: relative;
  z-index: 1; }

.page-layout-landingpartner .page-main {
  position: relative; }

.page-layout-landingpartner .columns {
  position: static;
  padding-left: 0;
  padding-right: 0; }

.page-layout-landingpartner .ct-view-landing_partner > .wrapper {
  padding: 8.75rem 1.25rem 0; }
  .page-layout-landingpartner .ct-view-landing_partner > .wrapper:first-child {
    background-color: #fbfbfb;
    padding-bottom: 5rem; }
  @media only screen and (max-width: 74.9375rem) {
    .page-layout-landingpartner .ct-view-landing_partner > .wrapper {
      padding-top: 4.375rem; } }

.page-layout-landingpartner .header-landing-partner {
  display: block; }
  .page-layout-landingpartner .header-landing-partner .action {
    font-size: 1rem; }
    .page-layout-landingpartner .header-landing-partner .action.primary {
      background-color: #000;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 1rem;
      margin-left: 0.625rem; }
      .page-layout-landingpartner .header-landing-partner .action.primary::before, .page-layout-landingpartner .header-landing-partner .action.primary::after,
      .page-layout-landingpartner .header-landing-partner .action.primary i:first-child,
      .page-layout-landingpartner .header-landing-partner .action.primary i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .page-layout-landingpartner .header-landing-partner .action.primary span {
        position: relative;
        display: block; }
        .page-layout-landingpartner .header-landing-partner .action.primary span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .page-layout-landingpartner .header-landing-partner .action.primary:hover, .page-layout-landingpartner .header-landing-partner a.ct-view-cta:hover .action.primary.button, a.ct-view-cta:hover .page-layout-landingpartner .header-landing-partner .action.primary.button, .page-layout-landingpartner .header-landing-partner a.ct-view-cta:focus .action.primary.button, a.ct-view-cta:focus .page-layout-landingpartner .header-landing-partner .action.primary.button, .page-layout-landingpartner .header-landing-partner .action.primary:focus {
        background-color: #333333; }
        .page-layout-landingpartner .header-landing-partner .action.primary:hover span, .page-layout-landingpartner .header-landing-partner a.ct-view-cta:hover .action.primary.button span, a.ct-view-cta:hover .page-layout-landingpartner .header-landing-partner .action.primary.button span, .page-layout-landingpartner .header-landing-partner a.ct-view-cta:focus .action.primary.button span, a.ct-view-cta:focus .page-layout-landingpartner .header-landing-partner .action.primary.button span, .page-layout-landingpartner .header-landing-partner .action.primary:focus span {
          position: relative; }
          .page-layout-landingpartner .header-landing-partner .action.primary:hover span::after, .page-layout-landingpartner .header-landing-partner a.ct-view-cta:hover .action.primary.button span::after, a.ct-view-cta:hover .page-layout-landingpartner .header-landing-partner .action.primary.button span::after, .page-layout-landingpartner .header-landing-partner a.ct-view-cta:focus .action.primary.button span::after, a.ct-view-cta:focus .page-layout-landingpartner .header-landing-partner .action.primary.button span::after, .page-layout-landingpartner .header-landing-partner .action.primary:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .page-layout-landingpartner .header-landing-partner .action.primary:active {
        background-color: #000; }
      .page-layout-landingpartner .header-landing-partner .action.primary.disabled, .page-layout-landingpartner .header-landing-partner .action.primary[disabled],
      fieldset[disabled] .page-layout-landingpartner .header-landing-partner .action.primary {
        background: #212121;
        color: #fff; }
        .page-layout-landingpartner .header-landing-partner .action.primary.disabled span::after, .page-layout-landingpartner .header-landing-partner .action.primary[disabled] span::after,
        fieldset[disabled] .page-layout-landingpartner .header-landing-partner .action.primary span::after {
          display: none; }
    @media only screen and (max-width: 30rem) {
      .page-layout-landingpartner .header-landing-partner .action.secondary {
        display: none; } }

.page-layout-landingpartner .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 48.75rem;
  width: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center; }

.page-layout-landingpartner .header-wrapper {
  position: relative; }

.page-layout-landingpartner .page-title-wrapper {
  margin: 0 auto 4.375rem;
  text-align: center;
  max-width: 43.75rem; }
  .page-layout-landingpartner .page-title-wrapper .page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 3.75rem;
    line-height: 1.1667em; }
    @media only screen and (max-width: 32.5rem) {
      .page-layout-landingpartner .page-title-wrapper .page-title {
        font-size: 2.5rem; } }

.page-layout-landingpartner .content-wrapper {
  padding: 0; }
  .page-layout-landingpartner .content-wrapper.-white {
    position: relative;
    background-color: #fff;
    padding: 5rem 2.8125rem 2.8125rem;
    box-shadow: 0 0 4.75rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 8.75rem; }
    .page-layout-landingpartner .content-wrapper.-white::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #dbdbdb; }
    .page-layout-landingpartner .content-wrapper.-white .content {
      font-size: 1.125rem;
      color: #191919;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: 200;
      line-height: 1.7778em;
      text-align: center;
      max-width: 38.4375rem;
      margin: 0 auto 2.8125rem; }
      .page-layout-landingpartner .content-wrapper.-white .content:last-child {
        margin-bottom: 0; }
    .page-layout-landingpartner .content-wrapper.-white .acm-container {
      max-width: 60rem;
      margin: auto; }
    .page-layout-landingpartner .content-wrapper.-white .ct-view-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages {
        -webkit-flex-basis: 33.333%;
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        width: 33.3333%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages .advantages-wrapper {
          padding: 2.1875rem 1.875rem;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          width: 100%; }
        @media only screen and (min-width: 75rem) {
          .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 1) {
            position: relative; }
            .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 1)::before, .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 1)::after {
              content: ' ';
              display: block;
              background-color: #b4b4b4;
              opacity: .5;
              position: absolute; }
            .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 1)::before {
              height: 3.75rem;
              bottom: -1.875rem;
              width: 1px;
              right: 0; }
            .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 1)::after {
              width: 3.75rem;
              height: 1px;
              bottom: 0;
              right: -1.875rem; } }
  @media only screen and (min-width: 75rem) and (max-width: 35rem) {
    .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 1)::before {
      height: 1.875rem;
      bottom: -0.9375rem; }
    .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 1)::after {
      width: 1.875rem;
      right: -0.9375rem; } }
        @media only screen and (min-width: 75rem) {
          .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 3) {
            position: relative; }
            .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 3)::before, .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 3)::after {
              content: ' ';
              display: block;
              background-color: #b4b4b4;
              opacity: .5;
              position: absolute; }
            .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 3)::before {
              height: 3.75rem;
              bottom: -1.875rem;
              width: 1px;
              left: 0; }
            .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 3)::after {
              width: 3.75rem;
              height: 1px;
              bottom: 0;
              left: -1.875rem; } }
  @media only screen and (min-width: 75rem) and (max-width: 35rem) {
    .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 3)::before {
      height: 1.875rem;
      bottom: -0.9375rem; }
    .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(3n + 3)::after {
      width: 1.875rem;
      left: -0.9375rem; } }
        @media only screen and (min-width: 75rem) {
          .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(n + 7)::after, .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(n + 7)::before {
            display: none; } }
        @media only screen and (max-width: 74.9375rem) {
          .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages {
            -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            width: 50%; }
            .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n) {
              position: relative; }
              .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n)::before, .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n)::after {
                content: ' ';
                display: block;
                background-color: #b4b4b4;
                opacity: .5;
                position: absolute; }
              .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n)::before {
                height: 3.75rem;
                bottom: -1.875rem;
                width: 1px;
                left: 0; }
              .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n)::after {
                width: 3.75rem;
                height: 1px;
                bottom: 0;
                left: -1.875rem; } }
    @media only screen and (max-width: 74.9375rem) and (max-width: 35rem) {
      .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n)::before {
        height: 1.875rem;
        bottom: -0.9375rem; }
      .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n)::after {
        width: 1.875rem;
        left: -0.9375rem; } }
        @media only screen and (max-width: 35rem) {
          .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages {
            padding: 2.1875rem 0.9375rem; } }
        @media only screen and (max-width: 30rem) {
          .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages {
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            width: 100%; }
            .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n)::before, .page-layout-landingpartner .content-wrapper.-white .ct-view-container .ct-view-advantages:nth-child(2n)::after {
              display: none; } }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-landingpartner .content-wrapper.-white {
        padding: 2.5rem 1.25rem 1.25rem;
        margin-bottom: 4.375rem; } }
  .page-layout-landingpartner .content-wrapper .acm-container {
    max-width: 78.125rem;
    margin: 0 auto 8.75rem; }
    .page-layout-landingpartner .content-wrapper .acm-container:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 75rem) {
      .page-layout-landingpartner .content-wrapper .acm-container:not(:first-child) .ct-view-container .container-title-container {
        margin-bottom: 3.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-landingpartner .content-wrapper .acm-container {
        margin-bottom: 4.375rem; } }
  .page-layout-landingpartner .content-wrapper .ct-view-container {
    padding: 0; }
  .page-layout-landingpartner .content-wrapper .ct-view-formblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 69.0625rem;
    margin: 0 auto; }
    .page-layout-landingpartner .content-wrapper .ct-view-formblock h2 {
      margin: 3em 0 1em;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.3em; }
      .page-layout-landingpartner .content-wrapper .ct-view-formblock h2:first-child {
        margin-top: 0; }
    .page-layout-landingpartner .content-wrapper .ct-view-formblock .content {
      font-size: 1.125rem;
      color: #191919;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: 200;
      line-height: 1.7778em;
      margin-right: 5%;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      width: 50%; }
      .page-layout-landingpartner .content-wrapper .ct-view-formblock .content strong {
        color: #74c7ce;
        font-weight: bold; }
      .page-layout-landingpartner .content-wrapper .ct-view-formblock .content ol {
        color: #6f6f6f;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.8125em;
        position: relative; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .content ol::before {
          content: ' ';
          display: block;
          border-right: 1px #74c7ce dashed;
          height: 100%;
          position: absolute;
          left: 1.125rem;
          top: 0; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .content ol li {
          padding-left: 2.8125rem;
          margin-left: 0;
          margin-bottom: 1.5em; }
          .page-layout-landingpartner .content-wrapper .ct-view-formblock .content ol li::before {
            width: 2.1875rem;
            height: 2.1875rem;
            border-radius: 50%;
            background-color: #fff;
            border: 2px solid #74c7ce;
            color: #74c7ce;
            font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 1.875rem;
            text-align: center;
            right: inherit;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .page-layout-landingpartner .content-wrapper .ct-view-formblock .form {
      margin-left: 5%;
      background-color: #fff;
      padding: 2.5rem;
      box-shadow: 0 0 4.75rem 0 rgba(0, 0, 0, 0.1);
      -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
      width: 40%; }
      .page-layout-landingpartner .content-wrapper .ct-view-formblock .form label {
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.4286em;
        margin-top: 1.875rem; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form label:first-child {
          margin-top: 0; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form label.required::after {
          content: '*';
          color: #ff3d3d;
          vertical-align: top;
          margin-left: 0.1875rem; }
      .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="checkbox"] + label {
        color: #6f6f6f;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.75em; }
      .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"] {
        background-color: #74c7ce;
        border-radius: 0 .8em;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 1.125rem;
        padding: 1rem 1.875rem;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 0.625rem; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]::before, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]::after,
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"] i:first-child,
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"] i:last-child {
          font-size: 1.625rem;
          margin-top: -0.3125rem;
          margin-bottom: -0.3125rem; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"] span {
          position: relative;
          display: block; }
          .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"] span::after {
            content: '';
            display: block;
            height: 0.125rem;
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -.5em;
            transition: all 0.2s; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]:hover, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form a.ct-view-cta:hover input.button[type=submit], a.ct-view-cta:hover .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input.button[type=submit], .page-layout-landingpartner .content-wrapper .ct-view-formblock .form a.ct-view-cta:focus input.button[type=submit], a.ct-view-cta:focus .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input.button[type=submit], .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]:focus {
          background-color: #87cfd5; }
          .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]:hover span, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form a.ct-view-cta:hover input.button[type=submit] span, a.ct-view-cta:hover .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input.button[type=submit] span, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form a.ct-view-cta:focus input.button[type=submit] span, a.ct-view-cta:focus .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input.button[type=submit] span, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]:focus span {
            position: relative; }
            .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]:hover span::after, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form a.ct-view-cta:hover input.button[type=submit] span::after, a.ct-view-cta:hover .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input.button[type=submit] span::after, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form a.ct-view-cta:focus input.button[type=submit] span::after, a.ct-view-cta:focus .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input.button[type=submit] span::after, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]:focus span::after {
              left: 0;
              right: 0;
              background: currentcolor; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"]:active {
          background-color: #74c7ce; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"].disabled, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"][disabled],
        fieldset[disabled] .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"] {
          background: #a5dbdf;
          color: #fff; }
          .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"].disabled span::after, .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"][disabled] span::after,
          fieldset[disabled] .page-layout-landingpartner .content-wrapper .ct-view-formblock .form input[type="submit"] span::after {
            display: none; }
    @media only screen and (max-width: 74.9375rem) {
      .page-layout-landingpartner .content-wrapper .ct-view-formblock {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .content,
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form {
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          width: 100%;
          margin: 0; }
        .page-layout-landingpartner .content-wrapper .ct-view-formblock .form {
          margin-top: 1.25rem; } }
  .page-layout-landingpartner .content-wrapper .ct-view-textblock {
    max-width: 50rem;
    margin: 0 auto;
    text-align: center; }
    .page-layout-landingpartner .content-wrapper .ct-view-textblock .content {
      font-size: 1.125rem;
      font-weight: 200;
      line-height: 1.7778em;
      color: #191919; }
      .page-layout-landingpartner .content-wrapper .ct-view-textblock .content p,
      .page-layout-landingpartner .content-wrapper .ct-view-textblock .content ul,
      .page-layout-landingpartner .content-wrapper .ct-view-textblock .content ol {
        max-width: 39.375rem;
        margin-left: auto;
        margin-right: auto; }
      .page-layout-landingpartner .content-wrapper .ct-view-textblock .content ol,
      .page-layout-landingpartner .content-wrapper .ct-view-textblock .content ul {
        text-align: left;
        color: #6f6f6f;
        font-size: 1rem;
        font-weight: 300;
        line-height: 1.25em; }
      .page-layout-landingpartner .content-wrapper .ct-view-textblock .content table {
        margin-top: 3.75rem;
        table-layout: fixed; }
      .page-layout-landingpartner .content-wrapper .ct-view-textblock .content td {
        font-size: 1rem;
        line-height: 2em;
        font-weight: 200; }

.page-layout-landingpartner .footer-top-wrapper {
  display: none; }

.account-form .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .account-form .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .account-form .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .account-form .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .account-form .page-title-wrapper::before {
        height: 7.5rem; } }
  .account-form .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .account-form .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .account-form .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .account-form .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .account-form .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .account-form .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .account-form .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .account-form .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.account-form .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .account-form .columns {
      padding-top: 1.5rem; } }

.account-form .page-title-wrapper::before {
  background: #ffffff url(../../frontend/O2web/kalia/en_CA/images/client_header.jpg) center center no-repeat; }

.account-form .login-container .block-customer-login {
  float: left;
  width: 50%;
  padding-right: 50px; }
  .account-form .login-container .block-customer-login .block-title strong {
    font-size: 2.2em;
    font-weight: normal; }
  .account-form .login-container .block-customer-login .fieldset .field {
    margin-bottom: 50px; }

.account-form .login-container .block-new-customer {
  float: right;
  width: 50%;
  padding-right: 50px; }
  .account-form .login-container .block-new-customer .block-title strong {
    font-size: 2.2em;
    font-weight: normal; }

.account-form .form.account {
  padding: 70px 22% 0 22%; }

.checkout-cart-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .checkout-cart-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .checkout-cart-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .checkout-cart-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .checkout-cart-index .page-title-wrapper::before {
        height: 7.5rem; } }
  .checkout-cart-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .checkout-cart-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .checkout-cart-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .checkout-cart-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .checkout-cart-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .checkout-cart-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .checkout-cart-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .checkout-cart-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.checkout-cart-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .checkout-cart-index .columns {
      padding-top: 1.5rem; } }

.checkout-cart-index .page-title-wrapper::before {
  background: #ffffff url(../../frontend/O2web/kalia/en_CA/images/client_header.jpg) center center no-repeat; }

.checkout-index-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .checkout-index-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .checkout-index-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .checkout-index-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .checkout-index-index .page-title-wrapper::before {
        height: 7.5rem; } }
  .checkout-index-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .checkout-index-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .checkout-index-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .checkout-index-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .checkout-index-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .checkout-index-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .checkout-index-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .checkout-index-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.checkout-index-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .checkout-index-index .columns {
      padding-top: 1.5rem; } }

.checkout-index-index .page-title-wrapper::before {
  background: #ffffff url(../../frontend/O2web/kalia/en_CA/images/client_header.jpg) center center no-repeat; }

#checkout .opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0; }
  #checkout .opc-progress-bar .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top; }
    @media only screen and (max-width: 74.9375rem) {
      #checkout .opc-progress-bar .opc-progress-bar-item {
        width: 48%; } }
    #checkout .opc-progress-bar .opc-progress-bar-item:before {
      background: #e4e4e4;
      top: 20px;
      content: "";
      height: 7px;
      left: 0;
      position: absolute;
      width: 100%; }
    #checkout .opc-progress-bar .opc-progress-bar-item:first-child:before {
      border-radius: 6px 0 0 6px; }
    #checkout .opc-progress-bar .opc-progress-bar-item:first-child:last-child:before {
      border-radius: 0 6px 6px 0; }
    #checkout .opc-progress-bar .opc-progress-bar-item > span {
      display: inline-block;
      padding-top: 45px;
      width: 100%;
      word-wrap: break-word;
      color: #e4e4e4;
      font-family: inherit;
      font-style: inherit;
      font-weight: 300;
      line-height: inherit;
      font-size: 18px; }
      #checkout .opc-progress-bar .opc-progress-bar-item > span:before, #checkout .opc-progress-bar .opc-progress-bar-item > span:after {
        background: #e4e4e4;
        height: 38px;
        margin-left: -19px;
        width: 38px;
        border-radius: 50%;
        content: "";
        left: 50%;
        position: absolute;
        top: 0; }
      #checkout .opc-progress-bar .opc-progress-bar-item > span:after {
        background: #fff;
        height: 26px;
        margin-left: -13px;
        top: 6px;
        width: 26px;
        content: counter(i);
        counter-increment: i;
        color: #333;
        font-family: inherit;
        font-style: inherit;
        font-weight: 600;
        line-height: inherit;
        font-size: 18px; }
    #checkout .opc-progress-bar .opc-progress-bar-item._active:before {
      background: #f69052; }
    #checkout .opc-progress-bar .opc-progress-bar-item._active > span {
      color: #f69052; }
      #checkout .opc-progress-bar .opc-progress-bar-item._active > span:before {
        background: #f69052; }
      #checkout .opc-progress-bar .opc-progress-bar-item._active > span:after {
        position: absolute;
        top: 20px;
        right: 0;
        -webkit-transform: translateY(-50%) scaleY(1);
        transform: translateY(-50%) scaleY(1);
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
        transition: transform .2s,-webkit-transform .2s;
        font-size: 1rem;
        letter-spacing: 0;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        line-height: 1.7;
        vertical-align: -.125em;
        font-family: "Font Awesome 5 Pro";
        content: "\f00c"; }
    #checkout .opc-progress-bar .opc-progress-bar-item._complete {
      cursor: pointer; }
      #checkout .opc-progress-bar .opc-progress-bar-item._complete > span {
        color: #f69052; }
        #checkout .opc-progress-bar .opc-progress-bar-item._complete > span:after {
          position: absolute;
          top: 20px;
          right: 0;
          -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
          transition: transform .2s,-webkit-transform .2s;
          font-size: 1rem;
          letter-spacing: 0;
          display: inline-block;
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          line-height: 1.7;
          vertical-align: -.125em;
          font-family: "Font Awesome 5 Pro";
          content: "\f00c"; }

#checkout .opc-estimated-wrapper {
  display: none; }

#checkout .opc-wrapper {
  width: 50%;
  float: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  padding-right: 70px; }
  @media only screen and (max-width: 48rem) {
    #checkout .opc-wrapper {
      width: 100%;
      padding-right: 0; } }
  #checkout .opc-wrapper #shipping {
    display: block;
    margin-bottom: 70px; }
    #checkout .opc-wrapper #shipping .step-title {
      margin: 0 0 20px 0;
      padding: 0 0 20px 0;
      display: block;
      color: #191919;
      font: 600 1.125rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      border-bottom: 1px solid #ccc; }
  #checkout .opc-wrapper #checkout-step-shipping #customer-email-fieldset span.note {
    display: none;
    color: #fff; }
  #checkout .opc-wrapper #checkout-step-shipping .field.street.admin__control-fields .control .label {
    display: none; }
  #checkout .opc-wrapper #checkout-step-shipping .field.street.admin__control-fields .control .field.additional {
    display: none; }
  #checkout .opc-wrapper #checkout-step-shipping .addresses {
    margin-bottom: 20px; }
  #checkout .opc-wrapper #checkout-step-shipping button {
    margin: 10px 0; }
  #checkout .opc-wrapper .checkout-shipping-method .step-title {
    display: none; }
  #checkout .opc-wrapper #checkout-step-shipping_method {
    margin-bottom: 50px; }
    #checkout .opc-wrapper #checkout-step-shipping_method #checkout-shipping-method-load thead {
      display: none; }
    #checkout .opc-wrapper #checkout-step-shipping_method #checkout-shipping-method-load tbody > tr:not(.row-error) {
      display: none; }
    #checkout .opc-wrapper #checkout-step-shipping_method #co-shipping-method-form > .message, #checkout .opc-wrapper #checkout-step-shipping_method #co-shipping-method-form > div.mage-error {
      display: none; }
  #checkout .opc-wrapper #payment #checkout-step-payment .actions-toolbar .primary {
    margin: 10px 0; }
  #checkout .opc-wrapper #payment #co-payment-form .fieldset .legend span {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    display: block;
    color: #191919;
    font: 600 1.125rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    border-bottom: 1px solid #ccc; }
  #checkout .opc-wrapper #payment #co-payment-form .fieldset #checkout-payment-method-load .checkout-billing-address #billing-new-address-form .field.street .control label.label {
    display: none; }
  #checkout .opc-wrapper #payment #co-payment-form .fieldset .field.choice .label {
    display: block; }
  #checkout .opc-wrapper #payment #co-payment-form .discount-code {
    display: none; }

#checkout .opc-sidebar {
  margin: 0 0 20px;
  width: 50%;
  float: right;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }
  @media only screen and (max-width: 48rem) {
    #checkout .opc-sidebar {
      width: 100%;
      position: relative;
      display: block;
      position: relative;
      opacity: 1;
      visibility: visible;
      float: none;
      box-shadow: none;
      -webkit-transform: translateX(0);
      transform: translateX(0%);
      padding: 0;
      margin: 0;
      left: 0; } }
  #checkout .opc-sidebar .opc-block-summary span.title {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    display: block;
    color: #191919;
    font: 600 1.125rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    border-bottom: 1px solid #ccc; }
  #checkout .opc-sidebar .opc-block-summary .items-in-cart {
    position: relative; }
    #checkout .opc-sidebar .opc-block-summary .items-in-cart .title:after {
      position: absolute;
      top: 15px;
      right: 0;
      -webkit-transform: translateY(-50%) scaleY(1);
      transform: translateY(-50%) scaleY(1);
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      transition: transform .2s,-webkit-transform .2s;
      font-size: 1rem;
      letter-spacing: .1em;
      display: inline-block;
      content: "\f107";
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      line-height: 1;
      vertical-align: -.125em;
      font-family: "Font Awesome 5 Pro"; }
  #checkout .opc-sidebar .opc-block-summary .data.table.table-totals .totals.shipping.excl {
    display: none; }
  #checkout .opc-sidebar .opc-block-summary .data.table.table-totals .grand.totals.excl {
    display: none; }
  #checkout .opc-sidebar .opc-block-shipping-information .ship-via {
    display: none; }
  #checkout .opc-sidebar .minicart-items {
    margin-bottom: 35px; }
    @media only screen and (max-width: 48rem) {
      #checkout .opc-sidebar .minicart-items .minicart-items-wrapper {
        margin: 0; } }
    #checkout .opc-sidebar .minicart-items .product-image-container {
      margin-right: 50px; }
      #checkout .opc-sidebar .minicart-items .product-image-container .product-image-wrapper {
        height: auto; }

.contact-index-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .contact-index-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .contact-index-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .contact-index-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .contact-index-index .page-title-wrapper::before {
        height: 7.5rem; } }
  .contact-index-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .contact-index-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .contact-index-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .contact-index-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .contact-index-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .contact-index-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .contact-index-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .contact-index-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.contact-index-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .contact-index-index .columns {
      padding-top: 1.5rem; } }

.contact-index-index .column.main {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 50rem; }
  @media only screen and (max-width: 74.9375rem) {
    .contact-index-index .column.main {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.contact-index-index .control.captcha input {
  margin-bottom: 1.5625rem; }

.contact-index-index .control.captcha-image img {
  display: inline-block;
  margin-right: 0.9375rem;
  margin-bottom: 1.5625rem;
  vertical-align: top; }

body.error .page-header {
  padding: 1.875rem;
  text-align: center; }
  body.error .page-header .logo {
    display: inline-block; }

body.error .page-title-wrapper {
  height: auto; }
  body.error .page-title-wrapper::before {
    content: none; }
  body.error .page-title-wrapper .page-title-content {
    margin-top: 0; }
    body.error .page-title-wrapper .page-title-content::before {
      background-color: #e5e5e5;
      z-index: 10000; }

.contentlist-faq .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .contentlist-faq .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .contentlist-faq .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .contentlist-faq .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .contentlist-faq .page-title-wrapper::before {
        height: 7.5rem; } }
  .contentlist-faq .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .contentlist-faq .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .contentlist-faq .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .contentlist-faq .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .contentlist-faq .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .contentlist-faq .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .contentlist-faq .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .contentlist-faq .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.contentlist-faq .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .contentlist-faq .columns {
      padding-top: 1.5rem; } }

.contentlist-faq .faq-category {
  margin: 0; }
  .contentlist-faq .faq-category:not(:last-child) {
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #f2f2f2; }
  .contentlist-faq .faq-category h2 {
    position: relative;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    cursor: pointer;
    padding-right: 1.25rem; }
    .contentlist-faq .faq-category h2:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f107";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .contentlist-faq .faq-category h2::after {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) scaleY(1);
      transform: translateY(-50%) scaleY(1);
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .contentlist-faq .faq-category h2[aria-expanded=true]::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1); }
  .contentlist-faq .faq-category h2::after {
    font-size: 1rem;
    letter-spacing: .1em; }

.contentlist-faq .faq-question {
  font: bold 1.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1rem/1.375 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: .1em; }
  .contentlist-faq .faq-question.-alt {
    text-transform: uppercase; }
  .contentlist-faq .faq-question:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .contentlist-faq .faq-question {
      font-size: 1rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .contentlist-faq .faq-question {
      font-size: 1rem; } }
  .contentlist-faq .faq-question {
    position: relative;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    cursor: pointer;
    padding-right: 1.25rem; }
    .contentlist-faq .faq-question:after {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f107";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .contentlist-faq .faq-question::after {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%) scaleY(1);
      transform: translateY(-50%) scaleY(1);
      transition: -webkit-transform 0.2s;
      transition: transform 0.2s;
      transition: transform 0.2s, -webkit-transform 0.2s; }
  .contentlist-faq .faq-question[aria-expanded=true]::after {
    -webkit-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1); }

.contentlist-faq .faq-content {
  display: none;
  -webkit-animation: appear 0.2s;
  animation: appear 0.2s; }

.widget.faq {
  display: none;
  -webkit-animation: appear 0.2s;
  animation: appear 0.2s; }
  .widget.faq .content-item:not(:last-child) {
    margin-bottom: 1.875rem; }
  .widget.faq .faq-question {
    margin-bottom: 1.25rem; }
  .widget.faq .faq-content {
    border-left: 1px solid #74c7ce;
    padding-left: 1.25rem;
    color: #333; }

.page-layout-homepage .columns {
  padding: 0;
  margin: 0;
  max-width: none; }

.page-layout-homepage .column.main {
  padding-bottom: 0; }

.page-layout-homepage .acm-container:last-of-type {
  margin-bottom: 0; }

@media only screen and (min-width: 75rem) and (max-width: 79.9375rem) {
  .page-layout-homepage .block-content-slider .slick-dots {
    bottom: 6.25rem; } }

@media only screen and (min-width: 80rem) {
  .page-layout-homepage .block-content-slider {
    margin-bottom: 0; }
    .page-layout-homepage .block-content-slider .slick-dots {
      bottom: 8.75rem; } }

@media only screen and (min-width: 75rem) {
  .page-layout-homepage .container-accueil-container-marque {
    margin-top: -7.5rem; } }

@media only screen and (min-width: 65.625rem) {
  .page-layout-homepage .container-accueil-container-marque {
    z-index: 1; } }

@media only screen and (min-width: 63.9375rem) {
  .catalog-product-view .page-header:not(.-fixed) {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 1.25rem; }
    .catalog-product-view .page-header:not(.-fixed)::before, .catalog-product-view .page-header:not(.-fixed)::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1.5rem;
      margin: -0.75rem auto; }
    .catalog-product-view .page-header:not(.-fixed)::before {
      width: 4.6875rem;
      background: #fff; }
    .catalog-product-view .page-header:not(.-fixed)::after {
      width: 1.375rem;
      background: url(../../frontend/O2web/kalia/en_CA/images/shell-medium.svg) center center/cover no-repeat;
      opacity: .5;
      border: none; }
    .catalog-product-view .page-header:not(.-fixed) ~ .page-main .page.messages .message:first-child, .catalog-product-view .page-header:not(.-fixed) ~ .page-main .page.messages div.mage-error:first-child {
      position: relative;
      margin-top: 1.25rem; } }

.catalog-product-view .product-top {
  padding: 0;
  background: none; }

@media only screen and (min-width: 63.9375rem) {
  .product-info-main {
    margin-bottom: 6.25rem; } }

.product-info-main .page-title-wrapper .page-title {
  font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 600; }
  .product-info-main .page-title-wrapper .page-title.-alt {
    text-transform: uppercase; }
  .product-info-main .page-title-wrapper .page-title:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .product-info-main .page-title-wrapper .page-title {
      font-size: 1.875rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .product-info-main .page-title-wrapper .page-title {
      font-size: 1.75rem; } }

.product-info-main .page-title-wrapper .subtitle {
  font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 600;
  color: #333; }
  .product-info-main .page-title-wrapper .subtitle.-alt {
    text-transform: uppercase; }
  .product-info-main .page-title-wrapper .subtitle:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .product-info-main .page-title-wrapper .subtitle {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .product-info-main .page-title-wrapper .subtitle {
      font-size: 1.125rem; } }
  .product-info-main .page-title-wrapper .subtitle .type {
    display: none; }

.product-info-main .product-info-price {
  border-bottom-color: #f2f2f2;
  color: #1a1a1a; }
  .product-info-main .product-info-price .price-box {
    display: block; }
    .product-info-main .product-info-price .price-box .old-price {
      float: left;
      margin-right: 20px;
      margin-top: 5px; }
    .product-info-main .product-info-price .price-box .special-price .price-final_price .price {
      color: #b80000;
      font-size: 1.4em;
      font-weight: 600; }

@media only screen and (max-width: 63.875rem) {
  .product-info-main .product-add-form .product-options-bottom .fieldset .field.qty .label {
    width: auto; } }

.product-info-main .product-reviews-summary {
  margin-top: 1.25rem; }

.product-info-main .product-info-stock {
  margin-bottom: 2.5rem;
  font-style: italic;
  color: #333; }

.product-info-main .product.attribute.overview {
  margin-bottom: 0rem; }
  .product-info-main .product.attribute.overview .type {
    display: none; }

.product-info-main .product-add-form .label,
.product-info-main .product-add-form .swatch-attribute-label,
.product-info-main .product.overview .type {
  font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin-bottom: 1.25rem; }
  .product-info-main .product-add-form .label.-alt,
  .product-info-main .product-add-form .swatch-attribute-label.-alt,
  .product-info-main .product.overview .type.-alt {
    text-transform: uppercase; }
  .product-info-main .product-add-form .label:first-child,
  .product-info-main .product-add-form .swatch-attribute-label:first-child,
  .product-info-main .product.overview .type:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .product-info-main .product-add-form .label,
    .product-info-main .product-add-form .swatch-attribute-label,
    .product-info-main .product.overview .type {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .product-info-main .product-add-form .label,
    .product-info-main .product-add-form .swatch-attribute-label,
    .product-info-main .product.overview .type {
      font-size: 1.125rem; } }

.product-info-main .product-add-form .alertinfo {
  background-color: #f5f5f5;
  margin-top: 25px;
  padding: 20px 15px;
  max-width: 100%;
  font: 600 0.8rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif; }

.product-info-main .product-add-form .product-options-wrapper .fieldset {
  display: table;
  table-layout: fixed;
  margin-bottom: 0; }

.product-info-main .product-add-form .product-options-wrapper .field {
  display: table-row; }

.product-info-main .product-add-form .product-options-wrapper .label,
.product-info-main .product-add-form .product-options-wrapper .control {
  display: table-cell;
  width: auto;
  padding-bottom: 1.25rem; }

.product-info-main .product-add-form .product-options-wrapper .label {
  white-space: nowrap; }
  .product-info-main .product-add-form .product-options-wrapper .label span {
    white-space: normal; }

.product-info-main .product-add-form .swatch-opt {
  display: table; }

.product-info-main .product-add-form .box-tocart .actions .action.tocart:before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: 'icons';
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.product-info-main .product-add-form .box-tocart .control .btn {
  display: none; }

.product-info-main .product-add-form .swatch-attribute {
  display: table-row; }

.product-info-main .product-add-form .swatch-attribute-label {
  display: table-cell;
  vertical-align: middle;
  width: 7.1875rem;
  padding-bottom: 1.875rem; }

.product-info-main .product-add-form .swatch-attribute-options {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 1.875rem; }

.product-info-main .product-add-form .swatch-option.color, .product-info-main .product-add-form .swatch-option.image {
  width: 4.8125rem;
  height: 4.8125rem;
  padding: 0; }

.product-info-main .storelocator-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.25rem; }
  @media only screen and (min-width: 63.9375rem) {
    .product-info-main .storelocator-cta {
      margin-bottom: 4.375rem; } }
  @media only screen and (max-width: 63.875rem) {
    .product-info-main .storelocator-cta {
      margin-bottom: 2.5rem; } }
  .product-info-main .storelocator-cta:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 1.875rem;
    font-size: 2.6875rem;
    line-height: 1;
    color: #808080; }
  .product-info-main .storelocator-cta a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: #191919;
    color: #fff;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #f69052;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background-image: none;
    background: none;
    font-weight: normal;
    line-height: inherit;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
    color: #191919;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: left; }
    .product-info-main .storelocator-cta a::before, .product-info-main .storelocator-cta a::after,
    .product-info-main .storelocator-cta a i:first-child,
    .product-info-main .storelocator-cta a i:last-child {
      font-size: 1rem; }
    .product-info-main .storelocator-cta a::before,
    .product-info-main .storelocator-cta a i:first-child {
      margin-right: 0.625rem; }
    .product-info-main .storelocator-cta a::after,
    .product-info-main .storelocator-cta a i:last-child {
      margin-left: 0.625rem; }
    .product-info-main .storelocator-cta a:hover, .product-info-main .storelocator-cta a.ct-view-cta:hover a.button, a.ct-view-cta:hover .product-info-main .storelocator-cta a.button, .product-info-main .storelocator-cta a.ct-view-cta:focus a.button, a.ct-view-cta:focus .product-info-main .storelocator-cta a.button, .product-info-main .storelocator-cta a:focus {
      color: #fff;
      background-color: #333333; }
    .product-info-main .storelocator-cta a:active {
      color: #fff;
      background-color: #191919; }
    .product-info-main .storelocator-cta a.disabled, .product-info-main .storelocator-cta a[disabled],
    fieldset[disabled] .product-info-main .storelocator-cta a {
      background: #666666;
      cursor: default;
      color: #b2b2b2; }
    .product-info-main .storelocator-cta a::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .product-info-main .storelocator-cta a::before, .product-info-main .storelocator-cta a::after,
    .product-info-main .storelocator-cta a i:first-child,
    .product-info-main .storelocator-cta a i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .product-info-main .storelocator-cta a span {
      position: relative;
      display: block; }
      .product-info-main .storelocator-cta a span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .product-info-main .storelocator-cta a:hover, .product-info-main .storelocator-cta a.ct-view-cta:hover a.button, a.ct-view-cta:hover .product-info-main .storelocator-cta a.button, .product-info-main .storelocator-cta a.ct-view-cta:focus a.button, a.ct-view-cta:focus .product-info-main .storelocator-cta a.button, .product-info-main .storelocator-cta a:focus {
      background-color: #f7a06a; }
      .product-info-main .storelocator-cta a:hover span, a.ct-view-cta:hover .product-info-main .storelocator-cta a.button span, .product-info-main .storelocator-cta a.ct-view-cta:focus a.button span, a.ct-view-cta:focus .product-info-main .storelocator-cta a.button span, .product-info-main .storelocator-cta a.ct-view-cta:hover .title a.button span, .product-info-main .storelocator-cta a:focus span {
        position: relative; }
        .product-info-main .storelocator-cta a:hover span::after, a.ct-view-cta:hover .product-info-main .storelocator-cta a.button span::after, .product-info-main .storelocator-cta a.ct-view-cta:focus a.button span::after, a.ct-view-cta:focus .product-info-main .storelocator-cta a.button span::after, .product-info-main .storelocator-cta a.ct-view-cta:hover .title a.button span::after, .product-info-main .storelocator-cta a:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .product-info-main .storelocator-cta a:active {
      background-color: #f69052; }
    .product-info-main .storelocator-cta a.disabled, .product-info-main .storelocator-cta a[disabled],
    fieldset[disabled] .product-info-main .storelocator-cta a {
      background: #f9b891;
      color: #fff; }
      .product-info-main .storelocator-cta a.disabled span::after, .product-info-main .storelocator-cta a[disabled] span::after,
      fieldset[disabled] .product-info-main .storelocator-cta a span::after {
        display: none; }
    .product-info-main .storelocator-cta a:focus, .product-info-main .storelocator-cta a:active, .product-info-main .storelocator-cta a:hover, .product-info-main .storelocator-cta a.ct-view-cta:hover a.button, a.ct-view-cta:hover .product-info-main .storelocator-cta a.button, .product-info-main .storelocator-cta a.ct-view-cta:focus a.button, a.ct-view-cta:focus .product-info-main .storelocator-cta a.button {
      background: none;
      border: none; }
    .product-info-main .storelocator-cta a.disabled, .product-info-main .storelocator-cta a[disabled],
    fieldset[disabled] .product-info-main .storelocator-cta a {
      border: 0;
      background: none;
      cursor: not-allowed;
      pointer-events: none;
      opacity: .5;
      color: #e5e5e5; }
    .product-info-main .storelocator-cta a:after {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .product-info-main .storelocator-cta a::after {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      font-size: 1.875rem;
      line-height: 1.125rem;
      margin-left: 1.666em; }
      @media only screen and (max-width: 74.9375rem) {
        .product-info-main .storelocator-cta a::after {
          margin-left: .5em; } }
    .product-info-main .storelocator-cta a span::after {
      bottom: -.1em; }
    .product-info-main .storelocator-cta a:hover, .product-info-main .storelocator-cta a.ct-view-cta:hover a.button, a.ct-view-cta:hover .product-info-main .storelocator-cta a.button, .product-info-main .storelocator-cta a.ct-view-cta:focus a.button, a.ct-view-cta:focus .product-info-main .storelocator-cta a.button, .product-info-main .storelocator-cta a:focus {
      color: #8e8e8e; }
      .product-info-main .storelocator-cta a:hover span::after, a.ct-view-cta:hover .product-info-main .storelocator-cta a.button span::after, .product-info-main .storelocator-cta a.ct-view-cta:focus a.button span::after, a.ct-view-cta:focus .product-info-main .storelocator-cta a.button span::after, .product-info-main .storelocator-cta a.ct-view-cta:hover .title a.button span::after, .product-info-main .storelocator-cta a:focus span::after {
        background-color: #74c7ce; }
  @media only screen and (max-width: 75rem) {
    .product-info-main .storelocator-cta::before {
      margin-right: 0.9375rem;
      font-size: 2rem; }
    .product-info-main .storelocator-cta a::after {
      margin-left: 0.625rem; } }

.product-addto-links {
  margin: 0; }
  .product-addto-links .action {
    font-size: .875rem;
    padding: 0.3125rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 0.9375rem;
    padding: 0.625rem 1.25rem; }
    .product-addto-links .action span::after {
      bottom: -.3em;
      height: 0.0625rem; }
    .product-addto-links .action::before, .product-addto-links .action::after,
    .product-addto-links .action i:first-child,
    .product-addto-links .action i:last-child {
      font-size: 1.125rem; }
    .product-addto-links .action.tocompare:before {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .product-addto-links .action.mailto:before {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-size: 1.25rem; }

@media only screen and (min-width: 63.9375rem) {
  .product.media {
    margin-bottom: 6.25rem; } }

.technical-images {
  background: #000;
  padding: 1.875rem 0;
  margin-bottom: 2.5rem; }
  .technical-images:empty {
    display: none; }
  .technical-images img {
    margin: 0 auto; }

.product.info.detailed {
  padding-top: 0; }

.product.data.items > .item.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #fbfbfb;
  border: 2px solid #fff;
  margin-bottom: 0.25rem;
  padding: 0.625rem;
  height: 4.375rem;
  cursor: pointer; }
  .product.data.items > .item.title:first-child {
    border-left: none; }
  .product.data.items > .item.title:nth-last-child(2) {
    border-right: none; }
  .product.data.items > .item.title:not(:first-child) {
    margin-left: -0.125rem; }
  .product.data.items > .item.title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0.25rem;
    height: 0;
    margin-top: -0.5625rem;
    margin-left: -0.125rem;
    background: #000;
    transition: height 0.2s; }
  .product.data.items > .item.title > .switch,
  .product.data.items > .item.title.active > .switch {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0;
    border: none;
    background: none;
    font-size: 1rem;
    line-height: 1; }
    .product.data.items > .item.title > .switch .counter,
    .product.data.items > .item.title.active > .switch .counter {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .product.data.items > .item.title.active::after {
    height: 1.625rem; }

@media only screen and (min-width: 63.9375rem) {
  .product.data.items > .item.content {
    position: relative;
    margin-top: 4.5rem;
    border-top: 1px solid #f2f2f2;
    padding: 5rem 0 3.75rem 4.375rem; }
    .product.data.items > .item.content::before {
      content: '';
      display: block;
      position: absolute;
      top: 3.75rem;
      bottom: 3.75rem;
      left: 0;
      width: 0.875rem;
      background: #fbfbfb; } }

.product.data.items > .item.content .widget.faq .block-content {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 50rem; }
  @media only screen and (max-width: 74.9375rem) {
    .product.data.items > .item.content .widget.faq .block-content {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.product.data.items .product.attribute.description {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 50rem;
  margin-left: 0;
  font-size: 1.0625rem; }
  @media only screen and (max-width: 74.9375rem) {
    .product.data.items .product.attribute.description {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

@media only screen and (min-width: 63.9375rem) {
  .block.related {
    padding: 2.8125rem 0; } }

.block.related.component {
  padding-top: 0; }

.block.related .products-grid {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow: hidden; }
  @media only screen and (max-width: 74.9375rem) {
    .block.related .products-grid {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .block.related .products-grid .block-title {
    display: block;
    margin-bottom: 0; }
    .block.related .products-grid .block-title h2 {
      font: bold 1.875rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 1.25rem/1.4 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      position: relative;
      text-transform: uppercase;
      text-align: center;
      padding-bottom: 1em;
      margin-bottom: 1em;
      font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      position: relative;
      border-bottom: 1px solid #f2f2f2; }
      .block.related .products-grid .block-title h2.-alt {
        text-transform: uppercase; }
      .block.related .products-grid .block-title h2:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .block.related .products-grid .block-title h2 {
          font-size: 1.25rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .block.related .products-grid .block-title h2 {
          font-size: 1.125rem; } }
      @media only screen and (min-width: 75rem) {
        .block.related .products-grid .block-title h2 {
          margin-bottom: 2em; } }
      .block.related .products-grid .block-title h2::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 3.125rem;
        height: 0;
        border-top: 1px solid;
        margin: auto; }
      .block.related .products-grid .block-title h2.-alt {
        text-transform: uppercase; }
      .block.related .products-grid .block-title h2:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .block.related .products-grid .block-title h2 {
          font-size: 1.875rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .block.related .products-grid .block-title h2 {
          font-size: 1.75rem; } }
      @media only screen and (min-width: 75rem) {
        .block.related .products-grid .block-title h2 {
          margin-bottom: 4.6875rem;
          padding-bottom: 2.8125rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .block.related .products-grid .block-title h2 {
          margin-bottom: 1.875rem; } }
      .block.related .products-grid .block-title h2::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 1.375rem;
        height: 1.5rem;
        margin: -0.75rem auto;
        background: url(../../frontend/O2web/kalia/en_CA/images/shell-medium.svg) center center/cover no-repeat; }
      .block.related .products-grid .block-title h2::after {
        width: 7.5rem;
        border-color: #e5e5e5; }
      .block.related .products-grid .block-title h2::before, .block.related .products-grid .block-title h2::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1.5rem;
        margin: -0.75rem auto; }
      .block.related .products-grid .block-title h2::before {
        width: 4.6875rem;
        background: #fff; }
      .block.related .products-grid .block-title h2::after {
        width: 1.375rem;
        background: url(../../frontend/O2web/kalia/en_CA/images/shell-medium.svg) center center/cover no-repeat;
        opacity: .5;
        border: none; }

.cart-container {
  padding: 70px 0 50px 0; }
  .cart-container:after {
    clear: both;
    content: "";
    display: table; }
  .cart-container .cart-summary-container {
    float: right;
    position: relative;
    width: 23%; }
    @media only screen and (max-width: 63.9375rem) {
      .cart-container .cart-summary-container {
        width: 100%; } }
    .cart-container .cart-summary-container .cart-summary .summary.title {
      margin: 0 0 20px 0;
      padding: 0 0 20px 0;
      display: block;
      color: #191919;
      font: 600 1.125rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif;
      text-transform: uppercase;
      letter-spacing: normal;
      border-bottom: 1px solid #ccc; }
    .cart-container .cart-summary-container .cart-summary #block-shipping {
      margin-bottom: 25px;
      display: none; }
      .cart-container .cart-summary-container .cart-summary #block-shipping .title {
        position: relative; }
        .cart-container .cart-summary-container .cart-summary #block-shipping .title:after {
          position: absolute;
          top: 15px;
          right: 0;
          -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
          transition: transform .2s,-webkit-transform .2s;
          font-size: 1rem;
          letter-spacing: .1em;
          display: inline-block;
          content: "\f107";
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          line-height: 1;
          vertical-align: -.125em;
          font-family: "Font Awesome 5 Pro"; }
    .cart-container .cart-summary-container .cart-summary #block-summary #shipping-zip-form .estimate .legend {
      display: none; }
    .cart-container .cart-summary-container .cart-summary #block-summary #shipping-zip-form .estimate .field.note {
      display: none; }
    .cart-container .cart-summary-container .cart-summary .cart-discount {
      display: none; }
    .cart-container .cart-summary-container .cart-summary #cart-totals {
      margin-bottom: 30px; }
      .cart-container .cart-summary-container .cart-summary #cart-totals .totals.shipping.excl {
        display: none; }
      .cart-container .cart-summary-container .cart-summary #cart-totals .grand.totals.excl {
        display: none; }
    .cart-container .cart-summary-container .cart-summary .cart-discount {
      margin-bottom: 30px; }
      .cart-container .cart-summary-container .cart-summary .cart-discount .block.discount {
        position: relative; }
        .cart-container .cart-summary-container .cart-summary .cart-discount .block.discount:after {
          position: absolute;
          top: 15px;
          right: 0;
          -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
          transition: transform .2s,-webkit-transform .2s;
          font-size: 1rem;
          letter-spacing: .1em;
          display: inline-block;
          content: "\f107";
          -webkit-font-smoothing: antialiased;
          font-style: normal;
          font-variant: normal;
          line-height: 1;
          vertical-align: -.125em;
          font-family: "Font Awesome 5 Pro"; }
    .cart-container .cart-summary-container .cart-summary button {
      margin-bottom: 15px; }
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%; }
    @media only screen and (max-width: 63.9375rem) {
      .cart-container .form-cart {
        width: 100%; } }
    .cart-container .form-cart .table-wrapper .items thead {
      margin: 1em .9375rem 0 0;
      color: #191919;
      font: 600 1.12rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif;
      text-transform: uppercase;
      letter-spacing: normal; }
      .cart-container .form-cart .table-wrapper .items thead th {
        padding: 15px 0; }
        @media only screen and (max-width: 63.875rem) {
          .cart-container .form-cart .table-wrapper .items thead th {
            display: none; } }
      .cart-container .form-cart .table-wrapper .items thead .subtotal {
        min-width: 140px; }
    .cart-container .form-cart .table-wrapper .items .item-info {
      border-top: 1px solid #ccc; }
      .cart-container .form-cart .table-wrapper .items .item-info td {
        padding: 35px 8px; }
        @media only screen and (max-width: 63.875rem) {
          .cart-container .form-cart .table-wrapper .items .item-info td {
            padding: 10px 8px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            width: 100%;
            max-width: 100%; }
            .cart-container .form-cart .table-wrapper .items .item-info td .field.qty .label,
            .cart-container .form-cart .table-wrapper .items .item-info td .field.qty .control.qty {
              display: inline-block;
              margin-right: 25px; } }
      .cart-container .form-cart .table-wrapper .items .item-info .col.qty {
        min-width: 70px; }
      .cart-container .form-cart .table-wrapper .items .item-info .product-item-photo {
        float: left;
        max-width: 100%;
        padding-right: 20px;
        position: static;
        vertical-align: top;
        width: 30%; }
      .cart-container .form-cart .table-wrapper .items .item-info .product-item-details {
        float: left;
        vertical-align: top;
        white-space: normal;
        width: 65%; }
        .cart-container .form-cart .table-wrapper .items .item-info .product-item-details .product-item-name {
          font: 600 1.125rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif;
          text-transform: uppercase;
          letter-spacing: normal;
          margin-bottom: 10px;
          display: block; }
          .cart-container .form-cart .table-wrapper .items .item-info .product-item-details .product-item-name a {
            text-decoration: none; }
        .cart-container .form-cart .table-wrapper .items .item-info .product-item-details .item-options {
          font: 600 1.125rem/1.111 Jura,"Helvetica Neue",helvetica,arial,sans-serif;
          letter-spacing: normal; }
      .cart-container .form-cart .table-wrapper .items .item-info .item-actions {
        float: left;
        width: 65%;
        margin-top: 30px; }
        .cart-container .form-cart .table-wrapper .items .item-info .item-actions .action.action-delete {
          position: absolute;
          right: 0;
          bottom: 30px; }
        .cart-container .form-cart .table-wrapper .items .item-info .item-actions .action.action-edit {
          display: none; }
      .cart-container .form-cart .table-wrapper .items .item-info .control.qty .input-text.qty {
        max-width: 70px;
        text-align: center;
        padding: .5rem 0.55rem; }
      .cart-container .form-cart .table-wrapper .items .item-info .control.qty .btn {
        display: none; }
    .cart-container .form-cart .table-wrapper .items .item-actions .action-towishlist {
      display: none; }
    .cart-container .form-cart .cart.main.actions {
      border-top: 1px solid #ccc;
      padding-top: 15px; }
      .cart-container .form-cart .cart.main.actions button[type=submit] {
        background: none;
        color: #333;
        font: 300 1rem/1.625 "Nunito Sans","Helvetica Neue",helvetica,arial,sans-serif;
        font-size: 1rem;
        text-decoration: underline; }
        @media only screen and (max-width: 28.125rem) {
          .cart-container .form-cart .cart.main.actions button[type=submit] {
            padding-left: 0;
            display: block; } }
        .cart-container .form-cart .cart.main.actions button[type=submit]:hover, .cart-container .form-cart .cart.main.actions a.ct-view-cta:hover button.button[type=submit], a.ct-view-cta:hover .cart-container .form-cart .cart.main.actions button.button[type=submit], .cart-container .form-cart .cart.main.actions a.ct-view-cta:focus button.button[type=submit], a.ct-view-cta:focus .cart-container .form-cart .cart.main.actions button.button[type=submit] {
          color: #8e8e8e; }
        .cart-container .form-cart .cart.main.actions button[type=submit].hidden {
          display: none; }
        .cart-container .form-cart .cart.main.actions button[type=submit] span:after {
          display: none; }
      .cart-container .form-cart .cart.main.actions .action.clear {
        display: none; }

.page-products .page-main {
  background: #fff; }

.category-view {
  padding: 0;
  background: none; }
  @media only screen and (min-width: 63.9375rem) {
    .category-view {
      height: auto;
      margin-bottom: 2.5rem; } }
  @media only screen and (min-width: 37.5625rem) and (max-width: 39.9375rem) {
    .category-view {
      height: auto; } }
  .category-view .category-image {
    position: relative;
    overflow: hidden;
    height: auto;
    min-height: 6.5vw; }
    .category-view .category-image img {
      margin: 0 auto; }
    .category-view .category-image + .category-view-content-wrapper {
      margin-top: -6.5vw; }
    .category-view .category-image:empty {
      height: 23.4375vw;
      background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 74.9375rem) {
        .category-view .category-image:empty {
          height: 9.375rem; } }
      @media only screen and (max-width: 29.9375rem) {
        .category-view .category-image:empty {
          height: 7.5rem; } }
  .category-view .category-view-content {
    position: relative;
    text-align: center;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center/auto no-repeat; }
    .category-view .category-view-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .category-view .category-view-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .category-view .category-view-content {
        padding: 2.5rem 0 1.25rem; } }
  .category-view .page-title-wrapper,
  .category-view .category-description {
    position: relative;
    width: 100%;
    max-width: 87.5rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    max-width: 50rem; }
    @media only screen and (max-width: 74.9375rem) {
      .category-view .page-title-wrapper,
      .category-view .category-description {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
    .category-view .page-title-wrapper h1,
    .category-view .page-title-wrapper p,
    .category-view .category-description h1,
    .category-view .category-description p {
      max-width: none; }
  @media only screen and (max-width: 37.5rem) {
    .category-view .page-title-wrapper {
      display: block;
      padding-top: 0;
      padding-bottom: 0;
      height: auto;
      min-height: 0; } }
  .category-view .page-title-wrapper .page-title {
    font: bold 3rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 300 2.125rem/1.23529 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal;
    color: inherit; }
    .category-view .page-title-wrapper .page-title.-alt {
      text-transform: uppercase; }
    .category-view .page-title-wrapper .page-title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .category-view .page-title-wrapper .page-title {
        font-size: 1.875rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .category-view .page-title-wrapper .page-title {
        font-size: 1.75rem; } }
  .category-view .category-description {
    line-height: 1.6;
    margin-top: 1.25rem; }
    @media only screen and (max-width: 37.5rem) {
      .category-view .category-description {
        padding-top: 0;
        padding-bottom: 0; } }

.products-grid .product-items .product-item .product-item-info {
  box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.03); }

.products-grid .product-items .product-item:hover .product-item-info, .products-grid .product-items a.ct-view-cta:hover .product-item.button .product-item-info, a.ct-view-cta:hover .products-grid .product-items .product-item.button .product-item-info, .products-grid .product-items a.ct-view-cta:focus .product-item.button .product-item-info, a.ct-view-cta:focus .products-grid .product-items .product-item.button .product-item-info {
  box-shadow: 0 0 4.75rem rgba(0, 0, 0, 0.1);
  z-index: 2; }

.products-grid .product-items .product-item .product-item-photo .product-image-wrapper::after {
  content: none; }

.products-grid .product-items .product-item .product-item-photo .product-label {
  display: inline-block;
  vertical-align: middle;
  position: static;
  min-width: 1.25rem;
  height: auto;
  width: auto;
  overflow: hidden;
  border-radius: .333em;
  padding: .55em 1.1em;
  font-size: 0.5625rem;
  text-align: center;
  line-height: 1.33em;
  white-space: normal;
  background: #74c7ce;
  clip: auto;
  color: #fff;
  font-size: 0.75rem;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: 600;
  border-radius: 0 .8em;
  padding: .714285714em 1.428571428em;
  line-height: 1.071428571;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875rem;
  position: absolute;
  top: 0.75rem;
  right: 0;
  z-index: 1;
  border-top-right-radius: 0;
  background-color: #b80000;
  text-transform: uppercase; }
  .products-grid .product-items .product-item .product-item-photo .product-label.empty {
    display: none; }

.products-grid .product-items .product-item .product-item-photo .new {
  background-color: #73c6ce;
  left: 0;
  top: 0.15rem;
  border-radius: 0 0 .8em 0;
  right: auto;
  font-size: 0.70rem; }
  @media (max-width: 800px) {
    .products-grid .product-items .product-item .product-item-photo .new {
      padding: 0.5em 0.5em; } }

.products-grid .product-items .product-item .product-item-details {
  box-shadow: none; }

.products-grid .product-items .product-item .product-item-name {
  font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: normal; }
  .products-grid .product-items .product-item .product-item-name.-alt {
    text-transform: uppercase; }
  .products-grid .product-items .product-item .product-item-name:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .products-grid .product-items .product-item .product-item-name {
      font-size: 1.125rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .products-grid .product-items .product-item .product-item-name {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 63.9375rem) {
    .products-grid .product-items .product-item .product-item-name {
      margin-bottom: 1.25rem; } }

.products-grid .product-items .product-item .product-item-sku {
  font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  margin: 1em 0 .5em;
  color: #191919;
  font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  text-transform: uppercase;
  color: #333;
  letter-spacing: normal;
  margin-top: 0; }
  .products-grid .product-items .product-item .product-item-sku.-alt {
    text-transform: uppercase; }
  .products-grid .product-items .product-item .product-item-sku:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 74.9375rem) {
    .products-grid .product-items .product-item .product-item-sku {
      font-size: 1rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .products-grid .product-items .product-item .product-item-sku {
      font-size: 0.875rem; } }
  @media only screen and (min-width: 63.9375rem) {
    .products-grid .product-items .product-item .product-item-sku {
      margin-bottom: 1.25rem; } }

.products-grid .product-items .product-item .product-item-link {
  color: inherit;
  text-decoration: none; }
  .products-grid .product-items .product-item .product-item-link:hover, .products-grid .product-items .product-item a.ct-view-cta:hover .product-item-link.button, a.ct-view-cta:hover .products-grid .product-items .product-item .product-item-link.button, .products-grid .product-items .product-item a.ct-view-cta:focus .product-item-link.button, a.ct-view-cta:focus .products-grid .product-items .product-item .product-item-link.button, .products-grid .product-items .product-item .product-item-link:active, .products-grid .product-items .product-item .product-item-link:focus {
    color: #999; }

.products-grid .product-items .product-item .product-reviews-summary {
  line-height: 1; }
  @media only screen and (min-width: 63.9375rem) {
    .products-grid .product-items .product-item .product-reviews-summary {
      margin-bottom: 1.875rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .products-grid .product-items .product-item .product-reviews-summary {
      margin-bottom: 0.625rem; } }

.products-grid .product-items .product-item .price-box {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  color: #1a1a1a;
  width: 100%;
  text-align: left; }
  .products-grid .product-items .product-item .price-box .price-container .price {
    font-weight: 300;
    font-size: 1rem; }
  @media only screen and (min-width: 63.9375rem) {
    .products-grid .product-items .product-item .price-box .price-container:after {
      content: "";
      display: inline-block;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      font-family: 'icons';
      text-decoration: inherit;
      text-transform: none;
      speak: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased; }
    .products-grid .product-items .product-item .price-box .price-container::after {
      vertical-align: middle;
      margin-left: 2.1875rem;
      font-size: 1.875rem;
      line-height: 0.625rem;
      color: #ccc; } }
  .products-grid .product-items .product-item .price-box .old-price .price-container::after {
    content: none; }
  .products-grid .product-items .product-item .price-box .special-price .price-final_price .price {
    color: #b80000;
    font-size: 1.15em;
    font-weight: 600; }

.products-grid .product-items .product-item .product-item-inner {
  height: 3.75rem; }

.products-grid .product-items .product-item .actions-primary .action.tocart:before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-family: 'icons';
  text-decoration: inherit;
  text-transform: none;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.products-grid .product-items .product-item .actions-secondary .action {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #74c7ce;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 1rem 1.25rem;
  background-image: none;
  background: #f2f2f2;
  color: #6f6f6f;
  font-size: 0.875rem;
  font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #f2f2f2;
  border-radius: 0 .8em;
  font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .875rem;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 0.9375rem;
  padding: 0.625rem 1.25rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 0.875rem;
  padding: 0.8125rem;
  padding: 0.375rem; }
  .products-grid .product-items .product-item .actions-secondary .action::before, .products-grid .product-items .product-item .actions-secondary .action::after,
  .products-grid .product-items .product-item .actions-secondary .action i:first-child,
  .products-grid .product-items .product-item .actions-secondary .action i:last-child {
    font-size: 1rem; }
  .products-grid .product-items .product-item .actions-secondary .action::before,
  .products-grid .product-items .product-item .actions-secondary .action i:first-child {
    margin-right: 0.625rem; }
  .products-grid .product-items .product-item .actions-secondary .action::after,
  .products-grid .product-items .product-item .actions-secondary .action i:last-child {
    margin-left: 0.625rem; }
  .products-grid .product-items .product-item .actions-secondary .action:hover, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary .action:focus {
    color: #74c7ce;
    background-color: white; }
  .products-grid .product-items .product-item .actions-secondary .action:active {
    color: #74c7ce;
    background-color: #f2f2f2; }
  .products-grid .product-items .product-item .actions-secondary .action.disabled, .products-grid .product-items .product-item .actions-secondary .action[disabled],
  fieldset[disabled] .products-grid .product-items .product-item .actions-secondary .action {
    background: white;
    cursor: default;
    color: white; }
  .products-grid .product-items .product-item .actions-secondary .action::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .products-grid .product-items .product-item .actions-secondary .action::before, .products-grid .product-items .product-item .actions-secondary .action::after,
  .products-grid .product-items .product-item .actions-secondary .action i:first-child,
  .products-grid .product-items .product-item .actions-secondary .action i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .products-grid .product-items .product-item .actions-secondary .action span {
    position: relative;
    display: block; }
    .products-grid .product-items .product-item .actions-secondary .action span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .products-grid .product-items .product-item .actions-secondary .action:hover, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary .action:focus {
    background-color: #e5e5e5; }
    .products-grid .product-items .product-item .actions-secondary .action:hover span, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button span, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button span, .products-grid .product-items .product-item .actions-secondary .action:focus span {
      position: relative; }
      .products-grid .product-items .product-item .actions-secondary .action:hover span::after, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button span::after, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button span::after, .products-grid .product-items .product-item .actions-secondary .action:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .products-grid .product-items .product-item .actions-secondary .action:active {
    background-color: #f2f2f2; }
  .products-grid .product-items .product-item .actions-secondary .action.disabled, .products-grid .product-items .product-item .actions-secondary .action[disabled],
  fieldset[disabled] .products-grid .product-items .product-item .actions-secondary .action {
    background: white;
    color: #fff; }
    .products-grid .product-items .product-item .actions-secondary .action.disabled span::after, .products-grid .product-items .product-item .actions-secondary .action[disabled] span::after,
    fieldset[disabled] .products-grid .product-items .product-item .actions-secondary .action span::after {
      display: none; }
  .products-grid .product-items .product-item .actions-secondary .action:hover, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary .action:focus {
    background-color: #e5e5e5; }
  .products-grid .product-items .product-item .actions-secondary .action:active {
    background-color: #f2f2f2; }
  .products-grid .product-items .product-item .actions-secondary .action.disabled, .products-grid .product-items .product-item .actions-secondary .action[disabled],
  fieldset[disabled] .products-grid .product-items .product-item .actions-secondary .action {
    color: #e5e5e5;
    background-color: #fff; }
  .products-grid .product-items .product-item .actions-secondary .action::before, .products-grid .product-items .product-item .actions-secondary .action::after,
  .products-grid .product-items .product-item .actions-secondary .action i:first-child,
  .products-grid .product-items .product-item .actions-secondary .action i:last-child {
    font-size: 1rem; }
  .products-grid .product-items .product-item .actions-secondary .action::before,
  .products-grid .product-items .product-item .actions-secondary .action i:first-child {
    margin-right: 0.625rem; }
  .products-grid .product-items .product-item .actions-secondary .action::after,
  .products-grid .product-items .product-item .actions-secondary .action i:last-child {
    margin-left: 0.625rem; }
  .products-grid .product-items .product-item .actions-secondary .action:hover, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary .action:focus {
    color: #6f6f6f;
    background-color: white; }
  .products-grid .product-items .product-item .actions-secondary .action:active {
    color: #6f6f6f;
    background-color: #f2f2f2; }
  .products-grid .product-items .product-item .actions-secondary .action.disabled, .products-grid .product-items .product-item .actions-secondary .action[disabled],
  fieldset[disabled] .products-grid .product-items .product-item .actions-secondary .action {
    background: white;
    cursor: default;
    color: white; }
  .products-grid .product-items .product-item .actions-secondary .action::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .products-grid .product-items .product-item .actions-secondary .action::before, .products-grid .product-items .product-item .actions-secondary .action::after,
  .products-grid .product-items .product-item .actions-secondary .action i:first-child,
  .products-grid .product-items .product-item .actions-secondary .action i:last-child {
    font-size: 1.625rem;
    margin-top: -0.3125rem;
    margin-bottom: -0.3125rem; }
  .products-grid .product-items .product-item .actions-secondary .action span {
    position: relative;
    display: block; }
    .products-grid .product-items .product-item .actions-secondary .action span::after {
      content: '';
      display: block;
      height: 0.125rem;
      position: absolute;
      left: 50%;
      right: 50%;
      bottom: -.5em;
      transition: all 0.2s; }
  .products-grid .product-items .product-item .actions-secondary .action:hover, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary .action:focus {
    background-color: #e5e5e5; }
    .products-grid .product-items .product-item .actions-secondary .action:hover span, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button span, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button span, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button span, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button span, .products-grid .product-items .product-item .actions-secondary .action:focus span {
      position: relative; }
      .products-grid .product-items .product-item .actions-secondary .action:hover span::after, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button span::after, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button span::after, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button span::after, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button span::after, .products-grid .product-items .product-item .actions-secondary .action:focus span::after {
        left: 0;
        right: 0;
        background: currentcolor; }
  .products-grid .product-items .product-item .actions-secondary .action:active {
    background-color: #f2f2f2; }
  .products-grid .product-items .product-item .actions-secondary .action.disabled, .products-grid .product-items .product-item .actions-secondary .action[disabled],
  fieldset[disabled] .products-grid .product-items .product-item .actions-secondary .action {
    background: white;
    color: #fff; }
    .products-grid .product-items .product-item .actions-secondary .action.disabled span::after, .products-grid .product-items .product-item .actions-secondary .action[disabled] span::after,
    fieldset[disabled] .products-grid .product-items .product-item .actions-secondary .action span::after {
      display: none; }
  .products-grid .product-items .product-item .actions-secondary .action:hover, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button, .products-grid .product-items .product-item .actions-secondary .action:focus {
    background-color: #fbfbfb; }
  .products-grid .product-items .product-item .actions-secondary .action:active {
    background-color: #e5e5e5; }
  .products-grid .product-items .product-item .actions-secondary .action.disabled, .products-grid .product-items .product-item .actions-secondary .action[disabled],
  fieldset[disabled] .products-grid .product-items .product-item .actions-secondary .action {
    color: #ccc;
    background-color: #fbfbfb; }
  .products-grid .product-items .product-item .actions-secondary .action span::after {
    bottom: -.3em;
    height: 0.0625rem; }
  .products-grid .product-items .product-item .actions-secondary .action::before, .products-grid .product-items .product-item .actions-secondary .action::after,
  .products-grid .product-items .product-item .actions-secondary .action i:first-child,
  .products-grid .product-items .product-item .actions-secondary .action i:last-child {
    font-size: 1.125rem; }
  .products-grid .product-items .product-item .actions-secondary .action:before, .products-grid .product-items .product-item .actions-secondary .action:after,
  .products-grid .product-items .product-item .actions-secondary .action i {
    vertical-align: top;
    margin: 0;
    font-size: 1.25rem; }
  .products-grid .product-items .product-item .actions-secondary .action > span:first-child:last-child,
  .products-grid .product-items .product-item .actions-secondary .action i + span:last-child {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    vertical-align: top; }
  .products-grid .product-items .product-item .actions-secondary .action:before, .products-grid .product-items .product-item .actions-secondary .action:after,
  .products-grid .product-items .product-item .actions-secondary .action i {
    width: 1.2em;
    line-height: 1.2em;
    text-align: center; }
  .products-grid .product-items .product-item .actions-secondary .action:link > span, .products-grid .product-items .product-item .actions-secondary .action:visited > span, .products-grid .product-items .product-item .actions-secondary .action:hover > span, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .action.button > span, a.ct-view-cta:hover .products-grid .product-items .product-item .actions-secondary .action.button > span, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .action.button > span, a.ct-view-cta:focus .products-grid .product-items .product-item .actions-secondary .action.button > span, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:hover .title .action.button > span, .products-grid .product-items .product-item .actions-secondary a.ct-view-cta:focus .title .action.button > span, .products-grid .product-items .product-item .actions-secondary .action:active > span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .products-grid .product-items .product-item .actions-secondary .action.towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.375rem;
    width: 1.375rem; }
  .products-grid .product-items .product-item .actions-secondary .action.tocompare:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .products-grid .product-items .product-item .actions-secondary .action.tocompare::before {
    font-size: 1.375rem;
    width: 1em;
    line-height: 1; }
  .products-grid .product-items .product-item .actions-secondary .action::before {
    margin: 0; }
  .products-grid .product-items .product-item .actions-secondary .action:first-child:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .products-grid .product-items .product-item .actions-secondary .action:last-child {
    left: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.products-grid .product-items {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products-grid .product-items.slick-initialized {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .products-grid .product-items.slick-slider .product-item.-empty-item {
    display: none; }

.products-grid .slick-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3.125rem;
  margin: -3.125rem; }
  .products-grid .slick-list .product-item {
    float: none;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 0;
    width: auto; }
    @media only screen and (max-width: 74.9375rem) {
      .products-grid .slick-list .product-item {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-width: 0; } }
    .products-grid .slick-list .product-item:hover .product-item-info, .products-grid .slick-list a.ct-view-cta:hover .product-item.button .product-item-info, a.ct-view-cta:hover .products-grid .slick-list .product-item.button .product-item-info, .products-grid .slick-list a.ct-view-cta:focus .product-item.button .product-item-info, a.ct-view-cta:focus .products-grid .slick-list .product-item.button .product-item-info {
      box-shadow: 0 0 2.25rem rgba(0, 0, 0, 0.1); }
    .products-grid .slick-list .product-item.slick-slide:not(.slick-active) .product-item-info {
      box-shadow: none; }

.products-grid .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: 0; }

.products-grid .slider-controls {
  position: relative;
  z-index: 2;
  margin: 0 auto 0.9375rem;
  text-align: center; }
  @media only screen and (min-width: 63.9375rem) {
    .products-grid .slider-controls {
      position: absolute;
      bottom: 100%;
      right: 0.625rem; } }
  .products-grid .slider-controls .slick-arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    border: 1px solid #b4b4b4;
    border-radius: 0.1875rem;
    padding: 1rem 1.25rem;
    background-image: none;
    background: transparent;
    color: inherit;
    font-size: 0.875rem;
    font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 0 .8em;
    font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    font-size: 1.125rem;
    padding: 1rem 1.875rem;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a1a1a;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    padding: 0.875rem;
    padding: 0.8125rem;
    border-color: #f2f2f2;
    margin-left: 0.5rem;
    border-radius: 0 .8rem;
    font-size: 0;
    line-height: 0;
    width: 3.125rem; }
    .products-grid .slider-controls .slick-arrow::before, .products-grid .slider-controls .slick-arrow::after,
    .products-grid .slider-controls .slick-arrow i:first-child,
    .products-grid .slider-controls .slick-arrow i:last-child {
      font-size: 1rem; }
    .products-grid .slider-controls .slick-arrow::before,
    .products-grid .slider-controls .slick-arrow i:first-child {
      margin-right: 0.625rem; }
    .products-grid .slider-controls .slick-arrow::after,
    .products-grid .slider-controls .slick-arrow i:last-child {
      margin-left: 0.625rem; }
    .products-grid .slider-controls .slick-arrow:hover, .products-grid .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .products-grid .slider-controls .slick-arrow.button, .products-grid .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .products-grid .slider-controls .slick-arrow.button, .products-grid .slider-controls .slick-arrow:focus {
      color: inherit;
      background-color: rgba(26, 26, 26, 0); }
    .products-grid .slider-controls .slick-arrow:active {
      color: inherit;
      background-color: transparent; }
    .products-grid .slider-controls .slick-arrow.disabled, .products-grid .slider-controls .slick-arrow[disabled],
    fieldset[disabled] .products-grid .slider-controls .slick-arrow {
      background: rgba(77, 77, 77, 0);
      cursor: default;
      color: rgba(153, 153, 153, 0); }
    .products-grid .slider-controls .slick-arrow::-moz-focus-inner {
      border: 0;
      padding: 0; }
    .products-grid .slider-controls .slick-arrow::before, .products-grid .slider-controls .slick-arrow::after,
    .products-grid .slider-controls .slick-arrow i:first-child,
    .products-grid .slider-controls .slick-arrow i:last-child {
      font-size: 1.625rem;
      margin-top: -0.3125rem;
      margin-bottom: -0.3125rem; }
    .products-grid .slider-controls .slick-arrow span {
      position: relative;
      display: block; }
      .products-grid .slider-controls .slick-arrow span::after {
        content: '';
        display: block;
        height: 0.125rem;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: -.5em;
        transition: all 0.2s; }
    .products-grid .slider-controls .slick-arrow:hover, .products-grid .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .products-grid .slider-controls .slick-arrow.button, .products-grid .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .products-grid .slider-controls .slick-arrow.button, .products-grid .slider-controls .slick-arrow:focus {
      background-color: rgba(51, 51, 51, 0); }
      .products-grid .slider-controls .slick-arrow:hover span, .products-grid .slider-controls a.ct-view-cta:hover .slick-arrow.button span, a.ct-view-cta:hover .products-grid .slider-controls .slick-arrow.button span, .products-grid .slider-controls a.ct-view-cta:focus .slick-arrow.button span, a.ct-view-cta:focus .products-grid .slider-controls .slick-arrow.button span, .products-grid .slider-controls .slick-arrow:focus span {
        position: relative; }
        .products-grid .slider-controls .slick-arrow:hover span::after, .products-grid .slider-controls a.ct-view-cta:hover .slick-arrow.button span::after, a.ct-view-cta:hover .products-grid .slider-controls .slick-arrow.button span::after, .products-grid .slider-controls a.ct-view-cta:focus .slick-arrow.button span::after, a.ct-view-cta:focus .products-grid .slider-controls .slick-arrow.button span::after, .products-grid .slider-controls .slick-arrow:focus span::after {
          left: 0;
          right: 0;
          background: currentcolor; }
    .products-grid .slider-controls .slick-arrow:active {
      background-color: transparent; }
    .products-grid .slider-controls .slick-arrow.disabled, .products-grid .slider-controls .slick-arrow[disabled],
    fieldset[disabled] .products-grid .slider-controls .slick-arrow {
      background: rgba(33, 33, 33, 0);
      color: #fff; }
      .products-grid .slider-controls .slick-arrow.disabled span::after, .products-grid .slider-controls .slick-arrow[disabled] span::after,
      fieldset[disabled] .products-grid .slider-controls .slick-arrow span::after {
        display: none; }
    .products-grid .slider-controls .slick-arrow:hover, .products-grid .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .products-grid .slider-controls .slick-arrow.button, .products-grid .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .products-grid .slider-controls .slick-arrow.button, .products-grid .slider-controls .slick-arrow:focus {
      border-color: #808080; }
    .products-grid .slider-controls .slick-arrow:active {
      background-color: rgba(0, 0, 0, 0.05); }
    .products-grid .slider-controls .slick-arrow.disabled, .products-grid .slider-controls .slick-arrow[disabled],
    fieldset[disabled] .products-grid .slider-controls .slick-arrow {
      background-color: transparent;
      color: #e5e5e5;
      border-color: #e5e5e5; }
    .products-grid .slider-controls .slick-arrow:hover, .products-grid .slider-controls a.ct-view-cta:hover .slick-arrow.button, a.ct-view-cta:hover .products-grid .slider-controls .slick-arrow.button, .products-grid .slider-controls a.ct-view-cta:focus .slick-arrow.button, a.ct-view-cta:focus .products-grid .slider-controls .slick-arrow.button, .products-grid .slider-controls .slick-arrow:active, .products-grid .slider-controls .slick-arrow:focus {
      color: #1a1a1a; }
    .products-grid .slider-controls .slick-arrow:before, .products-grid .slider-controls .slick-arrow:after,
    .products-grid .slider-controls .slick-arrow i {
      vertical-align: top;
      margin: 0;
      font-size: 1.25rem; }
    .products-grid .slider-controls .slick-arrow > span:first-child:last-child,
    .products-grid .slider-controls .slick-arrow i + span:last-child {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
      vertical-align: top; }
    .products-grid .slider-controls .slick-arrow:before, .products-grid .slider-controls .slick-arrow:after,
    .products-grid .slider-controls .slick-arrow i {
      width: 1.2em;
      line-height: 1.2em;
      text-align: center; }
    .products-grid .slider-controls .slick-arrow:link > span, .products-grid .slider-controls .slick-arrow:visited > span, .products-grid .slider-controls .slick-arrow:hover > span, .products-grid .slider-controls a.ct-view-cta:hover .slick-arrow.button > span, a.ct-view-cta:hover .products-grid .slider-controls .slick-arrow.button > span, .products-grid .slider-controls a.ct-view-cta:focus .slick-arrow.button > span, a.ct-view-cta:focus .products-grid .slider-controls .slick-arrow.button > span, .products-grid .slider-controls a.ct-view-cta:hover .title .slick-arrow.button > span, .products-grid .slider-controls a.ct-view-cta:focus .title .slick-arrow.button > span, .products-grid .slider-controls .slick-arrow:active > span {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .products-grid .slider-controls .slick-arrow::before {
      font-size: 1rem;
      margin: 0; }
    .products-grid .slider-controls .slick-arrow.slick-prev:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f104";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .products-grid .slider-controls .slick-arrow.slick-next {
      border-radius: .8rem 0; }
      .products-grid .slider-controls .slick-arrow.slick-next:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        vertical-align: middle;
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400; }

.amlocator-index-index .page-title-wrapper {
  position: relative;
  width: 100%;
  max-width: 87.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative; }
  @media only screen and (max-width: 74.9375rem) {
    .amlocator-index-index .page-title-wrapper {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .amlocator-index-index .page-title-wrapper::before {
    content: '';
    display: block;
    margin-left: -62.5rem;
    margin-right: -62.5rem;
    height: 23.4375vw;
    background: #fafcfd url(../../frontend/O2web/kalia/en_CA/images/text-header.png) center center no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 63.875rem) {
      .amlocator-index-index .page-title-wrapper::before {
        height: 9.375rem; } }
    @media only screen and (max-width: 29.9375rem) {
      .amlocator-index-index .page-title-wrapper::before {
        height: 7.5rem; } }
  .amlocator-index-index .page-title-wrapper .page-title-content {
    position: relative;
    display: block;
    margin-top: -6vw;
    text-align: center;
    color: #fff;
    background: #1a1a1a url(../../frontend/O2web/kalia/en_CA/images/shell-light.svg) center center no-repeat; }
    .amlocator-index-index .page-title-wrapper .page-title-content::before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: -1.5625rem;
      width: 0.25rem;
      height: 3.125rem;
      margin-left: -0.125rem;
      background-color: #fff; }
    @media only screen and (min-width: 63.9375rem) {
      .amlocator-index-index .page-title-wrapper .page-title-content {
        padding: 4.375rem 0 3.125rem; } }
    @media only screen and (max-width: 63.875rem) {
      .amlocator-index-index .page-title-wrapper .page-title-content {
        padding: 2.5rem 0 1.25rem;
        margin-top: -1.875rem; } }
    .amlocator-index-index .page-title-wrapper .page-title-content .page-title {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      color: inherit; }
      @media only screen and (max-width: 74.9375rem) {
        .amlocator-index-index .page-title-wrapper .page-title-content .page-title {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }
    .amlocator-index-index .page-title-wrapper .page-title-content p {
      position: relative;
      width: 100%;
      max-width: 87.5rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      max-width: 50rem;
      font-size: 1.125rem;
      margin: 1.25rem auto; }
      @media only screen and (max-width: 74.9375rem) {
        .amlocator-index-index .page-title-wrapper .page-title-content p {
          padding-left: 0.9375rem;
          padding-right: 0.9375rem; } }

.amlocator-index-index .columns {
  padding-top: 2.25rem; }
  @media only screen and (max-width: 63.875rem) {
    .amlocator-index-index .columns {
      padding-top: 1.5rem; } }

.amlocator-index-index .page-title-wrapper {
  margin-bottom: 1.875rem; }
  .amlocator-index-index .page-title-wrapper::before {
    background-image: url(../../frontend/O2web/kalia/en_CA/images/en-magasin-en-ligne-1920x480.jpg); }
    @media only screen and (max-width: 74.9375rem) {
      .amlocator-index-index .page-title-wrapper::before {
        background-image: url(../../frontend/O2web/kalia/en_CA/images/en-magasin-en-ligne-768x400.jpg); } }

.amlocator-index-index .columns {
  padding-top: 2.5rem; }

.storelocator-tabs {
  position: relative;
  z-index: 1;
  clear: both;
  margin: 0 0 1.25rem;
  padding: 0; }
  .storelocator-tabs::before, .storelocator-tabs::after {
    content: ' ';
    display: table; }
  .storelocator-tabs::after {
    clear: both; }
  @media only screen and (max-width: 63.875rem) {
    .storelocator-tabs {
      margin: 0;
      padding: 0; } }
  .storelocator-tabs > .title {
    float: left;
    width: 22.5rem;
    max-width: 50%;
    margin: 0;
    color: #b4b4b4;
    background-color: #fbfbfb; }
    @media only screen and (max-width: 63.875rem) {
      .storelocator-tabs > .title {
        float: none;
        width: 100%;
        max-width: none; } }
    @media only screen and (min-width: 63.9375rem) {
      .storelocator-tabs > .title:not(:first-child) > a, .storelocator-tabs > .title:not(:first-child) > strong {
        border-left-color: #e5e5e5; } }
    @media only screen and (max-width: 63.875rem) {
      .storelocator-tabs > .title:not(:first-child) > a, .storelocator-tabs > .title:not(:first-child) > strong {
        border-top-color: #e5e5e5; } }
    .storelocator-tabs > .title > a, .storelocator-tabs > .title > strong {
      color: inherit;
      text-decoration: none;
      display: block;
      position: relative;
      z-index: 2;
      margin: 0.625rem 0;
      border: 1px solid transparent;
      padding: 0.875rem 1.25rem;
      font-size: 1.125rem;
      line-height: 1.625rem;
      color: #b4b4b4;
      text-align: center;
      transition: all 0.2s; }
      .storelocator-tabs > .title > a:hover, a.ct-view-cta:hover .storelocator-tabs > .title > a.button, a.ct-view-cta:focus .storelocator-tabs > .title > a.button, .storelocator-tabs > .title > a:active, .storelocator-tabs > .title > a:focus, .storelocator-tabs > .title > strong:hover, a.ct-view-cta:hover .storelocator-tabs > .title > strong.button, a.ct-view-cta:focus .storelocator-tabs > .title > strong.button, .storelocator-tabs > .title > strong:active, .storelocator-tabs > .title > strong:focus {
        color: inherit; }
      @media only screen and (max-width: 63.875rem) {
        .storelocator-tabs > .title > a, .storelocator-tabs > .title > strong {
          margin: 0; } }
      .storelocator-tabs > .title > a .counter::before, .storelocator-tabs > .title > strong .counter::before {
        content: '('; }
      .storelocator-tabs > .title > a .counter::after, .storelocator-tabs > .title > strong .counter::after {
        content: ')'; }
    .storelocator-tabs > .title:not(.disabled) > a, .storelocator-tabs > .title:not(.disabled) > a:active, .storelocator-tabs > .title:not(.disabled) > a:focus, .storelocator-tabs > .title:not(.disabled) > a:hover, a.ct-view-cta:hover .storelocator-tabs > .title:not(.disabled) > a.button, a.ct-view-cta:focus .storelocator-tabs > .title:not(.disabled) > a.button, .storelocator-tabs > .title:not(.disabled) > strong, .storelocator-tabs > .title:not(.disabled) > strong:active, .storelocator-tabs > .title:not(.disabled) > strong:focus, .storelocator-tabs > .title:not(.disabled) > strong:hover, a.ct-view-cta:hover .storelocator-tabs > .title:not(.disabled) > strong.button, a.ct-view-cta:focus .storelocator-tabs > .title:not(.disabled) > strong.button, .storelocator-tabs > .title.active > a, .storelocator-tabs > .title.active > a:active, .storelocator-tabs > .title.active > a:focus, .storelocator-tabs > .title.active > a:hover, a.ct-view-cta:hover .storelocator-tabs > .title.active > a.button, a.ct-view-cta:focus .storelocator-tabs > .title.active > a.button, .storelocator-tabs > .title.active > strong, .storelocator-tabs > .title.active > strong:active, .storelocator-tabs > .title.active > strong:focus, .storelocator-tabs > .title.active > strong:hover, a.ct-view-cta:hover .storelocator-tabs > .title.active > strong.button, a.ct-view-cta:focus .storelocator-tabs > .title.active > strong.button {
      background: initial; }
    .storelocator-tabs > .title.active > a, .storelocator-tabs > .title.active > strong {
      margin: 0;
      border-color: #e5e5e5;
      border-bottom: 0.3125rem solid currentcolor;
      padding-top: 1.5rem;
      padding-bottom: 1.25rem;
      color: inherit;
      background-color: #fff; }
    .storelocator-tabs > .title.active + .content {
      display: block; }
      .storelocator-tabs > .title.active + .content + .title > a, .storelocator-tabs > .title.active + .content + .title > strong {
        border-left-color: transparent; }
  .storelocator-tabs > .content {
    display: none;
    float: right;
    width: 100%;
    margin-top: 4.75rem;
    margin-left: -100%;
    border: none;
    padding: 3.75rem 0; }
    .storelocator-tabs > .content::before, .storelocator-tabs > .content::after {
      content: ' ';
      display: table; }
    .storelocator-tabs > .content::after {
      clear: both; }
    @media only screen and (max-width: 63.875rem) {
      .storelocator-tabs > .content {
        float: none;
        margin: 0 0 0.3125rem;
        padding: 1.875rem 0; } }
  @media only screen and (min-width: 63.9375rem) {
    .storelocator-tabs[data-count][data-count="1"] > .title {
      max-width: 100%; }
    .storelocator-tabs[data-count][data-count="2"] > .title {
      max-width: 50%; }
    .storelocator-tabs[data-count][data-count="3"] > .title {
      max-width: 33.33333%; }
    .storelocator-tabs[data-count][data-count="4"] > .title {
      max-width: 25%; }
    .storelocator-tabs[data-count][data-count="5"] > .title {
      max-width: 20%; }
    .storelocator-tabs[data-count][data-count="6"] > .title {
      max-width: 16.66667%; } }
  .storelocator-tabs > .title {
    font: bold 1.25rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1rem/1.375 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    color: #333;
    letter-spacing: .1em;
    margin: 0;
    padding: 1.25rem;
    border: 1px solid #f2f2f2;
    background-color: transparent;
    text-align: center; }
    .storelocator-tabs > .title.-alt {
      text-transform: uppercase; }
    .storelocator-tabs > .title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .storelocator-tabs > .title {
        font-size: 1rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .storelocator-tabs > .title {
        font-size: 1rem; } }
    .storelocator-tabs > .title:not(:first-child) {
      margin-left: -1px; }
    .storelocator-tabs > .title > a, .storelocator-tabs > .title > strong {
      color: inherit;
      text-decoration: none;
      display: inline-block;
      margin: 0;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      border: none;
      text-decoration: none; }
      .storelocator-tabs > .title > a:hover, a.ct-view-cta:hover .storelocator-tabs > .title > a.button, a.ct-view-cta:focus .storelocator-tabs > .title > a.button, .storelocator-tabs > .title > a:active, .storelocator-tabs > .title > a:focus, .storelocator-tabs > .title > strong:hover, a.ct-view-cta:hover .storelocator-tabs > .title > strong.button, a.ct-view-cta:focus .storelocator-tabs > .title > strong.button, .storelocator-tabs > .title > strong:active, .storelocator-tabs > .title > strong:focus {
        color: #000; }
    .storelocator-tabs > .title.active > a, .storelocator-tabs > .title.active > strong {
      padding-top: 0.625rem;
      padding-bottom: 0.3125rem;
      color: #000;
      border-bottom: 0.3125rem solid #000; }
  .storelocator-tabs .content {
    display: block;
    visibility: hidden;
    padding: 0; }
  .storelocator-tabs .title.active + .content {
    visibility: visible; }
  @media only screen and (min-width: 75rem) {
    .storelocator-tabs .title {
      width: 50%;
      padding: 3.125rem 1.25rem; }
    .storelocator-tabs .content {
      margin-top: 9.25rem; } }
  @media only screen and (max-width: 74.9375rem) {
    .storelocator-tabs > .title {
      float: left;
      width: 50%;
      max-width: 50%; }
    .storelocator-tabs > .content {
      float: right;
      margin-top: 5.5rem;
      margin-left: -100%; } }
  @media only screen and (max-width: 37.4375rem) {
    .storelocator-tabs > .title {
      padding: 0.625rem 0.3125rem; }
      .storelocator-tabs > .title > a {
        font-size: 0.875rem;
        padding-left: 0;
        padding-right: 0; }
    .storelocator-tabs > .content {
      margin-top: 4.25rem; } }

.storelocator-filters {
  position: relative;
  margin-top: 3.125rem;
  padding: 3.125rem 1.25rem;
  background: #fbfbfb url(../../frontend/O2web/kalia/en_CA/images/shell-dark.svg) center -3.75rem/auto no-repeat; }
  .storelocator-filters::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -1.5625rem;
    width: 0.25rem;
    height: 3.125rem;
    margin-left: -0.125rem;
    background-color: #e5e5e5; }
  .storelocator-filters .block-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .storelocator-filters .block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .storelocator-filters .storelocator-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 -0.3125rem; }
    .storelocator-filters .storelocator-search .field {
      width: 12.5rem;
      padding: 0 0.3125rem; }
    .storelocator-filters .storelocator-search #current-address {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .storelocator-filters .storelocator-search label {
      margin-bottom: 0.3125rem; }
    .storelocator-filters .storelocator-search .actions {
      padding: 0 0.3125rem; }
      .storelocator-filters .storelocator-search .actions .button.search {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        vertical-align: middle;
        margin: 0;
        border: 1px solid transparent;
        border-radius: 0.1875rem;
        padding: 1rem 1.25rem;
        background-image: none;
        background: #000;
        color: #fff;
        font-size: 0.875rem;
        font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        background-color: #000;
        border-radius: 0 .8em;
        font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
        font-size: 1.125rem;
        padding: 1rem 1.875rem;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
        padding: 0.875rem;
        padding: 0.8125rem;
        padding: 0.5625rem; }
        .storelocator-filters .storelocator-search .actions .button.search::before, .storelocator-filters .storelocator-search .actions .button.search::after,
        .storelocator-filters .storelocator-search .actions .button.search i:first-child,
        .storelocator-filters .storelocator-search .actions .button.search i:last-child {
          font-size: 1rem; }
        .storelocator-filters .storelocator-search .actions .button.search::before,
        .storelocator-filters .storelocator-search .actions .button.search i:first-child {
          margin-right: 0.625rem; }
        .storelocator-filters .storelocator-search .actions .button.search::after,
        .storelocator-filters .storelocator-search .actions .button.search i:last-child {
          margin-left: 0.625rem; }
        .storelocator-filters .storelocator-search .actions .button.search:hover, .storelocator-filters .storelocator-search .actions a.ct-view-cta:hover .button.search, a.ct-view-cta:hover .storelocator-filters .storelocator-search .actions .button.search, .storelocator-filters .storelocator-search .actions a.ct-view-cta:focus .button.search, a.ct-view-cta:focus .storelocator-filters .storelocator-search .actions .button.search, .storelocator-filters .storelocator-search .actions .button.search:focus {
          color: #fff;
          background-color: #1a1a1a; }
        .storelocator-filters .storelocator-search .actions .button.search:active {
          color: #fff;
          background-color: #000; }
        .storelocator-filters .storelocator-search .actions .button.search.disabled, .storelocator-filters .storelocator-search .actions .button.search[disabled],
        fieldset[disabled] .storelocator-filters .storelocator-search .actions .button.search {
          background: #4d4d4d;
          cursor: default;
          color: #999999; }
        .storelocator-filters .storelocator-search .actions .button.search::-moz-focus-inner {
          border: 0;
          padding: 0; }
        .storelocator-filters .storelocator-search .actions .button.search::before, .storelocator-filters .storelocator-search .actions .button.search::after,
        .storelocator-filters .storelocator-search .actions .button.search i:first-child,
        .storelocator-filters .storelocator-search .actions .button.search i:last-child {
          font-size: 1.625rem;
          margin-top: -0.3125rem;
          margin-bottom: -0.3125rem; }
        .storelocator-filters .storelocator-search .actions .button.search span {
          position: relative;
          display: block; }
          .storelocator-filters .storelocator-search .actions .button.search span::after {
            content: '';
            display: block;
            height: 0.125rem;
            position: absolute;
            left: 50%;
            right: 50%;
            bottom: -.5em;
            transition: all 0.2s; }
        .storelocator-filters .storelocator-search .actions .button.search:hover, .storelocator-filters .storelocator-search .actions a.ct-view-cta:hover .button.search, a.ct-view-cta:hover .storelocator-filters .storelocator-search .actions .button.search, .storelocator-filters .storelocator-search .actions a.ct-view-cta:focus .button.search, a.ct-view-cta:focus .storelocator-filters .storelocator-search .actions .button.search, .storelocator-filters .storelocator-search .actions .button.search:focus {
          background-color: #333333; }
          .storelocator-filters .storelocator-search .actions .button.search:hover span, .storelocator-filters .storelocator-search .actions a.ct-view-cta:hover .button.search span, a.ct-view-cta:hover .storelocator-filters .storelocator-search .actions .button.search span, .storelocator-filters .storelocator-search .actions a.ct-view-cta:focus .button.search span, a.ct-view-cta:focus .storelocator-filters .storelocator-search .actions .button.search span, .storelocator-filters .storelocator-search .actions .button.search:focus span {
            position: relative; }
            .storelocator-filters .storelocator-search .actions .button.search:hover span::after, .storelocator-filters .storelocator-search .actions a.ct-view-cta:hover .button.search span::after, a.ct-view-cta:hover .storelocator-filters .storelocator-search .actions .button.search span::after, .storelocator-filters .storelocator-search .actions a.ct-view-cta:focus .button.search span::after, a.ct-view-cta:focus .storelocator-filters .storelocator-search .actions .button.search span::after, .storelocator-filters .storelocator-search .actions .button.search:focus span::after {
              left: 0;
              right: 0;
              background: currentcolor; }
        .storelocator-filters .storelocator-search .actions .button.search:active {
          background-color: #000; }
        .storelocator-filters .storelocator-search .actions .button.search.disabled, .storelocator-filters .storelocator-search .actions .button.search[disabled],
        fieldset[disabled] .storelocator-filters .storelocator-search .actions .button.search {
          background: #212121;
          color: #fff; }
          .storelocator-filters .storelocator-search .actions .button.search.disabled span::after, .storelocator-filters .storelocator-search .actions .button.search[disabled] span::after,
          fieldset[disabled] .storelocator-filters .storelocator-search .actions .button.search span::after {
            display: none; }
        .storelocator-filters .storelocator-search .actions .button.search:before, .storelocator-filters .storelocator-search .actions .button.search:after,
        .storelocator-filters .storelocator-search .actions .button.search i {
          vertical-align: top;
          margin: 0;
          font-size: 1.25rem; }
        .storelocator-filters .storelocator-search .actions .button.search > span:first-child:last-child,
        .storelocator-filters .storelocator-search .actions .button.search i + span:last-child {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px;
          vertical-align: top; }
        .storelocator-filters .storelocator-search .actions .button.search:before, .storelocator-filters .storelocator-search .actions .button.search:after,
        .storelocator-filters .storelocator-search .actions .button.search i {
          width: 1.2em;
          line-height: 1.2em;
          text-align: center; }
        .storelocator-filters .storelocator-search .actions .button.search:link > span, .storelocator-filters .storelocator-search .actions .button.search:visited > span, .storelocator-filters .storelocator-search .actions .button.search:hover > span, .storelocator-filters .storelocator-search .actions a.ct-view-cta:hover .button.search > span, a.ct-view-cta:hover .storelocator-filters .storelocator-search .actions .button.search > span, .storelocator-filters .storelocator-search .actions a.ct-view-cta:focus .button.search > span, a.ct-view-cta:focus .storelocator-filters .storelocator-search .actions .button.search > span, .storelocator-filters .storelocator-search .actions a.ct-view-cta:hover .title .button.search > span, .storelocator-filters .storelocator-search .actions a.ct-view-cta:focus .title .button.search > span, .storelocator-filters .storelocator-search .actions .button.search:active > span {
          border: 0;
          clip: rect(0 0 0 0);
          height: 1px;
          margin: -1px;
          overflow: hidden;
          padding: 0;
          position: absolute;
          width: 1px; }
        .storelocator-filters .storelocator-search .actions .button.search:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          vertical-align: middle;
          content: "\f002";
          font-family: "Font Awesome 5 Pro";
          font-weight: 400; }
  .storelocator-filters .storelocator-locate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .storelocator-filters .storelocator-locate::before {
      content: "- " attr(data-text) " -";
      font-size: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      white-space: nowrap; }
    .storelocator-filters .storelocator-locate .block-content {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .storelocator-filters .storelocator-locate #locateNearBy:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f05b";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  @media only screen and (min-width: 64rem) {
    .storelocator-filters .block-content .storelocator-locate {
      width: 21.875rem;
      margin-top: 1.6875rem; }
      .storelocator-filters .block-content .storelocator-locate::before {
        margin: 0 1.25rem; } }
  @media only screen and (max-width: 63.9375rem) {
    .storelocator-filters .block-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .storelocator-filters .block-content .storelocator-locate {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; }
        .storelocator-filters .block-content .storelocator-locate::before {
          margin: 1.25rem 0; } }
  @media only screen and (max-width: 74.9375rem) {
    .storelocator-filters .block-content .storelocator-search .field {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .storelocator-filters .block-content .storelocator-search #current-address {
      width: 100%;
      margin-bottom: 0.625rem; } }

.amlocator_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem; }
  .amlocator_center .amlocator_store_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  @media only screen and (max-width: 74.9375rem) {
    .amlocator_center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .amlocator_center .amlocator_store_list {
        margin-top: 1.25rem; } }
  @media only screen and (min-width: 75rem) {
    .amlocator_center {
      height: 37.5rem; }
      .amlocator_center .amlocator_mapblock {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: 60%;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative; }
        .amlocator_center .amlocator_mapblock #btn-show-all-locations {
          position: absolute;
          z-index: 10;
          color: #000;
          top: 10px;
          right: 10px; }
      .amlocator_center .amlocator_store_list {
        margin-right: 1.25rem;
        height: 100%;
        overflow-y: auto; } }
  @media only screen and (min-width: 64rem) {
    .amlocator_center .amlocator_mapblock {
      width: 70%; } }

.amlocator_store_list .store {
  padding: 1.25rem;
  font-size: 0.875rem;
  background: #fbfbfb;
  border-left: 0px solid #74c7ce;
  transition: padding 0.2s, border-left-width 0.2s; }
  .amlocator_store_list .store.active {
    padding-left: 1rem;
    border-left-width: 0.25rem; }
  .amlocator_store_list .store:not(:last-child) {
    margin-bottom: 1.25rem; }
  .amlocator_store_list .store .amlocator-title {
    font: bold 1.5rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    margin: 1em 0 .5em;
    color: #191919;
    font: 600 1.125rem/1.111 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: normal; }
    .amlocator_store_list .store .amlocator-title.-alt {
      text-transform: uppercase; }
    .amlocator_store_list .store .amlocator-title:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 74.9375rem) {
      .amlocator_store_list .store .amlocator-title {
        font-size: 1.125rem; } }
    @media only screen and (max-width: 74.9375rem) {
      .amlocator_store_list .store .amlocator-title {
        font-size: 1.125rem; } }
  .amlocator_store_list .store .today_schedule,
  .amlocator_store_list .store .all_schedule,
  .amlocator_store_list .store p {
    margin: 0.3125rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .amlocator_store_list .store .today_schedule::before,
    .amlocator_store_list .store .all_schedule::before,
    .amlocator_store_list .store p::before {
      width: 1em;
      margin-right: 0.625rem; }
  .amlocator_store_list .store p .label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .amlocator_store_list .store p.location-address {
    display: block; }
  .amlocator_store_list .store p.website {
    width: 100%; }
    .amlocator_store_list .store p.website:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f108";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .amlocator_store_list .store p.website .value {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
  .amlocator_store_list .store p.email:before {
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icons';
    text-decoration: inherit;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
  .amlocator_store_list .store p.phone:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f095";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .amlocator_store_list .store p.fax:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f1ac";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .amlocator_store_list .store p:last-child {
    margin-bottom: 0; }
  .amlocator_store_list .store .schedule {
    border: 1px solid #999;
    border-radius: 0 0.625rem;
    padding: 0.625rem;
    margin: 0 -0.625rem; }
  .amlocator_store_list .store .today_schedule:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    vertical-align: middle;
    content: "\f017";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400; }
  .amlocator_store_list .store .today_schedule .locator_arrow {
    margin-left: auto; }
    .amlocator_store_list .store .today_schedule .locator_arrow:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f067";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
    .amlocator_store_list .store .today_schedule .locator_arrow.arrow_active:before {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      line-height: 1;
      vertical-align: -.125em;
      vertical-align: middle;
      content: "\f068";
      font-family: "Font Awesome 5 Pro";
      font-weight: 400; }
  .amlocator_store_list .store .today_schedule,
  .amlocator_store_list .store .all_schedule {
    margin: 0;
    cursor: pointer; }
    .amlocator_store_list .store .today_schedule h3,
    .amlocator_store_list .store .all_schedule h3 {
      font: bold 1.125rem/1 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      margin: 1em 0 .5em;
      color: #191919;
      font: 600 0.875rem/1.42857 "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      color: #333;
      letter-spacing: normal;
      display: inline-block;
      margin-bottom: 0;
      margin-right: 0.625rem; }
      .amlocator_store_list .store .today_schedule h3.-alt,
      .amlocator_store_list .store .all_schedule h3.-alt {
        text-transform: uppercase; }
      .amlocator_store_list .store .today_schedule h3:first-child,
      .amlocator_store_list .store .all_schedule h3:first-child {
        margin-top: 0; }
      @media only screen and (max-width: 74.9375rem) {
        .amlocator_store_list .store .today_schedule h3,
        .amlocator_store_list .store .all_schedule h3 {
          font-size: 1rem; } }
      @media only screen and (max-width: 74.9375rem) {
        .amlocator_store_list .store .today_schedule h3,
        .amlocator_store_list .store .all_schedule h3 {
          font-size: 0.875rem; } }
    .amlocator_store_list .store .today_schedule span,
    .amlocator_store_list .store .all_schedule span {
      display: inline-block; }
  .amlocator_store_list .store .all_schedule {
    display: none;
    margin-top: 0.625rem;
    border-top: 1px solid;
    padding-top: 0.625rem; }
    .amlocator_store_list .store .all_schedule .day {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .amlocator_store_list .store .all_schedule h3 {
      width: 5rem; }

#amlocator-map-canvas {
  width: 100%; }
  @media only screen and (min-width: 75rem) {
    #amlocator-map-canvas {
      height: 100%; } }
  @media only screen and (max-width: 74.9375rem) {
    #amlocator-map-canvas {
      height: 18.75rem; } }
  #amlocator-map-canvas .popup {
    width: 12.5rem; }
    #amlocator-map-canvas .popup img {
      width: 6.25rem;
      clear: both;
      display: block;
      margin-bottom: 0.625rem; }

.online-retailers-wrapper .online-retailer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f2f2f2; }
  .online-retailers-wrapper .online-retailer .retailer-image {
    text-align: center; }
    .online-retailers-wrapper .online-retailer .retailer-image a {
      display: block; }
    .online-retailers-wrapper .online-retailer .retailer-image img {
      margin: 0 auto; }
  .online-retailers-wrapper .online-retailer .retailer-text {
    color: #999;
    padding: 0 1.25rem; }
    @media only screen and (min-width: 64rem) {
      .online-retailers-wrapper .online-retailer .retailer-text {
        padding: 0 3.125rem; } }
  .online-retailers-wrapper .online-retailer .retailer-link {
    width: 25%; }
    .online-retailers-wrapper .online-retailer .retailer-link a {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      vertical-align: middle;
      margin: 0;
      border: 1px solid transparent;
      border-radius: 0.1875rem;
      padding: 1rem 1.25rem;
      background-image: none;
      background: #191919;
      color: #fff;
      font-size: 0.875rem;
      font-family: "Nunito Sans", "Helvetica Neue", helvetica, arial, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      background-color: #f69052;
      border-radius: 0 .8em;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      font-size: 1.125rem;
      padding: 1rem 1.875rem;
      text-decoration: none;
      text-transform: uppercase;
      margin: 0;
      border: 0;
      border-radius: 0;
      padding: 0;
      background-image: none;
      background: none;
      font-weight: normal;
      line-height: inherit;
      text-decoration: none;
      text-shadow: none;
      box-shadow: none;
      color: inherit;
      display: inline-flex;
      align-items: center;
      color: #191919;
      font-family: "Jura", "Helvetica Neue", helvetica, arial, sans-serif;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.125rem; }
      .online-retailers-wrapper .online-retailer .retailer-link a::before, .online-retailers-wrapper .online-retailer .retailer-link a::after,
      .online-retailers-wrapper .online-retailer .retailer-link a i:first-child,
      .online-retailers-wrapper .online-retailer .retailer-link a i:last-child {
        font-size: 1rem; }
      .online-retailers-wrapper .online-retailer .retailer-link a::before,
      .online-retailers-wrapper .online-retailer .retailer-link a i:first-child {
        margin-right: 0.625rem; }
      .online-retailers-wrapper .online-retailer .retailer-link a::after,
      .online-retailers-wrapper .online-retailer .retailer-link a i:last-child {
        margin-left: 0.625rem; }
      .online-retailers-wrapper .online-retailer .retailer-link a:hover, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:hover a.button, a.ct-view-cta:hover .online-retailers-wrapper .online-retailer .retailer-link a.button, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:focus a.button, a.ct-view-cta:focus .online-retailers-wrapper .online-retailer .retailer-link a.button, .online-retailers-wrapper .online-retailer .retailer-link a:focus {
        color: #fff;
        background-color: #333333; }
      .online-retailers-wrapper .online-retailer .retailer-link a:active {
        color: #fff;
        background-color: #191919; }
      .online-retailers-wrapper .online-retailer .retailer-link a.disabled, .online-retailers-wrapper .online-retailer .retailer-link a[disabled],
      fieldset[disabled] .online-retailers-wrapper .online-retailer .retailer-link a {
        background: #666666;
        cursor: default;
        color: #b2b2b2; }
      .online-retailers-wrapper .online-retailer .retailer-link a::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .online-retailers-wrapper .online-retailer .retailer-link a::before, .online-retailers-wrapper .online-retailer .retailer-link a::after,
      .online-retailers-wrapper .online-retailer .retailer-link a i:first-child,
      .online-retailers-wrapper .online-retailer .retailer-link a i:last-child {
        font-size: 1.625rem;
        margin-top: -0.3125rem;
        margin-bottom: -0.3125rem; }
      .online-retailers-wrapper .online-retailer .retailer-link a span {
        position: relative;
        display: block; }
        .online-retailers-wrapper .online-retailer .retailer-link a span::after {
          content: '';
          display: block;
          height: 0.125rem;
          position: absolute;
          left: 50%;
          right: 50%;
          bottom: -.5em;
          transition: all 0.2s; }
      .online-retailers-wrapper .online-retailer .retailer-link a:hover, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:hover a.button, a.ct-view-cta:hover .online-retailers-wrapper .online-retailer .retailer-link a.button, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:focus a.button, a.ct-view-cta:focus .online-retailers-wrapper .online-retailer .retailer-link a.button, .online-retailers-wrapper .online-retailer .retailer-link a:focus {
        background-color: #f7a06a; }
        .online-retailers-wrapper .online-retailer .retailer-link a:hover span, a.ct-view-cta:hover .online-retailers-wrapper .online-retailer .retailer-link a.button span, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:focus a.button span, a.ct-view-cta:focus .online-retailers-wrapper .online-retailer .retailer-link a.button span, .online-retailers-wrapper .online-retailer .retailer-link a:focus span {
          position: relative; }
          .online-retailers-wrapper .online-retailer .retailer-link a:hover span::after, a.ct-view-cta:hover .online-retailers-wrapper .online-retailer .retailer-link a.button span::after, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:focus a.button span::after, a.ct-view-cta:focus .online-retailers-wrapper .online-retailer .retailer-link a.button span::after, .online-retailers-wrapper .online-retailer .retailer-link a:focus span::after {
            left: 0;
            right: 0;
            background: currentcolor; }
      .online-retailers-wrapper .online-retailer .retailer-link a:active {
        background-color: #f69052; }
      .online-retailers-wrapper .online-retailer .retailer-link a.disabled, .online-retailers-wrapper .online-retailer .retailer-link a[disabled],
      fieldset[disabled] .online-retailers-wrapper .online-retailer .retailer-link a {
        background: #f9b891;
        color: #fff; }
        .online-retailers-wrapper .online-retailer .retailer-link a.disabled span::after, .online-retailers-wrapper .online-retailer .retailer-link a[disabled] span::after,
        fieldset[disabled] .online-retailers-wrapper .online-retailer .retailer-link a span::after {
          display: none; }
      .online-retailers-wrapper .online-retailer .retailer-link a:focus, .online-retailers-wrapper .online-retailer .retailer-link a:active, .online-retailers-wrapper .online-retailer .retailer-link a:hover, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:hover a.button, a.ct-view-cta:hover .online-retailers-wrapper .online-retailer .retailer-link a.button, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:focus a.button, a.ct-view-cta:focus .online-retailers-wrapper .online-retailer .retailer-link a.button {
        background: none;
        border: none; }
      .online-retailers-wrapper .online-retailer .retailer-link a.disabled, .online-retailers-wrapper .online-retailer .retailer-link a[disabled],
      fieldset[disabled] .online-retailers-wrapper .online-retailer .retailer-link a {
        border: 0;
        background: none;
        cursor: not-allowed;
        pointer-events: none;
        opacity: .5;
        color: #e5e5e5; }
      .online-retailers-wrapper .online-retailer .retailer-link a:after {
        content: "";
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-family: 'icons';
        text-decoration: inherit;
        text-transform: none;
        speak: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased; }
      .online-retailers-wrapper .online-retailer .retailer-link a::after {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        font-size: 1.875rem;
        line-height: 1.125rem;
        margin-left: 1.666em; }
        @media only screen and (max-width: 74.9375rem) {
          .online-retailers-wrapper .online-retailer .retailer-link a::after {
            margin-left: .5em; } }
      .online-retailers-wrapper .online-retailer .retailer-link a span::after {
        bottom: -.1em; }
      .online-retailers-wrapper .online-retailer .retailer-link a:hover, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:hover a.button, a.ct-view-cta:hover .online-retailers-wrapper .online-retailer .retailer-link a.button, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:focus a.button, a.ct-view-cta:focus .online-retailers-wrapper .online-retailer .retailer-link a.button, .online-retailers-wrapper .online-retailer .retailer-link a:focus {
        color: #8e8e8e; }
        .online-retailers-wrapper .online-retailer .retailer-link a:hover span::after, a.ct-view-cta:hover .online-retailers-wrapper .online-retailer .retailer-link a.button span::after, .online-retailers-wrapper .online-retailer .retailer-link a.ct-view-cta:focus a.button span::after, a.ct-view-cta:focus .online-retailers-wrapper .online-retailer .retailer-link a.button span::after, .online-retailers-wrapper .online-retailer .retailer-link a:focus span::after {
          background-color: #74c7ce; }
      .online-retailers-wrapper .online-retailer .retailer-link a::after {
        margin-left: 1.875rem; }
  @media only screen and (min-width: 75rem) {
    .online-retailers-wrapper .online-retailer {
      padding: 3.125rem 0; }
      .online-retailers-wrapper .online-retailer .retailer-image {
        width: 30%; }
      .online-retailers-wrapper .online-retailer .retailer-text {
        width: 45%; } }
  @media only screen and (max-width: 74.9375rem) {
    .online-retailers-wrapper .online-retailer {
      padding: 1.875rem 0; }
      .online-retailers-wrapper .online-retailer .retailer-image {
        width: 20%; }
      .online-retailers-wrapper .online-retailer .retailer-text {
        width: 50%;
        font-size: 0.875rem; }
      .online-retailers-wrapper .online-retailer .retailer-link {
        width: 30%; }
        .online-retailers-wrapper .online-retailer .retailer-link a {
          font-size: 1rem; }
          .online-retailers-wrapper .online-retailer .retailer-link a::after {
            margin-left: 0.625rem; } }
  @media only screen and (max-width: 30rem) {
    .online-retailers-wrapper .online-retailer {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1.25rem 0; }
      .online-retailers-wrapper .online-retailer .retailer-image,
      .online-retailers-wrapper .online-retailer .retailer-text,
      .online-retailers-wrapper .online-retailer .retailer-link {
        width: auto;
        padding: 0; }
      .online-retailers-wrapper .online-retailer .retailer-image,
      .online-retailers-wrapper .online-retailer .retailer-text {
        margin-bottom: 0.625rem; }
      .online-retailers-wrapper .online-retailer .retailer-image {
        max-width: 6.25rem; } }

.online-retailers-wrapper .toolbar.toolbar-top {
  margin-bottom: 1.25rem; }

.online-retailers-wrapper .toolbar.toolbar-bottom {
  margin-top: 1.25rem; }
  .online-retailers-wrapper .toolbar.toolbar-bottom .toolbar-amount {
    display: none; }
  .online-retailers-wrapper .toolbar.toolbar-bottom .pages {
    display: block; }

.page-main-banner .page-title-wrapper::before,
.page-layout-text .page-title-wrapper::before,
.amlocator-index-index .page-title-wrapper::before {
  height: auto;
  min-height: 6.5vw;
  padding-top: 25vw;
  background-size: auto 100%; }
  @media only screen and (max-width: 74.9375rem) {
    .page-main-banner .page-title-wrapper::before,
    .page-layout-text .page-title-wrapper::before,
    .amlocator-index-index .page-title-wrapper::before {
      padding-top: 52vw; } }

.page-main-banner .page-title-wrapper.-has-banner,
.page-layout-text .page-title-wrapper.-has-banner,
.amlocator-index-index .page-title-wrapper.-has-banner {
  padding-top: 25vw; }
  @media only screen and (max-width: 74.9375rem) {
    .page-main-banner .page-title-wrapper.-has-banner,
    .page-layout-text .page-title-wrapper.-has-banner,
    .amlocator-index-index .page-title-wrapper.-has-banner {
      padding-top: 52vw; } }
  .page-main-banner .page-title-wrapper.-has-banner::before,
  .page-layout-text .page-title-wrapper.-has-banner::before,
  .amlocator-index-index .page-title-wrapper.-has-banner::before {
    content: none; }
  .page-main-banner .page-title-wrapper.-has-banner .banner-image,
  .page-layout-text .page-title-wrapper.-has-banner .banner-image,
  .amlocator-index-index .page-title-wrapper.-has-banner .banner-image {
    position: absolute;
    top: 0;
    left: -62.5rem;
    right: -62.5rem;
    height: auto;
    min-height: 6.5vw;
    width: 100vw;
    margin: 0 auto; }
    .page-main-banner .page-title-wrapper.-has-banner .banner-image img,
    .page-layout-text .page-title-wrapper.-has-banner .banner-image img,
    .amlocator-index-index .page-title-wrapper.-has-banner .banner-image img {
      margin: 0 auto; }

.page-main-banner .page-title-wrapper::before {
  background-image: url(../../frontend/O2web/kalia/en_CA/images/a_-propos-distributeur-carrie_re-1920x480.jpg); }
  @media only screen and (max-width: 74.9375rem) {
    .page-main-banner .page-title-wrapper::before {
      background-image: url(../../frontend/O2web/kalia/en_CA/images/a_-propos-distributeur-carrie_re-768x400.jpg); } }

.page-legal-banner .page-title-wrapper::before {
  background-image: url(../../frontend/O2web/kalia/en_CA/images/garantie-politique-conditions-1920x480.jpg); }
  @media only screen and (max-width: 74.9375rem) {
    .page-legal-banner .page-title-wrapper::before {
      background-image: url(../../frontend/O2web/kalia/en_CA/images/garantie-politique-conditions-768x400.jpg); } }

@media only print and (orientation: landscape) {
  body {
    max-width: none; } }

@media only print {
  body a,
  body a:visited {
    text-decoration: none !important; }
  .header.content .logo img {
    height: 2.25rem;
    width: 7.625rem; }
  .std {
    font-size: 12px; }
  .column.main {
    padding-top: 0; }
  .page-header {
    margin-bottom: 1.25rem; }
  .page-title-wrapper::before {
    content: none !important; }
  .page-title-wrapper .page-title-content {
    margin-top: 0 !important; }
  .page-bottom,
  .page-footer {
    display: none; } }

.page-header.-fixed ul.level1.submenu {
  background: #191919 !important;
  padding: 0 0 0 50px !important; }

.page-header:not(.-fixed) ul.level1.submenu {
  min-width: 6.25rem;
  border-radius: 0.1875rem;
  padding: 1.25rem 1.25rem 0.625rem;
  background: #000;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  width: 12.5rem;
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0 !important;
  display: none; }
  @media (min-width: 767px) {
    .page-header:not(.-fixed) ul.level1.submenu {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-top: -20px !important;
      margin-left: -2px !important; } }

.page-header:not(.-fixed) li.level1:hover ul.level1.submenu, .page-header:not(.-fixed) a.ct-view-cta:hover li.level1.button ul.level1.submenu, a.ct-view-cta:hover .page-header:not(.-fixed) li.level1.button ul.level1.submenu, .page-header:not(.-fixed) a.ct-view-cta:focus li.level1.button ul.level1.submenu, a.ct-view-cta:focus .page-header:not(.-fixed) li.level1.button ul.level1.submenu {
  display: block; }

.page-header:not(.-fixed) ul.level1.submenu > li {
  margin-bottom: 0.625rem; }

.page-header:not(.-fixed) ul.level0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .page-header:not(.-fixed) ul.level0 > li {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    position: relative; }

.page-layout-homepage .container-accueil-new-slider {
  margin-bottom: 0; }
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.tooltipster-base{position:absolute;display:flex;pointer-events:none}.tooltipster-box{flex:1 1 auto}.tooltipster-content{overflow:auto;box-sizing:border-box;max-width:100%;max-height:100%}.tooltipster-ruler{position:fixed;top:0;right:0;bottom:0;left:0;visibility:hidden;overflow:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-ms-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{transition-property:transform;transform:scale(0,0);-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}.tooltipster-swing{opacity:0;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-ms-transition-property:-ms-transform;-o-transition-property:-o-transform;transition-property:transform;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);transform:rotateZ(4deg)}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-ms-transform:rotateZ(0);-o-transform:rotateZ(0);transform:rotateZ(0)}.tooltipster-fall{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:top;-moz-transition-property:top;-ms-transition-property:top;-o-transition-property:top;transition-property:top}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{top:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}.tooltipster-slide{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-webkit-transition-property:left;-moz-transition-property:left;-ms-transition-property:left;-o-transition-property:left;transition-property:left}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{left:0!important;opacity:0;-webkit-transition-property:all;-moz-transition-property:all;-ms-transition-property:all;-o-transition-property:all;transition-property:all}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{border:2px solid #000;border-radius:4px;background:#565656}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{padding:6px 14px;line-height:18px}.tooltipster-sidetip .tooltipster-arrow{position:absolute;overflow:hidden}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{top:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{top:0;right:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{top:0;left:0;margin-top:-10px;width:10px;height:20px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;margin-left:-10px;width:20px;height:10px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{position:absolute;width:0;height:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{top:3px;left:0;border-bottom-color:#565656}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{top:0;left:-3px;border-left-color:#565656}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{top:0;left:3px;border-right-color:#565656}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{top:-3px;left:0;border-top-color:#565656}.tooltipster-sidetip .tooltipster-arrow-border{top:-4px;left:2px;width:8px;height:8px;background:#000;transform:rotate(45deg)}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{margin-left:-6px;width:12px;height:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{margin-top:-6px;margin-left:0;width:6px;height:12px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{top:8px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{top:-4px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(../../frontend/O2web/kalia/en_CA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(../../frontend/O2web/kalia/en_CA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(../../frontend/O2web/kalia/en_CA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(../../frontend/O2web/kalia/en_CA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(../../frontend/O2web/kalia/en_CA/Amasty_Storelocator/vendor/chosen/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(../../frontend/O2web/kalia/en_CA/Amasty_Storelocator/vendor/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}@charset "utf-8";

/* class applied to active nodes */
a.menu-item-active > span
{
    text-decoration: underline;
}

.popup_wrapper {
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 10px 15px;
  border: 1px solid gray;
  border-radius: 2px;
  box-shadow: 3px 3px 15px #222222;
  font-size: 14px;
  position: relative;
  margin: auto;
  max-width: 70%;
}
.popup_content {
  display: grid;
}
.popup_content .products-grid .product-item-actions {
  margin: 0;
}
.popup_content p {
  margin-top: 0;
  margin-bottom: 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  .popup_wrapper {
    max-width: 100% !important;
  }
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.wp-block-themepunch-revslider{position:relative}#debungcontrolls{z-index:100000;position:fixed;bottom:0;width:100%;height:auto;background:rgba(0,0,0,.6);padding:10px;box-sizing:border-box}rs-debug{z-index:100000;position:fixed;top:0;width:300px;height:300px;background:rgba(0,0,0,.6);padding:10px;box-sizing:border-box;color:#fff;font-size:10px;line-height:13px;overflow:scroll}rs-modal{position:fixed!important;z-index:9999999!important;pointer-events:none!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-modal rs-fullwidth-wrap{position:absolute;top:0;left:0;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;height:100%;z-index:0;background:0 0;position:absolute;top:0;left:0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.debugtimeline{width:100%;height:10px;position:relative;display:block;margin-bottom:3px;display:none;white-space:nowrap;box-sizing:border-box}.debugtimeline:hover{height:15px}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0}.rs-go-fullscreen{position:fixed!important;width:100%!important;height:100%!important;top:0!important;left:0!important;z-index:9999999!important;background:#fff}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px}.rtl{direction:rtl}@font-face{font-family:revicons;src:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888);src:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'),url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888) format('woff'),url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888) format('truetype'),url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons) format('svg');font-weight:400;font-style:normal}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=fa-]{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before{content:'\e824'}.revicon-right-open-big:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0;pointer-events:none}rs-module-wrap{visibility:hidden}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}rs-module-wrap{position:relative;z-index:1;width:100%;display:block}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-stickyscrollon{overflow:visible!important}rs-fw-forcer{display:block;width:100%;pointer-events:none}rs-module{position:relative;overflow:hidden;display:block}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block;pointer-events:none}rs-sbg-effectwrap{position:absolute;top:0;left:0;width:100%;height:100%}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden{overflow:hidden!important}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides{overflow:visible!important}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content{display:block}.rs-layer .rs-toggled-content{display:none}.rs-tc-active.rs-layer .rs-toggled-content{display:block}.rs-tc-active.rs-layer .rs-untoggled-content{display:none}.rs-layer-video{overflow:hidden}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{width:100%;height:100%;position:relative;vertical-align:top}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/css/openhand.cur),move}rs-carousel-wrap.dragged{cursor:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-wrap{position:absolute;overflow:hidden;width:100%;height:100%;top:0;left:0}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all}rs-px-mask{overflow:hidden;display:block;width:100%;height:100%;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block;pointer-events:none}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0;pointer-events:none}rs-cbg-mask-wrap,rs-column,rs-row-wrap{display:block;visibility:hidden}rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap{display:block}rs-column-wrap>rs-loop-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-mask-wrap{overflow:hidden}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}rs-column-wrap .rs-parallax-wrap{vertical-align:top}.rs-layer img,rs-layer img{vertical-align:top}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0}rs-column-wrap{display:table-cell;position:relative;vertical-align:top;height:auto;box-sizing:border-box;font-size:0}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-cbg-mask-wrap{position:absolute;z-index:0;box-sizing:border-box}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{position:absolute;z-index:0;box-sizing:border-box;width:100%;height:100%}.rs-pelock *{pointer-events:none!important}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}rs-column rs-mask-wrap{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative!important;left:auto!important;top:auto!important;line-height:0}rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{vertical-align:top}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}.rs-layer.rs-nointeraction,rs-layer.rs-nointeraction{pointer-events:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00a8ff;position:absolute;right:100%;top:0}.rs-layer rs-bcr{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;position:absolute;left:100%;top:0}.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;position:absolute;left:100%;top:0}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;display:block}.rs-layer.coverscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute}.rs-layer.rs-fsv{left:0;top:0;position:absolute;width:100%;height:100%}.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video{width:100%;height:100%;display:none}.fullcoveredvideo audio,.rs-fsv audio .fullcoveredvideo video,.rs-fsv video{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.videoisplaying .html5vid rs-poster{display:none}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;z-index:3;margin-top:-25px;margin-left:-25px;line-height:50px!important;text-align:center;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;vertical-align:top;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{width:50px;height:50px;display:inline-block;text-align:center!important;vertical-align:top;line-height:50px!important;font-size:30px!important}.rs-layer:hover .tp-video-play-button{opacity:1;display:block}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.videoisplaying .revicon-right-dir{display:none}.videoisplaying .tp-revstop{display:block}.videoisplaying .tp-video-play-button{display:none}.fullcoveredvideo .tp-video-play-button{display:none!important}.rs-fsv .rs-fsv audio{object-fit:contain!important}.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio{object-fit:cover!important}.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{width:100%;height:100%;top:0;left:0;position:absolute;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;width:100%;height:100%;position:absolute;top:0;left:0;z-index:3;display:block;pointer-events:none}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{width:100%;height:100%;top:0;left:0;background:#fff;position:absolute;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{font-size:inherit;font-weight:400;position:relative;top:0;transition:opacity .2s ease-out,margin .2s ease-out;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px 22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2),.quick_style_example_wrap .rev-burger:hover :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-white span{background:#fff}.rev-burger.revb-whitenoborder{border:0}.rev-burger.revb-whitenoborder span{background:#fff}.rev-burger.revb-darknoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-whitefull span{background:#333}.rev-burger.revb-darkfull{background:#333;border:none}.rev-burger.revb-darkfull span{background:#fff}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#7f8c8d;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn.revs-fullwhite{background:#fff}.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-scroll-btn.revs-fulldark{background:#333;border:none}.rev-scroll-btn.revs-fulldark span{background:#fff}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;background:#fff}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span{background:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr{border-radius:3px}.rev-cbutton-light{color:#333;background-color:rgba(255,255,255,.75)}.rev-cbutton-light-sr{color:#333;border-radius:3px;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200;width:100%;height:100%}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;vertical-align:top;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;width:100%;position:absolute;height:100%;top:0;left:0}rs-progress-bg{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;width:100%;height:100%;position:absolute;top:0;left:0}.rs-layer img{background:0 0;zoom:1}.rs-layer.slidelink{cursor:pointer;width:100%;height:100%}.rs-layer.slidelink a{width:100%;height:100%;display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat}.rs-layer.slidelink a span{background:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/assets/coloredbg.png) repeat;width:100%;height:100%;display:block}.rs-layer .rs-starring{display:inline-block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{width:40px;height:40px;background-color:#fff;background-image:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:center center;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner1{width:40px;height:40px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;border-radius:3px}rs-loader.spinner5{background-image:url(../../frontend/O2web/kalia/en_CA/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;background-position:10px 10px;background-color:#fff;margin:-22px -22px;width:44px;height:44px;border-radius:3px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:#fff;background:rgba(255,255,255,.3);cursor:pointer}.tp-bullet.selected,.tp-bullet:hover{background:#fff}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:hover{background:#000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.tparrows.tp-leftarrow:before{content:'\e824'}.tparrows.tp-rightarrow:before{content:'\e825'}.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}rs-pzimg-wrap{display:block}body.rtl .rs-pzimg{left:0!important}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;font-size:12px;line-height:20px;font-weight:600;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;font-size:12px;font-weight:600;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before,rs-pzimg-wrap.aden:after{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner6{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:rs-revealer-6 1.4s linear infinite;animation:rs-revealer-6 1.4s linear infinite}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:rs-revealer-7 .8s linear infinite;animation:rs-revealer-7 .8s linear infinite}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:rs-revealer-8 1.6s linear infinite;animation:rs-revealer-8 1.6s linear infinite}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-9 2s infinite ease-in-out;animation:rs-revealer-9 2s infinite ease-in-out}rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{display:block;height:100%;width:6px;display:inline-block;-webkit-animation:rs-revealer-10 1.2s infinite ease-in-out;animation:rs-revealer-10 1.2s infinite ease-in-out}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:-1s;animation-delay:-1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner11 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:rs-revealer-11 1.3s infinite ease-in-out;animation:rs-revealer-11 1.3s infinite ease-in-out}rs-loader.spinner11 .rs-spinner-inner span:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:rs-revealer-12 1s infinite linear;animation:rs-revealer-12 1s infinite linear}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner13 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:rs-revealer-13 2s ease infinite;animation:rs-revealer-13 2s ease infinite}rs-loader.spinner13 .rs-spinner-inner span:nth-child(1){animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:rs-revealer-14 1s infinite linear}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:nth-child(1){-webkit-animation:rs-revealer-14-1 2s infinite;animation:rs-revealer-14-1 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:rs-revealer-14-2 2s infinite;animation:rs-revealer-14-2 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:rs-revealer-14-3 2s infinite;animation:rs-revealer-14-3 2s infinite}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:rs-revealer-14-4 2s infinite;animation:rs-revealer-14-4 2s infinite}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:rs-revealer-15 1.8s infinite ease-in-out;animation:rs-revealer-15 1.8s infinite ease-in-out}rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.active-rs-slide rs-sbg-wrap.kenburn_fix{opacity:1!important;visibility:visible!important}rs-module{direction:ltr}@media only screen and (max-width:768px){.amgdprcookie-groups-modal.-table .modal-inner-wrap{min-width:95%}.amgdprcookie-groups-modal .amgdprcookie-table{font-size:1rem}.modal-popup .modal-content{padding-left:1rem;padding-right:1rem}.amgdprcookie-bar-container .action-close{padding:10px;right:0;top:0}.amgdprcookie-modal-container .amgdprcookie-modal-template{min-width:unset;width:unset}}@media all and (min-width:769px),print{.amgdprcookie-main-wrapper{padding:0}.amgdprcookie-main-wrapper .amgdprcookie-top{margin-bottom:35px}.amgdprcookie-main-wrapper .amgdprcookie-head{font-size:34px;line-height:normal}.amgdprcookie-main-wrapper .amgdprcookie-btn{box-shadow:0 3px 10px rgba(62,40,13,0.15);font-size:20px;padding:17px 46px;text-transform:none}.amgdprcookie-cookie-container{margin-bottom:30px;padding:25px 0}.amgdprcookie-cookie-container .amgdprcookie-caption{font-size:20px;margin-bottom:15px}.amgdprcookie-cookie-container .amgdprcookie-toggle-cookie{padding-left:0}.amgdprcookie-cookie-container .amgdprcookie-text{font-size:14px}.amgdprcookie-cookie-container .amgdprcookie-options{background:inherit;display:inline-block;font-size:14px}.amgdprcookie-groups-modal .amgdprcookie-cookie-container,.amgdprcookie-groups-modal .amgdprcookie-header,.amgdprcookie-groups-modal .amgdprcookie-text{padding:0}.amgdprcookie-modal-container .modal-inner-wrap{background:#fff;min-width:400px;right:unset;width:21%}.amgdprcookie-table .amgdprcookie-cell.desc,.amgdprcookie-table .amgdprcookie-title.-wide{width:30%}.amgdprcookie-table .amgdprcookie-cell,.amgdprcookie-table .amgdprcookie-title{width:15%}.amgdprcookie-bar-container .amgdprcookie-buttons-block{flex-direction:row;margin-bottom:5px}.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button{margin-bottom:0}}@media all and (min-width:1024px),print{.amgdprcookie-groups-modal .amgdprcookie-form{padding:0 20px}.checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap{left:unset;margin-left:unset;width:21%}}@media all and (min-width:1440px),print{body .amgdprcookie-groups-modal{width:50%}}body .amgdprcookie-cookie-container{font-size:1rem}body .amgdprcookie-cookie-container .amgdprcookie-label{height:25px !important}body .amgdprcookie-cookie-container .amgdprcookie-label:before{display:none !important}body .amgdprcookie-cookie-container .amgdprcookie-label:after{left:2px !important}body .amgdprcookie-cookie-container .amgdprcookie-input:checked:disabled+.amgdprcookie-label{background:#1979c3}body .amgdprcookie-cookie-container .amgdprcookie-input:checked:disabled+.amgdprcookie-label:after{left:95% !important;top:2px !important}body .amgdprcookie-cookie-container .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label:after{top:2px !important;left:95% !important}body .amgdprcookie-cookie-container .amgdprjs-bar-template.-popup{max-width:100%}body .amgdprcookie-cookie-container .amgdprcookie-text{font-size:1rem}body .amgdprcookie-cookie-container .amgdprcookie-options{font-size:1rem;color:#191919;display:none}body .amgdprcookie-groups-modal .modal-inner-wrap{max-width:100%}body .amgdprcookie-groups-modal .modal-inner-wrap .modal-header,body .amgdprcookie-groups-modal .modal-inner-wrap .modal-content{padding-right:1rem;padding-left:1rem}body .amgdprcookie-groups-modal .modal-inner-wrap .modal-header .amgdprcookie-description,body .amgdprcookie-groups-modal .modal-inner-wrap .modal-content .amgdprcookie-description{font-size:1.2rem}body .amgdprcookie-groups-modal .amgdprcookie-done{background-color:#74c7ce;color:#fff;-ms-flex-align:center;-webkit-justify-content:center;-ms-flex-pack:center;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;border:1px solid transparent;line-height:1;text-align:center;cursor:pointer;transition:all .2s ease-in-out;border-radius:0 .8em;font-family:Jura,"Helvetica Neue",helvetica,arial,sans-serif;font-size:1.125rem;max-width:360px;margin:auto;padding:10px 30px}body .amgdprcookie-groups-modal .amgdprcookie-done:hover{color:#fff;background-color:#74c7ce}body .amgdprcookie-groups-modal .amgdprcookie-done:focus{color:#fff;background-color:#74c7ce;box-shadow:none}body .amgdprcookie-bar-container.modal-popup{bottom:0;top:unset !important;position:fixed}body .amgdprcookie-bar-container.modal-popup .action-close{display:none}body .amgdprcookie-buttons-block{flex-wrap:wrap;align-content:center}body .amgdprcookie-buttons-block .amgdprcookie-button{-webkit-justify-content:center;-ms-flex-pack:center;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;border:1px solid transparent;background:#f2f2f2;color:#6f6f6f;line-height:1;text-align:center;cursor:pointer;transition:all .2s ease-in-out;border-radius:0 .8em;font-family:Jura,"Helvetica Neue",helvetica,arial,sans-serif;font-size:1.125rem}body .amgdprcookie-buttons-block .amgdprcookie-button:active,body .amgdprcookie-buttons-block .amgdprcookie-button:focus{box-shadow:inherit;opacity:inherit}body .amgdprcookie-buttons-block .amgdprcookie-button.-allow,body .amgdprcookie-buttons-block .amgdprcookie-button.-save{background-color:#74c7ce}body .amgdprcookie-buttons-block .amgdprcookie-button.-allow:hover,body .amgdprcookie-buttons-block .amgdprcookie-button.-save:hover{color:#fff;background-color:#74c7ce}body .amgdprcookie-modal-template .action-close:focus,body .amgdprcookie-modal-template .action-close:active{background:inherit;box-shadow:inherit;opacity:inherit}body .amgdprcookie-modal-template .action-close:hover{background:inherit}body .amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save){color:inherit}.amgdprcookie-cookie-container{margin:0 10px 20px 0;padding:0 0 25px 0}.amgdprcookie-cookie-container.-modal:first-child{padding-top:25px}.amgdprcookie-cookie-container.-modal .amgdprcookie-header,.amgdprcookie-cookie-container.-modal .amgdprcookie-text{padding-left:25px}.amgdprcookie-cookie-container.-modal{box-shadow:none;direction:ltr;margin-right:30px}.amgdprcookie-cookie-container .amgdprcookie-header{display:flex;justify-content:space-between}.amgdprcookie-cookie-container .amgdprcookie-caption{font-size:16px;font-weight:bold;line-height:27px;margin:0 0 15px}.amgdprcookie-cookie-container .amgdprcookie-text{color:#363636;font-size:12px;margin-bottom:10px}.amgdprcookie-cookie-container .amgdprcookie-options{color:#4670c9;cursor:pointer;font-size:12px}.amgdprcookie-toggle-cookie{padding-left:50px;position:relative}.amgdprcookie-toggle-cookie .amgdprcookie-input{height:0;opacity:0;width:0}.amgdprcookie-toggle-cookie .amgdprcookie-label{background:#a5a5a5;border-radius:40px;box-shadow:0 2px 5px rgba(0,0,0,0.05);cursor:pointer;height:29px;position:absolute;right:0;top:0;width:50px}.amgdprcookie-toggle-cookie .amgdprcookie-label:after{background:#fff;border-radius:40px;content:'';height:25px;left:2px;position:absolute;top:2px;transition:all .4s ease;width:25px}.amgdprcookie-toggle-cookie .amgdprcookie-input:active+.amgdprcookie-label,.amgdprcookie-toggle-cookie .amgdprcookie-input:focus+.amgdprcookie-label{box-shadow:0 0 3px 1px #00699d}.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled+.amgdprcookie-label{background:#e8e8e8}.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled+.amgdprcookie-label:after{left:95%;transform:translateX(-100%)}.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label{background:#1979c3}.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled])+.amgdprcookie-label:after{left:95%;transform:translateX(-100%)}.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked])+.amgdprcookie-label{background:#a5a5a5}.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled+.amgdprcookie-label{background:#e8e8e8}.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled+.amgdprcookie-label:after{left:2px}.amgdprcookie-toggle-cookie .amgdprcookie-input:focus+.amgdprcookie-label{box-shadow:0 0 3px 1px #00699d}.amgdprcookie-main-wrapper{color:#363636}.amgdprcookie-main-wrapper .amgdprcookie-top{display:flex;justify-content:space-between;margin-bottom:15px}.amgdprcookie-main-wrapper .amgdprcookie-head{font-size:20px;line-height:20px}.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper{display:flex}.amgdprcookie-main-wrapper .amgdprcookie-btn{background:#ef7c4a;border:0;border-radius:6px;box-shadow:0 3px 5px rgba(62,40,13,0.15);color:#fff;font-size:14px;padding:7px 27px;text-transform:uppercase}.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child{margin:0 15px}.amgdprcookie-main-wrapper .amgdprcookie-btn:hover{background:#eb5a1b}.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,.amgdprcookie-main-wrapper .amgdprcookie-btn:active{box-shadow:0 0 3px 1px #00699d}.amgdprcookie-cookie-container .amgdprcookie-link{color:#2977c2;cursor:pointer;float:right;font-size:12px;letter-spacing:.3px;text-transform:capitalize}.amgdprjs-bar-template{display:block !important;position:fixed;position:sticky}.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button{margin-right:5px}.amgdprjs-bar-template.-popup{left:50%;margin:0 auto;max-width:740px;position:fixed;top:50%;transform:translate(-50%, -50%)}.amgdprjs-bar-template.-popup:before{background-color:#0a6c9f;content:'';height:100%;width:100%}.amgdprjs-bar-template.-popup .amgdprcookie-bar-container{padding:50px}.amgdprjs-bar-template.-popup .amgdprcookie-bar-block{width:100%}.amgdprjs-bar-template .amgdprcookie-buttons-block{display:flex;justify-content:center}.amgdprcookie-groups-modal{z-index:999}.amgdprcookie-groups-modal .modal-inner-wrap{border-radius:4px;box-shadow:0 -2px 18px rgba(0,0,0,0.06);max-width:740px}.amgdprcookie-groups-modal.-table .modal-inner-wrap{max-width:1290px;min-width:700px;overflow-x:auto}.amgdprcookie-groups-modal .modal-title{border-bottom:none;font-size:20px;font-weight:bold}.amgdprcookie-groups-modal .action-close:focus{box-shadow:0 0 3px 1px #00699d}.amgdprcookie-groups-modal .amgdprcookie-form{padding:0 10px}.amgdprcookie-groups-modal .amgdprcookie-done{background-color:#4670c9;border-radius:3px;box-shadow:none;color:#fff;font-weight:bold;letter-spacing:1.35px;text-transform:uppercase;transition:background-color .3s ease-out;width:100%}.amgdprcookie-groups-modal .amgdprcookie-done:hover{background-color:#1357e6}.amgdprcookie-groups-modal .amgdprcookie-done:focus{background-color:#1357e6;box-shadow:0 0 3px 1px #00699d}.amgdprcookie-groups-modal:not(.-table) .modal-footer{padding-top:0}.amgdprcookie-groups-modal .amgdprcookie-form-container,.amgdprcookie-groups-modal .amgdprcookie-tbody{overflow:auto;scrollbar-color:#e0e0e0 #fff;scrollbar-width:thin;scrollbar-face-color:#e0e0e0;scrollbar-highlight-color:#e0e0e0;scrollbar-shadow-color:#e0e0e0;scrollbar-track-color:#fff;display:block;max-height:500px;overflow-y:auto}.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar{width:6px}.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track{background-color:#fff;box-shadow:none}.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb{border-radius:2px;background:#e0e0e0}.amgdprcookie-bar-container{background:#fff;box-shadow:0 -2px 18px rgba(0,0,0,0.06);display:flex;justify-content:center;margin:0;padding:30px 10px;z-index:10}.amgdprcookie-bar-container.modal-popup{bottom:unset;left:unset;overflow-y:unset;pointer-events:auto;position:unset;right:unset;top:unset;transition:unset}.amgdprcookie-bar-container .amgdprcookie-buttons-block{display:flex;flex-direction:column}.amgdprcookie-bar-container .amgdprcookie-policy{margin-bottom:20px;max-height:30vh;max-width:640px;overflow-y:auto}.amgdprcookie-bar-container .amgdprcookie-button:first-child{margin-bottom:10px}.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button{margin-bottom:0;padding:10px 30px}.amgdprcookie-bar-container .action-close{line-height:14px;right:10px;top:10px}.amgdprcookie-bar-container .action-close:focus,.amgdprcookie-bar-container .action-close:active{box-shadow:0 0 3px 1px #00699d;opacity:.9}.amgdprcookie-buttons-block{display:flex;flex-direction:column}.amgdprcookie-buttons-block.-settings{padding-bottom:30px}.amgdprcookie-buttons-block.-information{padding-bottom:3rem;padding-top:3rem}.amgdprcookie-buttons-block .amgdprcookie-button{background:#fff;border:none;border-radius:3px;box-shadow:none;color:#4670c9;font-weight:bold;letter-spacing:1.35px;margin-top:15px;padding:10px 15px;text-transform:uppercase;transition:opacity .3s ease,color .3s ease-out,background-color .3s ease-out,border .3s ease-out}.amgdprcookie-buttons-block .amgdprcookie-button:hover{opacity:.9}.amgdprcookie-buttons-block .amgdprcookie-button:active,.amgdprcookie-buttons-block .amgdprcookie-button:focus{box-shadow:0 0 3px 1px #00699d;opacity:.9}.amgdprcookie-buttons-block .amgdprcookie-button.-allow,.amgdprcookie-buttons-block .amgdprcookie-button.-save{background:#4670c9;color:#fff;flex-basis:33%}.amgdprcookie-modal-template{background:#fff;margin-left:5px;overflow-y:auto}.amgdprcookie-modal-template .action-close{background:#fff;line-height:14px;margin:0;padding:8px;right:0;top:0;z-index:1}.amgdprcookie-modal-template .action-close:focus,.amgdprcookie-modal-template .action-close:active{background:#fff;box-shadow:0 0 3px 1px #00699d;opacity:.9}.amgdprcookie-modal-template .action-close:hover{background:#fff}.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save){background:inherit;color:#4670c9;margin-bottom:0}.amgdprcookie-modal-container .modal-content{padding:0}.amgdprcookie-groups-container{box-shadow:0 -2px 18px rgba(0,0,0,0.06);direction:rtl;height:auto;overflow-y:scroll}.amgdprcookie-policy-container{bottom:0;box-shadow:0 -2px 18px rgba(0,0,0,0.06);padding:24px;position:absolute}.amgdprcookie-text-container .amgdprcookie-policy{display:inline}.amgdprcookie-modal-container.modal-popup.modal-slide{left:0;pointer-events:none}.amgdprcookie-modal-container .modal-inner-wrap{height:100%;margin:0;position:relative}.amgdprcookie-modal-container .modal-inner-wrap .modal-header{position:absolute;right:0}.amgdprcookie-modal-container .modal-inner-wrap .action-close{margin:5px;padding:0}.amgdprcookie-modal-container .modal-inner-wrap .action-close:before{background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;content:'';height:25px;width:25px}.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus{box-shadow:0 0 3px 1px #00699d}.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container{overflow:auto;scrollbar-color:#e8e8e8 #fff;scrollbar-width:thin;scrollbar-face-color:#e8e8e8;scrollbar-highlight-color:#e8e8e8;scrollbar-shadow-color:#e8e8e8;scrollbar-track-color:#fff}.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar{width:4px}.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track{background-color:#fff;box-shadow:none}.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb{border-radius:2px;background:#e8e8e8}.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled+.amgdprcookie-label{background:#e8e8e8}.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,.amgdprcookie-groups-modal .amgdprcookie-table thead tr,.amgdprcookie-groups-modal .amgdprcookie-table thead{display:table;table-layout:fixed;width:100%}.amgdprcookie-groups-modal .amgdprcookie-cell.-name{word-wrap:break-word}.amgdprcookie-modal-container .amgdprcookie-modal-template{height:100%;margin-left:0;min-width:400px;pointer-events:auto;position:relative;width:20%;z-index:900}.ammodals-overlay{background-color:rgba(51,51,51,0.55);bottom:0;left:0;position:fixed;right:0;top:0;z-index:899}.am-word-break{word-break:break-word;word-wrap:break-word}.ie11 .am-word-break{word-break:break-all}.amasty-label-container:not(.-preview){max-height:300px !important;max-width:300px !important}.amasty-label-container.-link:hover{cursor:pointer}.amasty-label-container.-link:hover .amlabel-text{text-decoration:underline}.fotorama--fullscreen .amasty-label-container{display:none}.products-upsell .product-item .amlabel-text{font-size:12px !important;padding:0 !important}.fotorama .amlabel-text.-am-centered{left:50%;top:50%;transform:translate(-50%, -50%);width:auto !important}.admin__field.-amlabel-hidden{margin:0}.admin__field.-amlabel-hidden>.admin__field-label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.amlabel-image-preview{border:1px solid #ccc;display:flex;position:absolute;right:0;white-space:nowrap;width:calc(100% * .25 - 30px);z-index:99}.amlabel-image-preview .amlabel-text{word-break:break-word;word-wrap:break-word}.ie11 .amlabel-image-preview .amlabel-text{word-break:break-all}.amlabel-image-preview>.amlabel-image{height:100%;width:100%}.amlabel-image-preview .amlabel-position-wrapper{display:flex;position:absolute}.amlabel-image-preview .amasty-label-container{display:flex;flex-direction:column;margin:auto;max-width:100%;position:relative}.amlabel-image-preview .amlabel-preview-image+.amlabel-text{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%, -50%)}.amlabel-position-wrapper{z-index:995}.sidebar .amlabel-position-wrapper{z-index:9}.block-viewed-products-grid .amlabel-position-wrapper{z-index:2}.am-labels-rule .rule-chooser [id^='skuChooserGrid'] ._clickable .col-in_products:first-child input.checkbox{height:1.6rem;margin:0;width:1.6rem}.amlabel-position-chooser{border-collapse:initial;border-spacing:2px}.amlabel-position-chooser td{border:2px solid;cursor:pointer;padding:20px}.amlabel-position-chooser td[data-amlabel-position-enabled='0']{background-color:#ced4de;cursor:not-allowed}.amlabel-position-chooser td[data-amlabel-position-selected='1']{background-color:#ffa726}.amlabel-position-chooser td:hover:not([data-amlabel-position-enabled='0']){background-color:rgba(255,167,38,0.5)}.amlabel-position-chooser.amlabel-visual-chooser{border-spacing:6px}.amlabel-position-chooser.amlabel-visual-chooser td{padding:5px}.amlabel-position-chooser.amlabel-visual-chooser td[data-amlabel-position-selected='1']{background-color:#007bdb;border-color:#007bdb;color:#fff}.amlabel-position-chooser.amlabel-visual-chooser td:hover:not([data-amlabel-position-enabled='0'], [data-amlabel-position-selected='1']){background-color:#e8f5ff;border-color:#000;color:#000}.amlabel-shapes-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:start}.amlabel-shapes-container>.amlabel-shape{align-items:center;border:1px solid #eee;display:flex;flex-wrap:nowrap;height:55px;justify-content:center;margin:0 10px 10px 0;padding:0 10px;vertical-align:top;width:115px}.amlabel-shapes-container>.amlabel-shape:hover{border-color:#c4c4c4}.amlabel-shapes-container>.amlabel-shape.-am-checked{border-color:#000}.amlabel-shapes-container .amlabel-image{height:40px}