@charset "UTF-8";
/*============================================================================
  Matsuda | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ VENDORS ================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: white url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./slick.eot");
  src: url("./slick.eot?#iefix") format("embedded-opentype"), url("./slick.woff") format("woff"), url("./slick.ttf") format("truetype"), url("./slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }

  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease; }

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transform: translateY(-40px);
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__captions span div {
  display: inline; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px; } }
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px; } }
.plyr--captions-active .plyr__captions {
  display: block; }

.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px); }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px; }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr__control[aria-pressed=false] .icon--pressed, .plyr__control[aria-pressed=false] .label--pressed, .plyr__control[aria-pressed=true] .icon--not-pressed, .plyr__control[aria-pressed=true] .label--not-pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(26, 175, 255, 0.8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.plyr__control--overlaid svg {
  height: 20px;
  left: 2px;
  position: relative;
  width: 20px; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  text-align: center; }

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > .plyr__control {
  margin-left: 5px; }

.plyr__controls .plyr__menu:first-child, .plyr__controls .plyr__menu:first-child + [data-plyr=pause], .plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__progress:first-child + [data-plyr=pause], .plyr__controls .plyr__time:first-child, .plyr__controls .plyr__time:first-child + [data-plyr=pause], .plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0; }

.plyr__controls .plyr__volume {
  margin-left: 5px; }

@media (min-width: 480px) {
  .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls > .plyr__control {
    margin-left: 10px; }

  .plyr__controls .plyr__menu + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
    margin-left: 5px; } }
.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 35px 10px 10px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 2; }

.plyr--video .plyr__controls .plyr__control svg {
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15)); }

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff; }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px; }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed iframe {
  pointer-events: none; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0; }

.plyr__menu__container ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 7px; }

.plyr__menu__container ul li {
  margin-top: 2px; }

.plyr__menu__container ul li:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px; }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, 0.8);
  right: 5px; }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, 0.8);
  left: 7px; }

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container label.plyr__control {
  padding-left: 7px; }

.plyr__menu__container label.plyr__control input[type=radio] + span {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  position: relative;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container label.plyr__control input[type=radio] + span::after {
  background: #fff;
  border-radius: 100%;
  content: '';
  height: 6px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container label.plyr__control input[type=radio]:checked + span {
  background: #1aafff; }

.plyr__menu__container label.plyr__control input[type=radio]:checked + span::after {
  opacity: 1;
  transform: scale(1); }

.plyr__menu__container label.plyr__control input[type=radio]:focus + span {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr__menu__container label.plyr__control.plyr__tab-focus input[type=radio] + span, .plyr__menu__container label.plyr__control:hover input[type=radio] + span {
  background: rgba(0, 0, 0, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -7px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none; }

.plyr__progress {
  display: flex;
  flex: 1;
  position: relative;
  margin-right: 14px;
  left: 7px; }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
  width: calc(100% + 14px) !important;
  margin: 0 -7px !important; }

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0; }

.plyr__progress--buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 100%; }

.plyr__progress--buffer::-webkit-progress-bar {
  background: 0 0;
  transition: width .2s ease; }

.plyr__progress--buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px; }

.plyr__progress--buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 6px;
  transition: width .2s ease; }

.plyr__progress--buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease; }

.plyr--video .plyr__progress--buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress--buffer {
  color: rgba(183, 197, 205, 0.66); }

.plyr--loading .plyr__progress--buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, 0.6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, 0.6) 50%, rgba(47, 52, 61, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
  pointer-events: none; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
  -webkit-appearance: none;
  margin-top: -4px; }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -moz-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px; }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 3px;
  height: 6px; }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  height: 6px;
  transition: all .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
  box-sizing: border-box;
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 3px rgba(26, 175, 255, 0.35);
  outline: 0; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr--video {
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__volume {
  flex: 1;
  position: relative; }

.plyr__volume input[type=range] {
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 50px; } }
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 80px; } }
.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; }

  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px; } }
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; } }
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; } }
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; } }
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%; }

.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%); }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px; } }
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: rgba(47, 52, 61, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 6px;
  left: 0;
  margin: -3px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr--no-transition {
  transition: none !important; }

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: black;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.white {
  color: #fff; }

.black {
  color: #000; }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.hidden {
  visibility: hidden; }

.underlined {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  text-transform: uppercase; }

img.resp-img {
  width: 100%;
  height: auto; }

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

.v__badge {
  background: none;
  border: 1px solid black;
  box-sizing: border-box;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 12px;
  display: inline-block; }
  .v__badge > span {
    display: inline-block; }
  .v__badge .v__badge-name {
    margin: 2px 0;
    padding: 0 6px; }
  .v__badge .v__badge-number {
    padding: 2px 6px;
    border-left: 1px solid black; }

.modal__noscroll {
  overflow: hidden !important; }

.modal__root {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }
  .modal__root.is-visible {
    visibility: visible; }
    .modal__root.is-visible .modal__overlay {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
    .modal__root.is-visible .modal__transition {
      transform: translateY(0);
      opacity: 1; }
  @media only screen and (max-width: 768px) {
    .modal__root .modal__grid {
      margin-left: 15px;
      margin-right: 15px; } }
  .modal__root .modal__toggle {
    cursor: pointer; }
  .modal__root .modal__overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s; }
  .modal__root .modal__transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0; }
  .modal__root .modal__wrapper {
    position: absolute;
    z-index: 9999;
    background-color: white;
    width: 100%;
    padding: 31px 13px;
    border: 1px solid black; }
    @media only screen and (min-width: 769px) {
      .modal__root .modal__wrapper {
        padding: 31px 28px; } }
  .modal__root .modal__grid-item {
    position: relative; }
    @media only screen and (min-width: 990px) {
      .modal__root .modal__grid-item {
        width: calc(33.33333% + 10px);
        margin-left: -5px; } }
  .modal__root .modal__title {
    font-size: 24px;
    line-height: 1.125;
    font-weight: 700;
    margin: 0;
    font-family: "nb_international_probold"; }
  .modal__root .model__title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .modal__root .modal__header-media {
    text-align: center;
    height: 180px;
    margin-top: 31px;
    margin-bottom: 32px; }
    .modal__root .modal__header-media img {
      max-height: 100%;
      width: auto; }
  .modal__root .modal__sold-out .modal__header-media {
    height: 243px;
    margin-bottom: 26px; }
  .modal__root .product-name {
    font-size: 48px;
    line-height: 1.125;
    font-weight: 700;
    margin: 0;
    font-family: "nb_international_probold"; }
  .modal__root .product-collection {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 8px 0; }
  .modal__root .modal__body-product-info {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 31px;
    flex-wrap: wrap; }
    .modal__root .modal__body-product-info > div:first-child {
      padding-right: 15px;
      min-width: 200px; }
    .modal__root .modal__body-product-info > div:last-child {
      margin-top: 9px; }
    .modal__root .modal__body-product-info .spec-table td {
      padding: 0;
      font-size: 12px;
      line-height: 1.5;
      min-width: unset; }
    .modal__root .modal__body-product-info .spec-table tr > td:first-child {
      padding-right: 9px; }
  .modal__root .modal__body-form button {
    width: 100%;
    margin-top: 27px; }
  .modal__root .modal__footer {
    margin-top: 18.5px; }
    .modal__root .modal__footer .form-check {
      display: flex; }
      .modal__root .modal__footer .form-check input {
        margin: 6.5px; }
      .modal__root .modal__footer .form-check label {
        font-size: 12px;
        line-height: 1.5;
        text-transform: uppercase;
        margin-top: 4px; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: black;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

picture img {
  display: block; }

.combined-svgs {
  position: relative; }
  .combined-svgs svg {
    position: absolute; }

.color--white {
  color: white; }

.color--black {
  color: black; }

.inline {
  display: inline; }

.fl-right {
  float: right; }

.fl-left {
  float: left; }

.fl-clear {
  clear: both; }

.no-margins {
  margin: 0; }

.m-t-0 {
  margin-top: 0; }

.m-t-2 {
  margin-top: 2px; }

.m-t-3 {
  margin-top: 3px; }

.m-t-6 {
  margin-top: 6px; }

.m-t-18 {
  margin-top: 18px; }

.m-t-20 {
  margin-top: 20px; }

.m-t-30 {
  margin-top: 30px; }

.m-t-45 {
  margin-top: 45px !important; }

.m-b-0 {
  margin-bottom: 0; }

.m-b-2 {
  margin-bottom: 2px !important; }

.m-b-9 {
  margin-bottom: 9px; }

.m-b-18 {
  margin-bottom: 18px; }

.t-d-none {
  text-decoration: none; }

.p-t-22 {
  padding-top: 22px !important; }

.p-b-30 {
  padding-bottom: 30px; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 768px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 769px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 990px) {
  /** Whole */
  .large-up--one-whole {
    width: 100%; }

  /* Halves */
  .large-up--one-half {
    width: 50%; }

  /* Thirds */
  .large-up--one-third {
    width: 33.33333%; }

  .large-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .large-up--one-quarter {
    width: 25%; }

  .large-up--two-quarters {
    width: 50%; }

  .large-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .large-up--one-fifth {
    width: 20%; }

  .large-up--two-fifths {
    width: 40%; }

  .large-up--three-fifths {
    width: 60%; }

  .large-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .large-up--one-sixth {
    width: 16.66667%; }

  .large-up--two-sixths {
    width: 33.33333%; }

  .large-up--three-sixths {
    width: 50%; }

  .large-up--four-sixths {
    width: 66.66667%; }

  .large-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .large-up--one-eighth {
    width: 12.5%; }

  .large-up--two-eighths {
    width: 25%; }

  .large-up--three-eighths {
    width: 37.5%; }

  .large-up--four-eighths {
    width: 50%; }

  .large-up--five-eighths {
    width: 62.5%; }

  .large-up--six-eighths {
    width: 75%; }

  .large-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .large-up--one-tenth {
    width: 10%; }

  .large-up--two-tenths {
    width: 20%; }

  .large-up--three-tenths {
    width: 30%; }

  .large-up--four-tenths {
    width: 40%; }

  .large-up--five-tenths {
    width: 50%; }

  .large-up--six-tenths {
    width: 60%; }

  .large-up--seven-tenths {
    width: 70%; }

  .large-up--eight-tenths {
    width: 80%; }

  .large-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .large-up--one-twelfth {
    width: 8.33333%; }

  .large-up--two-twelfths {
    width: 16.66667%; }

  .large-up--three-twelfths {
    width: 25%; }

  .large-up--four-twelfths {
    width: 33.33333%; }

  .large-up--five-twelfths {
    width: 41.66667%; }

  .large-up--six-twelfths {
    width: 50%; }

  .large-up--seven-twelfths {
    width: 58.33333%; }

  .large-up--eight-twelfths {
    width: 66.66667%; }

  .large-up--nine-twelfths {
    width: 75%; }

  .large-up--ten-twelfths {
    width: 83.33333%; }

  .large-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .large-up--one-half:nth-child(2n+1),
  .grid--uniform .large-up--one-third:nth-child(3n+1),
  .grid--uniform .large-up--one-quarter:nth-child(4n+1),
  .grid--uniform .large-up--one-fifth:nth-child(5n+1),
  .grid--uniform .large-up--one-sixth:nth-child(6n+1),
  .grid--uniform .large-up--two-sixths:nth-child(3n+1),
  .grid--uniform .large-up--three-sixths:nth-child(2n+1),
  .grid--uniform .large-up--one-eighth:nth-child(8n+1),
  .grid--uniform .large-up--two-eighths:nth-child(4n+1),
  .grid--uniform .large-up--four-eighths:nth-child(2n+1),
  .grid--uniform .large-up--five-tenths:nth-child(2n+1),
  .grid--uniform .large-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .large-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .large-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .large-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .large-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .large-up--show {
    display: block !important; }

  .large-up--hide {
    display: none !important; }

  .large-up--text-left {
    text-align: left !important; }

  .large-up--text-right {
    text-align: right !important; }

  .large-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1025px) {
  /** Whole */
  .desktop-up--one-whole {
    width: 100%; }

  /* Halves */
  .desktop-up--one-half {
    width: 50%; }

  /* Thirds */
  .desktop-up--one-third {
    width: 33.33333%; }

  .desktop-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .desktop-up--one-quarter {
    width: 25%; }

  .desktop-up--two-quarters {
    width: 50%; }

  .desktop-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .desktop-up--one-fifth {
    width: 20%; }

  .desktop-up--two-fifths {
    width: 40%; }

  .desktop-up--three-fifths {
    width: 60%; }

  .desktop-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .desktop-up--one-sixth {
    width: 16.66667%; }

  .desktop-up--two-sixths {
    width: 33.33333%; }

  .desktop-up--three-sixths {
    width: 50%; }

  .desktop-up--four-sixths {
    width: 66.66667%; }

  .desktop-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .desktop-up--one-eighth {
    width: 12.5%; }

  .desktop-up--two-eighths {
    width: 25%; }

  .desktop-up--three-eighths {
    width: 37.5%; }

  .desktop-up--four-eighths {
    width: 50%; }

  .desktop-up--five-eighths {
    width: 62.5%; }

  .desktop-up--six-eighths {
    width: 75%; }

  .desktop-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .desktop-up--one-tenth {
    width: 10%; }

  .desktop-up--two-tenths {
    width: 20%; }

  .desktop-up--three-tenths {
    width: 30%; }

  .desktop-up--four-tenths {
    width: 40%; }

  .desktop-up--five-tenths {
    width: 50%; }

  .desktop-up--six-tenths {
    width: 60%; }

  .desktop-up--seven-tenths {
    width: 70%; }

  .desktop-up--eight-tenths {
    width: 80%; }

  .desktop-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .desktop-up--one-twelfth {
    width: 8.33333%; }

  .desktop-up--two-twelfths {
    width: 16.66667%; }

  .desktop-up--three-twelfths {
    width: 25%; }

  .desktop-up--four-twelfths {
    width: 33.33333%; }

  .desktop-up--five-twelfths {
    width: 41.66667%; }

  .desktop-up--six-twelfths {
    width: 50%; }

  .desktop-up--seven-twelfths {
    width: 58.33333%; }

  .desktop-up--eight-twelfths {
    width: 66.66667%; }

  .desktop-up--nine-twelfths {
    width: 75%; }

  .desktop-up--ten-twelfths {
    width: 83.33333%; }

  .desktop-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .desktop-up--one-half:nth-child(2n+1),
  .grid--uniform .desktop-up--one-third:nth-child(3n+1),
  .grid--uniform .desktop-up--one-quarter:nth-child(4n+1),
  .grid--uniform .desktop-up--one-fifth:nth-child(5n+1),
  .grid--uniform .desktop-up--one-sixth:nth-child(6n+1),
  .grid--uniform .desktop-up--two-sixths:nth-child(3n+1),
  .grid--uniform .desktop-up--three-sixths:nth-child(2n+1),
  .grid--uniform .desktop-up--one-eighth:nth-child(8n+1),
  .grid--uniform .desktop-up--two-eighths:nth-child(4n+1),
  .grid--uniform .desktop-up--four-eighths:nth-child(2n+1),
  .grid--uniform .desktop-up--five-tenths:nth-child(2n+1),
  .grid--uniform .desktop-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .desktop-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .desktop-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .desktop-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .desktop-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .desktop-up--show {
    display: block !important; }

  .desktop-up--hide {
    display: none !important; }

  .desktop-up--text-left {
    text-align: left !important; }

  .desktop-up--text-right {
    text-align: right !important; }

  .desktop-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1399px) {
  /** Whole */
  .widescreen--one-whole {
    width: 100%; }

  /* Halves */
  .widescreen--one-half {
    width: 50%; }

  /* Thirds */
  .widescreen--one-third {
    width: 33.33333%; }

  .widescreen--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .widescreen--one-quarter {
    width: 25%; }

  .widescreen--two-quarters {
    width: 50%; }

  .widescreen--three-quarters {
    width: 75%; }

  /* Fifths */
  .widescreen--one-fifth {
    width: 20%; }

  .widescreen--two-fifths {
    width: 40%; }

  .widescreen--three-fifths {
    width: 60%; }

  .widescreen--four-fifths {
    width: 80%; }

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.66667%; }

  .widescreen--two-sixths {
    width: 33.33333%; }

  .widescreen--three-sixths {
    width: 50%; }

  .widescreen--four-sixths {
    width: 66.66667%; }

  .widescreen--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .widescreen--one-eighth {
    width: 12.5%; }

  .widescreen--two-eighths {
    width: 25%; }

  .widescreen--three-eighths {
    width: 37.5%; }

  .widescreen--four-eighths {
    width: 50%; }

  .widescreen--five-eighths {
    width: 62.5%; }

  .widescreen--six-eighths {
    width: 75%; }

  .widescreen--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .widescreen--one-tenth {
    width: 10%; }

  .widescreen--two-tenths {
    width: 20%; }

  .widescreen--three-tenths {
    width: 30%; }

  .widescreen--four-tenths {
    width: 40%; }

  .widescreen--five-tenths {
    width: 50%; }

  .widescreen--six-tenths {
    width: 60%; }

  .widescreen--seven-tenths {
    width: 70%; }

  .widescreen--eight-tenths {
    width: 80%; }

  .widescreen--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .widescreen--one-twelfth {
    width: 8.33333%; }

  .widescreen--two-twelfths {
    width: 16.66667%; }

  .widescreen--three-twelfths {
    width: 25%; }

  .widescreen--four-twelfths {
    width: 33.33333%; }

  .widescreen--five-twelfths {
    width: 41.66667%; }

  .widescreen--six-twelfths {
    width: 50%; }

  .widescreen--seven-twelfths {
    width: 58.33333%; }

  .widescreen--eight-twelfths {
    width: 66.66667%; }

  .widescreen--nine-twelfths {
    width: 75%; }

  .widescreen--ten-twelfths {
    width: 83.33333%; }

  .widescreen--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .widescreen--one-half:nth-child(2n+1),
  .grid--uniform .widescreen--one-third:nth-child(3n+1),
  .grid--uniform .widescreen--one-quarter:nth-child(4n+1),
  .grid--uniform .widescreen--one-fifth:nth-child(5n+1),
  .grid--uniform .widescreen--one-sixth:nth-child(6n+1),
  .grid--uniform .widescreen--two-sixths:nth-child(3n+1),
  .grid--uniform .widescreen--three-sixths:nth-child(2n+1),
  .grid--uniform .widescreen--one-eighth:nth-child(8n+1),
  .grid--uniform .widescreen--two-eighths:nth-child(4n+1),
  .grid--uniform .widescreen--four-eighths:nth-child(2n+1),
  .grid--uniform .widescreen--five-tenths:nth-child(2n+1),
  .grid--uniform .widescreen--one-twelfth:nth-child(12n+1),
  .grid--uniform .widescreen--two-twelfths:nth-child(6n+1),
  .grid--uniform .widescreen--three-twelfths:nth-child(4n+1),
  .grid--uniform .widescreen--four-twelfths:nth-child(3n+1),
  .grid--uniform .widescreen--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .widescreen--show {
    display: block !important; }

  .widescreen--hide {
    display: none !important; }

  .widescreen--text-left {
    text-align: left !important; }

  .widescreen--text-right {
    text-align: right !important; }

  .widescreen--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (max-width: 768px) {
  /* Halves */
  .small--push-one-half {
    left: 50%; }

  /* Thirds */
  .small--push-one-third {
    left: 33.33333%; }

  .small--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .small--push-one-quarter {
    left: 25%; }

  .small--push-two-quarters {
    left: 50%; }

  .small--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .small--push-one-fifth {
    left: 20%; }

  .small--push-two-fifths {
    left: 40%; }

  .small--push-three-fifths {
    left: 60%; }

  .small--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .small--push-one-sixth {
    left: 16.66667%; }

  .small--push-two-sixths {
    left: 33.33333%; }

  .small--push-three-sixths {
    left: 50%; }

  .small--push-four-sixths {
    left: 66.66667%; }

  .small--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .small--push-one-eighth {
    left: 12.5%; }

  .small--push-two-eighths {
    left: 25%; }

  .small--push-three-eighths {
    left: 37.5%; }

  .small--push-four-eighths {
    left: 50%; }

  .small--push-five-eighths {
    left: 62.5%; }

  .small--push-six-eighths {
    left: 75%; }

  .small--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .small--push-one-tenth {
    left: 10%; }

  .small--push-two-tenths {
    left: 20%; }

  .small--push-three-tenths {
    left: 30%; }

  .small--push-four-tenths {
    left: 40%; }

  .small--push-five-tenths {
    left: 50%; }

  .small--push-six-tenths {
    left: 60%; }

  .small--push-seven-tenths {
    left: 70%; }

  .small--push-eight-tenths {
    left: 80%; }

  .small--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .small--push-one-twelfth {
    left: 8.33333%; }

  .small--push-two-twelfths {
    left: 16.66667%; }

  .small--push-three-twelfths {
    left: 25%; }

  .small--push-four-twelfths {
    left: 33.33333%; }

  .small--push-five-twelfths {
    left: 41.66667%; }

  .small--push-six-twelfths {
    left: 50%; }

  .small--push-seven-twelfths {
    left: 58.33333%; }

  .small--push-eight-twelfths {
    left: 66.66667%; }

  .small--push-nine-twelfths {
    left: 75%; }

  .small--push-ten-twelfths {
    left: 83.33333%; }

  .small--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 769px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 990px) {
  /* Halves */
  .large-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .large-up--push-one-third {
    left: 33.33333%; }

  .large-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .large-up--push-one-quarter {
    left: 25%; }

  .large-up--push-two-quarters {
    left: 50%; }

  .large-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .large-up--push-one-fifth {
    left: 20%; }

  .large-up--push-two-fifths {
    left: 40%; }

  .large-up--push-three-fifths {
    left: 60%; }

  .large-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .large-up--push-one-sixth {
    left: 16.66667%; }

  .large-up--push-two-sixths {
    left: 33.33333%; }

  .large-up--push-three-sixths {
    left: 50%; }

  .large-up--push-four-sixths {
    left: 66.66667%; }

  .large-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .large-up--push-one-eighth {
    left: 12.5%; }

  .large-up--push-two-eighths {
    left: 25%; }

  .large-up--push-three-eighths {
    left: 37.5%; }

  .large-up--push-four-eighths {
    left: 50%; }

  .large-up--push-five-eighths {
    left: 62.5%; }

  .large-up--push-six-eighths {
    left: 75%; }

  .large-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .large-up--push-one-tenth {
    left: 10%; }

  .large-up--push-two-tenths {
    left: 20%; }

  .large-up--push-three-tenths {
    left: 30%; }

  .large-up--push-four-tenths {
    left: 40%; }

  .large-up--push-five-tenths {
    left: 50%; }

  .large-up--push-six-tenths {
    left: 60%; }

  .large-up--push-seven-tenths {
    left: 70%; }

  .large-up--push-eight-tenths {
    left: 80%; }

  .large-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .large-up--push-one-twelfth {
    left: 8.33333%; }

  .large-up--push-two-twelfths {
    left: 16.66667%; }

  .large-up--push-three-twelfths {
    left: 25%; }

  .large-up--push-four-twelfths {
    left: 33.33333%; }

  .large-up--push-five-twelfths {
    left: 41.66667%; }

  .large-up--push-six-twelfths {
    left: 50%; }

  .large-up--push-seven-twelfths {
    left: 58.33333%; }

  .large-up--push-eight-twelfths {
    left: 66.66667%; }

  .large-up--push-nine-twelfths {
    left: 75%; }

  .large-up--push-ten-twelfths {
    left: 83.33333%; }

  .large-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1025px) {
  /* Halves */
  .desktop-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .desktop-up--push-one-third {
    left: 33.33333%; }

  .desktop-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .desktop-up--push-one-quarter {
    left: 25%; }

  .desktop-up--push-two-quarters {
    left: 50%; }

  .desktop-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .desktop-up--push-one-fifth {
    left: 20%; }

  .desktop-up--push-two-fifths {
    left: 40%; }

  .desktop-up--push-three-fifths {
    left: 60%; }

  .desktop-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .desktop-up--push-one-sixth {
    left: 16.66667%; }

  .desktop-up--push-two-sixths {
    left: 33.33333%; }

  .desktop-up--push-three-sixths {
    left: 50%; }

  .desktop-up--push-four-sixths {
    left: 66.66667%; }

  .desktop-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .desktop-up--push-one-eighth {
    left: 12.5%; }

  .desktop-up--push-two-eighths {
    left: 25%; }

  .desktop-up--push-three-eighths {
    left: 37.5%; }

  .desktop-up--push-four-eighths {
    left: 50%; }

  .desktop-up--push-five-eighths {
    left: 62.5%; }

  .desktop-up--push-six-eighths {
    left: 75%; }

  .desktop-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .desktop-up--push-one-tenth {
    left: 10%; }

  .desktop-up--push-two-tenths {
    left: 20%; }

  .desktop-up--push-three-tenths {
    left: 30%; }

  .desktop-up--push-four-tenths {
    left: 40%; }

  .desktop-up--push-five-tenths {
    left: 50%; }

  .desktop-up--push-six-tenths {
    left: 60%; }

  .desktop-up--push-seven-tenths {
    left: 70%; }

  .desktop-up--push-eight-tenths {
    left: 80%; }

  .desktop-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .desktop-up--push-one-twelfth {
    left: 8.33333%; }

  .desktop-up--push-two-twelfths {
    left: 16.66667%; }

  .desktop-up--push-three-twelfths {
    left: 25%; }

  .desktop-up--push-four-twelfths {
    left: 33.33333%; }

  .desktop-up--push-five-twelfths {
    left: 41.66667%; }

  .desktop-up--push-six-twelfths {
    left: 50%; }

  .desktop-up--push-seven-twelfths {
    left: 58.33333%; }

  .desktop-up--push-eight-twelfths {
    left: 66.66667%; }

  .desktop-up--push-nine-twelfths {
    left: 75%; }

  .desktop-up--push-ten-twelfths {
    left: 83.33333%; }

  .desktop-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1399px) {
  /* Halves */
  .widescreen--push-one-half {
    left: 50%; }

  /* Thirds */
  .widescreen--push-one-third {
    left: 33.33333%; }

  .widescreen--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .widescreen--push-one-quarter {
    left: 25%; }

  .widescreen--push-two-quarters {
    left: 50%; }

  .widescreen--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .widescreen--push-one-fifth {
    left: 20%; }

  .widescreen--push-two-fifths {
    left: 40%; }

  .widescreen--push-three-fifths {
    left: 60%; }

  .widescreen--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .widescreen--push-one-sixth {
    left: 16.66667%; }

  .widescreen--push-two-sixths {
    left: 33.33333%; }

  .widescreen--push-three-sixths {
    left: 50%; }

  .widescreen--push-four-sixths {
    left: 66.66667%; }

  .widescreen--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .widescreen--push-one-eighth {
    left: 12.5%; }

  .widescreen--push-two-eighths {
    left: 25%; }

  .widescreen--push-three-eighths {
    left: 37.5%; }

  .widescreen--push-four-eighths {
    left: 50%; }

  .widescreen--push-five-eighths {
    left: 62.5%; }

  .widescreen--push-six-eighths {
    left: 75%; }

  .widescreen--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .widescreen--push-one-tenth {
    left: 10%; }

  .widescreen--push-two-tenths {
    left: 20%; }

  .widescreen--push-three-tenths {
    left: 30%; }

  .widescreen--push-four-tenths {
    left: 40%; }

  .widescreen--push-five-tenths {
    left: 50%; }

  .widescreen--push-six-tenths {
    left: 60%; }

  .widescreen--push-seven-tenths {
    left: 70%; }

  .widescreen--push-eight-tenths {
    left: 80%; }

  .widescreen--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .widescreen--push-one-twelfth {
    left: 8.33333%; }

  .widescreen--push-two-twelfths {
    left: 16.66667%; }

  .widescreen--push-three-twelfths {
    left: 25%; }

  .widescreen--push-four-twelfths {
    left: 33.33333%; }

  .widescreen--push-five-twelfths {
    left: 41.66667%; }

  .widescreen--push-six-twelfths {
    left: 50%; }

  .widescreen--push-seven-twelfths {
    left: 58.33333%; }

  .widescreen--push-eight-twelfths {
    left: 66.66667%; }

  .widescreen--push-nine-twelfths {
    left: 75%; }

  .widescreen--push-ten-twelfths {
    left: 83.33333%; }

  .widescreen--push-eleven-twelfths {
    left: 91.66667%; } }
/*================ General layout styles ================*/
body,
html {
  background-color: white;
  font-family: "nb_international_promono";
  font-size: 12px; }

body {
  -ms-overflow-x: hidden; }
  body.no-overflow {
    touch-action: none !important; }
    body.no-overflow #MainContent {
      touch-action: none !important;
      overflow: hidden; }

a {
  color: black; }
  a.no-underline {
    text-decoration: none; }

hr {
  border: 0;
  border-bottom: 1px solid black;
  height: 1px; }
  hr.dashed {
    border-bottom-style: dashed; }

.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

.page-with-gutters {
  *zoom: 1;
  max-width: 100%;
  padding: 83px 27px 15px;
  margin: 0 auto; }
  .page-with-gutters::after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (min-width: 769px) {
  .page-with-gutters {
    padding: 120px 45px 0; } }
.desktop-content,
.desktop-content-inline {
  display: none; }

@media only screen and (min-width: 769px) {
  html .shogun-force-block.mobile-content,
  .mobile-content {
    display: none !important; }

  .desktop-content {
    display: block; }

  .desktop-content-inline {
    display: inline; }

  .module--desktop-margin-bottom-0 {
    /*===================================
      Stupid ass override of shogun styles
    ========================================*/ } }
/*================ Icons ================*/
.icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Payment Icons ================*/
.payment-icons {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  cursor: default; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571px;
  height: 24px; }

@font-face {
  font-family: 'nb_international_promono';
  src: url("nb_international_pro_mono-webfont.eot");
  src: url("nb_international_pro_mono-webfont.eot?#iefix") format("embedded-opentype"), url("nb_international_pro_mono-webfont.woff2") format("woff2"), url("nb_international_pro_mono-webfont.woff") format("woff"), url("nb_international_pro_mono-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'nb_international_probold';
  src: url("nb_international_pro_bold-webfont.eot");
  src: url("nb_international_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), url("nb_international_pro_bold-webfont.woff2") format("woff2"), url("nb_international_pro_bold-webfont.woff") format("woff"), url("nb_international_pro_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
.responsive-table {
  border-spacing: 0; }

@media only screen and (max-width: 768px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table > thead > tr, .responsive-table > tbody > tr {
      display: block; }
    .responsive-table > thead > tr, .responsive-table > thead > tr > td, .responsive-table > tbody > tr, .responsive-table > tbody > tr > td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table > thead > tr > th, .responsive-table > thead > tr > td, .responsive-table > tbody > tr > th, .responsive-table > tbody > tr > td {
      display: block;
      text-align: left;
      padding: 15px;
      margin: 0; }
    .responsive-table > thead > tr > td::before, .responsive-table > tbody > tr > td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 7px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f6f6f6; } }
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "nb_international_promono";
  font-size: 12px;
  border: 1px solid black;
  border-radius: 2px;
  padding: 7px 27px;
  background: transparent;
  color: black;
  text-transform: uppercase;
  outline: none !important; }
  .btn:focus, .btn:active {
    outline: none !important; }
  .btn.large, .btn.medium, .btn.medium-small {
    width: 430px;
    max-width: 100%;
    height: 63px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
  .btn.medium {
    width: 315px; }
  .btn.medium-small {
    width: 200px; }
  .btn.inverted {
    background: black;
    color: white;
    border-color: white; }
    .btn.inverted:hover {
      color: black;
      background: white;
      border-color: black; }
  .btn.transparent, .btn.transparent:hover {
    background: transparent; }
  .btn.secondary {
    background-color: #fafafa;
    border-color: #fafafa; }
  .btn.has-icon .icon {
    margin-right: 9px; }
  .btn:hover {
    color: white;
    background-color: black; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background: transparent; }

textarea {
  min-height: 100px; }

.text-input {
  display: flex;
  border-bottom: 1px solid black; }
  .text-input label {
    text-transform: uppercase;
    flex: 1 0 auto;
    padding: 9px 9px 5px 0; }
  .text-input input[type="text"],
  .text-input input[type="email"],
  .text-input input[type="password"] {
    border: 0;
    outline: 0;
    border-left: 1px solid black;
    flex: 0 1 85%;
    padding: 9px 0 5px 9px;
    font-family: "nb_international_promono";
    font-size: 12px;
    line-height: 1.15; }

.form__error,
.form__success,
.form__fail {
  display: none; }

.has-error .form__error {
  display: block; }

.has-success .form__success {
  display: block; }

.has-fail .form__fail {
  display: block; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/2804/9252/t/22/assets/ico-select.svg?v=14514294929565048432);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

.placeholder-svg {
  display: block;
  fill: rgba(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

html, body, input {
  font-variant-ligatures: none; }

h1, h2, h3, h4 {
  font-weight: normal; }

h1 {
  font-family: "nb_international_probold";
  font-size: 48px;
  line-height: 52px;
  margin: 15px 0; }

@media (max-width: 786px) {
  h1 {
    font-size: 36px;
    line-height: 36px; } }
h2 {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 15px 0; }

.rte h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  text-transform: uppercase; }
.rte a {
  text-decoration: none; }
  .rte a:not(.btn):hover {
    text-decoration: underline; }
.rte p {
  line-height: 18px; }
.rte ul {
  margin: 0;
  padding: 0 0 15px 10px; }
.rte li {
  margin: 0;
  line-height: 1.5em;
  list-style-image: url("li-bullet.png?cachebust=123"); }

h3 {
  font-family: "nb_international_probold";
  font-size: 24px;
  line-height: 30px; }

span.divider {
  font-size: 1em !important;
  margin: 0 6px !important; }

.site-nav-scrim {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0); }
  .site-nav-scrim.active {
    display: block; }

nav {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 81px 27px 27px;
  background-color: black;
  color: white; }
  nav.active {
    display: block; }
    nav.active .mobile-site-nav-header {
      display: flex; }
  nav.will-scroll {
    overflow-y: scroll; }
    nav.will-scroll .lower-nav {
      position: relative;
      left: 0;
      bottom: auto;
      margin-top: 42px; }
  nav .mobile-site-nav-header {
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background-color: black;
    width: 100%;
    padding: 27px; }
  nav ul.site-nav {
    list-style: none;
    padding: 0; }
    nav ul.site-nav li {
      position: relative; }
      nav ul.site-nav li .icon {
        position: absolute;
        right: 12px;
        top: 9px; }
      nav ul.site-nav li .site-nav__link {
        display: block;
        color: white;
        text-decoration: none;
        font-family: "nb_international_probold";
        font-size: 24px;
        line-height: 26px;
        padding: 9px 0; }
  nav ul.secondary-nav {
    list-style: none;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 52px; }
    nav ul.secondary-nav li {
      margin: 18px 0; }
      nav ul.secondary-nav li a {
        color: white;
        text-decoration: none;
        line-height: 18px;
        margin: 18px 0; }
  nav .lower-nav {
    position: absolute;
    left: 27px;
    bottom: 27px; }
  nav .close-icon {
    cursor: pointer; }
  nav .social-icons {
    display: flex;
    flex-direction: row; }
  nav .social-icon {
    width: 21px;
    height: 21px;
    margin: 0 27px 0 0;
    color: white; }
    nav .social-icon svg {
      width: 100%;
      height: 100%; }

@media only screen and (min-width: 769px) {
  nav {
    max-width: 372px;
    padding: 27px;
    display: block;
    transform: translateX(-105%);
    will-change: transform;
    border-radius: 2px;
    margin: 18px 0 18px 18px;
    height: calc(100% - 36px); }
    nav.active {
      transform: translateX(0%); }
    nav .mobile-site-nav-header {
      position: absolute;
      width: 372px; }
    nav ul.site-nav {
      padding-top: 53px;
      margin-left: -9px;
      margin-right: -9px; }
      nav ul.site-nav li .site-nav__link {
        padding-left: 9px;
        border: 1px solid transparent;
        border-radius: 2px; }
        nav ul.site-nav li .site-nav__link:hover {
          border: 1px solid white; } }
/*================ MODULES ================*/
.header-section {
  position: absolute;
  z-index: 90;
  width: 100%; }

.site-header {
  position: fixed;
  z-index: 90;
  top: 0 !important;
  left: 0;
  right: 0;
  margin-bottom: -117px;
  padding: 27px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  pointer-events: none; }
  .site-header > * {
    pointer-events: all; }
  .site-header.no-header {
    justify-content: center; }
  .site-header a {
    text-decoration: none; }

.menu-icon {
  position: relative;
  color: black;
  cursor: pointer;
  width: 27px;
  height: 27px; }
  .menu-icon > span {
    position: absolute;
    top: 0;
    left: 0; }

.site-logo {
  display: block;
  width: 108px;
  height: 26px; }

.cart-icon {
  position: relative;
  width: 22px;
  height: 22px; }
  .cart-icon svg {
    width: 22px;
    height: 22px; }

.cart-icon--full {
  width: 27px; }
  .cart-icon--full svg {
    width: 27px;
    height: 27px; }

.cart-count {
  position: absolute;
  bottom: -5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  color: white;
  font-size: 10px; }

.cart-count--black {
  color: black; }

@media only screen and (min-width: 769px) {
  .site-header {
    padding: 45px;
    background: transparent; } }
@media only screen and (max-width: 768px) {
  .template-cart .site-header {
    border-bottom: 1px solid black;
    position: relative; }
    .template-cart .site-header:after {
      content: '';
      position: absolute;
      bottom: -6px;
      right: 30px;
      width: 12px;
      height: 12px;
      transform: rotate(45deg);
      background: white;
      border-left: 1px solid black;
      border-top: 1px solid black; } }
/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
.shogun-editor.template-product .product-info-panel .hidden-on-minimize {
  display: none; }
.shogun-editor.template-product .page-scroll-prompt,
.shogun-editor.template-product .pip__toggle {
  display: none; }

.shg-c {
  display: flex; }
  .shg-c:before, .shg-c:after {
    content: normal !important; }

.shg-row {
  max-width: 100%; }

.shg-box > .shg-box-content {
  width: 100%; }

@media only screen and (max-width: 768px) {
  .shg-c-sm-6 {
    width: 100% !important; } }
.module__top-margin {
  height: 0px !important; }
  .module__top-margin.large {
    height: 0px; }

@media only screen and (min-width: 769px) {
  .module__top-margin {
    height: 0px; } }
.module {
  position: relative;
  width: 100%; }

.module__asset {
  position: relative;
  width: 100%; }

.module__fg-video,
.module__bg-video {
  width: 100%; }

.module__bg-video .plyr__video-embed {
  display: none; }

.module__image img {
  width: 100%;
  height: auto; }

.module__mobile-title-text {
  padding: 27px; }

.module__mobile-title-text--above {
  display: none;
  padding: 0 27px; }

@media only screen and (max-width: 768px) {
  .module--mobile-title-position-above .module__text-category,
  .module--mobile-title-position-above .module__text-title {
    display: none; }
  .module--mobile-title-position-above .module__mobile-title-text--above,
  .module--mobile-title-position-above .module__mobile-title-text--above .module__text-category,
  .module--mobile-title-position-above .module__mobile-title-text--above .module__text-title {
    display: block; }

  .module__mobile-title-text--over {
    display: none;
    left: 27px;
    bottom: 27px; }

  .module--mobile-title-position-over .module__text-category,
  .module--mobile-title-position-over .module__text-title {
    display: none; }
  .module--mobile-title-position-over .module__mobile-title-text--over {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .module--mobile-title-position-over .module__mobile-title-text--over,
    .module--mobile-title-position-over .module__mobile-title-text--over .module__text-category,
    .module--mobile-title-position-over .module__mobile-title-text--over .module__text-title {
      display: block; }
    .module--mobile-title-position-over .module__mobile-title-text--over .module__text-title {
      margin-bottom: 0; }
  .module--mobile-title-position-over.module--asset-indented .module__mobile-title-text--over {
    padding: 54px 54px 27px; }

  .module__text-copy--over {
    display: none; }

  .module--mobile-copy-position-over .module__text-copy {
    display: none; }
  .module--mobile-copy-position-over .module__text-copy--over {
    display: block;
    margin-bottom: 0; }
  .module--mobile-copy-position-over .module__text-title + .module__text-copy--over {
    margin-top: 22px; }
  .module--mobile-copy-position-over .module__text-copy--over + .module__text-cta--over {
    margin-top: 32px; }
  .module--mobile-copy-position-over .module__mobile-title-text--over {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

  .module__text-cta--over.btn {
    display: none; }

  .module--mobile-cta-position-over .module__text-cta {
    display: none; }
  .module--mobile-cta-position-over .module__text-cta--over {
    display: flex;
    margin-top: 27px; }
  .module--mobile-cta-position-over .module__mobile-title-text--over {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

  .module--mobile-copy-position-over:not(.module--mobile-title-position-over) .module__mobile-title-text--over .module__text-category,
  .module--mobile-copy-position-over:not(.module--mobile-title-position-over) .module__mobile-title-text--over .module__text-title,
  .module--mobile-cta-position-over:not(.module--mobile-title-position-over) .module__mobile-title-text--over .module__text-category,
  .module--mobile-cta-position-over:not(.module--mobile-title-position-over) .module__mobile-title-text--over .module__text-title {
    display: none; } }
.module__text {
  margin-top: 27px;
  padding: 0 27px; }

.module__text-category {
  margin: 0 0 5px;
  padding-bottom: 0 !important;
  border: 0 !important; }

.module__text-title {
  margin: 0 0 22px; }

.module__text-copy {
  margin: 0 0 32px;
  line-height: 18px; }

.module__text-cta {
  margin: 0; }

.module__caption {
  margin: 27px; }

@media only screen and (max-width: 768px) {
  .module--mobile-title-position-over.module--mobile-cta-position-over .module__text {
    margin-top: 0; }
    .module--mobile-title-position-over.module--mobile-cta-position-over .module__text .module__text-copy {
      margin-top: 27px; } }
.module--color-white .module__mobile-title-text--over {
  color: white; }
  .module--color-white .module__mobile-title-text--over .btn {
    color: white;
    border-color: white; }
    .module--color-white .module__mobile-title-text--over .btn:hover {
      color: black;
      background-color: white; }

.module--asset-indented .module__asset {
  padding-left: 27px;
  padding-right: 27px; }

.module--asset-indented .module__caption {
  margin: 13px 0; }

@media screen and (max-width: 768px) {
  .module--mobile-margin-top-0 {
    margin-top: 0px; }

  .module--mobile-margin-bottom-0 {
    margin-bottom: 0px; }

  .module--mobile-margin-top-27 {
    margin-top: 27px; }

  .module--mobile-margin-bottom-27 {
    margin-bottom: 27px; }

  .module--mobile-margin-top-30 {
    margin-top: 30px; }

  .module--mobile-margin-bottom-30 {
    margin-bottom: 30px; }

  .module--mobile-margin-top-45 {
    margin-top: 45px; }

  .module--mobile-margin-bottom-45 {
    margin-bottom: 45px; }

  .module--mobile-margin-top-60 {
    margin-top: 60px; }

  .module--mobile-margin-bottom-60 {
    margin-bottom: 60px; }

  .module--mobile-margin-top-90 {
    margin-top: 90px; }

  .module--mobile-margin-bottom-90 {
    margin-bottom: 90px; }

  .module--mobile-margin-top-120 {
    margin-top: 120px; }

  .module--mobile-margin-bottom-120 {
    margin-bottom: 120px; }

  .module--mobile-margin-top-150 {
    margin-top: 150px; }

  .module--mobile-margin-bottom-150 {
    margin-bottom: 150px; }

  .module--mobile-margin-top-180 {
    margin-top: 180px; }

  .module--mobile-margin-bottom-180 {
    margin-bottom: 180px; }

  .module--mobile-margin-top-210 {
    margin-top: 210px; }

  .module--mobile-margin-bottom-210 {
    margin-bottom: 210px; } }
@media only screen and (min-width: 769px) {
  .module {
    display: flex;
    align-items: center; }

  .module__text {
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0; }
    .module__text.module__text--large-title .module__text-title,
    .module__text.module__text--large-title .module__text-copy {
      width: calc(175% + 22px); }
    .module__text.module__text--large-title .module__text-title {
      font-size: 48px;
      line-height: 54px; }

  .module__text-copy {
    margin-bottom: 0; }

  .module__text-copy + .module__text-cta {
    margin-top: 32px; }

  .module__text-cta {
    width: calc(100%) !important; }

  .module--mobile-title-position-above .module__text-category,
  .module--mobile-title-position-above .module__text-title,
  .module--mobile-title-position-over .module__text-category,
  .module--mobile-title-position-over .module__text-title {
    display: block; }

  .module__bg-video {
    overflow: hidden;
    max-width: 100%;
    display: flex;
    flex-direction: column; }
    .module__bg-video .plyr__video-embed {
      display: block;
      width: 100%;
      height: auto;
      padding: 0; }
    .module__bg-video video {
      display: block;
      width: 100%;
      height: 100%;
      margin-bottom: -1px; }

  .module__caption {
    position: absolute;
    bottom: 45px;
    left: 45px;
    margin: 0; }

  .module--size-one-half {
    width: 100%;
    justify-content: center; }
    .module--size-one-half .module__text {
      width: calc(66.67% - 20px);
      padding-left: 30px; }
    .module--size-one-half.module--one-half-position-right .module__text {
      padding-left: 0;
      padding-right: 30px; }

  .module--size-two-thirds {
    width: 100%; }
    .module--size-two-thirds .module__asset {
      width: calc(66.67% - 25px); }
    .module--size-two-thirds.module--align-left .module__text, .module--size-two-thirds.module--align-right .module__text {
      width: calc(41.67% - 55px); }
      .module--size-two-thirds.module--align-left .module__text.module__text--large-title .module__text-title,
      .module--size-two-thirds.module--align-left .module__text.module__text--large-title .module__text-copy, .module--size-two-thirds.module--align-right .module__text.module__text--large-title .module__text-title,
      .module--size-two-thirds.module--align-right .module__text.module__text--large-title .module__text-copy {
        width: calc(140% + 12px); }
    .module--size-two-thirds.module--align-left .module__asset {
      width: calc(66.67% - 25px);
      margin-left: calc(33.33% + 25px); }
    .module--size-two-thirds.module--align-left .module__text {
      left: calc(8.33% + 40px); }
    .module--size-two-thirds.module--align-right .module__text {
      left: calc(50% + 15px); }
      .module--size-two-thirds.module--align-right .module__text.module__text--large-title {
        left: calc(25% + 30px); }
    .module--size-two-thirds.module--align-two-thirds-off-left .module__asset {
      width: calc(66.67% - 25px);
      margin-left: calc(33.33% + 25px); }
    .module--size-two-thirds.module--align-two-thirds-off-left .module__text {
      width: calc(33% - 45px);
      left: 45px; }
    .module--size-two-thirds.module--align-two-thirds-off-left .module__text-cta {
      width: calc(100%) !important; }
    .module--size-two-thirds.module--align-two-thirds-off-right .module__text {
      width: calc(33% - 45px);
      padding: 0;
      right: 45px; }
      .module--size-two-thirds.module--align-two-thirds-off-right .module__text.module__text--large-title {
        right: calc(25% + 30px); }

  .module--size-full-split {
    width: 100%; }
    .module--size-full-split .module__asset {
      width: 50%;
      margin-left: 50%; }
    .module--size-full-split .module__text {
      width: calc(33% - 45px);
      left: calc(8.33% + 40px); }
    .module--size-full-split.module--align-right .module__asset {
      margin-left: 0; }
    .module--size-full-split.module--align-right .module__text {
      left: auto;
      right: calc(8.33% + 40px); }
      .module--size-full-split.module--align-right .module__text.module__text--large-title {
        right: calc(33.33% + 25px); }
    .module--size-full-split.module--asset-type-text.module--align-right {
      justify-content: flex-end; }

  .module--size-full .module__text {
    width: calc(33.33% - 50px);
    left: calc(8.33% + 40px); }
  .module--size-full.module--align-right .module__text {
    left: auto;
    right: calc(8.33% + 40px); }
    .module--size-full.module--align-right .module__text.module__text--large-title {
      right: calc(25% + 30px); }
  .module--size-full.module--asset-type-text.module--align-right {
    justify-content: flex-end; }

  .module--align-right:not(&.module--size-one-half) .module__text {
    left: auto;
    right: calc(8.33% + 40px); }
  .module--align-right:not(&.module--size-one-half) .module__caption {
    left: auto;
    right: 45px; }

  .module--color-white {
    color: white; }
    .module--color-white .btn {
      color: white;
      border-color: white; }
      .module--color-white .btn:hover {
        color: black;
        background-color: white; }

  .module--caption-color-white .module__caption {
    color: white; }

  .module--caption-color-black .module__caption {
    color: black; }

  .module--asset-type-text .module__text {
    position: relative; }
  .module--asset-type-text.module--align-right:not(&.module--size-two-thirds) .module__text {
    width: calc(33.3% - 50px); }
    .module--asset-type-text.module--align-right:not(&.module--size-two-thirds) .module__text .module__text-cta {
      width: calc(100%) !important; }
  .module--asset-type-text.module--align-two-thirds-off-right {
    justify-content: flex-end; }

  .module--asset-indented .module__asset:not(.module__bg-video) {
    padding: 0 45px; }
  .module--asset-indented .module__asset.module__bg-video {
    padding-left: 45px;
    padding-right: 0;
    width: calc(100% - 45px); }
  .module--asset-indented.module--size-full-split.module--align-left .module__asset:not(.module__bg-video) {
    padding-left: 0; }
  .module--asset-indented.module--size-full-split.module--align-right .module__asset:not(.module__bg-video) {
    padding-right: 0; }
  .module--asset-indented.module--size-two-thirds.module--align-left .module__asset, .module--asset-indented.module--size-two-thirds.module--align-two-thirds-off-left .module__asset {
    padding-left: 0; }
  .module--asset-indented.module--size-two-thirds.module--align-left .module__bg-video, .module--asset-indented.module--size-two-thirds.module--align-two-thirds-off-left .module__bg-video {
    width: calc(66.67% - 70px);
    padding-right: 0; }
  .module--asset-indented.module--size-two-thirds.module--align-right .module__asset, .module--asset-indented.module--size-two-thirds.module--align-two-thirds-off-right .module__asset {
    padding-right: 0; }
  .module--asset-indented.module--size-two-thirds.module--align-right .module__asset.module__bg-video, .module--asset-indented.module--size-two-thirds.module--align-two-thirds-off-right .module__asset.module__bg-video {
    width: calc(66.67% - 25px); }
  .module--asset-indented.module--size-one-half.module--one-half-position-left .module__asset:not(.module__bg-video) {
    padding-right: 15px; }
  .module--asset-indented.module--size-one-half.module--one-half-position-left .module__asset.module__bg-video {
    padding-right: 0;
    padding-left: 0;
    width: calc(100% - 45px);
    margin-left: 45px;
    margin-right: 15px; }
  .module--asset-indented.module--size-one-half.module--one-half-position-right .module__asset:not(.module__bg-video) {
    padding-left: 15px; }
  .module--asset-indented.module--size-one-half.module--one-half-position-right .module__asset.module__bg-video {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-right: 45px;
    margin-left: 15px; }
  .module--asset-indented .module__caption {
    position: relative;
    left: 0;
    bottom: auto; }

  .module--desktop-margin-top-0 {
    margin-top: 0px; }

  .module--desktop-margin-bottom-0 {
    margin-bottom: 0px; }

  .module--desktop-margin-top-27 {
    margin-top: 27px; }

  .module--desktop-margin-bottom-27 {
    margin-bottom: 27px; }

  .module--desktop-margin-top-30 {
    margin-top: 30px; }

  .module--desktop-margin-bottom-30 {
    margin-bottom: 30px; }

  .module--desktop-margin-top-45 {
    margin-top: 45px; }

  .module--desktop-margin-bottom-45 {
    margin-bottom: 45px; }

  .module--desktop-margin-top-60 {
    margin-top: 60px; }

  .module--desktop-margin-bottom-60 {
    margin-bottom: 60px; }

  .module--desktop-margin-top-90 {
    margin-top: 90px; }

  .module--desktop-margin-bottom-90 {
    margin-bottom: 90px; }

  .module--desktop-margin-top-120 {
    margin-top: 120px; }

  .module--desktop-margin-bottom-120 {
    margin-bottom: 120px; }

  .module--desktop-margin-top-150 {
    margin-top: 150px; }

  .module--desktop-margin-bottom-150 {
    margin-bottom: 150px; }

  .module--desktop-margin-top-180 {
    margin-top: 180px; }

  .module--desktop-margin-bottom-180 {
    margin-bottom: 180px; }

  .module--desktop-margin-top-210 {
    margin-top: 210px; }

  .module--desktop-margin-bottom-210 {
    margin-bottom: 210px; } }
@media (min-width: 769px) and (max-width: 990px) {
  .module__text-cta {
    width: auto !important; } }
.plyr {
  font-family: "nb_international_promono"; }

.plyr__poster {
  background-size: cover; }

.plyr__time {
  font-size: 12px; }

.plyr__control--overlaid {
  box-shadow: none; }
  .plyr__control--overlaid, .plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
    background: transparent; }
  .plyr__control--overlaid svg {
    width: 51px !important;
    height: 51px !important; }

.plyr--video .plyr__controls {
  background: none; }
  .plyr--video .plyr__controls .plyr__control:hover {
    background: transparent; }
  .plyr--video .plyr__controls .plyr__control.plyr__tab-focus {
    background: transparent;
    box-shadow: none; }
.plyr--video .plyr__progress--buffer {
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5); }

.plyr--full-ui input[type=range] {
  color: white;
  transition: none; }

.plyr__control svg {
  width: 27px;
  height: 27px; }

.plyr__menu {
  display: none !important; }

.plyr__progress--buffer {
  height: 1px;
  margin-top: -1px;
  border-radius: 0; }

.plyr--full-ui input[type='range'] {
  border-radius: 0;
  height: 1px;
  cursor: pointer;
  padding: 15px 0; }
  .plyr--full-ui input[type='range']::-webkit-slider-runnable-track {
    height: 1px; }
  .plyr--full-ui input[type='range']::-webkit-slider-thumb {
    border-radius: 0;
    width: 1px;
    height: 17px;
    margin-top: -8px; }
  .plyr--full-ui input[type='range']::-moz-range-track {
    height: 1px; }
  .plyr--full-ui input[type='range']::-moz-range-thumb {
    border-radius: 0;
    width: 1px;
    height: 17px;
    margin-top: -8px; }
  .plyr--full-ui input[type='range']::-moz-range-progress {
    height: 1px; }
  .plyr--full-ui input[type='range']::-ms-track {
    height: 1px; }
  .plyr--full-ui input[type='range']::-ms-thumb {
    border-radius: 0;
    width: 1px;
    height: 17px;
    margin-top: -8px; }
  .plyr--full-ui input[type='range']:focus {
    outline: 0; }
  .plyr--full-ui input[type='range']::-moz-focus-outer {
    border: 0; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: none; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-moz-range-track {
    box-shadow: none; }
  .plyr--full-ui input[type='range'].plyr__tab-focus::-ms-track {
    box-shadow: none; }

.plyr--full-ui.plyr--video input[type='range']:active::-webkit-slider-thumb {
  box-shadow: none; }
.plyr--full-ui.plyr--video input[type='range']:active::-moz-range-thumb {
  box-shadow: none; }
.plyr--full-ui.plyr--video input[type='range']:active::-ms-thumb {
  box-shadow: none; }

.module__fg-video--black {
  color: black; }
  .module__fg-video--black .plyr--video .plyr__controls {
    color: black;
    background: none; }
  .module__fg-video--black .plyr--video .plyr__progress--buffer {
    color: rgba(0, 0, 0, 0.5); }
  .module__fg-video--black .plyr--full-ui input[type=range] {
    color: black; }
    .module__fg-video--black .plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
      background-color: rgba(0, 0, 0, 0.25); }
    .module__fg-video--black .plyr--full-ui input[type=range]::-moz-range-track {
      background-color: rgba(0, 0, 0, 0.25); }
    .module__fg-video--black .plyr--full-ui input[type=range]::-ms-track {
      background-color: black; }
    .module__fg-video--black .plyr--full-ui input[type=range]::-webkit-slider-thumb {
      background-color: black; }
    .module__fg-video--black .plyr--full-ui input[type=range]::-moz-range-thumb {
      background-color: black; }
    .module__fg-video--black .plyr--full-ui input[type=range]::-ms-thumb {
      background-color: black; }
  .module__fg-video--black svg {
    fill: black; }

.dropdown-menu {
  width: 100%;
  display: flex;
  height: 27px;
  border-bottom: 1px solid black;
  border-radius: 0;
  margin: 27px 0; }
  .dropdown-menu.dropdown-menu--no-label .dropdown-menu__control {
    flex: 0 1 100%;
    padding-left: 0; }

.dropdown-menu__label {
  margin: 0;
  line-height: 27px;
  flex: 0 1 32%;
  border-right: 1px solid black; }

.dropdown-menu__control {
  position: relative;
  flex: 0 1 68%;
  line-height: 27px;
  padding: 0 9px 0 13px; }
  .dropdown-menu__control select {
    width: 100%;
    font-family: "nb_international_promono";
    font-size: 12px;
    text-transform: uppercase;
    border: 0; }
    .dropdown-menu__control select.disabled {
      background: none; }
    .dropdown-menu__control select[disabled] {
      color: black; }
  .dropdown-menu__control:not(.disabled) .dropdown-menu__control-icon {
    display: block; }

.dropdown-menu__control-icon {
  display: none;
  width: 9px;
  height: 9px;
  float: right;
  line-height: 27px;
  margin-top: 9px;
  background: red; }

@media only screen and (min-width: 769px) {
  .dropdown-menu__control select {
    display: none; }
    .dropdown-menu__control select.disabled {
      display: block;
      cursor: default;
      height: 27px; } }
/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
/****** Single SCSS *******/
.select2-container--matsuda {
  display: inline-block; }
  .select2-container--matsuda .select2-selection--single {
    background: transparent;
    color: #000;
    border: 0px;
    height: 27px; }
    .select2-container--matsuda .select2-selection--single .select2-selection__rendered {
      color: #000;
      line-height: 27px; }
    .select2-container--matsuda .select2-selection--single .select2-selection__arrow {
      height: 26px;
      position: absolute;
      top: -1px;
      right: 1px;
      width: 20px; }
      .select2-container--matsuda .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent;
        top: 60%;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        width: 0; }
    .select2-container--matsuda .select2-selection--single .select2-selection__placeholder {
      color: #fff; }
    .select2-container--matsuda .select2-selection--single .select2-selection__arrow {
      width: 27px;
      height: 27px; }
      .select2-container--matsuda .select2-selection--single .select2-selection__arrow b {
        border: 0;
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin: 0;
        width: 100%;
        height: 100%;
        background-image: url("icon-arrow-small-down.svg"); }
    .select2-container--matsuda .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #48c9b0; }

.select2-container--matsuda .select2-container--focus .select2-selection--multiple {
  border: 1px solid #16a085; }
.select2-container--matsuda .select2-results__option[aria-selected=true] {
  position: relative; }
  .select2-container--matsuda .select2-results__option[aria-selected=true]:after {
    content: '';
    position: absolute;
    right: -13px;
    top: -7px;
    display: block;
    width: 27px;
    height: 27px;
    background-image: url("icon-arrow-small-left.svg"); }
.select2-container--matsuda .select2-selection--single {
  border-radius: 0px;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer; }
.select2-container--matsuda.select2-container--open {
  z-index: 91; }

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  height: 36px;
  border-radius: 0px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-indent: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none; }
  .select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
  .select2-container .select2-choice .select2-arrow {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none; }
.select2-container *:focus {
  outline: 0px; }
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px; }

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.select2-search {
  display: none; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }
  .select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none; }

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
  pointer-events: none; }
  .select2-results.active {
    pointer-events: all; }
  .select2-results .select2-results__options {
    background: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    list-style: none;
    padding: 6px 15px 3px 13px;
    margin-left: -14px; }
  .select2-results .select2-results__option {
    margin: 12px 0;
    cursor: pointer; }
  .select2-results .select2-highlighted {
    background: #16a085;
    color: #fff;
    border-radius: 0px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec; }

.spec-table {
  border: 0;
  border-spacing: 0; }
  .spec-table td {
    border: 0;
    min-width: 115px;
    vertical-align: top;
    padding-bottom: 3px; }
    .spec-table td:first-child {
      padding-left: 0;
      text-transform: uppercase; }
  .spec-table.spec-table--compact td {
    min-width: 86px; }

@media only screen and (min-width: 769px) {
  .spec-table.spec-table--compact td {
    min-width: 56px; } }
.grid-spec-table .grid__item > div {
  line-height: 18px; }

.grid-spec-table__label {
  text-transform: uppercase; }

.product-recirc {
  display: none;
  padding: 16px 27px 27px; }
  .product-recirc.active {
    display: block; }
  .product-recirc > h2 {
    margin-bottom: 45px; }
  .product-recirc a {
    text-decoration: none; }

.product-recirc__item {
  margin-bottom: 40px; }
  .product-recirc__item h1 {
    margin: 0 0 18px !important;
    font-size: 24px;
    line-height: 26px; }
  .product-recirc__item h2 {
    margin-top: 0;
    margin-bottom: 0; }
    .product-recirc__item h2 .divider {
      margin-left: 5px !important;
      margin-right: 5px !important; }
  .product-recirc__item img {
    margin-left: -3%;
    max-width: none;
    width: 106%; }

@media only screen and (min-width: 769px) {
  .product-recirc {
    padding: 45px; }

  .product-recirc__item {
    margin: 0; }

  .product-recirc__item-content {
    position: relative; }
    .product-recirc__item-content:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: -15px;
      left: -15px;
      width: calc(100% + 30px);
      height: calc(100% + 30px);
      border: 1px solid transparent;
      border-radius: 2px; }
    .product-recirc__item-content:hover:after {
      border-color: black; }
    .product-recirc__item-content h1 {
      margin-top: 15px;
      margin-bottom: 17px;
      font-size: 48px;
      line-height: 52px; } }
.bunka-recirc {
  padding: 30px; }
  .bunka-recirc > h2 {
    margin-bottom: 45px; }

.bunka-recirc__item {
  margin: 0 0 45px; }
  .bunka-recirc__item a {
    text-decoration: none;
    display: block; }
  .bunka-recirc__item h2 {
    margin-bottom: 9px; }
  .bunka-recirc__item h3 {
    margin-top: 0;
    margin-bottom: 0; }

@media only screen and (min-width: 769px) {
  .bunka-recirc {
    padding: 45px; }

  .bunka-recirc__item {
    position: relative; }
    .bunka-recirc__item:after {
      content: '';
      position: absolute;
      z-index: 1;
      top: -18px;
      left: 15px;
      width: 100%;
      height: calc(100% + 36px);
      border: 1px solid transparent;
      border-radius: 2px;
      pointer-events: none; }
    .bunka-recirc__item:hover:after {
      border-color: black; } }
.email-capture-popup {
  display: none;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); }
  .email-capture-popup .ecp__close-btn {
    cursor: pointer;
    display: block !important;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0; }
  .email-capture-popup .ecp__grid-cont {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 30px; }
  .email-capture-popup .email-capture h3 {
    margin-top: 0; }

@media only screen and (min-width: 769px) {
  .email-capture-popup {
    padding: 0 45px; }
    .email-capture-popup .ecp__grid-cont {
      padding: 0 45px; } }
.email-capture .text-input {
  margin: 7px 0 34px; }
.email-capture .email-capture__content {
  position: relative; }
  .email-capture .email-capture__content .btn {
    width: calc(50% - 12px);
    float: right; }
.email-capture .form__error {
  float: left;
  margin-top: 0px;
  margin-bottom: 30px; }
.email-capture .form__error,
.email-capture .form__success {
  text-transform: uppercase; }
.email-capture .form__success {
  margin-bottom: 98px; }
.email-capture input[type='text'] {
  background: transparent; }
.email-capture .ecp__close-btn {
  display: none; }

@media only screen and (min-width: 769px) {
  .email-capture .email-capture__content .btn {
    width: calc(33.33% - 20px); } }
.locksmith-passcode-container {
  margin: 120px auto !important; }

/*================ PAGES ================*/
body#locate .reset-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 30px;
  margin-top: 0;
  cursor: pointer;
  line-height: 27px;
  text-transform: uppercase;
  background: url("icon-reset.svg") 0 0 no-repeat; }
body#locate #stockist-widget .stockist-query-entry {
  display: block;
  width: 100%; }
  body#locate #stockist-widget .stockist-query-entry .stockist-search-field {
    height: auto;
    font-family: "nb_international_probold";
    font-size: 48px;
    line-height: initial;
    border: 0;
    padding: 0;
    margin: 0; }
  body#locate #stockist-widget .stockist-query-entry ::-webkit-input-placeholder {
    color: whitesmoke; }
  body#locate #stockist-widget .stockist-query-entry ::-moz-placeholder {
    color: whitesmoke; }
  body#locate #stockist-widget .stockist-query-entry :-ms-input-placeholder {
    color: whitesmoke; }
  body#locate #stockist-widget .stockist-query-entry :-moz-placeholder {
    color: whitesmoke; }
  body#locate #stockist-widget .stockist-query-entry .stockist-search-button {
    display: none; }
body#locate #stockist-widget .stockist-search-filters {
  display: none; }
body#locate #stockist-widget .stockist-horizontal {
  min-height: 60px; }
body#locate #stockist-widget .stockist-horizontal .stockist-side-panel,
body#locate #stockist-widget .stockist-vertical .stockist-side-panel {
  width: auto; }
body#locate #stockist-widget .stockist-horizontal .stockist-result-message,
body#locate #stockist-widget .stockist-vertical .stockist-result-message {
  display: none;
  border: 0;
  padding: 0 0 15px; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result-message .stockist-icon,
  body#locate #stockist-widget .stockist-vertical .stockist-result-message .stockist-icon {
    display: none; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result-message .stockist-result-message-text,
  body#locate #stockist-widget .stockist-vertical .stockist-result-message .stockist-result-message-text {
    margin: 0;
    line-height: 27px;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    text-transform: uppercase;
    padding-bottom: 0; }
body#locate #stockist-widget .stockist-horizontal .stockist-result-list,
body#locate #stockist-widget .stockist-vertical .stockist-result-list {
  height: auto !important;
  margin: -15px;
  overflow: visible; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result-list > ul,
  body#locate #stockist-widget .stockist-vertical .stockist-result-list > ul {
    margin-right: 0; }
body#locate #stockist-widget .stockist-horizontal .stockist-result,
body#locate #stockist-widget .stockist-vertical .stockist-result {
  display: inline-flex;
  flex-direction: column;
  padding: 0 15px 0 51px;
  margin: 30px 0;
  border: 0 !important;
  width: 100%; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result:before,
  body#locate #stockist-widget .stockist-vertical .stockist-result:before {
    content: '';
    position: absolute;
    top: 0;
    left: 15px;
    width: 27px;
    height: 27px;
    background-image: url("icon-location.svg"); }
  body#locate #stockist-widget .stockist-horizontal .stockist-result > *,
  body#locate #stockist-widget .stockist-vertical .stockist-result > * {
    margin: 18px 0; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result a,
  body#locate #stockist-widget .stockist-vertical .stockist-result a {
    text-decoration: none; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-name,
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-address,
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details,
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-filters,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-name,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-address,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-filters {
    padding: 0; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-name,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-name {
    order: 0;
    font-size: 24px;
    line-height: 27px;
    font-family: "nb_international_probold";
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 0;
    cursor: default; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-email,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-email {
    word-break: break-word; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-filters,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-filters {
    order: 1;
    margin: 9px 0 18px; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-filter,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-filter {
    display: inline-block;
    font-weight: normal;
    opacity: 0;
    text-transform: uppercase;
    margin-right: 4.5px; }
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-filter.active,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-filter.active {
      opacity: 1; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-address > *,
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details > *,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-address > *,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details > * {
    line-height: 18px; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-address,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-address {
    order: 2;
    margin-top: 3px;
    margin-bottom: 0; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-distance,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-distance {
    order: 3;
    position: relative;
    margin: -7px 0 0;
    text-align: left;
    top: auto;
    left: auto;
    width: auto;
    font-weight: normal; }
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-distance .stockist-icon,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-distance .stockist-icon {
      display: inline-block;
      width: 27px;
      height: 27px;
      margin-bottom: -9px;
      margin-right: 9px;
      background-image: url("icon-arrow-repel.svg"); }
      body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-distance .stockist-icon:before,
      body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-distance .stockist-icon:before {
        content: ''; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details,
  body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details {
    order: 4;
    margin-bottom: 0;
    display: flex;
    flex-direction: column; }
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-phone,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-phone {
      order: 1; }
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-website,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-website {
      order: 2; }
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-email,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-email {
      order: 3; }
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-phone a:after,
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-website a:after,
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-email a:after,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-phone a:after,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-website a:after,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-email a:after {
      content: '';
      position: relative;
      display: inline-block;
      width: 27px;
      height: 18px;
      vertical-align: bottom;
      background-position: center; }
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-phone a:hover:after,
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-website a:hover:after,
    body#locate #stockist-widget .stockist-horizontal .stockist-result .stockist-result-details .stockist-result-email a:hover:after,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-phone a:hover:after,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-website a:hover:after,
    body#locate #stockist-widget .stockist-vertical .stockist-result .stockist-result-details .stockist-result-email a:hover:after {
      background-image: url("icon-link-out.svg"); }
body#locate #stockist-widget .stockist-map {
  display: none; }

@media only screen and (min-width: 769px) {
  body#locate .results {
    margin-top: -20px; }
  body#locate #stockist-widget .stockist-query-entry .stockist-search-field {
    font-size: 96px; }
  body#locate #stockist-widget .stockist-horizontal .stockist-result {
    width: 33%; } }
@media only screen and (min-width: 990px) {
  body#locate #stockist-widget .stockist-horizontal .stockist-result {
    width: 25%; } }
.template-search .ais-page, .template-search .ais-page a {
  font-size: 12px;
  color: black; }
.template-search .ais-page a.btn:hover {
  color: white;
  text-decoration: none; }
.template-search .ais-page .ais-input {
  border: 0; }
.template-search .ais-page .ais-search-header {
  position: relative;
  margin: 9px 0 60px;
  background: none;
  color: black;
  padding: 0; }
  .template-search .ais-page .ais-search-header .ais-stats--body > div {
    padding-top: 6px;
    font-size: 12px !important;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    text-transform: uppercase;
    padding-bottom: 2px; }
  .template-search .ais-page .ais-search-header .ais-stats--nb-results {
    font-weight: normal; }
.template-search .ais-page .ais-clear-input-icon {
  position: absolute;
  right: 0;
  top: 2px;
  background: none;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 27px;
  text-transform: uppercase; }
  .template-search .ais-page .ais-clear-input-icon svg {
    margin-top: -2px;
    margin-right: 2px; }
.template-search .ais-page .ais-hits {
  margin: -15px; }
.template-search .ais-page .ais-hit {
  border: 0;
  width: 100% !important;
  padding: 0 15px !important;
  margin: 0 0 60px !important;
  text-align: left !important; }
.template-search .ais-page .ais-hit-empty {
  max-width: 430px;
  margin-top: 45px;
  margin-bottom: 60px;
  padding: 15px;
  text-align: left; }
.template-search .ais-page .ais-hit-empty--title {
  margin-bottom: 30px;
  font-family: "nb_international_probold";
  font-size: 24px;
  line-height: 30px; }
.template-search .ais-page .ais-product .ais-hit--details {
  margin: 0 !important;
  text-transform: uppercase; }
.template-search .ais-page .ais-hit--details {
  margin: 0 !important; }
  .template-search .ais-page .ais-hit--details * {
    white-space: normal;
    text-overflow: initial; }
.template-search .ais-page .ais-hit--meta {
  font-size: 12px;
  margin-bottom: 1px; }
.template-search .ais-page .ais-hit--title {
  font-family: "nb_international_probold";
  margin-bottom: 15px; }
.template-search .ais-page .ais-hit--title,
.template-search .ais-page .ais-hit--title * {
  font-size: 48px;
  color: black; }
.template-search .ais-page .ais-results-as-block .ais-hit--picture {
  position: relative;
  top: auto;
  left: auto;
  width: 108%;
  margin: -2% -4% 0;
  height: auto; }
.template-search .ais-search-box input {
  height: auto;
  font-family: "nb_international_probold";
  font-size: 48px;
  line-height: initial;
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0; }
  .template-search .ais-search-box input:focus {
    padding: 0;
    height: auto; }
.template-search ::-webkit-input-placeholder {
  color: whitesmoke; }
.template-search ::-moz-placeholder {
  color: whitesmoke; }
.template-search :-ms-input-placeholder {
  color: whitesmoke; }
.template-search :-moz-placeholder {
  color: whitesmoke; }

@media only screen and (min-width: 769px) {
  .template-search .results {
    margin-top: -15px; }
  .template-search .ais-page .ais-search-header {
    margin: 2px 0 60px; }
  .template-search .ais-page .ais-hits--item:nth-child(2n+1) .grid__item {
    clear: both; }
  .template-search .ais-page .ais-hit {
    margin-bottom: 50px !important; }
  .template-search .ais-page .ais-article:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -18px;
    left: 0;
    width: 100%;
    height: calc(100% + 36px);
    border: 1px solid transparent;
    border-radius: 2px; }
  .template-search .ais-page .ais-article:hover:after {
    border-color: black; }
  .template-search .ais-hit--title a:hover {
    text-decoration: none; }
  .template-search .ais-hit.ais-product .ais-product__content:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 0;
    bottom: -15px;
    right: 0;
    border: 1px solid transparent;
    border-radius: 2px; }
  .template-search .ais-hit.ais-product:hover .ais-product__content:after {
    border: 1px solid black; }
  .template-search .ais-search-box input {
    font-size: 96px;
    line-height: 108px; } }
@media only screen and (min-width: 990px) {
  .template-search .ais-page .ais-hits--item:nth-child(2n+1) .grid__item {
    clear: none; }
  .template-search .ais-page .ais-hits--item:nth-child(4n+1) .grid__item {
    clear: both; } }
.template-product main {
  padding-top: 72px; }
.template-product h2.product-category {
  margin: 0 0 -2px; }
.template-product h1 {
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 54px; }
.template-product hr.indented {
  margin-left: 30px;
  margin-right: 30px; }
.template-product .selector-wrapper {
  display: none; }
.template-product .product-cart-btn {
  position: fixed;
  z-index: 10;
  top: auto !important;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 64px;
  border: 1px solid black;
  padding: 0;
  overflow: hidden;
  font-family: "nb_international_promono";
  background: white;
  flex-direction: row;
  justify-content: space-between; }
  .template-product .product-cart-btn.active {
    display: flex; }
  .template-product .product-cart-btn.hide {
    display: none; }
  .template-product .product-cart-btn > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px; }
.template-product .product-notify-btn:not(.hide) {
  display: flex;
  align-items: center;
  height: 63px;
  width: 100%;
  justify-content: center; }
  .template-product .product-notify-btn:not(.hide) .icn-white {
    display: none; }
  .template-product .product-notify-btn:not(.hide):hover .icn-black {
    display: none; }
  .template-product .product-notify-btn:not(.hide):hover .icn-white {
    display: inline-block; }
  .template-product .product-notify-btn:not(.hide) .icn {
    margin-right: 7px; }
  .template-product .product-notify-btn:not(.hide) .product-cart-btn__price {
    display: none; }
  @media only screen and (max-width: 768px) {
    .template-product .product-notify-btn:not(.hide) {
      position: fixed;
      z-index: 10;
      top: auto !important;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      background: white;
      padding: 0; }
      .template-product .product-notify-btn:not(.hide) .icn {
        display: none !important; }
      .template-product .product-notify-btn:not(.hide) > span[data-product-notify-btn-text] {
        flex: 1 0 66%; }
      .template-product .product-notify-btn:not(.hide) > span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 63px; }
      .template-product .product-notify-btn:not(.hide) .product-cart-btn__price {
        display: flex; } }
.template-product .product-cart-btn__price {
  flex: 1 0 30%;
  border-right: 1px solid black; }
.template-product .product-cart-btn__add {
  flex: 1 0 66%; }
.template-product .product-locate-btn {
  margin-top: 30px;
  display: none; }
  .template-product .product-locate-btn.active {
    display: flex; }
.template-product .variant-grid {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -9px; }
  .template-product .variant-grid .grid__item {
    padding-left: 9px;
    cursor: pointer; }
.template-product .variant-thumb {
  position: relative;
  padding: 8px 6px 8px;
  margin-bottom: 9px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: #fafafa; }
  @media screen and (max-width: 768px) {
    .template-product .variant-thumb {
      display: flex;
      justify-content: center; } }
  .template-product .variant-thumb:hover {
    border: 1px solid black; }
  .template-product .variant-thumb.active:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 1px;
    background: black; }
  @media screen and (max-width: 768px) {
    .template-product .variant-thumb img {
      height: auto;
      width: auto;
      object-fit: contain; } }
.template-product .product-desc .shg-c {
  display: block; }
.template-product .mobile-product-content {
  padding-bottom: 100px; }
  .template-product .mobile-product-content .product-locate-btn {
    position: fixed;
    z-index: 10;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 64px;
    border: 1px solid black;
    padding: 0;
    overflow: hidden;
    font-family: "nb_international_promono";
    background: #fff;
    flex-direction: row;
    justify-content: space-between; }
    .template-product .mobile-product-content .product-locate-btn.active {
      display: flex;
      justify-content: center; }
  @media screen and (max-width: 768px) {
    .template-product .mobile-product-content .mobile-hide {
      display: none; } }
.template-product .mobile-content hr {
  height: 0;
  margin: 0 27px; }
.template-product .mobile-content .product-info {
  padding: 13.5px 27px 22.5px;
  position: relative; }
  .template-product .mobile-content .product-info .product-category {
    margin: 0 0 0px; }
  .template-product .mobile-content .product-info h1 {
    margin-bottom: 27px; }
.template-product .mobile-content .product-info.info-variant {
  padding: 13.5px 27px 17.5px; }
  .template-product .mobile-content .product-info.info-variant h2.info-title {
    margin-bottom: 18px; }
  .template-product .mobile-content .product-info.info-variant .spec-table.spec-table--compact td {
    padding: 0;
    margin: 0;
    line-height: 18px; }
  .template-product .mobile-content .product-info.info-variant .variant-grid {
    margin-top: 27px;
    margin-bottom: 22.5px; }
  .template-product .mobile-content .product-info.info-variant .dropdown-menu {
    margin: 0; }
    .template-product .mobile-content .product-info.info-variant .dropdown-menu .dropdown-menu__label, .template-product .mobile-content .product-info.info-variant .dropdown-menu .dropdown-menu__control select {
      line-height: 28px; }
.template-product .mobile-content .product-info.info-desc {
  padding: 23.5px 27px 21.5px; }
  .template-product .mobile-content .product-info.info-desc h2 {
    margin-bottom: 18px; }
  .template-product .mobile-content .product-info.info-desc h2.h2-measure {
    margin: 23px 0 18px; }
  .template-product .mobile-content .product-info.info-desc .product-desc {
    margin: 0 0 15px; }
  .template-product .mobile-content .product-info.info-desc hr {
    margin: 0; }
.template-product .mobile-content .product-recirc {
  padding: 12px 27px 27px; }
.template-product .mobile-content .v__badge {
  background: #ffffff;
  position: relative;
  top: -6px;
  z-index: 10; }
.template-product .mobile-content .product-carousel {
  margin: -45px 0 80px;
  padding: 0 15px;
  height: 216px;
  visibility: hidden; }
  .template-product .mobile-content .product-carousel .slick-list {
    top: 50%;
    transform: translate(0, -50%); }
  .template-product .mobile-content .product-carousel.slick-initialized {
    visibility: visible; }
  .template-product .mobile-content .product-carousel .slick-dots {
    left: 0;
    bottom: -50.5px; }
    .template-product .mobile-content .product-carousel .slick-dots li {
      margin: 0; }
      .template-product .mobile-content .product-carousel .slick-dots li button:before {
        opacity: 1;
        font-size: 2px; }
      .template-product .mobile-content .product-carousel .slick-dots li.slick-active button:before {
        opacity: 1;
        font-size: 4px; }
.template-product .mobile-content .product-carousel__item {
  display: none;
  margin-bottom: 0; }
  .template-product .mobile-content .product-carousel__item.active {
    display: block; }
.template-product .mobile-content .dropdown-menu {
  margin-bottom: 0; }
.template-product .mobile-content .product-desc {
  margin: 15px 0 30px; }
  .template-product .mobile-content .product-desc p {
    margin-top: 0;
    margin-bottom: 18px; }
.template-product .mobile-content .pip__shipping-info span {
  padding: 6.5px 0; }
.template-product .mobile-shogun-content {
  display: none; }
  .template-product .mobile-shogun-content .shogun-root {
    padding: 30px 0; }
  .template-product .mobile-shogun-content.active {
    display: block; }
.template-product .pip__shipping-info {
  display: flex;
  align-items: center;
  margin-top: 28px; }
  .template-product .pip__shipping-info span {
    text-transform: uppercase;
    line-height: 1;
    margin-left: 9px;
    border-bottom: 1px solid;
    padding: 7.5px 0; }
.template-product .pip__what-included {
  display: flex;
  align-items: flex-start;
  margin-top: 8px; }
  .template-product .pip__what-included p {
    display: inline-block;
    float: revert;
    flex: 90%;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 18px;
    margin-left: 9px; }

@media only screen and (min-width: 769px) {
  .template-product main {
    padding-top: 0; }

  .is-hidden {
    display: none; }

  .template-product .desktop-content h1 {
    margin-bottom: 42px; }
  .template-product .desktop-content .pip__top-border {
    width: calc(100% - 18px);
    height: 1px;
    background-color: black; }
  .template-product .desktop-content .pip__content {
    padding-right: 18px;
    overflow: hidden;
    left: -18px;
    position: relative; }
    .template-product .desktop-content .pip__content.scrollable .pip__content-inner {
      overflow: visible; }
  .template-product .desktop-content .pip__shipping-info {
    margin-top: 18px; }
  .template-product .desktop-content .pip__content-inner {
    position: relative;
    right: -18px;
    overflow: auto; }
  .template-product .desktop-content .product-info-panel {
    position: fixed;
    z-index: 20;
    top: 112.5px !important;
    left: 45px;
    width: 333px; }
  .template-product .desktop-content .v__badge {
    position: absolute;
    top: 68px; }
  .template-product .desktop-content .pip__bg {
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    pointer-events: none;
    overflow: hidden; }
    .template-product .desktop-content .pip__bg svg {
      height: 100%; }
  .template-product .desktop-content .pip__toggle {
    position: fixed;
    z-index: 20;
    left: 45px;
    bottom: 45px !important;
    width: 27px;
    height: 27px;
    cursor: pointer; }
    .template-product .desktop-content .pip__toggle.is-relative {
      position: relative;
      left: auto;
      bottom: auto !important;
      margin-top: 30px;
      margin-bottom: 45px; }
    .template-product .desktop-content .pip__toggle span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%; }
    .template-product .desktop-content .pip__toggle span.icon-show {
      display: none; }
    .template-product .desktop-content .pip__toggle.active span.icon-show {
      display: block; }
    .template-product .desktop-content .pip__toggle.active span.icon-hide {
      display: none; }
  .template-product .desktop-content .pip_accordions {
    margin-top: 30px; }
  .template-product .desktop-content .pip__accordion {
    position: relative;
    overflow: hidden;
    height: 43px;
    border-top: 1px solid black;
    margin-top: 0.75px; }
    .template-product .desktop-content .pip__accordion:first-child {
      border-top: 0; }
    .template-product .desktop-content .pip__accordion:last-child .pip__accordion-content {
      padding-bottom: 0;
      padding-top: 7.5px; }
    .template-product .desktop-content .pip__accordion.active {
      height: auto; }
      .template-product .desktop-content .pip__accordion.active .pip__accordion-toggle {
        background-image: url("icon-collapse.svg"); }
  .template-product .desktop-content .pip__accordion-title {
    margin: 13px 0 14px; }
  .template-product .desktop-content .pip__accordion-content {
    padding: 6px 0 15px; }
  .template-product .desktop-content .pip__accordion-toggle {
    position: absolute;
    right: 0;
    top: 9px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    background-image: url("icon-expand.svg"); }
  .template-product .desktop-content .product-desc p {
    margin-top: 0;
    margin-bottom: 18px; }
  .template-product .desktop-content .spec-table {
    margin-bottom: 16px; }
  .template-product .desktop-content .variant-grid {
    margin-top: 22px;
    margin-bottom: 15px; }
    .template-product .desktop-content .variant-grid .grid__item {
      margin-bottom: 9px; }
      .template-product .desktop-content .variant-grid .grid__item .variant-thumb {
        padding: 7px 6px 7px;
        margin-bottom: 0; }
        .template-product .desktop-content .variant-grid .grid__item .variant-thumb img {
          height: 35px;
          width: auto; }
  .template-product .desktop-content .dropdown-menu {
    margin-top: 12px;
    margin-bottom: 36px; }
  .template-product .desktop-content .product-cart-btn {
    position: relative;
    height: 63px;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 9px 0;
    background: transparent; }
    .template-product .desktop-content .product-cart-btn:hover .product-cart-btn__price {
      background: black;
      border-right: 1px solid white; }
    .template-product .desktop-content .product-cart-btn:hover .product-cart-btn__add {
      background: black; }
    .template-product .desktop-content .product-cart-btn > div {
      height: 63px; }
  .template-product .desktop-content .page-scroll-prompt {
    position: fixed;
    z-index: 20;
    left: 50%;
    bottom: 45px !important;
    transform: translateX(-50%);
    cursor: pointer; }
  .template-product .desktop-content .page-scroll-observer {
    position: fixed;
    z-index: 20;
    right: 45px;
    top: 50%;
    transform: translateY(-50%); }
    .template-product .desktop-content .page-scroll-observer .pso__dot {
      width: 2px;
      height: 2px;
      border-radius: 50%;
      background: black;
      margin: 18px 0;
      transform-origin: center; }
      .template-product .desktop-content .page-scroll-observer .pso__dot.active {
        transform: scale(2); }
  .template-product .desktop-content [data-variant-content] {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: none; }
    .template-product .desktop-content [data-variant-content].active {
      display: block; }
    .template-product .desktop-content [data-variant-content].module-content {
      height: auto;
      min-height: 100vh; }
  .template-product .desktop-content .full-bleed-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: center; }
    .template-product .desktop-content .full-bleed-video iframe, .template-product .desktop-content .full-bleed-video video {
      width: 100vw;
      height: 51.5972222vw;
      min-height: 100vh;
      min-width: 193.8vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .template-product .desktop-content .full-bleed-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 84.167%; }
    .template-product .desktop-content .full-bleed-img.contain {
      background-size: contain; }
    .template-product .desktop-content .full-bleed-img.cover {
      background-size: cover; }
  .template-product .desktop-content .bunka-section {
    padding: 45px; } }
.template-cart h2 {
  margin: 3px 0 0; }
.template-cart h3 {
  margin: 0; }
.template-cart .item-table {
  padding-top: 6px;
  border-bottom: 1px solid black; }
  .template-cart .item-table > tbody > tr > td {
    padding: 0;
    position: relative; }
.template-cart .item-table-row {
  border-bottom: 1px dashed black;
  padding-bottom: 32px;
  padding-top: 0; }
  .template-cart .item-table-row:last-child {
    border-bottom: 0; }
.template-cart .item-table__image-cell {
  padding-top: 35px !important; }
.template-cart .item-remove {
  position: absolute;
  top: 10px;
  right: 0; }
  .template-cart .item-remove svg {
    width: 25px;
    height: 25px;
    margin-top: -2px;
    margin-left: -7px;
    margin-right: -9px; }
.template-cart .item-table__quantity {
  display: inline-block; }
  .template-cart .item-table__quantity .dropdown-menu {
    width: 85px;
    margin: 0 0 11px; }
    .template-cart .item-table__quantity .dropdown-menu select {
      text-transform: lowercase; }
  .template-cart .item-table__quantity .dropdown-menu__control {
    padding-right: 0; }
.template-cart .item-image {
  display: block;
  margin-bottom: 30px; }
  .template-cart .item-image img {
    width: 108%;
    max-width: none;
    margin-left: -4%; }
.template-cart .mobile-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline; }
.template-cart .item-price {
  float: right;
  line-height: 30px; }
.template-cart .spec-table {
  margin: 6px 0; }
.template-cart .cart-totals {
  margin: 20px 0;
  line-height: 18px; }
  .template-cart .cart-totals hr {
    margin: 27px 0 21px; }
.template-cart .cart-actions {
  margin: 30px 0 0; }
.template-cart .empty-message {
  padding-top: 30px; }
.template-cart .delivery-info {
  text-transform: uppercase;
  line-height: 18px; }

@media only screen and (max-width: 768px) {
  .template-cart .cart-actions .btn {
    width: 100%; } }
@media only screen and (min-width: 769px) {
  .template-cart main {
    padding-top: 117px; }
  .template-cart h1 {
    line-height: 54px;
    margin-bottom: 40px;
    margin-top: 0; }
  .template-cart h2 {
    margin: 0; }
  .template-cart .item-table {
    width: 100%;
    border-collapse: collapse;
    margin: 40px 0 27px; }
    .template-cart .item-table > tbody > tr > td {
      padding: 30px 0 27px; }
    .template-cart .item-table > tbody > tr > td:last-child {
      text-align: right; }
      .template-cart .item-table > tbody > tr > td:last-child .delivery-info {
        white-space: nowrap;
        margin-top: 45px;
        position: absolute;
        right: 0; }
  .template-cart .item-table-row {
    padding: 0; }
    .template-cart .item-table-row > td {
      vertical-align: top;
      font-size: 12px;
      line-height: 18px; }
      .template-cart .item-table-row > td:nth-child(2) {
        padding-left: 10px; }
      .template-cart .item-table-row > td:nth-child(3) {
        padding-left: 16px; }
      .template-cart .item-table-row > td:nth-child(4) {
        padding-left: 22px; }
  .template-cart .item-table__image-cell {
    position: relative;
    display: flex;
    padding-top: 30px !important; }
    .template-cart .item-table__image-cell .desktop-info {
      padding-top: 0; }
  .template-cart .item-table__quantity {
    display: table-cell;
    padding-top: 19px !important; }
    .template-cart .item-table__quantity .dropdown-menu {
      margin: 0; }
  .template-cart .table-header {
    text-align: left;
    border-bottom: 1px solid black; }
    .template-cart .table-header th {
      text-transform: uppercase;
      font-weight: normal;
      padding-bottom: 4px;
      width: 16.67%;
      font-size: 12px;
      line-height: 18px; }
      .template-cart .table-header th:first-child {
        width: 33.33%; }
      .template-cart .table-header th:nth-child(2) {
        width: 25%;
        padding-left: 10px; }
      .template-cart .table-header th:nth-child(3) {
        padding-left: 16px; }
      .template-cart .table-header th:nth-child(4) {
        padding-left: 22px; }
      .template-cart .table-header th:last-child {
        text-align: right;
        width: 8.34%; }
  .template-cart .item-image {
    display: inline-block;
    margin-left: -1.5%;
    max-width: calc(53% - 23px);
    margin-bottom: 0; }
    .template-cart .item-image img {
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-top: -4%; }
  .template-cart .item-remove {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px; }
  .template-cart .spec-table {
    margin: 0; }
  .template-cart .desktop-info {
    margin-left: 22px;
    padding-top: 2px; }
  .template-cart .cart-totals {
    width: calc(25% - 23px);
    float: right;
    margin: 0; }
    .template-cart .cart-totals hr {
      margin-top: 20px; }
  .template-cart .cart-actions {
    clear: both;
    text-align: right;
    padding-top: 104px;
    padding-bottom: 45px;
    margin: 0; }
    .template-cart .cart-actions .btn {
      margin-left: 23px; }
    .template-cart .cart-actions .btn-update {
      width: 16.67% !important; }
    .template-cart .cart-actions .btn-checkout {
      width: calc(25% - 23px) !important; } }
@media only screen and (min-width: 769px) {
  body#shop .tablet-content {
    display: block; }
  body#shop .desktop-content {
    display: none; } }
@media only screen and (min-width: 1025px) {
  body#shop .tablet-content {
    display: none !important; }
  body#shop .desktop-content {
    display: block; } }
@media screen and (max-width: 1024px) {
  .dropdown-menu__control select {
    display: block;
    line-height: 27px; }
  .dropdown-menu__control .select2-container--matsuda {
    display: none; } }
body#shop .refine-overlay {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 27px;
  background: white; }
  body#shop .refine-overlay.active {
    display: block; }
  body#shop .refine-overlay h1 {
    margin-top: 27px;
    margin-bottom: 45px; }
  body#shop .refine-overlay .filter .dropdown-menu {
    margin: 34px 0; }
body#shop .refine-overlay__submit-btn {
  position: absolute;
  width: calc(100% - 54px);
  bottom: 27px;
  left: 27px;
  right: 27px; }
body#shop .refine-overlay__reset-btn {
  position: absolute;
  top: 27px;
  right: 27px;
  text-transform: uppercase; }
body#shop .refine-btn {
  width: 100%; }
body#shop .filter-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px; }
body#shop .filter-tag {
  margin: 0 9px 9px 0;
  padding: 7px 9px 7px 28px;
  background: whitesmoke;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-image: url("icon-close.svg");
  background-position: 7.5px 7px;
  background-size: 13.5px;
  border-radius: 2px;
  display: none; }
body#shop .results {
  margin-left: 0; }
body#shop .result {
  position: relative;
  padding: 0;
  margin: 33px 0 15px;
  height: 312px; }
  body#shop .result h1 {
    margin: 0; }
  body#shop .result h2 {
    margin: 0; }
body#shop .result__image {
  height: 100%;
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -13px;
  margin-right: -13px;
  padding: 0 13px; }
body#shop .result__content {
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  width: calc(100% + 60px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
body#shop .result__text {
  margin-left: 30px; }
body#shop .result__thumbs {
  visibility: hidden; }
  body#shop .result__thumbs.slick-initialized {
    visibility: visible; }
  body#shop .result__thumbs .slick-track {
    left: 30px; }
body#shop .result__thumb {
  width: 101px;
  height: 54px;
  padding: 6px 3px;
  border-radius: 2px;
  background-color: whitesmoke;
  border: 1px solid transparent;
  margin-right: 12px; }
  body#shop .result__thumb.active {
    border-bottom-color: black;
    border-radius: 2px 2px 0 0; }

@media only screen and (min-width: 1025px) {
  body#shop .filters {
    display: flex;
    justify-content: space-between; }
  body#shop .filter {
    flex: 0 1 18%; }
    body#shop .filter .dropdown-menu {
      margin-top: 5px; }
    body#shop .filter .dropdown-menu__label {
      min-width: 100px; }
  body#shop .result-info {
    display: flex;
    justify-content: space-between; }
  body#shop .result-info__count {
    margin-top: 2px; }
  body#shop .result-info__reset {
    margin-top: 2px;
    text-transform: uppercase;
    cursor: pointer; }
    body#shop .result-info__reset .icon {
      margin-right: 3px; }
  body#shop .results {
    margin-top: 15px;
    margin-left: -30px;
    padding-bottom: 30px; }
  body#shop .result {
    padding-left: 30px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px; }
  body#shop .result__text {
    margin: 0; }
  body#shop .result__text,
  body#shop .result__thumbs.slick-initialized {
    visibility: hidden; }
  body#shop .result__content {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    padding: 15px; }
    body#shop .result__content:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: -15px;
      top: -15px;
      width: calc(100% + 30px);
      height: calc(100% + 30px);
      border-radius: 2px;
      border: 1px solid transparent;
      pointer-events: none; }
    body#shop .result__content:hover:after {
      border-color: black; }
    body#shop .result__content:hover .result__text,
    body#shop .result__content:hover .result__thumbs.slick-initialized {
      visibility: visible; }
  body#shop .result__image {
    background-size: 92% auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 30px;
    right: 0; }
  body#shop .medium-up--two-thirds .result__image {
    background-size: 100% auto; }
  body#shop .result__thumbs {
    position: absolute;
    bottom: 27px;
    left: 37px;
    max-width: calc(100% - 74px); }
    body#shop .result__thumbs.no-carousel {
      left: 27px; }
      body#shop .result__thumbs.no-carousel .slick-next,
      body#shop .result__thumbs.no-carousel .slick-prev {
        display: none !important; }
    body#shop .result__thumbs .slick-track {
      left: auto; }
    body#shop .result__thumbs .slick-next:before,
    body#shop .result__thumbs .slick-prev:before {
      color: black;
      content: ''; }
    body#shop .result__thumbs .slick-next {
      right: -27px; }
      body#shop .result__thumbs .slick-next, body#shop .result__thumbs .slick-next:before {
        width: 27px;
        height: 27px; }
      body#shop .result__thumbs .slick-next:before {
        display: block;
        background: url("icon-next.svg"); }
    body#shop .result__thumbs .slick-prev {
      left: -27px; }
      body#shop .result__thumbs .slick-prev, body#shop .result__thumbs .slick-prev:before {
        width: 27px;
        height: 27px; }
      body#shop .result__thumbs .slick-prev:before {
        display: block;
        background: url("icon-previous.svg"); }
  body#shop .result__thumb {
    width: 80px;
    height: 44px;
    cursor: pointer; }
    body#shop .result__thumb:hover {
      border-radius: 2px;
      border: 1px solid black; } }
@media screen and (min-width: 1025px) and (max-width: 1385px) {
  body#shop .filter .dropdown-menu__label {
    min-width: 0;
    padding-right: 15px;
    flex: none; }
  body#shop .filter .dropdown-menu__control {
    flex: 1 0 50%;
    padding: 0 30px 0 13px; } }
@media screen and (min-width: 990px) and (max-width: 1024px) {
  body#shop .refine-overlay .dropdown-menu__label {
    flex: 0 1 22%; }
  body#shop .refine-overlay .dropdown-menu__control {
    flex: 0 1 78%; } }
@media screen and (min-width: 1024px) {
  body#shop .result {
    height: 290px; }
  body#shop .result--jumbo {
    height: 640px; } }
@media screen and (min-width: 1200px) {
  body#shop .result {
    height: 350px; }
  body#shop .result--jumbo {
    height: 730px; } }
@media screen and (min-width: 1350px) {
  body#shop .result {
    height: 400px; }
  body#shop .result--jumbo {
    height: 830px; } }
@media screen and (min-width: 1440px) {
  body#shop .result {
    height: 430px; }
  body#shop .result--jumbo {
    height: 890px; } }
@media screen and (min-width: 1600px) {
  body#shop .result {
    height: 483px; }
  body#shop .result--jumbo {
    height: 996px; } }
@media screen and (min-width: 1800px) {
  body#shop .result {
    height: 550px; }
  body#shop .result--jumbo {
    height: 1130px; } }
@media screen and (min-width: 2000px) {
  body#shop .result {
    height: 616px; }
  body#shop .result--jumbo {
    height: 1262px; } }
@media screen and (min-width: 2240px) {
  body#shop .result {
    height: 696px; }
  body#shop .result--jumbo {
    height: 1422px; } }
@media screen and (min-width: 2480px) {
  body#shop .result {
    height: 786px; }
  body#shop .result--jumbo {
    height: 1612px; } }
.template-blog {
  background: transparent; }
  .template-blog p {
    line-height: 18px; }
  .template-blog img {
    width: 100%;
    height: auto; }
  .template-blog .blog-header {
    position: relative;
    height: 100vh; }
  .template-blog .blog-header__mobile-image {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover; }
  .template-blog .blog-header__text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 27px; }
  .template-blog .blog-header__logo {
    margin-bottom: 30px; }
  .template-blog .articles {
    padding: 90px 27px 0; }
  .template-blog .article {
    display: block;
    text-decoration: none;
    margin-bottom: 86px; }
    .template-blog .article h2 {
      margin-top: 30px;
      margin-bottom: 9px; }
    .template-blog .article h3 {
      margin-top: 0;
      margin-bottom: 18px; }
    .template-blog .article p {
      margin: 0; }
  .template-blog .parallax-window {
    min-height: 450px;
    background: transparent;
    padding: 90px 27px 45px;
    margin-bottom: 90px;
    color: white; }
    .template-blog .parallax-window h2 {
      margin-bottom: 0; }
    .template-blog .parallax-window h1 {
      margin-top: 5px;
      margin-bottom: 0; }
    .template-blog .parallax-window p {
      margin-top: 22px;
      margin-bottom: 0; }
    .template-blog .parallax-window .btn {
      margin-top: 32px; }
  .template-blog .email-capture {
    padding: 100px 27px 135px; }
    .template-blog .email-capture label {
      min-width: 100px; }

@media only screen and (min-width: 769px) {
  .template-blog .blog-header {
    height: 450px;
    overflow: hidden; }
  .template-blog .blog-header__desktop-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .template-blog .blog-header__text {
    padding: 0 45px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1440px; }
  .template-blog .blog-header__copy {
    margin-top: 9px; }
  .template-blog .articles,
  .template-blog .email-form {
    padding-left: 45px;
    padding-right: 45px; }
  .template-blog .parallax-window {
    padding: 100px 45px 117px; }
  .template-blog .email-capture {
    padding-left: 0;
    padding-right: 0; }
    .template-blog .email-capture .form__error {
      margin-top: 18px;
      margin-bottom: 0; }
  .template-blog .article:nth-child(3n+1) {
    clear: both; } }
@media only screen and (min-width: 990px) {
  .template-blog .article:nth-child(3n+1) {
    clear: none; }
  .template-blog .article:nth-child(4n+1) {
    clear: both; } }
@media screen and (max-width: 320px) {
  .page-with-gutters {
    padding: 83px 15px 15px; }

  body#your-shopping-cart form .desktop-info h3 {
    font-size: 22px;
    line-height: 1.8; } }
@media screen and (min-width: 1600px) {
  .template-product .full-bleed-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: contain;
    background-position: center; }
    .template-product .full-bleed-video video, .template-product .full-bleed-video iframe {
      width: 100vw;
      height: 51.5972222vw;
      min-height: 100vh;
      min-width: 193.8vh;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
@media screen and (min-width: 1300px) and (max-height: 900px) {
  .template-product .full-bleed-video video, .template-product .full-bleed-video iframe {
    transform: translate(-50%, -50%) scale(1.1) !important; } }
/*============================================================================
      SHOGUN CSS OVERRIDES

body#about {
  @media only screen and (min-width: 769px) {
    .module--size-full .module__text {
        width: calc(33.33% - 50px);
        left: calc(8.33% + 40px);
    }
  }
}

body#craftsmanship-hand-made-japanese-eyewear-and-sunglasses {

}


==============================================================================*/
@media only screen and (max-width: 768px) {
  .module__text.module__text--large-title .module__text-title {
    font-size: 48px !important;
    line-height: 54px !important; }

  .module__text-title--large {
    font-size: 48px !important;
    line-height: 54px !important; } }
@media only screen and (min-width: 768px) {
  /*
   Regular Header 
  */
  .module__text:not(.module__text--large-title) .module__text-title {
    font-size: 36px !important;
    line-height: 36px !important;
    margin: 0 0 18px; }

  .module__text:not(.module__text--large-title) .module__text-category {
    margin: 0 0 9px; }

 /*
 Large Header 
*/
  .module__text.module__text--large-title .module__text-title {
    font-size: 48px !important;
    line-height: 54px !important; } }
@media only screen and (min-width: 901px) {
  .module__text:not(.module__text--large-title) .module__text-title {
    font-size: 36px !important;
    line-height: 36px !important;
    margin: 0 0 18px; }

  .module__text:not(.module__text--large-title) .module__text-category {
    margin: 0 0 9px; }

  .module__text.module__text--large-title .module__text-title {
    font-size: 72px !important;
    line-height: 72px !important; } }
@media only screen and (min-width: 1281px) {
  .module__text:not(.module__text--large-title) .module__text-title {
    font-size: 48px !important;
    line-height: 54px !important;
    margin: 0 0 22px; }

  .module__text:not(.module__text--large-title) .module__text-category {
    margin: 0 0 5px; }

  .module__text.module__text--large-title .module__text-title {
    font-size: 96px !important;
    line-height: 99px !important;
    margin: 0 0 27px; }

  .module__text.module__text--large-title .module__text-category {
    margin: 0 0 14px; } }
@media only screen and (max-width: 768px) {
  .btn.large, .btn.medium, .btn.medium-small {
    width: 100%; } }

.template-product .desktop-content .full-bleed-video iframe.vimeo-player:not(.active) {
  opacity: 0; }

body.template-product .desktop-content .full-bleed-video {
  background: #F9F8FB; }

@media only screen and (min-width: 769px) {
  .module--size-full .module__text {
    width: calc(50% - 60px); }

  .module--size-two-thirds .module__text-cta {
    width: calc(75% - 8px) !important; }

  .module--size-full .module__text-cta {
    width: calc(50% - 15px) !important; }

  .module--size-full-split .module__text-cta {
    width: calc(75% - 8px) !important; } }
@media only screen and (max-width: 768px) {
  .module--size-full .module__text-cta {
    width: calc(100%) !important; } }
@media only screen and (min-width: 901px) {
  .module__text-cta {
    width: calc(50% - 12px) !important; } }
@media only screen and (min-width: 1280px) {
  .module--size-full .module__text {
    width: calc(33.33% - 50px); }

  .module--size-full .module__text-cta {
    width: calc(75% - 8px) !important; } }
@media only screen and (max-width: 1130px) {
  #s-176133ed-9944-47ec-941d-a5ca1ae46894 .module--size-full .module__text {
    width: calc(65% - 52px); }

  #s-176133ed-9944-47ec-941d-a5ca1ae46894 .module--size-full .module__text-cta {
    width: calc(43% - 15px) !important; } }
@media only screen and (min-width: 768px) and (max-width: 930px) {
  #s-176133ed-9944-47ec-941d-a5ca1ae46894 .module--size-full .module__text {
    width: calc(75% - 75px); }

  #s-176133ed-9944-47ec-941d-a5ca1ae46894 .module--size-full .module__text-cta {
    width: calc(33.333% - 20px) !important; } }
@media only screen and (max-width: 768px) {
  #s-176133ed-9944-47ec-941d-a5ca1ae46894 .module--size-full .module__text, #s-176133ed-9944-47ec-941d-a5ca1ae46894 .module--size-full .module__text-cta, .module__text-cta, #s-176133ed-9944-47ec-941d-a5ca1ae46894 .module--size-full .module__text-cta {
    width: 100% !important; } }
/* USource 20Aug2020.1 : Change mouse pointer on disabled buttons */
.template-product .product-cart-btn[disabled] {
  cursor: default; }

/* USource 20Aug2020.2 : Change color of disabled buttons */
.template-product .product-cart-btn[disabled]:hover,
.template-product .product-cart-btn[disabled]:hover .product-cart-btn__add,
.template-product .product-cart-btn[disabled]:hover .product-cart-btn__price {
  color: #000 !important;
  background: transparent !important; }

.template-product .product-cart-btn[disabled]:hover .product-cart-btn__price {
  border-right: 1px solid #000 !important; }

/* USource 20Aug2020.3 : Fix alignment of variant thumbnails */
.template-product .grid__item.one-third:nth-child(4n) {
  clear: both; }

/* USource 24Aug2020.1 : Fix thumbnail size to be consistent */
@media (max-width: 768px) {
  .template-product .variant-thumb img {
    width: 100%;
    height: 36px; } }
/* USource 24Aug2020.2 : Fix hover state of variant thumbnails */
@media (max-width: 768px) {
  .template-product .variant-thumb {
    border: 1px solid #fafafa !important;
    border-bottom: 1px solid transparent !important; } }
/* USource 04Sep2020.1 : GDPR and Cookie Popup */
.cc-message {
  font-size: 12px !important;
  font-family: "nb_international_promono" !important;
  text-transform: uppercase; }

a.cc-btn.cc-settings {
  border: 0;
  font-weight: normal;
  text-transform: uppercase;
  background: transparent !important;
  color: #000 !important;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "nb_international_promono" !important; }

a.cc-btn.cc-allow {
  border-radius: 0px !important;
  border: #000 solid 1px;
  font-size: 12px;
  color: #000;
  background: transparent !important;
  font-family: "nb_international_promono" !important;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px; }

a.cc-btn.cc-allow:hover {
  color: #fff;
  background: #000 !important; }

a.cc-link {
  opacity: 1; }

a.cc-btn.cc-dismiss {
  visibility: hidden; }

a.cc-btn.cc-dismiss:after {
  content: "CLOSE";
  font-weight: normal;
  font-family: "nb_international_promono" !important;
  font-size: 12px;
  opacity: 1;
  visibility: visible; }

@media (min-width: 1080px) {
  .cc-banner .cc-btn:last-child, .cc-theme-classic .cc-btn:last-child {
    min-width: 200px; }

  a.cc-btn.cc-settings {
    margin: 0 20px; } }
@media (max-width: 1025px) {
  a.cc-btn.cc-dismiss {
    position: static !important; } }
@media (max-width: 768px) {
  .cc-compliance.cc-highlight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-flow: row wrap; }

  a.cc-btn.cc-dismiss {
    -webkit-order: 2;
    order: 2; }

  a.cc-btn.cc-settings {
    order: 3;
    -webkit-order: 3; }

  a.cc-btn.cc-allow {
    order: 1;
    margin: 0;
    -webkit-order: 1;
    width: 100%;
    min-width: 100% !important; }

  .cc-window.cc-floating {
    padding-top: 0; }

  .cc-window .cc-message {
    margin-bottom: 3px; }

  .cc-message {
    margin-bottom: 0px !important;
    padding-top: 5px !important; } }
.cookie_settings_header {
  font-family: "nb_international_promono" !important;
  font-weight: bold !important;
  letter-spacing: 0;
  padding-top: 5px !important;
  float: left;
  width: 100%;
  padding-bottom: 17px; }

.cc-settings-dialog label {
  font-weight: normal !important;
  font-family: "nb_international_promono" !important;
  font-size: 12px !important;
  opacity: 1;
  margin-bottom: 6px !important; }

.cc-settings-dialog {
  font-family: "nb_international_promono" !important;
  font-size: 12px !important; }

a.cc-btn.cc-btn-save-settings {
  background: transparent;
  border: #000 solid 1px;
  color: #000;
  font-weight: normal;
  font-family: "nb_international_promono" !important;
  border-radius: 0px;
  text-transform: uppercase;
  padding: 12px 10px; }

a.cc-btn.cc-btn-save-settings:hover {
  background: #000;
  color: #fff; }

a.cc-btn.cc-btn-close-settings {
  text-align: right;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "nb_international_promono" !important;
  font-size: 12px; }

.cc-settings-dialog input[type=checkbox] {
  position: relative;
  top: 2px; }

.cc-settings-dialog {
  border: #000 solid 1px; }

@media (max-width: 1025px) {
  div.cc-highlight .cc-btn:first-child {
    right: 16px !important;
    top: 14px !important;
    background: url(close.svg) no-repeat 0 0;
    font-size: 0px !important;
    width: 20px;
    height: 20px; } }
a.cc-btn.cc-btn-accept-all {
  display: none; }

.cc-settings-dialog a.cc-btn.cc-btn-accept-selected {
  padding: 15px 0;
  font-size: 14px;
  font-weight: 400;
  border-width: 1px;
  border-radius: 2px; }

.cc-settings-dialog .cc-compliance.cc-highlight {
  margin-top: 30px;
  margin-bottom: 30px; }

.cc-banner .cc-btn.cc-allow {
  border-radius: 2px !important; }

.cc-settings-dialog label:after {
  content: "";
  background: #000;
  width: 92%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: 19px; }

.cc-settings-dialog label {
  position: relative; }

.cc-settings-dialog .cc-compliance a.cc-btn.cc-btn-close-settings {
  position: absolute;
  z-index: 9;
  right: 300px;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  font-size: 14px; }

.cc-settings-dialog .cc-compliance a.cc-btn.cc-btn-close-settings::before {
  content: "CLOSE"; }

@media (max-width: 1022px) {
  .cc-settings-dialog .cc-compliance a.cc-btn.cc-btn-close-settings {
    display: none; } }
@media (min-width: 1026px) {
  .cc-settings-dialog .cc-compliance.cc-highlight {
    position: relative; }

  .cc-settings-dialog a.cc-btn.cc-btn-accept-selected {
    width: 250px !important;
    position: absolute;
    right: 0; } }
/* USource 04Sep2020.2 : Always display product cart button */
.template-product .product-cart-btn {
  display: flex; }

/* USource 07Sep2020.1 : PDP add to cart button */
[data-product-compare-price] {
  text-decoration: line-through;
  margin-left: 5px; }

.template-product .with-compare-price .product-cart-btn__price,
.template-product .with-compare-price .product-cart-btn__add {
  flex: 1 0 50%; }

/* USource 20Aug2020.3 : Fix alignment of variant thumbnails */
.template-product .grid__item.one-third:nth-child(3n+4) {
  clear: both; }

/* USource 20Aug2020.1 : Change mouse pointer on disabled buttons */
.template-product .product-cart-btn[disabled] {
  cursor: default; }

/* USource 20Aug2020.2 : Change color of disabled buttons */
.template-product .product-cart-btn[disabled]:hover,
.template-product .product-cart-btn[disabled]:hover .product-cart-btn__add,
.template-product .product-cart-btn[disabled]:hover .product-cart-btn__price {
  color: #000 !important;
  background: transparent !important; }

.template-product .product-cart-btn[disabled]:hover .product-cart-btn__price {
  border-right: 1px solid #000 !important; }

@media (max-width: 768px) {
  .template-product .product-cart-btn[disabled]:hover,
  .template-product .product-cart-btn[disabled]:hover .product-cart-btn__add,
  .template-product .product-cart-btn[disabled]:hover .product-cart-btn__price {
    background: #fff !important; }

  .template-product .product-cart-btn:hover,
  .template-product .product-cart-btn:hover .product-cart-btn__add,
  .template-product .product-cart-btn:hover .product-cart-btn__price {
    background: #fff !important;
    color: #000 !important; } }
/* USource 16Sep2020.1 : Hide duplicate product description */
@media (max-width: 768px) {
  .template-product .product-desc.rte > .shogun-root + .shg-c {
    display: none; } }
/* USource 23Sep2020.1 : Load More button */
.btn.js-load-more {
  font-size: 20px;
  padding: 15px 30px !important;
  margin: auto;
  margin-bottom: 20px;
  display: block; }

/* USource 28Sep2020.1 : Transferred collection page CSS */
@media only screen and (min-width: 769px) {
  body#shop .tablet-content, .template-collection .tablet-content {
    display: block; }
  body#shop .desktop-content, .template-collection .desktop-content {
    display: none; } }
@media only screen and (min-width: 1025px) {
  body#shop .tablet-content, .template-collection .tablet-content {
    display: none !important; }
  body#shop .desktop-content, .template-collection .desktop-content {
    display: block; } }
@media screen and (max-width: 1024px) {
  .dropdown-menu__control select {
    display: block;
    line-height: 27px; } }
body#shop .refine-overlay, .template-collection .refine-overlay {
  display: none;
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 27px;
  background: white; }
  body#shop .refine-overlay.active, .template-collection .refine-overlay.active {
    display: block; }
  body#shop .refine-overlay h1, .template-collection .refine-overlay h1 {
    margin-top: 27px;
    margin-bottom: 45px; }
  body#shop .refine-overlay .filter .dropdown-menu, .template-collection .refine-overlay .filter .dropdown-menu {
    margin: 34px 0; }
body#shop .refine-overlay__submit-btn, .template-collection .refine-overlay__submit-btn {
  position: absolute;
  width: calc(100% - 54px) !important;
  bottom: 27px;
  left: 27px;
  right: 27px; }
body#shop .refine-overlay__reset-btn, .template-collection .refine-overlay__reset-btn {
  position: absolute;
  top: 27px;
  right: 27px;
  text-transform: uppercase; }
body#shop .refine-btn, .template-collection .refine-btn {
  width: 100%; }
body#shop .filter-tags, .template-collection .filter-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px; }
body#shop .filter-tag, .template-collection .filter-tag {
  margin: 0 9px 9px 0;
  padding: 7px 9px 7px 28px;
  background: whitesmoke;
  text-transform: capitalize;
  background-repeat: no-repeat;
  background-image: url("icon-close.svg");
  background-position: 7.5px 7px;
  background-size: 13.5px;
  border-radius: 2px;
  display: none; }
body#shop .results, .template-collection .results {
  margin-left: 0; }
body#shop .result, .template-collection .result {
  position: relative;
  padding: 0;
  margin: 33px 0 15px;
  height: 312px; }
  body#shop .result h1, .template-collection .result h1 {
    margin: 0; }
  body#shop .result h2, .template-collection .result h2 {
    margin: 0; }
body#shop .result__image, .template-collection .result__image {
  height: 100%;
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -13px;
  margin-right: -13px;
  padding: 0 13px; }
body#shop .result__content, .template-collection .result__content {
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  width: calc(100% + 60px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
body#shop .result__text, .template-collection .result__text {
  margin-left: 30px; }
body#shop .result__thumbs, .template-collection .result__thumbs {
  visibility: hidden; }
  body#shop .result__thumbs.slick-initialized, .template-collection .result__thumbs.slick-initialized {
    visibility: visible; }
  body#shop .result__thumbs .slick-track, .template-collection .result__thumbs .slick-track {
    left: 30px; }
body#shop .result__thumb, .template-collection .result__thumb {
  width: 101px;
  height: 54px;
  padding: 6px 3px;
  border-radius: 2px;
  background-color: whitesmoke;
  border: 1px solid transparent;
  margin-right: 12px; }
  body#shop .result__thumb.active, .template-collection .result__thumb.active {
    border-bottom-color: black;
    border-radius: 2px 2px 0 0; }

@media only screen and (min-width: 1025px) {
  body#shop .filters, .template-collection .filters {
    display: flex;
    justify-content: space-between; }
  body#shop .filter, .template-collection .filter {
    flex: 0 1 18%; }
    body#shop .filter .dropdown-menu, .template-collection .filter .dropdown-menu {
      margin-top: 6.5px; }
    body#shop .filter .dropdown-menu__label, .template-collection .filter .dropdown-menu__label {
      min-width: 100px; }
  body#shop .result-info, .template-collection .result-info {
    display: flex;
    justify-content: space-between; }
  body#shop .result-info__count, .template-collection .result-info__count {
    margin-top: 3.5px;
    margin-bottom: 11px; }
  body#shop .result-info__reset, .template-collection .result-info__reset {
    margin-top: 2px;
    text-transform: uppercase;
    cursor: pointer; }
    body#shop .result-info__reset .icon, .template-collection .result-info__reset .icon {
      margin-right: 3px; }
  body#shop .results, .template-collection .results {
    margin-top: 15px;
    margin-left: -30px;
    padding-bottom: 30px; }
  body#shop .result, .template-collection .result {
    padding-left: 30px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px; }
  body#shop .result__text, .template-collection .result__text {
    margin: 0; }
  body#shop .result__text,
  body#shop .result__thumbs.slick-initialized, .template-collection .result__text,
  .template-collection .result__thumbs.slick-initialized {
    visibility: hidden; }
  body#shop .result__content, .template-collection .result__content {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    padding: 15px; }
    body#shop .result__content:after, .template-collection .result__content:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: -15px;
      top: -15px;
      width: calc(100% + 30px);
      height: calc(100% + 30px);
      border-radius: 2px;
      border: 1px solid transparent;
      pointer-events: none; }
    body#shop .result__content:hover:after, .template-collection .result__content:hover:after {
      border-color: black; }
    body#shop .result__content:hover .result__text,
    body#shop .result__content:hover .result__thumbs.slick-initialized, .template-collection .result__content:hover .result__text,
    .template-collection .result__content:hover .result__thumbs.slick-initialized {
      visibility: visible; }
  body#shop .result__image, .template-collection .result__image {
    background-size: 92% auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 30px;
    right: 0; }
  body#shop .medium-up--two-thirds .result__image, .template-collection .medium-up--two-thirds .result__image {
    background-size: 100% auto; }
  body#shop .result__thumbs, .template-collection .result__thumbs {
    position: absolute;
    bottom: 27px;
    left: 37px;
    max-width: calc(100% - 74px); }
    body#shop .result__thumbs.no-carousel, .template-collection .result__thumbs.no-carousel {
      left: 27px; }
      body#shop .result__thumbs.no-carousel .slick-next,
      body#shop .result__thumbs.no-carousel .slick-prev, .template-collection .result__thumbs.no-carousel .slick-next,
      .template-collection .result__thumbs.no-carousel .slick-prev {
        display: none !important; }
    body#shop .result__thumbs .slick-track, .template-collection .result__thumbs .slick-track {
      left: auto; }
    body#shop .result__thumbs .slick-next:before,
    body#shop .result__thumbs .slick-prev:before, .template-collection .result__thumbs .slick-next:before,
    .template-collection .result__thumbs .slick-prev:before {
      color: black;
      content: ''; }
    body#shop .result__thumbs .slick-next, .template-collection .result__thumbs .slick-next {
      right: -27px; }
      body#shop .result__thumbs .slick-next, body#shop .result__thumbs .slick-next:before, .template-collection .result__thumbs .slick-next, .template-collection .result__thumbs .slick-next:before {
        width: 27px;
        height: 27px; }
      body#shop .result__thumbs .slick-next:before, .template-collection .result__thumbs .slick-next:before {
        display: block;
        background: url("icon-next.svg"); }
    body#shop .result__thumbs .slick-prev, .template-collection .result__thumbs .slick-prev {
      left: -27px; }
      body#shop .result__thumbs .slick-prev, body#shop .result__thumbs .slick-prev:before, .template-collection .result__thumbs .slick-prev, .template-collection .result__thumbs .slick-prev:before {
        width: 27px;
        height: 27px; }
      body#shop .result__thumbs .slick-prev:before, .template-collection .result__thumbs .slick-prev:before {
        display: block;
        background: url("icon-previous.svg"); }
  body#shop .result__thumb, .template-collection .result__thumb {
    width: 80px;
    height: 44px;
    cursor: pointer; }
    body#shop .result__thumb:hover, .template-collection .result__thumb:hover {
      border-radius: 2px;
      border: 1px solid black; } }
@media screen and (min-width: 1025px) and (max-width: 1385px) {
  body#shop .filter .dropdown-menu__label, .template-collection .filter .dropdown-menu__label {
    min-width: 0;
    padding-right: 15px;
    flex: none; }
  body#shop .filter .dropdown-menu__control, .template-collection .filter .dropdown-menu__control {
    flex: 1 0 50%;
    padding: 0 30px 0 13px; } }
@media screen and (min-width: 990px) and (max-width: 1024px) {
  body#shop .refine-overlay .dropdown-menu__label, .template-collection .refine-overlay .dropdown-menu__label {
    flex: 0 1 22%; }
  body#shop .refine-overlay .dropdown-menu__control, .template-collection .refine-overlay .dropdown-menu__control {
    flex: 0 1 78%; } }
@media screen and (min-width: 1024px) {
  body#shop .result, .template-collection .result {
    height: 290px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 640px; } }
@media screen and (min-width: 1200px) {
  body#shop .result, .template-collection .result {
    height: 350px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 730px; } }
@media screen and (min-width: 1350px) {
  body#shop .result, .template-collection .result {
    height: 400px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 830px; } }
@media screen and (min-width: 1440px) {
  body#shop .result, .template-collection .result {
    height: 430px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 890px; } }
@media screen and (min-width: 1600px) {
  body#shop .result, .template-collection .result {
    height: 483px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 996px; } }
@media screen and (min-width: 1800px) {
  body#shop .result, .template-collection .result {
    height: 550px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 1130px; } }
@media screen and (min-width: 2000px) {
  body#shop .result, .template-collection .result {
    height: 616px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 1262px; } }
@media screen and (min-width: 2240px) {
  body#shop .result, .template-collection .result {
    height: 696px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 1422px; } }
@media screen and (min-width: 2480px) {
  body#shop .result, .template-collection .result {
    height: 786px; }
  body#shop .result--jumbo, .template-collection .result--jumbo {
    height: 1612px; } }
/* Type dropdown */
#type-drowdown.dropbtn {
  background-color: #f9f9f9;
  color: #0f0f0f;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

#type-drowdown.dropdown {
  position: relative;
  display: inline-block;
  width: 68%; }

#type-drowdown .dropdown-content {
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 98;
  max-height: 0;
  min-width: 160px;
  transition: max-height 0.15s ease-out;
  overflow: hidden; }

#type-drowdown .dropdown-content a, #type-drowdown .dropdown-content label {
  color: black;
  background-color: #f9f9f9;
  padding: 12px 16px;
  text-decoration: none;
  display: block; }

#type-drowdown .dropdown-content a:hover {
  background-color: #e2e2e2; }

#type-drowdown.dropdown:hover .dropdown-content {
  max-height: 500px;
  min-width: 160px;
  transition: max-height 0.25s ease-in; }

#type-drowdown.dropdown:hover .dropbtn {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
  transition: max-height 0.25s ease-in; }

#type-drowdown .arrow-down-ctn .ico {
  border: 0;
  position: relative;
  top: auto;
  left: auto;
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  background-image: url(icon-arrow-small-down.svg); }

#type-drowdown .arrow-down-ctn {
  width: 27px;
  height: 27px;
  position: absolute;
  top: -1px;
  right: 1px; }

#type-drowdown button.dropbtn {
  padding: 0 9px 0 13px;
  background: unset;
  border: unset;
  font-size: 12px;
  line-height: 27px;
  font-family: "nb_international_promono"; }

/* Change select field arrows */
select {
  background-image: url(icon-arrow-small-down.svg); }

select:focus {
  background-image: url(icon-arrow-small-left.svg); }

select {
  text-transform: capitalize !important; }

/* Fix width of button right aligned two-thirds button */
@media only screen and (min-width: 769px) {
  .module--size-two-thirds.module--align-two-thirds-off-left .module__text-cta {
    width: calc(75% - 8px) !important; } }
/* === Added by Shogun Technical Support === */
.shogun-editor nav {
  display: none; }

/* ========================================= */
